Hi Guys, I’ve not got a lot of experience with XFS, so please be gentle. I’ve got 2 external HDD’s mounted through ESXi to a machine called USB-3 which each have vdo running on them and then a Logical Volume called vdovg-vdolvm on it. It’s currently unable to be mounted. It gives the error: [daniel.storey@usb-3 ~]$ sudo mount /data mount: mount /dev/mapper/vdovg-vdolvm on /data failed: Structure needs cleaning And then when I try to run xfs_repair it throws the following error: [daniel.storey@usb-3 ~]$ sudo xfs_repair /dev/dm-4 Phase 1 - find and verify superblock... superblock read failed, offset 6597069742080, size 131072, ag 6, rval -1 fatal error -- Input/output error However, I’m able to view the file system with ufs explorer, so I think it’s still there. Here’s the information requested by https://xfs.org/index.php/XFS_FAQ#Q:_What_information_should_I_include_when_reporting_a_problem.3F to include when reporting a problem. output of uname -a: Linux usb-3.rededucation.com 3.10.0-1062.9.1.el7.x86_64 #1 SMP Fri Dec 6 15:49:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux xfs_repair version 4.5.0 Number of CPU’s = 8 Contents of /proc/meminfo [daniel.storey@usb-3 ~]$ cat /proc/meminfo MemTotal: 16265916 kB MemFree: 9064300 kB MemAvailable: 9960392 kB Buffers: 534336 kB Cached: 663040 kB SwapCached: 0 kB Active: 783308 kB Inactive: 1136576 kB Active(anon): 281212 kB Inactive(anon): 509492 kB Active(file): 502096 kB Inactive(file): 627084 kB Unevictable: 24828 kB Mlocked: 24828 kB SwapTotal: 4194300 kB SwapFree: 4194300 kB Dirty: 8 kB Writeback: 0 kB AnonPages: 747396 kB Mapped: 98548 kB Shmem: 59084 kB Slab: 266012 kB SReclaimable: 41376 kB SUnreclaim: 224636 kB KernelStack: 6240 kB PageTables: 17044 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 12327256 kB Committed_AS: 1616588 kB VmallocTotal: 34359738367 kB VmallocUsed: 5005096 kB VmallocChunk: 34354717696 kB HardwareCorrupted: 0 kB AnonHugePages: 571392 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 241536 kB DirectMap2M: 16535552 kB Contents of /proc/mounts: [daniel.storey@usb-3 ~]$ cat /proc/mounts rootfs / rootfs rw 0 0 sysfs /sys sysfs rw,seclabel,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 devtmpfs /dev devtmpfs rw,seclabel,nosuid,size=8120036k,nr_inodes=2030009,mode=755 0 0 securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0 tmpfs /dev/shm tmpfs rw,seclabel,nosuid,nodev 0 0 devpts /dev/pts devpts rw,seclabel,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,seclabel,nosuid,nodev,mode=755 0 0 tmpfs /sys/fs/cgroup tmpfs ro,seclabel,nosuid,nodev,noexec,mode=755 0 0 cgroup /sys/fs/cgroup/systemd cgroup rw,seclabel,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0 pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0 cgroup /sys/fs/cgroup/hugetlb cgroup rw,seclabel,nosuid,nodev,noexec,relatime,hugetlb 0 0 cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,seclabel,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0 cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,seclabel,nosuid,nodev,noexec,relatime,net_prio,net_cls 0 0 cgroup /sys/fs/cgroup/perf_event cgroup rw,seclabel,nosuid,nodev,noexec,relatime,perf_event 0 0 cgroup /sys/fs/cgroup/blkio cgroup rw,seclabel,nosuid,nodev,noexec,relatime,blkio 0 0 cgroup /sys/fs/cgroup/pids cgroup rw,seclabel,nosuid,nodev,noexec,relatime,pids 0 0 cgroup /sys/fs/cgroup/memory cgroup rw,seclabel,nosuid,nodev,noexec,relatime,memory 0 0 cgroup /sys/fs/cgroup/cpuset cgroup rw,seclabel,nosuid,nodev,noexec,relatime,cpuset 0 0 cgroup /sys/fs/cgroup/devices cgroup rw,seclabel,nosuid,nodev,noexec,relatime,devices 0 0 cgroup /sys/fs/cgroup/freezer cgroup rw,seclabel,nosuid,nodev,noexec,relatime,freezer 0 0 configfs /sys/kernel/config configfs rw,relatime 0 0 /dev/mapper/centos-root / xfs rw,seclabel,relatime,attr2,inode64,noquota 0 0 selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0 systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=17057 0 0 debugfs /sys/kernel/debug debugfs rw,relatime 0 0 mqueue /dev/mqueue mqueue rw,seclabel,relatime 0 0 hugetlbfs /dev/hugepages hugetlbfs rw,seclabel,relatime 0 0 /dev/sda1 /boot xfs rw,seclabel,relatime,attr2,inode64,noquota 0 0 sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0 tmpfs /run/user/0 tmpfs rw,seclabel,nosuid,nodev,relatime,size=1626592k,mode=700 0 0 tmpfs /run/user/579201123 tmpfs rw,seclabel,nosuid,nodev,relatime,size=1626592k,mode=700,uid=579201123,gid=579201684 0 0 Contents of /proc/partitions: [daniel.storey@usb-3 ~]$ cat /proc/partitions major minor #blocks name 8 0 20971520 sda 8 1 512000 sda1 8 2 16264192 sda2 8 3 4194304 sda3 11 0 1048575 sr0 8 32 7814026584 sdc 8 16 7814026584 sdb 253 0 18771968 dm-0 253 1 1679360 dm-1 253 2 8482560408 dm-2 253 3 8482560408 dm-3 253 4 16954384384 dm-4 RAID layout = None LVM configuration = [daniel.storey@usb-3 ~]$ sudo pvs PV VG Fmt Attr PSize PFree /dev/mapper/vdo1 vdovg lvm2 a-- <7.90t 0 /dev/mapper/vdo2 vdovg lvm2 a-- <7.90t 10.23g /dev/sda2 centos lvm2 a-- <15.51g 0 /dev/sda3 centos lvm2 a-- <4.00g 0 [daniel.storey@usb-3 ~]$ sudo lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert root centos -wi-ao---- 17.90g swap centos -wi-ao---- 1.60g vdolvm vdovg -wi-ao---- 15.79t [daniel.storey@usb-3 ~]$ sudo vgs VG #PV #LV #SN Attr VSize VFree centos 2 2 0 wz--n- 19.50g 0 vdovg 2 1 0 wz--n- <15.80t 10.23g type of disks I am using: 2 x Seagate ST8000DM004 * 8TB external USB 3 connected Write-Cache Status [sdb]: Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [sdc]: Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Size of BBWC = 0 xfs_info output on the filesystem in question xfs_info: /dev/mapper/vdovg-vdolvm is not a mounted XFS filesystem dmesg output showing all error messages and stack traces Please find attached. Mounting an XFS filesystem does not work - what is wrong? In /var/log/messages: Jan 2 10:08:10 usb-3 kernel: XFS (dm-4): Unmount and run xfs_repair Jan 2 10:08:10 usb-3 kernel: XFS (dm-4): log mount/recovery failed: error -117 Jan 2 10:08:10 usb-3 kernel: XFS (dm-4): log mount failed Daniel Storey
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-1062.9.1.el7.x86_64 (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Fri Dec 6 15:49:49 UTC 2019 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-1062.9.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_AU.UTF-8 [ 0.000000] Disabled fast string operations [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfedffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bfee0000-0x00000000bfefefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 12/12/2018 [ 0.000000] Hypervisor detected: VMware [ 0.000000] vmware: TSC freq read from hypervisor : 3465.681 MHz [ 0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz [ 0.000000] vmware: using sched offset of 8179512466 ns [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x440000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-EFFFF uncachable [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 00000000000 mask 7F800000000 write-back [ 0.000000] 1 base 000C0000000 mask 7FFC0000000 uncachable [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC [ 0.000000] original variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB [ 0.000000] reg 1, base: 3GB, range: 1GB, type UC [ 0.000000] total RAM covered: 31744M [ 0.000000] Found optimal setting for mtrr clean up [ 0.000000] gran_size: 64K chunk_size: 32G num_reg: 2 lose cover RAM: 0G [ 0.000000] New variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB [ 0.000000] reg 1, base: 3GB, range: 1GB, type UC [ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6a80-0x000f6a8f] mapped at [ffffffffff200a80] [ 0.000000] Base memory trampoline at [ffff9dc100099000] 99000 size 24576 [ 0.000000] BRK [0x371471000, 0x371471fff] PGTABLE [ 0.000000] BRK [0x371472000, 0x371472fff] PGTABLE [ 0.000000] BRK [0x371473000, 0x371473fff] PGTABLE [ 0.000000] BRK [0x371474000, 0x371474fff] PGTABLE [ 0.000000] BRK [0x371475000, 0x371475fff] PGTABLE [ 0.000000] BRK [0x371476000, 0x371476fff] PGTABLE [ 0.000000] BRK [0x371477000, 0x371477fff] PGTABLE [ 0.000000] BRK [0x371478000, 0x371478fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x35338000-0x36993fff] [ 0.000000] Early table checksum verification disabled [ 0.000000] ACPI: RSDP 00000000000f6a10 00024 (v02 PTLTD ) [ 0.000000] ACPI: XSDT 00000000bfeef7d3 0005C (v01 INTEL 440BX 06040000 VMW 01324272) [ 0.000000] ACPI: FACP 00000000bfefee73 000F4 (v04 INTEL 440BX 06040000 PTL 000F4240) [ 0.000000] ACPI: DSDT 00000000bfeefb0d 0F366 (v01 PTLTD Custom 06040000 MSFT 03000001) [ 0.000000] ACPI: FACS 00000000bfefffc0 00040 [ 0.000000] ACPI: BOOT 00000000bfeefae5 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: APIC 00000000bfeefa33 000B2 (v01 PTLTD ? APIC 06040000 LTP 00000000) [ 0.000000] ACPI: MCFG 00000000bfeef9f7 0003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: SRAT 00000000bfeef8cf 00128 (v02 VMWARE MEMPLUG 06040000 VMW 00000001) [ 0.000000] ACPI: HPET 00000000bfeef897 00038 (v01 VMWARE VMW HPET 06040000 VMW 00000001) [ 0.000000] ACPI: WAET 00000000bfeef86f 00028 (v01 VMWARE VMW WAET 06040000 VMW 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x43fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x43fffffff] -> [mem 0x00000000-0x43fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x43ffcd000-0x43fff3fff] [ 0.000000] Reserving 161MB of memory at 688MB for crashkernel (System RAM: 16383MB) [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x43fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbfedffff] [ 0.000000] node 0: [mem 0xbff00000-0xbfffffff] [ 0.000000] node 0: [mem 0x100000000-0x43fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x43fffffff] [ 0.000000] On node 0 totalpages: 4194174 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 12224 pages used for memmap [ 0.000000] DMA32 zone: 782304 pages, LIFO batch:31 [ 0.000000] Normal zone: 53248 pages used for memmap [ 0.000000] Normal zone: 3407872 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000 [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff] [ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbfee0000-0xbfefefff] [ 0.000000] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfffdffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffe0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on VMware hypervisor [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 38 pages/cpu @ffff9dc53fc00000 s118784 r8192 d28672 u262144 [ 0.000000] pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4128617 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-1062.9.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_AU.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 4988948k/17825792k available (7764k kernel code, 1049096k absent, 536652k reserved, 5967k data, 1980k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] x86/pti: Unmapping kernel while in userspace [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=8. [ 0.000000] NR_IRQS:327936 nr_irqs:488 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 67108864 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Detected 3465.681 MHz processor [ 0.139500] Calibrating delay loop (skipped) preset value.. 6931.36 BogoMIPS (lpj=3465681) [ 0.139503] pid_max: default: 32768 minimum: 301 [ 0.139530] Security Framework initialized [ 0.139539] SELinux: Initializing. [ 0.139549] SELinux: Starting in permissive mode [ 0.139550] Yama: becoming mindful. [ 0.140713] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [ 0.144104] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.145531] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145549] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145800] Initializing cgroup subsys memory [ 0.145805] Initializing cgroup subsys devices [ 0.145807] Initializing cgroup subsys freezer [ 0.145808] Initializing cgroup subsys net_cls [ 0.145809] Initializing cgroup subsys blkio [ 0.145811] Initializing cgroup subsys perf_event [ 0.145812] Initializing cgroup subsys hugetlb [ 0.145814] Initializing cgroup subsys pids [ 0.145815] Initializing cgroup subsys net_prio [ 0.145881] Disabled fast string operations [ 0.145977] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 [ 0.145978] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 [ 0.145979] tlb_flushall_shift: 6 [ 0.146032] FEATURE SPEC_CTRL Present [ 0.146032] FEATURE IBPB_SUPPORT Present [ 0.146033] Spectre V1 : Mitigation: Load fences, usercopy/swapgs barriers and __user pointer sanitization [ 0.146035] Spectre V2 : Enabling Indirect Branch Prediction Barrier [ 0.146242] Spectre V2 : Mitigation: Full retpoline [ 0.146266] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.146304] MDS: Vulnerable: Clear CPU buffers attempted, no microcode [ 0.146733] Freeing SMP alternatives: 28k freed [ 0.152856] ACPI: Core revision 20130517 [ 0.160440] ACPI: All ACPI Tables successfully acquired [ 0.161865] ftrace: allocating 29560 entries in 116 pages [ 0.202715] Enabling x2apic [ 0.202922] Enabled x2apic [ 0.203211] Switched APIC routing to physical x2apic. [ 0.204676] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204678] smpboot: CPU0: Intel(R) Xeon(R) CPU X5690 @ 3.47GHz (fam: 06, model: 2c, stepping: 02) [ 0.204700] TSC deadline timer enabled [ 0.204799] Performance Events: Westmere events, core PMU driver. [ 0.204822] core: CPUID marked event: 'cpu cycles' unavailable [ 0.204823] core: CPUID marked event: 'instructions' unavailable [ 0.204824] core: CPUID marked event: 'bus cycles' unavailable [ 0.204825] core: CPUID marked event: 'cache references' unavailable [ 0.204826] core: CPUID marked event: 'cache misses' unavailable [ 0.204826] core: CPUID marked event: 'branch instructions' unavailable [ 0.204827] core: CPUID marked event: 'branch misses' unavailable [ 0.204831] ... version: 1 [ 0.204831] ... bit width: 48 [ 0.204832] ... generic registers: 4 [ 0.204833] ... value mask: 0000ffffffffffff [ 0.204834] ... max period: 000000007fffffff [ 0.204834] ... fixed-purpose events: 0 [ 0.204835] ... event mask: 000000000000000f [ 0.206093] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.206095] NMI watchdog: Shutting down hard lockup detector on all cpus [ 0.206953] Disabled fast string operations [ 0.207032] smpboot: CPU 1 Converting physical 2 to logical package 1 [ 0.208011] Disabled fast string operations [ 0.208086] smpboot: CPU 2 Converting physical 4 to logical package 2 [ 0.208933] Disabled fast string operations [ 0.209008] smpboot: CPU 3 Converting physical 6 to logical package 3 [ 0.210014] Disabled fast string operations [ 0.210097] smpboot: CPU 4 Converting physical 8 to logical package 4 [ 0.211012] Disabled fast string operations [ 0.211088] smpboot: CPU 5 Converting physical 10 to logical package 5 [ 0.211948] Disabled fast string operations [ 0.212023] smpboot: CPU 6 Converting physical 12 to logical package 6 [ 0.206170] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK [ 0.212917] Disabled fast string operations [ 0.212991] smpboot: CPU 7 Converting physical 14 to logical package 7 [ 0.213023] Skipped synchronization checks as TSC is reliable. [ 0.213046] Brought up 8 CPUs [ 0.213048] smpboot: Max logical packages: 8 [ 0.213050] smpboot: Total of 8 processors activated (55450.89 BogoMIPS) [ 0.283357] node 0 initialised, 2812774 pages in 69ms [ 0.283723] devtmpfs: initialized [ 0.283803] x86/mm: Memory block size: 128MB [ 0.286750] EVM: security.selinux [ 0.286752] EVM: security.ima [ 0.286753] EVM: security.capability [ 0.286837] PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes) [ 0.288329] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.288332] pinctrl core: initialized pinctrl subsystem [ 0.288468] RTC time: 7:38:22, date: 01/01/20 [ 0.288540] NET: Registered protocol family 16 [ 0.288724] ACPI: bus type PCI registered [ 0.288726] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.288871] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 0.288874] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820 [ 0.288884] pmd_set_huge: Cannot satisfy [mem 0xf0000000-0xf0200000] with a huge-page mapping due to MTRR override. [ 0.289135] PCI: Using configuration type 1 for base access [ 0.295829] ACPI: Added _OSI(Module Device) [ 0.295831] ACPI: Added _OSI(Processor Device) [ 0.295832] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.295834] ACPI: Added _OSI(Processor Aggregator Device) [ 0.295835] ACPI: Added _OSI(Linux-Dell-Video) [ 0.297917] ACPI: EC: Look up EC in DSDT [ 0.302499] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.305795] ACPI: Interpreter enabled [ 0.305809] ACPI: (supports S0 S1 S4 S5) [ 0.305811] ACPI: Using IOAPIC for interrupt routing [ 0.305843] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306002] ACPI: Enabled 4 GPEs in block 00 to 0F [ 0.355067] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f]) [ 0.355074] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.355237] acpi PNP0A03:00: _OSC: platform does not support [AER] [ 0.355393] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability] [ 0.356687] PCI host bridge to bus 0000:00 [ 0.356691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.356693] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.356694] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.356696] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.356697] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.356699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.356701] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window] [ 0.356703] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.356741] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000 [ 0.357186] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400 [ 0.357559] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100 [ 0.358050] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a [ 0.359282] pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f] [ 0.359708] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.359710] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.359711] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359712] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359880] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000 [ 0.361216] pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI [ 0.361225] pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB [ 0.361473] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000 [ 0.362615] pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf] [ 0.363674] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit] [ 0.368180] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000 [ 0.370816] pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f] [ 0.373431] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref] [ 0.376062] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff] [ 0.386847] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref] [ 0.387217] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401 [ 0.387615] pci 0000:00:11.0: System wakeup disabled by ACPI [ 0.387743] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400 [ 0.388206] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold [ 0.388380] pci 0000:00:15.0: System wakeup disabled by ACPI [ 0.388476] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400 [ 0.388934] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold [ 0.389107] pci 0000:00:15.1: System wakeup disabled by ACPI [ 0.389202] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400 [ 0.389648] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold [ 0.389821] pci 0000:00:15.2: System wakeup disabled by ACPI [ 0.389924] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400 [ 0.390372] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold [ 0.390549] pci 0000:00:15.3: System wakeup disabled by ACPI [ 0.390646] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400 [ 0.391103] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold [ 0.391277] pci 0000:00:15.4: System wakeup disabled by ACPI [ 0.391371] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400 [ 0.391820] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold [ 0.392002] pci 0000:00:15.5: System wakeup disabled by ACPI [ 0.392097] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400 [ 0.392545] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold [ 0.392717] pci 0000:00:15.6: System wakeup disabled by ACPI [ 0.392810] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400 [ 0.393267] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold [ 0.393440] pci 0000:00:15.7: System wakeup disabled by ACPI [ 0.393538] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400 [ 0.393994] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.394168] pci 0000:00:16.0: System wakeup disabled by ACPI [ 0.394262] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400 [ 0.394712] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold [ 0.394883] pci 0000:00:16.1: System wakeup disabled by ACPI [ 0.394987] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400 [ 0.395436] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold [ 0.395609] pci 0000:00:16.2: System wakeup disabled by ACPI [ 0.395703] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400 [ 0.396160] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold [ 0.396333] pci 0000:00:16.3: System wakeup disabled by ACPI [ 0.396428] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400 [ 0.396879] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold [ 0.397064] pci 0000:00:16.4: System wakeup disabled by ACPI [ 0.397159] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400 [ 0.397633] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold [ 0.397808] pci 0000:00:16.5: System wakeup disabled by ACPI [ 0.397903] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400 [ 0.398351] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold [ 0.398524] pci 0000:00:16.6: System wakeup disabled by ACPI [ 0.398618] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400 [ 0.399077] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold [ 0.399250] pci 0000:00:16.7: System wakeup disabled by ACPI [ 0.399347] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400 [ 0.399795] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold [ 0.399976] pci 0000:00:17.0: System wakeup disabled by ACPI [ 0.400073] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400 [ 0.400524] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold [ 0.400698] pci 0000:00:17.1: System wakeup disabled by ACPI [ 0.400793] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400 [ 0.401250] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold [ 0.401424] pci 0000:00:17.2: System wakeup disabled by ACPI [ 0.401521] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400 [ 0.401971] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold [ 0.402154] pci 0000:00:17.3: System wakeup disabled by ACPI [ 0.402249] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400 [ 0.402697] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold [ 0.402872] pci 0000:00:17.4: System wakeup disabled by ACPI [ 0.402965] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400 [ 0.403422] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold [ 0.403598] pci 0000:00:17.5: System wakeup disabled by ACPI [ 0.403695] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400 [ 0.404151] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold [ 0.404324] pci 0000:00:17.6: System wakeup disabled by ACPI [ 0.404419] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400 [ 0.404869] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold [ 0.405049] pci 0000:00:17.7: System wakeup disabled by ACPI [ 0.405146] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400 [ 0.405595] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold [ 0.405768] pci 0000:00:18.0: System wakeup disabled by ACPI [ 0.405863] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400 [ 0.406321] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold [ 0.406497] pci 0000:00:18.1: System wakeup disabled by ACPI [ 0.406592] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400 [ 0.407048] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold [ 0.407222] pci 0000:00:18.2: System wakeup disabled by ACPI [ 0.407317] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400 [ 0.407766] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold [ 0.407941] pci 0000:00:18.3: System wakeup disabled by ACPI [ 0.408045] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400 [ 0.408497] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold [ 0.408670] pci 0000:00:18.4: System wakeup disabled by ACPI [ 0.408765] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400 [ 0.409221] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold [ 0.409395] pci 0000:00:18.5: System wakeup disabled by ACPI [ 0.409492] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400 [ 0.409940] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold [ 0.410123] pci 0000:00:18.6: System wakeup disabled by ACPI [ 0.410218] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400 [ 0.410669] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold [ 0.410841] pci 0000:00:18.7: System wakeup disabled by ACPI [ 0.411183] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.411504] acpiphp: Slot [32] registered [ 0.411534] acpiphp: Slot [33] registered [ 0.411563] acpiphp: Slot [34] registered [ 0.411591] acpiphp: Slot [35] registered [ 0.411619] acpiphp: Slot [36] registered [ 0.411647] acpiphp: Slot [37] registered [ 0.411677] acpiphp: Slot [38] registered [ 0.411706] acpiphp: Slot [39] registered [ 0.411734] acpiphp: Slot [40] registered [ 0.411763] acpiphp: Slot [41] registered [ 0.411791] acpiphp: Slot [42] registered [ 0.411819] acpiphp: Slot [43] registered [ 0.411847] acpiphp: Slot [44] registered [ 0.411877] acpiphp: Slot [45] registered [ 0.411906] acpiphp: Slot [46] registered [ 0.411934] acpiphp: Slot [47] registered [ 0.411962] acpiphp: Slot [48] registered [ 0.411990] acpiphp: Slot [49] registered [ 0.412019] acpiphp: Slot [50] registered [ 0.412047] acpiphp: Slot [51] registered [ 0.412087] acpiphp: Slot [52] registered [ 0.412117] acpiphp: Slot [53] registered [ 0.412145] acpiphp: Slot [54] registered [ 0.412173] acpiphp: Slot [55] registered [ 0.412203] acpiphp: Slot [56] registered [ 0.412232] acpiphp: Slot [57] registered [ 0.412261] acpiphp: Slot [58] registered [ 0.412290] acpiphp: Slot [59] registered [ 0.412318] acpiphp: Slot [60] registered [ 0.412347] acpiphp: Slot [61] registered [ 0.412375] acpiphp: Slot [62] registered [ 0.412403] acpiphp: Slot [63] registered [ 0.412478] pci 0000:02:01.0: [15ad:07e0] type 00 class 0x010601 [ 0.418130] pci 0000:02:01.0: reg 0x24: [mem 0xfd5ff000-0xfd5fffff] [ 0.418978] pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.419234] pci 0000:02:01.0: PME# supported from D3hot [ 0.419397] pci 0000:02:01.0: System wakeup disabled by ACPI [ 0.419624] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode) [ 0.419639] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff] [ 0.419653] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff] [ 0.419680] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref] [ 0.419682] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.419684] pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode) [ 0.419685] pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode) [ 0.419687] pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode) [ 0.419688] pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode) [ 0.419690] pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.419691] pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode) [ 0.419956] pci 0000:03:00.0: [15ad:07c0] type 00 class 0x010700 [ 0.423926] pci 0000:03:00.0: reg 0x10: [io 0x4000-0x4007] [ 0.427798] pci 0000:03:00.0: reg 0x14: [mem 0xfd4f8000-0xfd4fffff 64bit] [ 0.442498] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.442815] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 0.442932] pci 0000:03:00.0: 128.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x32 link at 0000:00:15.0 (capable of 252.032 Gb/s with 8 GT/s x32 link) [ 0.442993] pci 0000:03:00.0: System wakeup disabled by ACPI [ 0.443046] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 0.443083] pci 0000:00:15.0: PCI bridge to [bus 03] [ 0.443097] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff] [ 0.443112] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff] [ 0.443383] pci 0000:00:15.1: PCI bridge to [bus 04] [ 0.443397] pci 0000:00:15.1: bridge window [io 0x7000-0x7fff] [ 0.443411] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff] [ 0.443442] pci 0000:00:15.1: bridge window [mem 0xe7900000-0xe79fffff 64bit pref] [ 0.443674] pci 0000:00:15.2: PCI bridge to [bus 05] [ 0.443688] pci 0000:00:15.2: bridge window [io 0xb000-0xbfff] [ 0.443703] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff] [ 0.443730] pci 0000:00:15.2: bridge window [mem 0xe7500000-0xe75fffff 64bit pref] [ 0.443952] pci 0000:00:15.3: PCI bridge to [bus 06] [ 0.443978] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff] [ 0.444005] pci 0000:00:15.3: bridge window [mem 0xe7100000-0xe71fffff 64bit pref] [ 0.444261] pci 0000:00:15.4: PCI bridge to [bus 07] [ 0.444297] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff] [ 0.444336] pci 0000:00:15.4: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref] [ 0.444600] pci 0000:00:15.5: PCI bridge to [bus 08] [ 0.444628] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff] [ 0.444655] pci 0000:00:15.5: bridge window [mem 0xe6900000-0xe69fffff 64bit pref] [ 0.444877] pci 0000:00:15.6: PCI bridge to [bus 09] [ 0.444904] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff] [ 0.444930] pci 0000:00:15.6: bridge window [mem 0xe6500000-0xe65fffff 64bit pref] [ 0.445150] pci 0000:00:15.7: PCI bridge to [bus 0a] [ 0.445176] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff] [ 0.445203] pci 0000:00:15.7: bridge window [mem 0xe6100000-0xe61fffff 64bit pref] [ 0.445478] pci 0000:0b:00.0: [15ad:07b0] type 00 class 0x020000 [ 0.447922] pci 0000:0b:00.0: reg 0x10: [mem 0xfd3fc000-0xfd3fcfff] [ 0.450657] pci 0000:0b:00.0: reg 0x14: [mem 0xfd3fd000-0xfd3fdfff] [ 0.452969] pci 0000:0b:00.0: reg 0x18: [mem 0xfd3fe000-0xfd3fffff] [ 0.455532] pci 0000:0b:00.0: reg 0x1c: [io 0x5000-0x500f] [ 0.463192] pci 0000:0b:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.463516] pci 0000:0b:00.0: supports D1 D2 [ 0.463519] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.463688] pci 0000:0b:00.0: 128.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x32 link at 0000:00:16.0 (capable of 252.032 Gb/s with 8 GT/s x32 link) [ 0.463761] pci 0000:0b:00.0: System wakeup disabled by ACPI [ 0.463815] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 0.463852] pci 0000:00:16.0: PCI bridge to [bus 0b] [ 0.463867] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff] [ 0.463882] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff] [ 0.464165] pci 0000:00:16.1: PCI bridge to [bus 0c] [ 0.464179] pci 0000:00:16.1: bridge window [io 0x8000-0x8fff] [ 0.464204] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 0.464230] pci 0000:00:16.1: bridge window [mem 0xe7800000-0xe78fffff 64bit pref] [ 0.464457] pci 0000:00:16.2: PCI bridge to [bus 0d] [ 0.464472] pci 0000:00:16.2: bridge window [io 0xc000-0xcfff] [ 0.464486] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff] [ 0.464513] pci 0000:00:16.2: bridge window [mem 0xe7400000-0xe74fffff 64bit pref] [ 0.464735] pci 0000:00:16.3: PCI bridge to [bus 0e] [ 0.464762] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff] [ 0.464789] pci 0000:00:16.3: bridge window [mem 0xe7000000-0xe70fffff 64bit pref] [ 0.465010] pci 0000:00:16.4: PCI bridge to [bus 0f] [ 0.465036] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff] [ 0.465063] pci 0000:00:16.4: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref] [ 0.465296] pci 0000:00:16.5: PCI bridge to [bus 10] [ 0.465323] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff] [ 0.465349] pci 0000:00:16.5: bridge window [mem 0xe6800000-0xe68fffff 64bit pref] [ 0.465575] pci 0000:00:16.6: PCI bridge to [bus 11] [ 0.465602] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff] [ 0.465629] pci 0000:00:16.6: bridge window [mem 0xe6400000-0xe64fffff 64bit pref] [ 0.465850] pci 0000:00:16.7: PCI bridge to [bus 12] [ 0.465876] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff] [ 0.465903] pci 0000:00:16.7: bridge window [mem 0xe6000000-0xe60fffff 64bit pref] [ 0.466178] pci 0000:13:00.0: [15ad:0779] type 00 class 0x0c0330 [ 0.467145] pci 0000:13:00.0: reg 0x10: [mem 0xfd2e0000-0xfd2fffff 64bit] [ 0.471765] pci 0000:13:00.0: PME# supported from D0 D3hot D3cold [ 0.471879] pci 0000:13:00.0: 128.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x32 link at 0000:00:17.0 (capable of 252.032 Gb/s with 8 GT/s x32 link) [ 0.471923] pci 0000:13:00.0: System wakeup disabled by ACPI [ 0.471962] pci 0000:13:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 0.471998] pci 0000:00:17.0: PCI bridge to [bus 13] [ 0.472024] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff] [ 0.472276] pci 0000:00:17.1: PCI bridge to [bus 14] [ 0.472290] pci 0000:00:17.1: bridge window [io 0x9000-0x9fff] [ 0.472305] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff] [ 0.472331] pci 0000:00:17.1: bridge window [mem 0xe7700000-0xe77fffff 64bit pref] [ 0.472570] pci 0000:00:17.2: PCI bridge to [bus 15] [ 0.472584] pci 0000:00:17.2: bridge window [io 0xd000-0xdfff] [ 0.472599] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff] [ 0.472625] pci 0000:00:17.2: bridge window [mem 0xe7300000-0xe73fffff 64bit pref] [ 0.472847] pci 0000:00:17.3: PCI bridge to [bus 16] [ 0.472874] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff] [ 0.472901] pci 0000:00:17.3: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref] [ 0.473124] pci 0000:00:17.4: PCI bridge to [bus 17] [ 0.473150] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff] [ 0.473177] pci 0000:00:17.4: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref] [ 0.473401] pci 0000:00:17.5: PCI bridge to [bus 18] [ 0.473428] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff] [ 0.473456] pci 0000:00:17.5: bridge window [mem 0xe6700000-0xe67fffff 64bit pref] [ 0.473690] pci 0000:00:17.6: PCI bridge to [bus 19] [ 0.473717] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff] [ 0.473744] pci 0000:00:17.6: bridge window [mem 0xe6300000-0xe63fffff 64bit pref] [ 0.473968] pci 0000:00:17.7: PCI bridge to [bus 1a] [ 0.473994] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff] [ 0.474021] pci 0000:00:17.7: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref] [ 0.474248] pci 0000:00:18.0: PCI bridge to [bus 1b] [ 0.474262] pci 0000:00:18.0: bridge window [io 0x6000-0x6fff] [ 0.474276] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff] [ 0.474303] pci 0000:00:18.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref] [ 0.474537] pci 0000:00:18.1: PCI bridge to [bus 1c] [ 0.474551] pci 0000:00:18.1: bridge window [io 0xa000-0xafff] [ 0.474565] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff] [ 0.474591] pci 0000:00:18.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref] [ 0.474817] pci 0000:00:18.2: PCI bridge to [bus 1d] [ 0.474831] pci 0000:00:18.2: bridge window [io 0xe000-0xefff] [ 0.474845] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.474872] pci 0000:00:18.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref] [ 0.475097] pci 0000:00:18.3: PCI bridge to [bus 1e] [ 0.475124] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff] [ 0.475151] pci 0000:00:18.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref] [ 0.475397] pci 0000:00:18.4: PCI bridge to [bus 1f] [ 0.475435] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff] [ 0.475475] pci 0000:00:18.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref] [ 0.475746] pci 0000:00:18.5: PCI bridge to [bus 20] [ 0.475773] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff] [ 0.475800] pci 0000:00:18.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref] [ 0.476027] pci 0000:00:18.6: PCI bridge to [bus 21] [ 0.476054] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff] [ 0.476081] pci 0000:00:18.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref] [ 0.476307] pci 0000:00:18.7: PCI bridge to [bus 22] [ 0.476333] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff] [ 0.476360] pci 0000:00:18.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref] [ 0.477997] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15) [ 0.478062] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled. [ 0.478123] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15) [ 0.478184] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 14 15) [ 0.485461] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none [ 0.485476] vgaarb: loaded [ 0.485477] vgaarb: bridge control possible 0000:00:0f.0 [ 0.485579] SCSI subsystem initialized [ 0.485605] ACPI: bus type USB registered [ 0.485622] usbcore: registered new interface driver usbfs [ 0.485629] usbcore: registered new interface driver hub [ 0.485706] usbcore: registered new device driver usb [ 0.485863] EDAC MC: Ver: 3.0.0 [ 0.486866] PCI: Using ACPI for IRQ routing [ 0.504966] PCI: pci_cache_line_size set to 64 bytes [ 0.505546] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff] [ 0.505549] e820: reserve RAM buffer [mem 0xbfee0000-0xbfffffff] [ 0.505705] NetLabel: Initializing [ 0.505706] NetLabel: domain hash size = 128 [ 0.505707] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.505720] NetLabel: unlabeled traffic allowed by default [ 0.506097] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 [ 0.506104] hpet0: 16 comparators, 64-bit 14.318180 MHz counter [ 0.508153] amd_nb: Cannot enumerate AMD northbridges [ 0.508281] Switched to clocksource hpet [ 0.513198] pnp: PnP ACPI init [ 0.513212] ACPI: bus type PNP registered [ 0.513395] system 00:00: [io 0x1000-0x103f] could not be reserved [ 0.513398] system 00:00: [io 0x1040-0x104f] has been reserved [ 0.513413] system 00:00: [io 0x0cf0-0x0cf1] has been reserved [ 0.513417] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.513479] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.513529] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.513562] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active) [ 0.513725] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.513728] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 0.515304] system 00:05: [io 0xfce0-0xfcff] has been reserved [ 0.515307] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved [ 0.515309] system 00:05: [mem 0xfe800000-0xfe9fffff] has been reserved [ 0.515312] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.519065] pnp: PnP ACPI: found 6 devices [ 0.519068] ACPI: bus type PNP unregistered [ 0.529399] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000 [ 0.529516] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000 [ 0.529556] pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000 [ 0.529596] pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000 [ 0.529637] pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000 [ 0.529677] pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000 [ 0.529717] pci 0000:00:16.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000 [ 0.529832] pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000 [ 0.529872] pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000 [ 0.529912] pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000 [ 0.529951] pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000 [ 0.529991] pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000 [ 0.530031] pci 0000:00:17.0: bridge window [io 0x1000-0x0fff] to [bus 13] add_size 1000 [ 0.530033] pci 0000:00:17.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 13] add_size 200000 add_align 100000 [ 0.530149] pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000 [ 0.530188] pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000 [ 0.530228] pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000 [ 0.530268] pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000 [ 0.530322] pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000 [ 0.530477] pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000 [ 0.530517] pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000 [ 0.530557] pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000 [ 0.530597] pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000 [ 0.530637] pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000 [ 0.530651] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.530653] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.530654] pci 0000:00:16.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.530656] pci 0000:00:16.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.530658] pci 0000:00:17.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.530660] pci 0000:00:17.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.530661] pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530663] pci 0000:00:15.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530665] pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530666] pci 0000:00:15.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530668] pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530670] pci 0000:00:15.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530671] pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530673] pci 0000:00:15.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530675] pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530676] pci 0000:00:15.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530678] pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530679] pci 0000:00:16.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530681] pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530683] pci 0000:00:16.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530684] pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530686] pci 0000:00:16.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530688] pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530689] pci 0000:00:16.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530691] pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530692] pci 0000:00:16.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530694] pci 0000:00:17.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530696] pci 0000:00:17.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530697] pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530699] pci 0000:00:17.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530700] pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530702] pci 0000:00:17.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530704] pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530705] pci 0000:00:17.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530707] pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530708] pci 0000:00:17.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530710] pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530711] pci 0000:00:17.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530713] pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530715] pci 0000:00:18.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530716] pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530718] pci 0000:00:18.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530719] pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530721] pci 0000:00:18.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530723] pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530724] pci 0000:00:18.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530726] pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530727] pci 0000:00:18.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.530734] pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref] [ 0.530738] pci 0000:00:16.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref] [ 0.530741] pci 0000:00:17.0: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref] [ 0.530743] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0600000-0xc0607fff pref] [ 0.530748] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000] [ 0.530749] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000] [ 0.530752] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000] [ 0.530753] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000] [ 0.530756] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000] [ 0.530758] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000] [ 0.530761] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000] [ 0.530762] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000] [ 0.530764] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000] [ 0.530766] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000] [ 0.530768] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000] [ 0.530769] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000] [ 0.530771] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000] [ 0.530773] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000] [ 0.530775] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000] [ 0.530776] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000] [ 0.530778] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000] [ 0.530780] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000] [ 0.530782] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000] [ 0.530783] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000] [ 0.530785] pci 0000:00:17.0: BAR 13: no space for [io size 0x1000] [ 0.530787] pci 0000:00:17.0: BAR 13: failed to assign [io size 0x1000] [ 0.530789] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000] [ 0.530790] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000] [ 0.530792] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000] [ 0.530794] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000] [ 0.530796] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000] [ 0.530797] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000] [ 0.530800] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000] [ 0.530801] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000] [ 0.530803] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000] [ 0.530804] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000] [ 0.530807] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000] [ 0.530808] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000] [ 0.530810] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000] [ 0.530811] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000] [ 0.530814] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000] [ 0.530815] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000] [ 0.530817] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000] [ 0.530818] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000] [ 0.530821] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000] [ 0.530822] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000] [ 0.530827] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000] [ 0.530828] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000] [ 0.530830] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000] [ 0.530831] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000] [ 0.530834] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000] [ 0.530835] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000] [ 0.530837] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000] [ 0.530838] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000] [ 0.530840] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000] [ 0.530842] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000] [ 0.530844] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000] [ 0.530845] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000] [ 0.530847] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000] [ 0.530849] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000] [ 0.530851] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000] [ 0.530852] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000] [ 0.530854] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000] [ 0.530856] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000] [ 0.530858] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000] [ 0.530859] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000] [ 0.530862] pci 0000:00:17.0: BAR 13: no space for [io size 0x1000] [ 0.530863] pci 0000:00:17.0: BAR 13: failed to assign [io size 0x1000] [ 0.530865] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000] [ 0.530867] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000] [ 0.530869] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000] [ 0.530870] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000] [ 0.530872] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000] [ 0.530874] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000] [ 0.530876] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000] [ 0.530877] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000] [ 0.530879] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000] [ 0.530880] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000] [ 0.530883] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000] [ 0.530884] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000] [ 0.530886] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000] [ 0.530887] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000] [ 0.530889] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000] [ 0.530891] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000] [ 0.530893] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000] [ 0.530894] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000] [ 0.530896] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000] [ 0.530898] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000] [ 0.530900] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.530971] pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref] [ 0.530973] pci 0000:00:11.0: PCI bridge to [bus 02] [ 0.530982] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff] [ 0.531014] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff] [ 0.531028] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref] [ 0.531056] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref] [ 0.531058] pci 0000:00:15.0: PCI bridge to [bus 03] [ 0.531066] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff] [ 0.531087] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff] [ 0.531101] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xc01fffff 64bit pref] [ 0.531143] pci 0000:00:15.1: PCI bridge to [bus 04] [ 0.531153] pci 0000:00:15.1: bridge window [io 0x7000-0x7fff] [ 0.531173] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff] [ 0.531187] pci 0000:00:15.1: bridge window [mem 0xe7900000-0xe79fffff 64bit pref] [ 0.531221] pci 0000:00:15.2: PCI bridge to [bus 05] [ 0.531230] pci 0000:00:15.2: bridge window [io 0xb000-0xbfff] [ 0.531251] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff] [ 0.531265] pci 0000:00:15.2: bridge window [mem 0xe7500000-0xe75fffff 64bit pref] [ 0.531314] pci 0000:00:15.3: PCI bridge to [bus 06] [ 0.531335] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff] [ 0.531350] pci 0000:00:15.3: bridge window [mem 0xe7100000-0xe71fffff 64bit pref] [ 0.531383] pci 0000:00:15.4: PCI bridge to [bus 07] [ 0.531404] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff] [ 0.531418] pci 0000:00:15.4: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref] [ 0.531453] pci 0000:00:15.5: PCI bridge to [bus 08] [ 0.531474] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff] [ 0.531488] pci 0000:00:15.5: bridge window [mem 0xe6900000-0xe69fffff 64bit pref] [ 0.531521] pci 0000:00:15.6: PCI bridge to [bus 09] [ 0.531542] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff] [ 0.531556] pci 0000:00:15.6: bridge window [mem 0xe6500000-0xe65fffff 64bit pref] [ 0.531589] pci 0000:00:15.7: PCI bridge to [bus 0a] [ 0.531610] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff] [ 0.531624] pci 0000:00:15.7: bridge window [mem 0xe6100000-0xe61fffff 64bit pref] [ 0.531658] pci 0000:0b:00.0: BAR 6: assigned [mem 0xfd300000-0xfd30ffff pref] [ 0.531660] pci 0000:00:16.0: PCI bridge to [bus 0b] [ 0.531669] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff] [ 0.531690] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff] [ 0.531704] pci 0000:00:16.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref] [ 0.531738] pci 0000:00:16.1: PCI bridge to [bus 0c] [ 0.531746] pci 0000:00:16.1: bridge window [io 0x8000-0x8fff] [ 0.531767] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 0.531781] pci 0000:00:16.1: bridge window [mem 0xe7800000-0xe78fffff 64bit pref] [ 0.531814] pci 0000:00:16.2: PCI bridge to [bus 0d] [ 0.531823] pci 0000:00:16.2: bridge window [io 0xc000-0xcfff] [ 0.531843] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff] [ 0.531858] pci 0000:00:16.2: bridge window [mem 0xe7400000-0xe74fffff 64bit pref] [ 0.531890] pci 0000:00:16.3: PCI bridge to [bus 0e] [ 0.531911] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff] [ 0.531926] pci 0000:00:16.3: bridge window [mem 0xe7000000-0xe70fffff 64bit pref] [ 0.531958] pci 0000:00:16.4: PCI bridge to [bus 0f] [ 0.531980] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff] [ 0.531994] pci 0000:00:16.4: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref] [ 0.532027] pci 0000:00:16.5: PCI bridge to [bus 10] [ 0.532048] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff] [ 0.532063] pci 0000:00:16.5: bridge window [mem 0xe6800000-0xe68fffff 64bit pref] [ 0.532096] pci 0000:00:16.6: PCI bridge to [bus 11] [ 0.532117] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff] [ 0.532131] pci 0000:00:16.6: bridge window [mem 0xe6400000-0xe64fffff 64bit pref] [ 0.532164] pci 0000:00:16.7: PCI bridge to [bus 12] [ 0.532185] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff] [ 0.532199] pci 0000:00:16.7: bridge window [mem 0xe6000000-0xe60fffff 64bit pref] [ 0.532232] pci 0000:00:17.0: PCI bridge to [bus 13] [ 0.532253] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff] [ 0.532268] pci 0000:00:17.0: bridge window [mem 0xc0400000-0xc05fffff 64bit pref] [ 0.532317] pci 0000:00:17.1: PCI bridge to [bus 14] [ 0.532326] pci 0000:00:17.1: bridge window [io 0x9000-0x9fff] [ 0.532347] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff] [ 0.532361] pci 0000:00:17.1: bridge window [mem 0xe7700000-0xe77fffff 64bit pref] [ 0.532410] pci 0000:00:17.2: PCI bridge to [bus 15] [ 0.532420] pci 0000:00:17.2: bridge window [io 0xd000-0xdfff] [ 0.532442] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff] [ 0.532457] pci 0000:00:17.2: bridge window [mem 0xe7300000-0xe73fffff 64bit pref] [ 0.532497] pci 0000:00:17.3: PCI bridge to [bus 16] [ 0.532519] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff] [ 0.532533] pci 0000:00:17.3: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref] [ 0.532567] pci 0000:00:17.4: PCI bridge to [bus 17] [ 0.532588] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff] [ 0.532602] pci 0000:00:17.4: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref] [ 0.532635] pci 0000:00:17.5: PCI bridge to [bus 18] [ 0.532656] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff] [ 0.532670] pci 0000:00:17.5: bridge window [mem 0xe6700000-0xe67fffff 64bit pref] [ 0.532703] pci 0000:00:17.6: PCI bridge to [bus 19] [ 0.532724] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff] [ 0.532738] pci 0000:00:17.6: bridge window [mem 0xe6300000-0xe63fffff 64bit pref] [ 0.532771] pci 0000:00:17.7: PCI bridge to [bus 1a] [ 0.532792] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff] [ 0.532806] pci 0000:00:17.7: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref] [ 0.532839] pci 0000:00:18.0: PCI bridge to [bus 1b] [ 0.532848] pci 0000:00:18.0: bridge window [io 0x6000-0x6fff] [ 0.532868] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff] [ 0.532882] pci 0000:00:18.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref] [ 0.532915] pci 0000:00:18.1: PCI bridge to [bus 1c] [ 0.532924] pci 0000:00:18.1: bridge window [io 0xa000-0xafff] [ 0.532945] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff] [ 0.532959] pci 0000:00:18.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref] [ 0.532991] pci 0000:00:18.2: PCI bridge to [bus 1d] [ 0.533000] pci 0000:00:18.2: bridge window [io 0xe000-0xefff] [ 0.533020] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.533035] pci 0000:00:18.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref] [ 0.533067] pci 0000:00:18.3: PCI bridge to [bus 1e] [ 0.533088] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff] [ 0.533103] pci 0000:00:18.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref] [ 0.533135] pci 0000:00:18.4: PCI bridge to [bus 1f] [ 0.533157] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff] [ 0.533171] pci 0000:00:18.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref] [ 0.533203] pci 0000:00:18.5: PCI bridge to [bus 20] [ 0.533224] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff] [ 0.533239] pci 0000:00:18.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref] [ 0.533271] pci 0000:00:18.6: PCI bridge to [bus 21] [ 0.533308] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff] [ 0.533322] pci 0000:00:18.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref] [ 0.533357] pci 0000:00:18.7: PCI bridge to [bus 22] [ 0.533378] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff] [ 0.533392] pci 0000:00:18.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref] [ 0.533426] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window] [ 0.533427] pci_bus 0000:00: resource 5 [mem 0x000d0000-0x000d3fff window] [ 0.533429] pci_bus 0000:00: resource 6 [mem 0x000d4000-0x000d7fff window] [ 0.533430] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window] [ 0.533432] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window] [ 0.533433] pci_bus 0000:00: resource 9 [io 0x0000-0x0cf7 window] [ 0.533435] pci_bus 0000:00: resource 10 [io 0x0d00-0xfeff window] [ 0.533437] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff] [ 0.533438] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff] [ 0.533440] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref] [ 0.533441] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window] [ 0.533443] pci_bus 0000:02: resource 5 [mem 0x000d0000-0x000d3fff window] [ 0.533444] pci_bus 0000:02: resource 6 [mem 0x000d4000-0x000d7fff window] [ 0.533446] pci_bus 0000:02: resource 7 [mem 0x000d8000-0x000dbfff window] [ 0.533447] pci_bus 0000:02: resource 8 [mem 0xc0000000-0xfebfffff window] [ 0.533448] pci_bus 0000:02: resource 9 [io 0x0000-0x0cf7 window] [ 0.533450] pci_bus 0000:02: resource 10 [io 0x0d00-0xfeff window] [ 0.533451] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff] [ 0.533453] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff] [ 0.533454] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref] [ 0.533456] pci_bus 0000:04: resource 0 [io 0x7000-0x7fff] [ 0.533457] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff] [ 0.533459] pci_bus 0000:04: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref] [ 0.533460] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff] [ 0.533462] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff] [ 0.533463] pci_bus 0000:05: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref] [ 0.533464] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff] [ 0.533466] pci_bus 0000:06: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref] [ 0.533467] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff] [ 0.533469] pci_bus 0000:07: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref] [ 0.533470] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff] [ 0.533472] pci_bus 0000:08: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref] [ 0.533473] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff] [ 0.533475] pci_bus 0000:09: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref] [ 0.533476] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff] [ 0.533478] pci_bus 0000:0a: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref] [ 0.533479] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff] [ 0.533480] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff] [ 0.533482] pci_bus 0000:0b: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref] [ 0.533483] pci_bus 0000:0c: resource 0 [io 0x8000-0x8fff] [ 0.533485] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff] [ 0.533486] pci_bus 0000:0c: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref] [ 0.533488] pci_bus 0000:0d: resource 0 [io 0xc000-0xcfff] [ 0.533489] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff] [ 0.533490] pci_bus 0000:0d: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref] [ 0.533492] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff] [ 0.533493] pci_bus 0000:0e: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref] [ 0.533495] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff] [ 0.533496] pci_bus 0000:0f: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref] [ 0.533498] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff] [ 0.533499] pci_bus 0000:10: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref] [ 0.533501] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff] [ 0.533502] pci_bus 0000:11: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref] [ 0.533504] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff] [ 0.533505] pci_bus 0000:12: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref] [ 0.533507] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff] [ 0.533508] pci_bus 0000:13: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref] [ 0.533510] pci_bus 0000:14: resource 0 [io 0x9000-0x9fff] [ 0.533511] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff] [ 0.533512] pci_bus 0000:14: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref] [ 0.533514] pci_bus 0000:15: resource 0 [io 0xd000-0xdfff] [ 0.533515] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff] [ 0.533517] pci_bus 0000:15: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref] [ 0.533518] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff] [ 0.533520] pci_bus 0000:16: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref] [ 0.533521] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff] [ 0.533522] pci_bus 0000:17: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref] [ 0.533524] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff] [ 0.533525] pci_bus 0000:18: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref] [ 0.533527] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff] [ 0.533528] pci_bus 0000:19: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref] [ 0.533530] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff] [ 0.533531] pci_bus 0000:1a: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref] [ 0.533533] pci_bus 0000:1b: resource 0 [io 0x6000-0x6fff] [ 0.533534] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff] [ 0.533535] pci_bus 0000:1b: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref] [ 0.533537] pci_bus 0000:1c: resource 0 [io 0xa000-0xafff] [ 0.533538] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff] [ 0.533540] pci_bus 0000:1c: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref] [ 0.533541] pci_bus 0000:1d: resource 0 [io 0xe000-0xefff] [ 0.533543] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff] [ 0.533544] pci_bus 0000:1d: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref] [ 0.533546] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff] [ 0.533547] pci_bus 0000:1e: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref] [ 0.533549] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff] [ 0.533550] pci_bus 0000:1f: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref] [ 0.533552] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff] [ 0.533553] pci_bus 0000:20: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref] [ 0.533555] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff] [ 0.533556] pci_bus 0000:21: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref] [ 0.533557] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff] [ 0.533559] pci_bus 0000:22: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref] [ 0.533595] NET: Registered protocol family 2 [ 0.533906] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.534142] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.534326] TCP: Hash tables configured (established 131072 bind 65536) [ 0.534360] TCP: reno registered [ 0.534379] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 0.534445] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [ 0.534543] NET: Registered protocol family 1 [ 0.534556] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.534616] pci 0000:00:0f.0: Boot video device [ 0.535472] PCI: CLS 32 bytes, default 64 [ 0.535524] Unpacking initramfs... [ 0.789318] Freeing initrd memory: 22896k freed [ 0.793864] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.793871] software IO TLB [mem 0xbbee0000-0xbfee0000] (64MB) mapped at [ffff9dc1bbee0000-ffff9dc1bfedffff] [ 0.794220] Simple Boot Flag at 0x36 set to 0x80 [ 0.794387] Switched to clocksource tsc [ 0.795999] sha1_ssse3: Using SSSE3 optimized SHA-1 implementation [ 0.796120] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation [ 0.796668] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.796701] Initialise system trusted keyring [ 0.796720] audit: initializing netlink socket (disabled) [ 0.796736] type=2000 audit(1577864302.601:1): initialized [ 0.816942] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.818373] zpool: loaded [ 0.818378] zbud: loaded [ 0.818651] VFS: Disk quotas dquot_6.5.2 [ 0.818679] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.818888] msgmni has been set to 31763 [ 0.818944] Key type big_key registered [ 0.818946] SELinux: Registering netfilter hooks [ 0.821636] NET: Registered protocol family 38 [ 0.821641] Key type asymmetric registered [ 0.821644] Asymmetric key parser 'x509' registered [ 0.821674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.821771] io scheduler noop registered [ 0.821774] io scheduler deadline registered (default) [ 0.821799] io scheduler cfq registered [ 0.821802] io scheduler mq-deadline registered [ 0.821804] io scheduler kyber registered [ 0.822146] pcieport 0000:00:15.0: irq 24 for MSI/MSI-X [ 0.822579] pcieport 0000:00:15.1: irq 25 for MSI/MSI-X [ 0.822973] pcieport 0000:00:15.2: irq 26 for MSI/MSI-X [ 0.823376] pcieport 0000:00:15.3: irq 27 for MSI/MSI-X [ 0.823775] pcieport 0000:00:15.4: irq 28 for MSI/MSI-X [ 0.824167] pcieport 0000:00:15.5: irq 29 for MSI/MSI-X [ 0.824590] pcieport 0000:00:15.6: irq 30 for MSI/MSI-X [ 0.824985] pcieport 0000:00:15.7: irq 31 for MSI/MSI-X [ 0.825390] pcieport 0000:00:16.0: irq 32 for MSI/MSI-X [ 0.825791] pcieport 0000:00:16.1: irq 33 for MSI/MSI-X [ 0.826181] pcieport 0000:00:16.2: irq 34 for MSI/MSI-X [ 0.826594] pcieport 0000:00:16.3: irq 35 for MSI/MSI-X [ 0.826987] pcieport 0000:00:16.4: irq 36 for MSI/MSI-X [ 0.827390] pcieport 0000:00:16.5: irq 37 for MSI/MSI-X [ 0.827785] pcieport 0000:00:16.6: irq 38 for MSI/MSI-X [ 0.828181] pcieport 0000:00:16.7: irq 39 for MSI/MSI-X [ 0.828590] pcieport 0000:00:17.0: irq 40 for MSI/MSI-X [ 0.828982] pcieport 0000:00:17.1: irq 41 for MSI/MSI-X [ 0.829391] pcieport 0000:00:17.2: irq 42 for MSI/MSI-X [ 0.829786] pcieport 0000:00:17.3: irq 43 for MSI/MSI-X [ 0.830192] pcieport 0000:00:17.4: irq 44 for MSI/MSI-X [ 0.830608] pcieport 0000:00:17.5: irq 45 for MSI/MSI-X [ 0.831017] pcieport 0000:00:17.6: irq 46 for MSI/MSI-X [ 0.831434] pcieport 0000:00:17.7: irq 47 for MSI/MSI-X [ 0.831830] pcieport 0000:00:18.0: irq 48 for MSI/MSI-X [ 0.832230] pcieport 0000:00:18.1: irq 49 for MSI/MSI-X [ 0.832661] pcieport 0000:00:18.2: irq 50 for MSI/MSI-X [ 0.833062] pcieport 0000:00:18.3: irq 51 for MSI/MSI-X [ 0.833475] pcieport 0000:00:18.4: irq 52 for MSI/MSI-X [ 0.833876] pcieport 0000:00:18.5: irq 53 for MSI/MSI-X [ 0.834273] pcieport 0000:00:18.6: irq 54 for MSI/MSI-X [ 0.834691] pcieport 0000:00:18.7: irq 55 for MSI/MSI-X [ 0.835091] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt [ 0.835093] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt [ 0.835109] pcie_pme 0000:00:15.0:pcie001: service driver pcie_pme loaded [ 0.835184] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt [ 0.835199] pcie_pme 0000:00:15.1:pcie001: service driver pcie_pme loaded [ 0.835276] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt [ 0.835299] pcie_pme 0000:00:15.2:pcie001: service driver pcie_pme loaded [ 0.835375] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt [ 0.835391] pcie_pme 0000:00:15.3:pcie001: service driver pcie_pme loaded [ 0.835466] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt [ 0.835481] pcie_pme 0000:00:15.4:pcie001: service driver pcie_pme loaded [ 0.835555] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt [ 0.835570] pcie_pme 0000:00:15.5:pcie001: service driver pcie_pme loaded [ 0.835650] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt [ 0.835667] pcie_pme 0000:00:15.6:pcie001: service driver pcie_pme loaded [ 0.835742] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt [ 0.835758] pcie_pme 0000:00:15.7:pcie001: service driver pcie_pme loaded [ 0.835834] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt [ 0.835836] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt [ 0.835851] pcie_pme 0000:00:16.0:pcie001: service driver pcie_pme loaded [ 0.835926] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt [ 0.835941] pcie_pme 0000:00:16.1:pcie001: service driver pcie_pme loaded [ 0.836017] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt [ 0.836036] pcie_pme 0000:00:16.2:pcie001: service driver pcie_pme loaded [ 0.836112] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt [ 0.836127] pcie_pme 0000:00:16.3:pcie001: service driver pcie_pme loaded [ 0.836202] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt [ 0.836218] pcie_pme 0000:00:16.4:pcie001: service driver pcie_pme loaded [ 0.836303] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt [ 0.836319] pcie_pme 0000:00:16.5:pcie001: service driver pcie_pme loaded [ 0.836408] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt [ 0.836433] pcie_pme 0000:00:16.6:pcie001: service driver pcie_pme loaded [ 0.836517] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt [ 0.836533] pcie_pme 0000:00:16.7:pcie001: service driver pcie_pme loaded [ 0.836608] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt [ 0.836609] pci 0000:13:00.0: Signaling PME through PCIe PME interrupt [ 0.836624] pcie_pme 0000:00:17.0:pcie001: service driver pcie_pme loaded [ 0.836698] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt [ 0.836713] pcie_pme 0000:00:17.1:pcie001: service driver pcie_pme loaded [ 0.836792] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt [ 0.836812] pcie_pme 0000:00:17.2:pcie001: service driver pcie_pme loaded [ 0.836888] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt [ 0.836904] pcie_pme 0000:00:17.3:pcie001: service driver pcie_pme loaded [ 0.836978] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt [ 0.836993] pcie_pme 0000:00:17.4:pcie001: service driver pcie_pme loaded [ 0.837068] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt [ 0.837084] pcie_pme 0000:00:17.5:pcie001: service driver pcie_pme loaded [ 0.837158] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt [ 0.837173] pcie_pme 0000:00:17.6:pcie001: service driver pcie_pme loaded [ 0.837252] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt [ 0.837268] pcie_pme 0000:00:17.7:pcie001: service driver pcie_pme loaded [ 0.837360] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt [ 0.837376] pcie_pme 0000:00:18.0:pcie001: service driver pcie_pme loaded [ 0.837460] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt [ 0.837476] pcie_pme 0000:00:18.1:pcie001: service driver pcie_pme loaded [ 0.837556] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt [ 0.837573] pcie_pme 0000:00:18.2:pcie001: service driver pcie_pme loaded [ 0.837653] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt [ 0.837668] pcie_pme 0000:00:18.3:pcie001: service driver pcie_pme loaded [ 0.837744] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt [ 0.837759] pcie_pme 0000:00:18.4:pcie001: service driver pcie_pme loaded [ 0.837833] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt [ 0.837848] pcie_pme 0000:00:18.5:pcie001: service driver pcie_pme loaded [ 0.837924] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt [ 0.837939] pcie_pme 0000:00:18.6:pcie001: service driver pcie_pme loaded [ 0.838013] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt [ 0.838028] pcie_pme 0000:00:18.7:pcie001: service driver pcie_pme loaded [ 0.838047] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.838077] pciehp 0000:00:15.0:pcie004: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838126] pciehp 0000:00:15.0:pcie004: service driver pciehp loaded [ 0.838153] pciehp 0000:00:15.1:pcie004: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838195] pciehp 0000:00:15.1:pcie004: service driver pciehp loaded [ 0.838223] pciehp 0000:00:15.2:pcie004: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838264] pciehp 0000:00:15.2:pcie004: service driver pciehp loaded [ 0.838301] pciehp 0000:00:15.3:pcie004: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838345] pciehp 0000:00:15.3:pcie004: service driver pciehp loaded [ 0.838372] pciehp 0000:00:15.4:pcie004: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838412] pciehp 0000:00:15.4:pcie004: service driver pciehp loaded [ 0.838439] pciehp 0000:00:15.5:pcie004: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838479] pciehp 0000:00:15.5:pcie004: service driver pciehp loaded [ 0.838506] pciehp 0000:00:15.6:pcie004: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838551] pciehp 0000:00:15.6:pcie004: service driver pciehp loaded [ 0.838578] pciehp 0000:00:15.7:pcie004: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838620] pciehp 0000:00:15.7:pcie004: service driver pciehp loaded [ 0.838647] pciehp 0000:00:16.0:pcie004: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838689] pciehp 0000:00:16.0:pcie004: service driver pciehp loaded [ 0.838715] pciehp 0000:00:16.1:pcie004: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838756] pciehp 0000:00:16.1:pcie004: service driver pciehp loaded [ 0.838782] pciehp 0000:00:16.2:pcie004: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838823] pciehp 0000:00:16.2:pcie004: service driver pciehp loaded [ 0.838850] pciehp 0000:00:16.3:pcie004: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838890] pciehp 0000:00:16.3:pcie004: service driver pciehp loaded [ 0.838919] pciehp 0000:00:16.4:pcie004: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.838964] pciehp 0000:00:16.4:pcie004: service driver pciehp loaded [ 0.838991] pciehp 0000:00:16.5:pcie004: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839031] pciehp 0000:00:16.5:pcie004: service driver pciehp loaded [ 0.839062] pciehp 0000:00:16.6:pcie004: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839102] pciehp 0000:00:16.6:pcie004: service driver pciehp loaded [ 0.839128] pciehp 0000:00:16.7:pcie004: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839171] pciehp 0000:00:16.7:pcie004: service driver pciehp loaded [ 0.839198] pciehp 0000:00:17.0:pcie004: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839239] pciehp 0000:00:17.0:pcie004: service driver pciehp loaded [ 0.839265] pciehp 0000:00:17.1:pcie004: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839320] pciehp 0000:00:17.1:pcie004: service driver pciehp loaded [ 0.839347] pciehp 0000:00:17.2:pcie004: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839390] pciehp 0000:00:17.2:pcie004: service driver pciehp loaded [ 0.839416] pciehp 0000:00:17.3:pcie004: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839460] pciehp 0000:00:17.3:pcie004: service driver pciehp loaded [ 0.839487] pciehp 0000:00:17.4:pcie004: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839529] pciehp 0000:00:17.4:pcie004: service driver pciehp loaded [ 0.839555] pciehp 0000:00:17.5:pcie004: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839596] pciehp 0000:00:17.5:pcie004: service driver pciehp loaded [ 0.839622] pciehp 0000:00:17.6:pcie004: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839665] pciehp 0000:00:17.6:pcie004: service driver pciehp loaded [ 0.839697] pciehp 0000:00:17.7:pcie004: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839741] pciehp 0000:00:17.7:pcie004: service driver pciehp loaded [ 0.839768] pciehp 0000:00:18.0:pcie004: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839810] pciehp 0000:00:18.0:pcie004: service driver pciehp loaded [ 0.839837] pciehp 0000:00:18.1:pcie004: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839879] pciehp 0000:00:18.1:pcie004: service driver pciehp loaded [ 0.839905] pciehp 0000:00:18.2:pcie004: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.839947] pciehp 0000:00:18.2:pcie004: service driver pciehp loaded [ 0.839973] pciehp 0000:00:18.3:pcie004: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.840013] pciehp 0000:00:18.3:pcie004: service driver pciehp loaded [ 0.840040] pciehp 0000:00:18.4:pcie004: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.840086] pciehp 0000:00:18.4:pcie004: service driver pciehp loaded [ 0.840115] pciehp 0000:00:18.5:pcie004: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.840156] pciehp 0000:00:18.5:pcie004: service driver pciehp loaded [ 0.840182] pciehp 0000:00:18.6:pcie004: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.840222] pciehp 0000:00:18.6:pcie004: service driver pciehp loaded [ 0.840249] pciehp 0000:00:18.7:pcie004: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ [ 0.840300] pciehp 0000:00:18.7:pcie004: service driver pciehp loaded [ 0.840305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.840335] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.840421] intel_idle: does not run on family 6 model 44 [ 0.840671] ACPI: AC Adapter [ACAD] (on-line) [ 0.840760] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.840763] ACPI: Power Button [PWRF] [ 0.841670] GHES: HEST is not enabled! [ 0.841776] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.842634] Non-volatile memory driver v1.3 [ 0.842703] Linux agpgart interface v0.103 [ 0.842834] agpgart-intel 0000:00:00.0: Intel 440BX Chipset [ 0.843680] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0 [ 0.843794] crash memory driver: version 1.1 [ 0.843880] rdac: device handler registered [ 0.843995] hp_sw: device handler registered [ 0.844001] emc: device handler registered [ 0.844120] alua: device handler registered [ 0.844160] libphy: Fixed MDIO Bus: probed [ 0.844247] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.844252] ehci-pci: EHCI PCI platform driver [ 0.844264] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.844268] ohci-pci: OHCI PCI platform driver [ 0.844292] uhci_hcd: USB Universal Host Controller Interface driver [ 0.844637] xhci_hcd 0000:13:00.0: xHCI Host Controller [ 0.844715] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 1 [ 0.845181] xhci_hcd 0000:13:00.0: hcc params 0x0388f081 hci version 0x100 quirks 0x0000000000000010 [ 0.845207] xhci_hcd 0000:13:00.0: cache line size of 32 is not supported [ 0.845318] xhci_hcd 0000:13:00.0: irq 56 for MSI/MSI-X [ 0.845351] xhci_hcd 0000:13:00.0: irq 57 for MSI/MSI-X [ 0.845395] xhci_hcd 0000:13:00.0: irq 58 for MSI/MSI-X [ 0.845416] xhci_hcd 0000:13:00.0: irq 59 for MSI/MSI-X [ 0.845438] xhci_hcd 0000:13:00.0: irq 60 for MSI/MSI-X [ 0.845458] xhci_hcd 0000:13:00.0: irq 61 for MSI/MSI-X [ 0.845480] xhci_hcd 0000:13:00.0: irq 62 for MSI/MSI-X [ 0.845500] xhci_hcd 0000:13:00.0: irq 63 for MSI/MSI-X [ 0.845526] xhci_hcd 0000:13:00.0: irq 64 for MSI/MSI-X [ 0.846285] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 3.10 [ 0.846287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.846289] usb usb1: Product: xHCI Host Controller [ 0.846290] usb usb1: Manufacturer: Linux 3.10.0-1062.9.1.el7.x86_64 xhci-hcd [ 0.846292] usb usb1: SerialNumber: 0000:13:00.0 [ 0.846429] hub 1-0:1.0: USB hub found [ 0.846462] hub 1-0:1.0: 4 ports detected [ 0.846807] xhci_hcd 0000:13:00.0: xHCI Host Controller [ 0.846888] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 2 [ 0.846892] xhci_hcd 0000:13:00.0: Host supports USB 3.0 SuperSpeed [ 0.846985] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.847002] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 3.10 [ 0.847004] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.847005] usb usb2: Product: xHCI Host Controller [ 0.847007] usb usb2: Manufacturer: Linux 3.10.0-1062.9.1.el7.x86_64 xhci-hcd [ 0.847008] usb usb2: SerialNumber: 0000:13:00.0 [ 0.847126] hub 2-0:1.0: USB hub found [ 0.847160] hub 2-0:1.0: 4 ports detected [ 0.847358] usbcore: registered new interface driver usbserial_generic [ 0.847364] usbserial: USB Serial support registered for generic [ 0.847403] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12 [ 0.848212] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.848219] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.848383] mousedev: PS/2 mouse device common for all mice [ 0.848839] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 0.848900] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 0.848962] cpuidle: using governor menu [ 0.849889] hidraw: raw HID events driver (C) Jiri Kosina [ 0.849986] usbcore: registered new interface driver usbhid [ 0.849987] usbhid: USB HID core driver [ 0.850082] drop_monitor: Initializing network drop monitor service [ 0.850148] TCP: cubic registered [ 0.850151] Initializing XFRM netlink socket [ 0.850254] NET: Registered protocol family 10 [ 0.850574] NET: Registered protocol family 17 [ 0.850579] mpls_gso: MPLS GSO support [ 0.850803] mce: Using 8 MCE banks [ 0.850957] PM: Hibernation image not present or could not be loaded. [ 0.850961] Loading compiled-in X.509 certificates [ 0.850985] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 0.850995] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 0.851448] Loaded X.509 cert 'CentOS Linux kernel signing key: 9e88c8dfd452918c8321f51ebbc7924b498bbd5a' [ 0.851467] registered taskstats version 1 [ 0.851476] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.851935] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 0.852119] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 0.853942] Key type trusted registered [ 0.855949] Key type encrypted registered [ 0.855965] IMA: No TPM chip found, activating TPM-bypass! (rc=-19) [ 0.857190] Magic number: 4:364:621 [ 0.857267] acpi INT0E0C:00: hash matches [ 0.857556] rtc_cmos 00:01: setting system clock to 2020-01-01 07:38:23 UTC (1577864303) [ 0.858435] Freeing unused kernel memory: 1980k freed [ 0.858807] Write protecting the kernel read-only data: 12288k [ 0.859812] Freeing unused kernel memory: 416k freed [ 0.860954] Freeing unused kernel memory: 552k freed [ 0.864329] random: systemd: uninitialized urandom read (16 bytes read) [ 0.864645] random: systemd: uninitialized urandom read (16 bytes read) [ 0.864658] random: systemd: uninitialized urandom read (16 bytes read) [ 0.865423] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 0.865443] systemd[1]: Detected virtualization vmware. [ 0.865451] systemd[1]: Detected architecture x86-64. [ 0.865455] systemd[1]: Running in initial RAM disk. [ 0.865489] systemd[1]: Set hostname to <usb-3.rededucation.com>. [ 0.896710] random: systemd: uninitialized urandom read (16 bytes read) [ 0.896728] random: systemd: uninitialized urandom read (16 bytes read) [ 0.896755] random: systemd: uninitialized urandom read (16 bytes read) [ 0.896799] random: systemd: uninitialized urandom read (16 bytes read) [ 0.897450] random: systemd: uninitialized urandom read (16 bytes read) [ 0.897597] random: systemd: uninitialized urandom read (16 bytes read) [ 0.897906] random: systemd: uninitialized urandom read (16 bytes read) [ 0.901236] systemd[1]: [/run/systemd/generator/dev-mapper-centos\x2droot.device.d/timeout.conf:3] Unknown lvalue 'JobRunningTimeoutSec' in section 'Unit' [ 0.902045] systemd[1]: Created slice Root Slice. [ 0.902086] systemd[1]: Reached target Timers. [ 0.902132] systemd[1]: Listening on udev Control Socket. [ 0.902205] systemd[1]: Created slice System Slice. [ 0.902220] systemd[1]: Reached target Slices. [ 0.902255] systemd[1]: Listening on udev Kernel Socket. [ 0.902268] systemd[1]: Reached target Swap. [ 0.902353] systemd[1]: Listening on Journal Socket. [ 0.902835] systemd[1]: Starting Setup Virtual Console... [ 0.903476] systemd[1]: Starting Apply Kernel Variables... [ 0.903993] systemd[1]: Starting Journal Service... [ 0.904651] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 0.905271] systemd[1]: Starting dracut cmdline hook... [ 0.905317] systemd[1]: Reached target Sockets. [ 0.905342] systemd[1]: Reached target Local File Systems. [ 0.905952] systemd[1]: Started Apply Kernel Variables. [ 0.906356] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 0.907009] systemd[1]: Starting Create Static Device Nodes in /dev... [ 0.909657] systemd[1]: Started Create Static Device Nodes in /dev. [ 0.966961] systemd[1]: Started Setup Virtual Console. [ 0.976601] systemd[1]: Started Journal Service. [ 1.040131] device-mapper: uevent: version 1.0.3 [ 1.040254] device-mapper: ioctl: 4.37.1-ioctl (2018-04-03) initialised: dm-devel@xxxxxxxxxx [ 1.521587] VMware PVSCSI driver - version 1.0.7.0-k [ 1.521925] vmw_pvscsi: using 64bit dma [ 1.522108] vmw_pvscsi: max_id: 16 [ 1.522109] vmw_pvscsi: setting ring_pages to 8 [ 1.524553] vmw_pvscsi 0000:03:00.0: irq 65 for MSI/MSI-X [ 1.524654] vmw_pvscsi: using MSI-X [ 1.524665] pvscsi: enabling reqCallThreshold [ 1.525509] pvscsi: driver-based request coalescing enabled [ 1.525585] scsi host0: VMware PVSCSI storage adapter rev 2, req/cmp/msg rings: 8/8/1 pages, cmd_per_lun=254 [ 1.525670] vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #0 [ 1.525774] VMware vmxnet3 virtual NIC driver - version 1.4.16.0-k-NAPI [ 1.525797] vmxnet3 0000:0b:00.0: # of Tx queues : 8, # of Rx queues : 8 [ 1.525935] scsi 0:0:0:0: Direct-Access VMware Virtual disk 2.0 PQ: 0 ANSI: 6 [ 1.526584] vmxnet3 0000:0b:00.0: irq 66 for MSI/MSI-X [ 1.526617] vmxnet3 0000:0b:00.0: irq 67 for MSI/MSI-X [ 1.526665] vmxnet3 0000:0b:00.0: irq 68 for MSI/MSI-X [ 1.526687] vmxnet3 0000:0b:00.0: irq 69 for MSI/MSI-X [ 1.526708] vmxnet3 0000:0b:00.0: irq 70 for MSI/MSI-X [ 1.526730] vmxnet3 0000:0b:00.0: irq 71 for MSI/MSI-X [ 1.526750] vmxnet3 0000:0b:00.0: irq 72 for MSI/MSI-X [ 1.526770] vmxnet3 0000:0b:00.0: irq 73 for MSI/MSI-X [ 1.526790] vmxnet3 0000:0b:00.0: irq 74 for MSI/MSI-X [ 1.527322] vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps [ 1.542922] libata version 3.00 loaded. [ 1.548038] ata_piix 0000:00:07.1: version 2.13 [ 1.549052] scsi host1: ata_piix [ 1.549166] scsi host2: ata_piix [ 1.549200] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14 [ 1.549202] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15 [ 1.557343] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd [ 1.562231] ahci 0000:02:01.0: version 3.0 [ 1.563038] ahci 0000:02:01.0: irq 75 for MSI/MSI-X [ 1.563552] ahci 0000:02:01.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode [ 1.563556] ahci 0000:02:01.0: flags: 64bit ncq clo only [ 1.568247] scsi host3: ahci [ 1.568575] scsi host4: ahci [ 1.568684] scsi host5: ahci [ 1.568814] scsi host6: ahci [ 1.568937] scsi host7: ahci [ 1.569077] scsi host8: ahci [ 1.569194] scsi host9: ahci [ 1.570118] scsi host10: ahci [ 1.570229] scsi host11: ahci [ 1.570668] scsi host12: ahci [ 1.572999] scsi host13: ahci [ 1.573112] scsi host14: ahci [ 1.573224] scsi host15: ahci [ 1.576065] scsi host16: ahci [ 1.576189] scsi host17: ahci [ 1.577710] scsi host18: ahci [ 1.577792] scsi host19: ahci [ 1.577857] scsi host20: ahci [ 1.577921] scsi host21: ahci [ 1.577982] scsi host22: ahci [ 1.578045] scsi host23: ahci [ 1.578108] scsi host24: ahci [ 1.578168] scsi host25: ahci [ 1.578230] scsi host26: ahci [ 1.581223] scsi host27: ahci [ 1.581593] scsi host28: ahci [ 1.583528] scsi host29: ahci [ 1.585669] usb 2-1: New USB device found, idVendor=059f, idProduct=106f, bcdDevice= 0.01 [ 1.585672] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 1.585674] usb 2-1: Product: P9233 [ 1.585675] usb 2-1: Manufacturer: LaCie [ 1.585677] usb 2-1: SerialNumber: 0000NL32EMW8 [ 1.585764] scsi host30: ahci [ 1.587002] scsi host31: ahci [ 1.587112] scsi host32: ahci [ 1.587154] ata3: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff100 irq 75 [ 1.587156] ata4: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff180 irq 75 [ 1.587158] ata5: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff200 irq 75 [ 1.587159] ata6: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff280 irq 75 [ 1.587161] ata7: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff300 irq 75 [ 1.587163] ata8: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff380 irq 75 [ 1.587164] ata9: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff400 irq 75 [ 1.587166] ata10: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff480 irq 75 [ 1.587168] ata11: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff500 irq 75 [ 1.587169] ata12: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff580 irq 75 [ 1.587171] ata13: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff600 irq 75 [ 1.587173] ata14: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff680 irq 75 [ 1.587174] ata15: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff700 irq 75 [ 1.587176] ata16: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff780 irq 75 [ 1.587177] ata17: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff800 irq 75 [ 1.587179] ata18: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff880 irq 75 [ 1.587180] ata19: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff900 irq 75 [ 1.587182] ata20: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ff980 irq 75 [ 1.587183] ata21: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffa00 irq 75 [ 1.587185] ata22: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffa80 irq 75 [ 1.587187] ata23: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffb00 irq 75 [ 1.587188] ata24: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffb80 irq 75 [ 1.587190] ata25: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffc00 irq 75 [ 1.587191] ata26: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffc80 irq 75 [ 1.587193] ata27: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffd00 irq 75 [ 1.587194] ata28: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffd80 irq 75 [ 1.587196] ata29: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffe00 irq 75 [ 1.587197] ata30: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5ffe80 irq 75 [ 1.587199] ata31: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5fff00 irq 75 [ 1.587200] ata32: SATA max UDMA/133 abar m4096@0xfd5ff000 port 0xfd5fff80 irq 75 [ 1.631406] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) [ 1.631486] sd 0:0:0:0: [sda] Write Protect is off [ 1.631487] sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00 [ 1.631505] sd 0:0:0:0: [sda] Cache data unavailable [ 1.631507] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 1.631758] [drm] DMA map mode: Keeping DMA mappings. [ 1.631926] [drm] Capabilities: [ 1.631926] [drm] Rect copy. [ 1.631926] [drm] Cursor. [ 1.631926] [drm] Cursor bypass. [ 1.631926] [drm] Cursor bypass 2. [ 1.631927] [drm] 8bit emulation. [ 1.631927] [drm] Alpha cursor. [ 1.631927] [drm] Extended Fifo. [ 1.631927] [drm] Multimon. [ 1.631927] [drm] Pitchlock. [ 1.631928] [drm] Irq mask. [ 1.631928] [drm] Display Topology. [ 1.631928] [drm] GMR. [ 1.631928] [drm] Traces. [ 1.631928] [drm] GMR2. [ 1.631928] [drm] Screen Object 2. [ 1.631929] [drm] Command Buffers. [ 1.631929] [drm] Command Buffers 2. [ 1.631929] [drm] Guest Backed Resources. [ 1.631929] [drm] DX Features. [ 1.631929] [drm] HP Command Queue. [ 1.631931] [drm] Max GMR ids is 64 [ 1.631931] [drm] Max number of GMR pages is 65536 [ 1.631931] [drm] Max dedicated hypervisor surface memory is 0 kiB [ 1.631932] [drm] Maximum display memory size is 8192 kiB [ 1.631932] [drm] VRAM at 0xe8000000 size is 4096 kiB [ 1.631933] [drm] MMIO at 0xfe000000 size is 256 kiB [ 1.632082] [TTM] Zone kernel: Available graphics memory: 8132958 kiB [ 1.632083] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 1.632083] [TTM] Initializing pool allocator [ 1.632087] [TTM] Initializing DMA pool allocator [ 1.632137] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.632137] [drm] No driver support for vblank timestamp query. [ 1.632208] sda: sda1 sda2 sda3 [ 1.632470] [drm] Screen Target Display device initialized [ 1.632500] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.632537] [drm] width 800 [ 1.632542] [drm] height 480 [ 1.632548] [drm] bpp 32 [ 1.634542] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f [ 1.635561] [drm] Using command buffers with DMA pool. [ 1.635568] [drm] DX: no. [ 1.635568] [drm] Atomic: yes. [ 1.635569] [drm] SM4_1: no. [ 1.638987] fbcon: svgadrmfb (fb0) is primary device [ 1.642174] Console: switching to colour frame buffer device 100x37 [ 1.653541] [drm] Initialized vmwgfx 2.15.0 20180704 for 0000:00:0f.0 on minor 0 [ 1.689365] usb 1-1: new full-speed USB device number 2 using xhci_hcd [ 1.913407] ata6: SATA link down (SStatus 0 SControl 300) [ 1.913500] ata4: SATA link down (SStatus 0 SControl 300) [ 1.913588] ata7: SATA link down (SStatus 0 SControl 300) [ 1.913650] ata5: SATA link down (SStatus 0 SControl 300) [ 1.913713] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 2.211502] ata15: SATA link down (SStatus 0 SControl 300) [ 2.211590] ata21: SATA link down (SStatus 0 SControl 300) [ 2.211672] ata16: SATA link down (SStatus 0 SControl 300) [ 2.211689] ata19: SATA link down (SStatus 0 SControl 300) [ 2.211714] ata10: SATA link down (SStatus 0 SControl 300) [ 2.211730] ata3.00: ATAPI: VMware Virtual SATA CDRW Drive, 00000001, max UDMA/33 [ 2.211774] usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.03 [ 2.211777] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.211779] usb 1-1: Product: VMware Virtual USB Mouse [ 2.211780] usb 1-1: Manufacturer: VMware [ 2.211818] ata12: SATA link down (SStatus 0 SControl 300) [ 2.211913] ata27: SATA link down (SStatus 0 SControl 300) [ 2.211977] ata17: SATA link down (SStatus 0 SControl 300) [ 2.212001] ata20: SATA link down (SStatus 0 SControl 300) [ 2.212027] ata22: SATA link down (SStatus 0 SControl 300) [ 2.212037] ata3.00: configured for UDMA/33 [ 2.212233] ata31: SATA link down (SStatus 0 SControl 300) [ 2.212359] ata13: SATA link down (SStatus 0 SControl 300) [ 2.212390] ata23: SATA link down (SStatus 0 SControl 300) [ 2.212418] ata32: SATA link down (SStatus 0 SControl 300) [ 2.212507] ata11: SATA link down (SStatus 0 SControl 300) [ 2.212534] scsi 3:0:0:0: CD-ROM NECVMWar VMware SATA CD00 1.00 PQ: 0 ANSI: 5 [ 2.212536] ata26: SATA link down (SStatus 0 SControl 300) [ 2.212623] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:17.0/0000:13:00.0/usb1/1-1/1-1:1.0/input/input4 [ 2.212772] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:13:00.0-1/input0 [ 2.213424] ata30: SATA link down (SStatus 0 SControl 300) [ 2.213467] ata8: SATA link down (SStatus 0 SControl 300) [ 2.213509] ata18: SATA link down (SStatus 0 SControl 300) [ 2.313390] ata9: SATA link down (SStatus 0 SControl 300) [ 2.313433] ata28: SATA link down (SStatus 0 SControl 300) [ 2.313504] ata25: SATA link down (SStatus 0 SControl 300) [ 2.313526] ata14: SATA link down (SStatus 0 SControl 300) [ 2.313572] ata29: SATA link down (SStatus 0 SControl 300) [ 2.313647] ata24: SATA link down (SStatus 0 SControl 300) [ 2.323365] usb 2-2: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd [ 2.344537] sr 3:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.344540] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.346050] sr 3:0:0:0: Attached scsi CD-ROM sr0 [ 2.350526] usb 2-2: New USB device found, idVendor=059f, idProduct=106f, bcdDevice= 0.01 [ 2.350529] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 2.350532] usb 2-2: Product: P9233 [ 2.350533] usb 2-2: Manufacturer: LaCie [ 2.350535] usb 2-2: SerialNumber: 0000NL32E4T4 [ 2.403702] usb-storage 2-1:1.0: USB Mass Storage device detected [ 2.403944] scsi host33: usb-storage 2-1:1.0 [ 2.404019] usb-storage 2-2:1.0: USB Mass Storage device detected [ 2.404133] scsi host34: usb-storage 2-2:1.0 [ 2.404188] usbcore: registered new interface driver usb-storage [ 2.406214] usbcore: registered new interface driver uas [ 2.453321] usb 1-3: new full-speed USB device number 3 using xhci_hcd [ 2.576763] usb 1-3: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00 [ 2.576767] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.576769] usb 1-3: Product: VMware Virtual USB Hub [ 2.577237] hub 1-3:1.0: USB hub found [ 2.577301] hub 1-3:1.0: 7 ports detected [ 2.577522] random: fast init done [ 2.689364] usb 1-4: new high-speed USB device number 4 using xhci_hcd [ 2.812758] usb 1-4: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00 [ 2.812763] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.812767] usb 1-4: Product: VMware Virtual USB Hub [ 2.813262] hub 1-4:1.0: USB hub found [ 2.813312] hub 1-4:1.0: 7 ports detected [ 3.418738] scsi 34:0:0:0: Direct-Access LaCie P9233 1053 PQ: 0 ANSI: 6 [ 3.418791] scsi 33:0:0:0: Direct-Access LaCie P9233 1053 PQ: 0 ANSI: 6 [ 3.419815] sd 33:0:0:0: [sdb] 1953506646 4096-byte logical blocks: (7.81 TB/7.27 TiB) [ 3.420035] sd 34:0:0:0: [sdc] 1953506646 4096-byte logical blocks: (7.81 TB/7.27 TiB) [ 3.422509] sd 33:0:0:0: [sdb] Write Protect is off [ 3.422512] sd 33:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 3.422817] sd 34:0:0:0: [sdc] Write Protect is off [ 3.422820] sd 34:0:0:0: [sdc] Mode Sense: 43 00 00 00 [ 3.425759] sd 34:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.425807] sd 33:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.441462] sd 33:0:0:0: [sdb] Attached SCSI disk [ 3.441534] sd 34:0:0:0: [sdc] Attached SCSI disk [ 4.521554] floppy0: no floppy controllers found [ 4.806301] SGI XFS with ACLs, security attributes, no debug enabled [ 4.808118] random: crng init done [ 4.808313] XFS (dm-0): Mounting V4 Filesystem [ 4.910032] XFS (dm-0): Ending clean mount [ 5.174372] systemd-journald[129]: Received SIGTERM from PID 1 (systemd). [ 5.504041] type=1404 audit(1577864308.145:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 5.575016] SELinux: 2048 avtab hash slots, 112328 rules. [ 5.618275] SELinux: 2048 avtab hash slots, 112328 rules. [ 5.639008] SELinux: 8 users, 14 roles, 5045 types, 316 bools, 1 sens, 1024 cats [ 5.639011] SELinux: 130 classes, 112328 rules [ 5.641984] SELinux: Completing initialization. [ 5.641986] SELinux: Setting up existing superblocks. [ 5.651521] type=1403 audit(1577864308.293:3): policy loaded auid=4294967295 ses=4294967295 [ 5.660318] systemd[1]: Successfully loaded SELinux policy in 158.476ms. [ 5.898918] ip_tables: (C) 2000-2006 Netfilter Core Team [ 5.899036] systemd[1]: Inserted module 'ip_tables' [ 5.922837] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 20.776ms. [ 6.842442] RPC: Registered named UNIX socket transport module. [ 6.842446] RPC: Registered udp transport module. [ 6.842447] RPC: Registered tcp transport module. [ 6.842448] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 6.940567] systemd-journald[931]: Received request to flush runtime journal from PID 1 [ 7.166451] Adding 4194300k swap on /swapfile. Priority:-2 extents:5 across:10266524k FS [ 7.583404] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16 [ 7.583487] vmw_vmci 0000:00:07.7: Using capabilities 0xc [ 7.583712] vmw_vmci 0000:00:07.7: irq 76 for MSI/MSI-X [ 7.583751] vmw_vmci 0000:00:07.7: irq 77 for MSI/MSI-X [ 7.584022] Guest personality initialized and is active [ 7.585346] VMCI host device registered (name=vmci, major=10, minor=58) [ 7.585350] Initialized host personality [ 7.602119] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled! [ 7.694407] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 7.694523] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 7.694590] sd 33:0:0:0: Attached scsi generic sg2 type 0 [ 7.694646] sd 34:0:0:0: Attached scsi generic sg3 type 0 [ 7.732449] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 7.735159] cryptd: max_cpu_qlen set to 1000 [ 7.763969] SSE version of gcm_enc/dec engaged. [ 7.772738] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 7.772945] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) [ 7.838431] ppdev: user-space parallel port driver [ 8.010057] XFS (sda1): Mounting V4 Filesystem [ 10.601496] floppy0: no floppy controllers found [ 11.305725] XFS (sda1): Ending clean mount [ 11.531703] type=1305 audit(1577864314.173:4): audit_pid=1400 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ 11.981974] NET: Registered protocol family 40 [ 13.113991] IPv6: ADDRCONF(NETDEV_UP): ens192: link is not ready [ 13.117699] vmxnet3 0000:0b:00.0 ens192: intr type 3, mode 0, 9 vectors allocated [ 13.118508] vmxnet3 0000:0b:00.0 ens192: NIC Link is Up 10000 Mbps [ 13.855290] uds: loading out-of-tree module taints kernel. [ 13.855902] uds: module verification failed: signature and/or required key missing - tainting kernel [ 13.858996] uds: modprobe: loaded version 6.2.0.77 [ 13.899640] kvdo: modprobe: loaded version 6.1.2.41 [ 13.962632] kvdo0:dmsetup: starting device 'vdo2' [ 13.962654] kvdo0:dmsetup: underlying device, REQ_FLUSH: supported, REQ_FUA: not supported [ 13.962656] kvdo0:dmsetup: Using write policy async. [ 13.962671] kvdo0:dmsetup: zones: 1 logical, 1 physical, 1 hash; base threads: 5 [ 114.083032] kvdo0:journalQ: VDO commencing normal operation [ 114.083133] kvdo0:dmsetup: Setting UDS index target state to online [ 114.083140] kvdo0:dmsetup: device 'vdo2' started [ 114.084106] uds: kvdo0:dedupeQ: loading or rebuilding index: dev=/dev/disk/by-id/ata-ST8000DM004-2CX188_ZCT0D2ML offset=4096 size=2781704192 [ 114.084538] kvdo0:dmsetup: resuming device 'vdo2' [ 114.084541] kvdo0:dmsetup: device 'vdo2' resumed [ 114.130204] uds: kvdo0:dedupeQ: Using 8 indexing zones for concurrency. [ 114.164245] kvdo0:packerQ: compression is enabled [ 114.309465] kvdo1:dmsetup: starting device 'vdo1' [ 114.309483] kvdo1:dmsetup: underlying device, REQ_FLUSH: supported, REQ_FUA: not supported [ 114.309485] kvdo1:dmsetup: Using write policy async. [ 114.309511] kvdo1:dmsetup: zones: 1 logical, 1 physical, 1 hash; base threads: 5 [ 134.038511] uds: kvdo0:dedupeQ: loaded index from chapter 46075 through chapter 47097 [ 147.815380] kvdo1:journalQ: VDO commencing normal operation [ 147.815558] kvdo1:dmsetup: Setting UDS index target state to online [ 147.815566] kvdo1:dmsetup: device 'vdo1' started [ 147.816496] uds: kvdo1:dedupeQ: loading or rebuilding index: dev=/dev/disk/by-id/ata-ST8000DM004-2CX188_WCT0N5JV offset=4096 size=2781704192 [ 147.817033] kvdo1:dmsetup: resuming device 'vdo1' [ 147.817036] kvdo1:dmsetup: device 'vdo1' resumed [ 147.869475] uds: kvdo1:dedupeQ: Using 8 indexing zones for concurrency. [ 147.939288] kvdo1:packerQ: compression is enabled [ 148.448421] XFS (dm-4): Mounting V5 Filesystem [ 149.605301] XFS (dm-4): Starting recovery (logdev: internal) [ 149.819494] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819517] XFS (dm-4): Unmount and run xfs_repair [ 149.819518] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819521] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819522] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819523] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819525] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819538] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819539] XFS (dm-4): Unmount and run xfs_repair [ 149.819540] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819541] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819542] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819543] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819544] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819556] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819557] XFS (dm-4): Unmount and run xfs_repair [ 149.819558] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819559] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819560] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819562] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819563] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819574] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819575] XFS (dm-4): Unmount and run xfs_repair [ 149.819576] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819577] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819578] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819580] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819581] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819592] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819593] XFS (dm-4): Unmount and run xfs_repair [ 149.819594] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819595] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819596] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819598] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819599] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819610] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819611] XFS (dm-4): Unmount and run xfs_repair [ 149.819612] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819613] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819615] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819616] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819617] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819628] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819629] XFS (dm-4): Unmount and run xfs_repair [ 149.819630] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819631] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819633] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819634] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819635] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819647] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 149.819648] XFS (dm-4): Unmount and run xfs_repair [ 149.819649] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 149.819650] ffffb9ad72300000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 149.819651] ffffb9ad72300010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 149.819652] ffffb9ad72300020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 149.819653] ffffb9ad72300030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 149.819678] XFS (dm-4): metadata I/O error: block 0x30064db50 ("xlog_recover_do..(read#2)") error 117 numblks 32 [ 149.819691] XFS (dm-4): log mount/recovery failed: error -117 [ 149.819811] XFS (dm-4): log mount failed [ 150.465386] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 150.534557] Ebtables v2.0 registered [ 150.655011] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 150.673309] tun: Universal TUN/TAP device driver, 1.6 [ 150.673313] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 150.675711] virbr0: port 1(virbr0-nic) entered blocking state [ 150.675714] virbr0: port 1(virbr0-nic) entered disabled state [ 150.675782] device virbr0-nic entered promiscuous mode [ 150.807553] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) [ 150.897295] virbr0: port 1(virbr0-nic) entered blocking state [ 150.897300] virbr0: port 1(virbr0-nic) entered listening state [ 150.897367] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready [ 150.964088] virbr0: port 1(virbr0-nic) entered disabled state [ 168.423371] uds: kvdo1:dedupeQ: loaded index from chapter 14250 through chapter 15272 [ 1487.785010] XFS (dm-4): Mounting V5 Filesystem [ 1488.427090] XFS (dm-4): Starting recovery (logdev: internal) [ 1488.661297] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.661358] XFS (dm-4): Unmount and run xfs_repair [ 1488.661375] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.661396] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.661428] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.661460] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.661486] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.661525] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.661558] XFS (dm-4): Unmount and run xfs_repair [ 1488.661573] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.661592] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.661617] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.661642] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.661667] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.661704] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.661743] XFS (dm-4): Unmount and run xfs_repair [ 1488.661758] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.661787] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.661816] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.661841] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.661871] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.661910] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.661948] XFS (dm-4): Unmount and run xfs_repair [ 1488.661964] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.661984] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.662009] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.662039] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.662074] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.662117] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.663202] XFS (dm-4): Unmount and run xfs_repair [ 1488.663745] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.664281] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.664833] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.665365] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.665911] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.666474] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.667531] XFS (dm-4): Unmount and run xfs_repair [ 1488.668056] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.668602] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.669135] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.669672] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.670193] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.670751] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.671809] XFS (dm-4): Unmount and run xfs_repair [ 1488.672350] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.672881] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.673434] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.673953] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.674492] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.675028] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [ 1488.676088] XFS (dm-4): Unmount and run xfs_repair [ 1488.676634] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [ 1488.677167] ffffb9ad71880000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [ 1488.677721] ffffb9ad71880010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [ 1488.678242] ffffb9ad71880020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [ 1488.678781] ffffb9ad71880030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [ 1488.679389] XFS (dm-4): metadata I/O error: block 0x30064db50 ("xlog_recover_do..(read#2)") error 117 numblks 32 [ 1488.680460] XFS (dm-4): log mount/recovery failed: error -117 [ 1488.680606] XFS (dm-4): log mount failed [51725.968366] kvdo1:logQ0: Completing read VIO for LBN 1610612991 with error after readData: kvdo: Compressed block fragment is invalid (2073) [51725.968461] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [51725.969412] kvdo1:logQ0: Completing read VIO for LBN 1610612990 with error after readData: kvdo: Compressed block fragment is invalid (2073) [51725.969443] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [51725.969738] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [51725.969790] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52237.292336] kvdo1:logQ0: Completing read VIO for LBN 1610612991 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52237.292436] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52237.293459] kvdo1:logQ0: Completing read VIO for LBN 1610612990 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52237.293497] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52237.293937] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52237.293964] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52244.526969] kvdo1:logQ0: Completing read VIO for LBN 1610612991 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52244.526978] kvdo1:cpuQ0: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52244.527440] kvdo1:logQ0: Completing read VIO for LBN 1610612990 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52244.527447] kvdo1:cpuQ0: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52244.527851] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52244.527856] kvdo1:cpuQ0: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52316.831349] kvdo1:logQ0: Completing read VIO for LBN 1610612991 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52316.831364] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52316.832085] kvdo1:logQ0: Completing read VIO for LBN 1610612990 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52316.832092] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52316.832802] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52316.832809] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52819.634153] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52819.634177] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52819.637152] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [52819.637173] kvdo1:cpuQ1: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [52819.637179] Buffer I/O error on dev dm-4, logical block 1610612731, async page read [54235.537518] XFS (dm-4): Mounting V5 Filesystem [54236.686544] XFS (dm-4): Starting recovery (logdev: internal) [54236.966501] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.968126] XFS (dm-4): Unmount and run xfs_repair [54236.968683] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.969267] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.969836] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.970422] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.971012] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.971582] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.972721] XFS (dm-4): Unmount and run xfs_repair [54236.973297] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.973843] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.974433] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.975009] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.975564] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.976161] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.977296] XFS (dm-4): Unmount and run xfs_repair [54236.977837] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.978414] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.978993] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.979547] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.980129] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.980701] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.981835] XFS (dm-4): Unmount and run xfs_repair [54236.982407] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.982952] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.983544] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.984119] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.984671] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.985268] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.986400] XFS (dm-4): Unmount and run xfs_repair [54236.986943] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.987517] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.988094] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.988620] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.989178] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.989719] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.990808] XFS (dm-4): Unmount and run xfs_repair [54236.991373] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.991911] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.992483] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.993041] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.993568] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.994139] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.995228] XFS (dm-4): Unmount and run xfs_repair [54236.995761] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54236.996329] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54236.996870] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54236.997428] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54236.997954] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54236.998529] XFS (dm-4): Metadata corruption detected at xfs_inode_buf_verify+0x79/0x100 [xfs], xfs_inode block 0x30064db50 [54236.999621] XFS (dm-4): Unmount and run xfs_repair [54237.000183] XFS (dm-4): First 64 bytes of corrupted metadata buffer: [54237.000727] ffffb9ad71884000: 49 4e 81 a4 03 02 00 00 00 00 00 00 00 00 00 00 IN.............. [54237.001469] ffffb9ad71884010: 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ [54237.002026] ffffb9ad71884020: 5d e1 4f 12 1b a2 b7 8a 5d e1 4f 11 37 5a 0d c5 ].O.....].O.7Z.. [54237.002553] ffffb9ad71884030: 5d e1 4f 11 37 5a 0d c5 00 00 00 00 01 50 50 00 ].O.7Z.......PP. [54237.003195] XFS (dm-4): metadata I/O error: block 0x30064db50 ("xlog_recover_do..(read#2)") error 117 numblks 32 [54237.004631] XFS (dm-4): log mount/recovery failed: error -117 [54237.004945] XFS (dm-4): log mount failed [54289.229381] kvdo1:logQ0: Completing read VIO for LBN 1610612991 with error after readData: kvdo: Compressed block fragment is invalid (2073) [54289.229422] kvdo1:cpuQ0: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [54289.230502] kvdo1:logQ0: Completing read VIO for LBN 1610612990 with error after readData: kvdo: Compressed block fragment is invalid (2073) [54289.230527] kvdo1:cpuQ0: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO [54289.231126] kvdo1:logQ0: Completing read VIO for LBN 1610612987 with error after readData: kvdo: Compressed block fragment is invalid (2073) [54289.231147] kvdo1:cpuQ0: mapToSystemError: mapping internal status code 2073 (kvdo: VDO_INVALID_FRAGMENT: kvdo: Compressed block fragment is invalid) to EIO