LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
246 stars 73 forks source link

ibm tape drive utl 3580 h5s #229

Closed Bogy990 closed 3 years ago

Bogy990 commented 3 years ago

hi all good day,

i need your support to install tape drive type :3580H5S on linux 7 and this tape drive has a firmware : E4J1

can any one help me plz

piste-jp commented 3 years ago

@Bogy990

i need your support to install tape drive type :3580H5S on linux 7

I have 2 questions.

  1. Are you saying do you need a support how to connect the tape device to server ?
  2. What is linux 7?
Bogy990 commented 3 years ago

@Bogy990

i need your support to install tape drive type :3580H5S on linux 7

I have 2 questions.

  1. Are you saying do you need a support how to connect the tape device to server ?
  2. What is linux 7?

Hi piste

  1. I have a tape drive with its pci card i installed it on the server (hardware) Now i need to mount it but all drivers @. IBM website didn't show /dev/ibmtape0 to mounting it
  2. Iam now using Linux 7.2
lucasvr commented 3 years ago

@Bogy990, just to make sure we're on the same page: you've got the hardware side properly installed, but the problem is that the driver doesn't recognize it -- and you're running RHEL 7.2. Is that accurate?

If so, is the driver loaded? Please check the output of lsmod and make sure the driver name (lin_tape) is included in the output. Also, it's useful to check the most recent messages from dmesg, as they may give you hints on the hardware probed and found.

piste-jp commented 3 years ago

@Bogy990 ,

Are you using the IBM Spectrum Archive Single Drive Edition ?

Please provide the version and the product you are using. I'm not sure you read the correct document or not, but the start command is little bit different from the versions.

As @lucasvr said, IBM Spectrum Archive Single Drive Edition was using the lin_tape before. So you need to confirm the drive connectivity on lin_tape if your package is old.

But now, this project and IBM Spectrum Archive Single Drive Edition is using the sg driver. So I think it is good to confirm the drive connectivity based on the sg driver.

Bogy990 commented 3 years ago

@Bogy990, just to make sure we're on the same page: you've got the hardware side properly installed, but the problem is that the driver doesn't recognize it -- and you're running RHEL 7.2. Is that accurate?

If so, is the driver loaded? Please check the output of lsmod and make sure the driver name (lin_tape) is included in the output. Also, it's useful to check the most recent messages from dmesg, as they may give you hints on the hardware probed and found.

yes we are in same page, i installed it as a hardware yes the driver is loaded with tape has a capacity 1.5TB

lsmod command lan tap is included image

about dmesg what the exact thing that i have to see

Bogy990 commented 3 years ago

@Bogy990 ,

Are you using the IBM Spectrum Archive Single Drive Edition ?

Please provide the version and the product you are using. I'm not sure you read the correct document or not, but the start command is little bit different from the versions.

As @lucasvr said, IBM Spectrum Archive Single Drive Edition was using the lin_tape before. So you need to confirm the drive connectivity on lin_tape if your package is old.

But now, this project and IBM Spectrum Archive Single Drive Edition is using the sg driver. So I think it is good to confirm the drive connectivity based on the sg driver.

the device iam use is IBM tape 3580 H5S the lin_tape drive that iam use is 3.0.55 (last version that iam found in IBM site)

for your note this drive was working in linux 5 normally but now i need to upgrade to linux 7 so i download the last drive versions like you can see in the screenshot but after installing it i can't fount /dev/IBMTape0 to mount it like it was in linux 5 find this plz in screenshots

my tape drive image

the version that installed in linux 7 image

@right linux 7 ............... @left linux 5 image

piste-jp commented 3 years ago

@Bogy990 , Are you using the IBM Spectrum Archive Single Drive Edition ? Please provide the version and the product you are using. I'm not sure you read the correct document or not, but the start command is little bit different from the versions.

the device iam use is IBM tape 3580 H5S the lin_tape drive that iam use is 3.0.55 (last version that iam found in IBM site)

I got your situation. But I would like to know the version of LTFS.

Bogy990 commented 3 years ago

that is my version of ltfs and when iam was troubleshooting i didn't find the pci card image

Bogy990 commented 3 years ago

and to be informed this is my pci card i hope it can help image

piste-jp commented 3 years ago

The card looks LSI SAS 9212-4i4e HBA and it would be supported by the mpt2sas driver on Linux.

You need to check the output of dmesg and what happens when the kernel is booting. From the LTFS perspective, HBA detection problem in the kernel is completely out-of-scope. I believe you need to contact to RedHat if you can't solve the problem. (I believe you have a license of RHEL because you are using it.)

Please understand that this project is completely open source and every activities in this project are completely voluntary. And also please do not think you can have official support or such kind of quality from this project.

Bogy990 commented 3 years ago

i know that i can't get an official support but i was looking for friendly help, from any one face this issue, unfortunately iam did not have a license because this is a Centos not RHEL

piste-jp commented 3 years ago

I got your point.. Please don't forget the problem is that Linux kernel can't detect the HBA correctly. This problem shall be addressed to the OS distribution team or kernel team basically. And the LTFS team is not related at all.

I believe CentOS 7.2 is too old. I strongly recommend to upgrade to the latest by yum upgrade first. Please don't forget to upgrade kernel packages. (They would be upgraded automatically except you configured the system not to upgrade kernel packages explicitly.)

And then put the output of the dmesg command here in text not screen shot if you can't solve the problem on the latest CentOS7.

Bogy990 commented 3 years ago

I got your point.. Please don't forget the problem is that Linux kernel can't detect the HBA correctly. This problem shall be addressed to the OS distribution team or kernel team basically. And the LTFS team is not related at all.

I believe CentOS 7.2 is too old. I strongly recommend to upgrade to the latest by yum upgrade first. Please don't forget to upgrade kernel packages. (They would be upgraded automatically except you configured the system not to upgrade kernel packages explicitly.)

And then put the output of the dmesg command here in text not screen shot if you can't solve the problem on the latest CentOS7.

i got mpt2sas but in the readme file it just support: Supported Kernesls: RHEL 7.0 3.10.0-123 so i have to down grad

dmesg result [root@localhost home]# dmesg | grep tape [ 17.099437] lin_tape 3.0.55 is loaded. [ 17.099439] lin_tape: support_dio is enabled. [ 1013.141683] lin_tape: lin_taped is already opened.

piste-jp commented 3 years ago

Hmmm,

It is quite obvious lin_tape can't create a device when HBA is not detected by the kernel... Because the scenario of device discovery is

  1. Kernel detects a HBA
  2. Kernel loads the device driver of the HBA
  3. Kernel scans all devices connected to the HBA
  4. If the new type of device is detected, Kernel loads the device driver of the device and create a device file (by udev)

lin_tape is specified to load by kernel configuration file. So it is forcibly loaded, so it is no meaning to confirm lin_tape is loaded or not in this situation.

Now, I believe step1 is not triggered at all. We need to have whole text of dmesg not be greped.

Bogy990 commented 3 years ago

@first iam very appreciate your help and support

okay now to be updated i was said that iam using Centos 7 and yesterday i get a drive for mpt2sas and it's work in redhat 7.0 but did not work in Centos 7.0

######## [root@localhost mpt2sas-7]# ls disks install.sh ko_version.txt lnvgy_dd_mpt2sas_20.00.00.00-1_rhel7_x86-64.tgz Readme.txt rhel7 SRPM tools [root@localhost mpt2sas-7]# ./install.sh --update --override

INSTALL_OPTIONS --yes --update --override

Use of uninitialized value $redhat in substitution (s///) at /usr/local/bin/ibm-driver-tool.pl line 55. Use of uninitialized value $redhat in numeric eq (==) at /usr/local/bin/ibm-driver-tool.pl line 59. Use of uninitialized value $redhat in numeric ge (>=) at /usr/local/bin/ibm-driver-tool.pl line 60. Use of uninitialized value $redhat in numeric ge (>=) at /usr/local/bin/ibm-driver-tool.pl line 61. Use of uninitialized value $redhat in pattern match (m//) at /usr/local/bin/ibm-driver-tool.pl line 91. UNSUPPORTED DISTRO [root@localhost mpt2sas-7]# #########################

but before installing redhat this is the dmesg from centos 7

[root@localhost ~]# dmesg [ 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-123.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Mon Jun 30 12:09:22 UTC 2014 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-123.el7.x86_64 root=UUID=2e9fdad4-cc18-45b9-a6d1-3b156fdb921c ro rd.lvm.lv=rootvg/swap rd.lvm.lv=rootvg/root vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000006c000-0x000000000006cfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000006d000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007d244fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007d245000-0x000000007d26ffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007d270000-0x000000007d29afff] usable [ 0.000000] BIOS-e820: [mem 0x000000007d29b000-0x000000007d2c5fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007d2c6000-0x000000007d6dcfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007d6dd000-0x000000007d78cfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007d78d000-0x000000007f5eefff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f5ef000-0x000000007f6defff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007f6df000-0x000000007f7defff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007f7df000-0x000000007f7fefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007f7ff000-0x000000007f7fffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable [ 0.000000] e820: update [mem 0x7c07b018-0x7c09e657] usable ==> usable [ 0.000000] e820: update [mem 0x7c057018-0x7c07a657] usable ==> usable [ 0.000000] e820: update [mem 0x7c047018-0x7c056857] usable ==> usable [ 0.000000] e820: update [mem 0x5d0ad018-0x5d0dae57] usable ==> usable [ 0.000000] e820: update [mem 0x5d09a018-0x5d0ac857] usable ==> usable [ 0.000000] e820: update [mem 0x7c039018-0x7c046257] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000006bfff] usable [ 0.000000] reserve setup_data: [mem 0x000000000006c000-0x000000000006cfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000000006d000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005d09a017] usable [ 0.000000] reserve setup_data: [mem 0x000000005d09a018-0x000000005d0ac857] usable [ 0.000000] reserve setup_data: [mem 0x000000005d0ac858-0x000000005d0ad017] usable [ 0.000000] reserve setup_data: [mem 0x000000005d0ad018-0x000000005d0dae57] usable [ 0.000000] reserve setup_data: [mem 0x000000005d0dae58-0x000000007c039017] usable [ 0.000000] reserve setup_data: [mem 0x000000007c039018-0x000000007c046257] usable [ 0.000000] reserve setup_data: [mem 0x000000007c046258-0x000000007c047017] usable [ 0.000000] reserve setup_data: [mem 0x000000007c047018-0x000000007c056857] usable [ 0.000000] reserve setup_data: [mem 0x000000007c056858-0x000000007c057017] usable [ 0.000000] reserve setup_data: [mem 0x000000007c057018-0x000000007c07a657] usable [ 0.000000] reserve setup_data: [mem 0x000000007c07a658-0x000000007c07b017] usable [ 0.000000] reserve setup_data: [mem 0x000000007c07b018-0x000000007c09e657] usable [ 0.000000] reserve setup_data: [mem 0x000000007c09e658-0x000000007d244fff] usable [ 0.000000] reserve setup_data: [mem 0x000000007d245000-0x000000007d26ffff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007d270000-0x000000007d29afff] usable [ 0.000000] reserve setup_data: [mem 0x000000007d29b000-0x000000007d2c5fff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007d2c6000-0x000000007d6dcfff] usable [ 0.000000] reserve setup_data: [mem 0x000000007d6dd000-0x000000007d78cfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007d78d000-0x000000007f5eefff] usable [ 0.000000] reserve setup_data: [mem 0x000000007f5ef000-0x000000007f6defff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007f6df000-0x000000007f7defff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000007f7df000-0x000000007f7fefff] ACPI data [ 0.000000] reserve setup_data: [mem 0x000000007f7ff000-0x000000007f7fffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000080000000-0x000000008fffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.10 by IBM [ 0.000000] efi: ACPI 2.0=0x7f7fe014 SMBIOS=0x7f6be000 [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB) [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB) [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000020000) (0MB) [ 0.000000] efi: mem03: type=3, attr=0xf, range=[0x0000000000020000-0x000000000006c000) (0MB) [ 0.000000] efi: mem04: type=10, attr=0xf, range=[0x000000000006c000-0x000000000006d000) (0MB) [ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000006d000-0x000000000006e000) (0MB) [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x000000000006e000-0x000000000009f000) (0MB) [ 0.000000] efi: mem07: type=10, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB) [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000000400000) (3MB) [ 0.000000] efi: mem09: type=3, attr=0xf, range=[0x0000000000400000-0x000000000048b000) (0MB) [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000000048b000-0x0000000000800000) (3MB) [ 0.000000] efi: mem11: type=3, attr=0xf, range=[0x0000000000800000-0x0000000001000000) (8MB) [ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000001000000-0x000000000223f000) (18MB) [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x000000000223f000-0x000000003ef05000) (972MB) [ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000003ef05000-0x0000000040000000) (16MB) [ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000040000000-0x000000005d097000) (464MB) [ 0.000000] efi: mem16: type=2, attr=0xf, range=[0x000000005d097000-0x000000007beff000) (494MB) [ 0.000000] efi: mem17: type=1, attr=0xf, range=[0x000000007beff000-0x000000007c037000) (1MB) [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000007c037000-0x000000007c039000) (0MB) [ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x000000007c039000-0x000000007c18a000) (1MB) [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x000000007c18a000-0x000000007c558000) (3MB) [ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x000000007c558000-0x000000007c55a000) (0MB) [ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x000000007c55a000-0x000000007d20f000) (12MB) [ 0.000000] efi: mem23: type=3, attr=0xf, range=[0x000000007d20f000-0x000000007d21c000) (0MB) [ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x000000007d21c000-0x000000007d21e000) (0MB) [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x000000007d21e000-0x000000007d220000) (0MB) [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x000000007d220000-0x000000007d227000) (0MB) [ 0.000000] efi: mem27: type=2, attr=0xf, range=[0x000000007d227000-0x000000007d228000) (0MB) [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x000000007d228000-0x000000007d245000) (0MB) [ 0.000000] efi: mem29: type=5, attr=0x800000000000000f, range=[0x000000007d245000-0x000000007d270000) (0MB) [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x000000007d270000-0x000000007d297000) (0MB) [ 0.000000] efi: mem31: type=3, attr=0xf, range=[0x000000007d297000-0x000000007d299000) (0MB) [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x000000007d299000-0x000000007d29b000) (0MB) [ 0.000000] efi: mem33: type=5, attr=0x800000000000000f, range=[0x000000007d29b000-0x000000007d2c6000) (0MB) [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x000000007d2c6000-0x000000007d2c7000) (0MB) [ 0.000000] efi: mem35: type=3, attr=0xf, range=[0x000000007d2c7000-0x000000007d2c8000) (0MB) [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x000000007d2c8000-0x000000007d37a000) (0MB) [ 0.000000] efi: mem37: type=3, attr=0xf, range=[0x000000007d37a000-0x000000007d384000) (0MB) [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x000000007d384000-0x000000007d6aa000) (3MB) [ 0.000000] efi: mem39: type=3, attr=0xf, range=[0x000000007d6aa000-0x000000007d6b0000) (0MB) [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x000000007d6b0000-0x000000007d6dd000) (0MB) [ 0.000000] efi: mem41: type=0, attr=0xf, range=[0x000000007d6dd000-0x000000007d78d000) (0MB) [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x000000007d78d000-0x000000007d7f0000) (0MB) [ 0.000000] efi: mem43: type=3, attr=0xf, range=[0x000000007d7f0000-0x000000007d80a000) (0MB) [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x000000007d80a000-0x000000007d818000) (0MB) [ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x000000007d818000-0x000000007d827000) (0MB) [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x000000007d827000-0x000000007d82c000) (0MB) [ 0.000000] efi: mem47: type=3, attr=0xf, range=[0x000000007d82c000-0x000000007d82e000) (0MB) [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x000000007d82e000-0x000000007d974000) (1MB) [ 0.000000] efi: mem49: type=3, attr=0xf, range=[0x000000007d974000-0x000000007d97f000) (0MB) [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x000000007d97f000-0x000000007d984000) (0MB) [ 0.000000] efi: mem51: type=3, attr=0xf, range=[0x000000007d984000-0x000000007d987000) (0MB) [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x000000007d987000-0x000000007d990000) (0MB) [ 0.000000] efi: mem53: type=3, attr=0xf, range=[0x000000007d990000-0x000000007d9c4000) (0MB) [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x000000007d9c4000-0x000000007dd6e000) (3MB) [ 0.000000] efi: mem55: type=3, attr=0xf, range=[0x000000007dd6e000-0x000000007ddcb000) (0MB) [ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x000000007ddcb000-0x000000007ddcd000) (0MB) [ 0.000000] efi: mem57: type=3, attr=0xf, range=[0x000000007ddcd000-0x000000007dde8000) (0MB) [ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x000000007dde8000-0x000000007ddeb000) (0MB) [ 0.000000] efi: mem59: type=3, attr=0xf, range=[0x000000007ddeb000-0x000000007de01000) (0MB) [ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x000000007de01000-0x000000007de08000) (0MB) [ 0.000000] efi: mem61: type=3, attr=0xf, range=[0x000000007de08000-0x000000007de1b000) (0MB) [ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x000000007de1b000-0x000000007de1d000) (0MB) [ 0.000000] efi: mem63: type=3, attr=0xf, range=[0x000000007de1d000-0x000000007de24000) (0MB) [ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x000000007de24000-0x000000007de26000) (0MB) [ 0.000000] efi: mem65: type=3, attr=0xf, range=[0x000000007de26000-0x000000007de28000) (0MB) [ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x000000007de28000-0x000000007e13a000) (3MB) [ 0.000000] efi: mem67: type=3, attr=0xf, range=[0x000000007e13a000-0x000000007e13b000) (0MB) [ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x000000007e13b000-0x000000007e13d000) (0MB) [ 0.000000] efi: mem69: type=3, attr=0xf, range=[0x000000007e13d000-0x000000007e149000) (0MB) [ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x000000007e149000-0x000000007e250000) (1MB) [ 0.000000] efi: mem71: type=3, attr=0xf, range=[0x000000007e250000-0x000000007e264000) (0MB) [ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x000000007e264000-0x000000007e265000) (0MB) [ 0.000000] efi: mem73: type=3, attr=0xf, range=[0x000000007e265000-0x000000007e267000) (0MB) [ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x000000007e267000-0x000000007e26a000) (0MB) [ 0.000000] efi: mem75: type=3, attr=0xf, range=[0x000000007e26a000-0x000000007e26e000) (0MB) [ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x000000007e26e000-0x000000007e26f000) (0MB) [ 0.000000] efi: mem77: type=3, attr=0xf, range=[0x000000007e26f000-0x000000007e278000) (0MB) [ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x000000007e278000-0x000000007e27c000) (0MB) [ 0.000000] efi: mem79: type=3, attr=0xf, range=[0x000000007e27c000-0x000000007e287000) (0MB) [ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x000000007e287000-0x000000007e28a000) (0MB) [ 0.000000] efi: mem81: type=3, attr=0xf, range=[0x000000007e28a000-0x000000007e28e000) (0MB) [ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x000000007e28e000-0x000000007e292000) (0MB) [ 0.000000] efi: mem83: type=3, attr=0xf, range=[0x000000007e292000-0x000000007e29c000) (0MB) [ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x000000007e29c000-0x000000007e29e000) (0MB) [ 0.000000] efi: mem85: type=3, attr=0xf, range=[0x000000007e29e000-0x000000007e2a1000) (0MB) [ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x000000007e2a1000-0x000000007e2a2000) (0MB) [ 0.000000] efi: mem87: type=3, attr=0xf, range=[0x000000007e2a2000-0x000000007e2bb000) (0MB) [ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x000000007e2bb000-0x000000007e2bc000) (0MB) [ 0.000000] efi: mem89: type=3, attr=0xf, range=[0x000000007e2bc000-0x000000007e2c4000) (0MB) [ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x000000007e2c4000-0x000000007e3cd000) (1MB) [ 0.000000] efi: mem91: type=3, attr=0xf, range=[0x000000007e3cd000-0x000000007e3cf000) (0MB) [ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x000000007e3cf000-0x000000007e3d1000) (0MB) [ 0.000000] efi: mem93: type=3, attr=0xf, range=[0x000000007e3d1000-0x000000007e3e8000) (0MB) [ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x000000007e3e8000-0x000000007e3ea000) (0MB) [ 0.000000] efi: mem95: type=3, attr=0xf, range=[0x000000007e3ea000-0x000000007e3f6000) (0MB) [ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x000000007e3f6000-0x000000007e3fa000) (0MB) [ 0.000000] efi: mem97: type=3, attr=0xf, range=[0x000000007e3fa000-0x000000007e400000) (0MB) [ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x000000007e400000-0x000000007e402000) (0MB) [ 0.000000] efi: mem99: type=3, attr=0xf, range=[0x000000007e402000-0x000000007e40f000) (0MB) [ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x000000007e40f000-0x000000007e415000) (0MB) [ 0.000000] efi: mem101: type=3, attr=0xf, range=[0x000000007e415000-0x000000007e417000) (0MB) [ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x000000007e417000-0x000000007e419000) (0MB) [ 0.000000] efi: mem103: type=3, attr=0xf, range=[0x000000007e419000-0x000000007e41b000) (0MB) [ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x000000007e41b000-0x000000007e422000) (0MB) [ 0.000000] efi: mem105: type=3, attr=0xf, range=[0x000000007e422000-0x000000007e423000) (0MB) [ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x000000007e423000-0x000000007e425000) (0MB) [ 0.000000] efi: mem107: type=3, attr=0xf, range=[0x000000007e425000-0x000000007e426000) (0MB) [ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x000000007e426000-0x000000007e448000) (0MB) [ 0.000000] efi: mem109: type=3, attr=0xf, range=[0x000000007e448000-0x000000007e44d000) (0MB) [ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x000000007e44d000-0x000000007e44e000) (0MB) [ 0.000000] efi: mem111: type=3, attr=0xf, range=[0x000000007e44e000-0x000000007e450000) (0MB) [ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x000000007e450000-0x000000007e451000) (0MB) [ 0.000000] efi: mem113: type=3, attr=0xf, range=[0x000000007e451000-0x000000007e452000) (0MB) [ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x000000007e452000-0x000000007e461000) (0MB) [ 0.000000] efi: mem115: type=3, attr=0xf, range=[0x000000007e461000-0x000000007e462000) (0MB) [ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x000000007e462000-0x000000007e46c000) (0MB) [ 0.000000] efi: mem117: type=3, attr=0xf, range=[0x000000007e46c000-0x000000007e46d000) (0MB) [ 0.000000] efi: mem118: type=4, attr=0xf, range=[0x000000007e46d000-0x000000007e49a000) (0MB) [ 0.000000] efi: mem119: type=3, attr=0xf, range=[0x000000007e49a000-0x000000007e49c000) (0MB) [ 0.000000] efi: mem120: type=4, attr=0xf, range=[0x000000007e49c000-0x000000007e49f000) (0MB) [ 0.000000] efi: mem121: type=3, attr=0xf, range=[0x000000007e49f000-0x000000007e4a1000) (0MB) [ 0.000000] efi: mem122: type=4, attr=0xf, range=[0x000000007e4a1000-0x000000007e4a3000) (0MB) [ 0.000000] efi: mem123: type=3, attr=0xf, range=[0x000000007e4a3000-0x000000007e4a5000) (0MB) [ 0.000000] efi: mem124: type=4, attr=0xf, range=[0x000000007e4a5000-0x000000007e4f0000) (0MB) [ 0.000000] efi: mem125: type=3, attr=0xf, range=[0x000000007e4f0000-0x000000007e4fe000) (0MB) [ 0.000000] efi: mem126: type=4, attr=0xf, range=[0x000000007e4fe000-0x000000007e552000) (0MB) [ 0.000000] efi: mem127: type=3, attr=0xf, range=[0x000000007e552000-0x000000007e575000) (0MB) [ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x000000007e575000-0x000000007e5d4000) (0MB) [ 0.000000] efi: mem129: type=3, attr=0xf, range=[0x000000007e5d4000-0x000000007e5f8000) (0MB) [ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x000000007e5f8000-0x000000007e5fe000) (0MB) [ 0.000000] efi: mem131: type=3, attr=0xf, range=[0x000000007e5fe000-0x000000007e5ff000) (0MB) [ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x000000007e5ff000-0x000000007e609000) (0MB) [ 0.000000] efi: mem133: type=3, attr=0xf, range=[0x000000007e609000-0x000000007e611000) (0MB) [ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x000000007e611000-0x000000007e612000) (0MB) [ 0.000000] efi: mem135: type=3, attr=0xf, range=[0x000000007e612000-0x000000007e615000) (0MB) [ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x000000007e615000-0x000000007e619000) (0MB) [ 0.000000] efi: mem137: type=3, attr=0xf, range=[0x000000007e619000-0x000000007e61f000) (0MB) [ 0.000000] efi: mem138: type=4, attr=0xf, range=[0x000000007e61f000-0x000000007e625000) (0MB) [ 0.000000] efi: mem139: type=3, attr=0xf, range=[0x000000007e625000-0x000000007e62b000) (0MB) [ 0.000000] efi: mem140: type=4, attr=0xf, range=[0x000000007e62b000-0x000000007e62d000) (0MB) [ 0.000000] efi: mem141: type=3, attr=0xf, range=[0x000000007e62d000-0x000000007e641000) (0MB) [ 0.000000] efi: mem142: type=4, attr=0xf, range=[0x000000007e641000-0x000000007e645000) (0MB) [ 0.000000] efi: mem143: type=3, attr=0xf, range=[0x000000007e645000-0x000000007e647000) (0MB) [ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x000000007e647000-0x000000007e649000) (0MB) [ 0.000000] efi: mem145: type=3, attr=0xf, range=[0x000000007e649000-0x000000007e64e000) (0MB) [ 0.000000] efi: mem146: type=4, attr=0xf, range=[0x000000007e64e000-0x000000007e651000) (0MB) [ 0.000000] efi: mem147: type=3, attr=0xf, range=[0x000000007e651000-0x000000007e652000) (0MB) [ 0.000000] efi: mem148: type=4, attr=0xf, range=[0x000000007e652000-0x000000007e653000) (0MB) [ 0.000000] efi: mem149: type=3, attr=0xf, range=[0x000000007e653000-0x000000007e655000) (0MB) [ 0.000000] efi: mem150: type=4, attr=0xf, range=[0x000000007e655000-0x000000007e658000) (0MB) [ 0.000000] efi: mem151: type=3, attr=0xf, range=[0x000000007e658000-0x000000007e660000) (0MB) [ 0.000000] efi: mem152: type=4, attr=0xf, range=[0x000000007e660000-0x000000007e691000) (0MB) [ 0.000000] efi: mem153: type=3, attr=0xf, range=[0x000000007e691000-0x000000007e694000) (0MB) [ 0.000000] efi: mem154: type=4, attr=0xf, range=[0x000000007e694000-0x000000007f5ef000) (15MB) [ 0.000000] efi: mem155: type=6, attr=0x800000000000000f, range=[0x000000007f5ef000-0x000000007f5f1000) (0MB) [ 0.000000] efi: mem156: type=6, attr=0x800000000000000f, range=[0x000000007f5f1000-0x000000007f600000) (0MB) [ 0.000000] efi: mem157: type=5, attr=0x800000000000000f, range=[0x000000007f600000-0x000000007f60d000) (0MB) [ 0.000000] efi: mem158: type=6, attr=0x800000000000000f, range=[0x000000007f60d000-0x000000007f63f000) (0MB) [ 0.000000] efi: mem159: type=5, attr=0x800000000000000f, range=[0x000000007f63f000-0x000000007f68f000) (0MB) [ 0.000000] efi: mem160: type=0, attr=0xf, range=[0x000000007f68f000-0x000000007f6bd000) (0MB) [ 0.000000] efi: mem161: type=0, attr=0xf, range=[0x000000007f6bd000-0x000000007f6df000) (0MB) [ 0.000000] efi: mem162: type=10, attr=0xf, range=[0x000000007f6df000-0x000000007f6ec000) (0MB) [ 0.000000] efi: mem163: type=10, attr=0xf, range=[0x000000007f6ec000-0x000000007f7df000) (0MB) [ 0.000000] efi: mem164: type=9, attr=0xf, range=[0x000000007f7df000-0x000000007f7ea000) (0MB) [ 0.000000] efi: mem165: type=9, attr=0xf, range=[0x000000007f7ea000-0x000000007f7ff000) (0MB) [ 0.000000] efi: mem166: type=4, attr=0xf, range=[0x000000007f7ff000-0x000000007f800000) (0MB) [ 0.000000] efi: mem167: type=11, attr=0x8000000000000001, range=[0x00000000ff800000-0x0000000100000000) (8MB) [ 0.000000] efi: mem168: type=7, attr=0xf, range=[0x0000000100000000-0x0000000280000000) (6144MB) [ 0.000000] efi: mem169: type=11, attr=0x8000000000000001, range=[0x0000000080000000-0x0000000090000000) (256MB) [ 0.000000] efi: mem170: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: IBM System x3650 M3 -[7945K7G]-/90Y4784, BIOS -[D6E153AUS-1.12]- 06/30/2011 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x280000 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-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FF80000000 write-back [ 0.000000] 1 base 0100000000 mask FF00000000 write-back [ 0.000000] 2 base 0200000000 mask FE00000000 write-back [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0x7f800 max_arch_pfn = 0x400000000 [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01e1d000, 0x01e1dfff] PGTABLE [ 0.000000] BRK [0x01e1e000, 0x01e1efff] PGTABLE [ 0.000000] BRK [0x01e1f000, 0x01e1ffff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x27fe00000-0x27fffffff] [ 0.000000] [mem 0x27fe00000-0x27fffffff] page 1G [ 0.000000] init_memory_mapping: [mem 0x27c000000-0x27fdfffff] [ 0.000000] [mem 0x27c000000-0x27fdfffff] page 1G [ 0.000000] init_memory_mapping: [mem 0x200000000-0x27bffffff] [ 0.000000] [mem 0x200000000-0x27bffffff] page 1G [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7d244fff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x7d1fffff] page 2M [ 0.000000] [mem 0x7d200000-0x7d244fff] page 4k [ 0.000000] init_memory_mapping: [mem 0x7d270000-0x7d29afff] [ 0.000000] [mem 0x7d270000-0x7d29afff] page 4k [ 0.000000] init_memory_mapping: [mem 0x7d2c6000-0x7d6dcfff] [ 0.000000] [mem 0x7d2c6000-0x7d3fffff] page 4k [ 0.000000] [mem 0x7d400000-0x7d5fffff] page 2M [ 0.000000] [mem 0x7d600000-0x7d6dcfff] page 4k [ 0.000000] BRK [0x01e20000, 0x01e20fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7d78d000-0x7f5eefff] [ 0.000000] [mem 0x7d78d000-0x7d7fffff] page 4k [ 0.000000] [mem 0x7d800000-0x7f3fffff] page 2M [ 0.000000] [mem 0x7f400000-0x7f5eefff] page 4k [ 0.000000] BRK [0x01e21000, 0x01e21fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7f7ff000-0x7f7fffff] [ 0.000000] [mem 0x7f7ff000-0x7f7fffff] page 4k [ 0.000000] BRK [0x01e22000, 0x01e22fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G [ 0.000000] RAMDISK: [mem 0x3ef05000-0x3fffafff] [ 0.000000] ACPI: RSDP 000000007f7fe014 00024 (v02 IBM ) [ 0.000000] ACPI: XSDT 000000007f7fe120 0008C (v01 IBM THURLEY 00000000 01000013) [ 0.000000] ACPI: FACP 000000007f7fb000 000F4 (v04 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20130517/tbfadt-653) [ 0.000000] ACPI: DSDT 000000007f7f8000 02C3E (v01 IBM THURLEY 00000003 IBM 01000013) [ 0.000000] ACPI: FACS 000000007f6ec000 00040 [ 0.000000] ACPI: TCPA 000000007f7fd000 00064 (v00 00000000 00000000) [ 0.000000] ACPI: APIC 000000007f7f7000 0011E (v02 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI: MCFG 000000007f7f6000 0003C (v01 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: SLIC 000000007f7f5000 00176 (v01 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI: HPET 000000007f7f4000 00038 (v01 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: SRAT 000000007f7f3000 001A8 (v02 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: SLIT 000000007f7f2000 00030 (v01 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI: SSDT 000000007f7f1000 00183 (v02 IBM CPUSCOPE 00004000 IBM 01000013) [ 0.000000] ACPI: SSDT 000000007f7f0000 00699 (v02 IBM CPUWYVRN 00004000 IBM 01000013) [ 0.000000] ACPI: SSDT 000000007f7ec000 039EC (v02 IBM PSTATEPM 00004000 IBM 01000013) [ 0.000000] ACPI: ERST 000000007f7eb000 00230 (v01 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: DMAR 000000007f7ea000 000D8 (v01 IBM THURLEY 00000001 IBM 01000013) [ 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 0x12 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 1 [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x13 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x15 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 1 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x17fffffff] [ 0.000000] SRAT: Node 1 PXM 1 [mem 0x180000000-0x27fffffff] [ 0.000000] NUMA: Initialized distance table, cnt=2 [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x17fffffff] -> [mem 0x00000000-0x17fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff] [ 0.000000] NODE_DATA [mem 0x17ffd9000-0x17fffffff] [ 0.000000] Initmem setup node 1 [mem 0x180000000-0x27fffffff] [ 0.000000] NODE_DATA [mem 0x27ffd6000-0x27fffcfff] [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017be00000-ffff88017fdfffff] on node 0 [ 0.000000] [ffffea0006000000-ffffea0009ffffff] PMD -> [ffff88027b600000-ffff88027f5fffff] on node 1 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x27fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0006bfff] [ 0.000000] node 0: [mem 0x0006d000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7d244fff] [ 0.000000] node 0: [mem 0x7d270000-0x7d29afff] [ 0.000000] node 0: [mem 0x7d2c6000-0x7d6dcfff] [ 0.000000] node 0: [mem 0x7d78d000-0x7f5eefff] [ 0.000000] node 0: [mem 0x7f7ff000-0x7f7fffff] [ 0.000000] node 0: [mem 0x100000000-0x17fffffff] [ 0.000000] node 1: [mem 0x180000000-0x27fffffff] [ 0.000000] On node 0 totalpages: 1045639 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 239 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 8084 pages used for memmap [ 0.000000] DMA32 zone: 517354 pages, LIFO batch:31 [ 0.000000] Normal zone: 8192 pages used for memmap [ 0.000000] Normal zone: 524288 pages, LIFO batch:31 [ 0.000000] On node 1 totalpages: 1048576 [ 0.000000] Normal zone: 16384 pages used for memmap [ 0.000000] Normal zone: 1048576 pages, LIFO batch:31 [ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED [ 0.000000] ACPI: PM-Timer IO Port: 0x588 [ 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] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x10] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x12] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x20] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x22] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x24] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x30] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x32] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x34] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x05] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x11] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x13] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x15] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x21] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x23] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x25] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x31] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x33] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x35] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24]) [ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 [ 0.000000] smpboot: Allowing 24 CPUs, 8 hotplug CPUs [ 0.000000] nr_irqs_gsi: 64 [ 0.000000] PM: Registered nosave memory: [mem 0x0006c000-0x0006cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x5d09a000-0x5d09afff] [ 0.000000] PM: Registered nosave memory: [mem 0x5d0ac000-0x5d0acfff] [ 0.000000] PM: Registered nosave memory: [mem 0x5d0ad000-0x5d0adfff] [ 0.000000] PM: Registered nosave memory: [mem 0x5d0da000-0x5d0dafff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c039000-0x7c039fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c046000-0x7c046fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c047000-0x7c047fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c056000-0x7c056fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c057000-0x7c057fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c07a000-0x7c07afff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c07b000-0x7c07bfff] [ 0.000000] PM: Registered nosave memory: [mem 0x7c09e000-0x7c09efff] [ 0.000000] PM: Registered nosave memory: [mem 0x7d245000-0x7d26ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x7d29b000-0x7d2c5fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7d6dd000-0x7d78cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f5ef000-0x7f6defff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f6df000-0x7f7defff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f7df000-0x7f7fefff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f800000-0x7fffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x80000000-0x8fffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xff7fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff] [ 0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:2 [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017bc00000 s86592 r8192 d24000 u131072 [ 0.000000] pcpu-alloc: s86592 r8192 d24000 u131072 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 01 02 03 08 09 10 11 16 18 20 22 -- -- -- -- [ 0.000000] pcpu-alloc: [1] 04 05 06 07 12 13 14 15 17 19 21 23 -- -- -- -- [ 0.000000] Built 2 zonelists in Zone order, mobility grouping on. Total pages: 2061252 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-123.el7.x86_64 root=UUID=2e9fdad4-cc18-45b9-a6d1-3b156fdb921c ro rd.lvm.lv=rootvg/swap rd.lvm.lv=rootvg/root vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 8090200k/10485760k available (6105k kernel code, 2108900k absent, 286660k reserved, 4065k data, 1584k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=2 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=24. [ 0.000000] Experimental no-CBs for all CPUs [ 0.000000] Experimental no-CBs CPUs: 0-23. [ 0.000000] NR_IRQS:327936 nr_irqs:1280 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 33554432 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.001000] tsc: Detected 2399.913 MHz processor [ 0.000007] Calibrating delay loop (skipped), value calculated using timer frequency.. 4799.82 BogoMIPS (lpj=2399913) [ 0.000010] pid_max: default: 32768 minimum: 301 [ 0.000032] init_memory_mapping: [mem 0x7d245000-0x7d26ffff] [ 0.000034] [mem 0x7d245000-0x7d26ffff] page 4k [ 0.000054] init_memory_mapping: [mem 0x7d29b000-0x7d2c5fff] [ 0.000055] [mem 0x7d29b000-0x7d2c5fff] page 4k [ 0.000082] init_memory_mapping: [mem 0x7f5ef000-0x7f5fffff] [ 0.000083] [mem 0x7f5ef000-0x7f5fffff] page 4k [ 0.000092] init_memory_mapping: [mem 0x7f600000-0x7f60cfff] [ 0.000093] [mem 0x7f600000-0x7f60cfff] page 4k [ 0.000103] init_memory_mapping: [mem 0x7f60d000-0x7f63efff] [ 0.000104] [mem 0x7f60d000-0x7f63efff] page 4k [ 0.000115] init_memory_mapping: [mem 0x7f63f000-0x7f68efff] [ 0.000116] [mem 0x7f63f000-0x7f68efff] page 4k [ 0.087811] Security Framework initialized [ 0.087821] SELinux: Initializing. [ 0.087836] SELinux: Starting in permissive mode [ 0.088553] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.090685] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.091434] Mount-cache hash table entries: 4096 [ 0.091720] Initializing cgroup subsys memory [ 0.091743] Initializing cgroup subsys devices [ 0.091745] Initializing cgroup subsys freezer [ 0.091746] Initializing cgroup subsys net_cls [ 0.091747] Initializing cgroup subsys blkio [ 0.091749] Initializing cgroup subsys perf_event [ 0.091751] Initializing cgroup subsys hugetlb [ 0.091788] CPU: Physical Processor ID: 0 [ 0.091789] CPU: Processor Core ID: 0 [ 0.091798] mce: CPU supports 9 MCE banks [ 0.091808] CPU0: Thermal monitoring enabled (TM1) [ 0.091817] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 tlb_flushall_shift: 6 [ 0.091890] Freeing SMP alternatives: 24k freed [ 0.093029] ACPI: Core revision 20130517 [ 0.095437] ACPI: All ACPI Tables successfully acquired [ 0.098237] ftrace: allocating 23383 entries in 92 pages [ 0.109812] dmar: Host address width 40 [ 0.109814] dmar: DRHD base: 0x000000fe710000 flags: 0x1 [ 0.109822] dmar: IOMMU 0: reg_base_addr fe710000 ver 1:0 cap c90780106f0462 ecap f020fe [ 0.109824] dmar: RMRR base: 0x0000007d700000 end: 0x0000007d77ffff [ 0.109825] dmar: ATSR flags: 0x0 [ 0.109930] IOAPIC id 9 under DRHD base 0xfe710000 IOMMU 0 [ 0.109931] IOAPIC id 8 under DRHD base 0xfe710000 IOMMU 0 [ 0.110129] Enabled IRQ remapping in xapic mode [ 0.110133] Switched APIC routing to physical flat. [ 0.110710] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.120724] smpboot: CPU0: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (fam: 06, model: 2c, stepping: 02) [ 0.222701] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver. [ 0.222706] perf_event_intel: CPUID marked event: 'bus cycles' unavailable [ 0.222708] ... version: 3 [ 0.222709] ... bit width: 48 [ 0.222710] ... generic registers: 4 [ 0.222711] ... value mask: 0000ffffffffffff [ 0.222712] ... max period: 000000007fffffff [ 0.222713] ... fixed-purpose events: 3 [ 0.222714] ... event mask: 000000070000000f [ 0.238113] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.224484] smpboot: Booting Node 0, Processors #1 #2 #3 OK [ 0.264930] smpboot: Booting Node 1, Processors #4 #5 #6 #7 OK [ 0.395889] smpboot: Booting Node 0, Processors #8 #9 #10 #11 OK [ 0.449227] smpboot: Booting Node 1, Processors #12 #13 #14 #15 [ 0.502410] Brought up 16 CPUs [ 0.502413] smpboot: Total of 16 processors activated (76797.68 BogoMIPS) [ 0.521618] devtmpfs: initialized [ 0.522968] EVM: security.selinux [ 0.522970] EVM: security.ima [ 0.522971] EVM: security.capability [ 0.523048] PM: Registering ACPI NVS region [mem 0x0006c000-0x0006cfff] (4096 bytes) [ 0.523050] PM: Registering ACPI NVS region [mem 0x0009f000-0x0009ffff] (4096 bytes) [ 0.523051] PM: Registering ACPI NVS region [mem 0x7f6df000-0x7f7defff] (1048576 bytes) [ 0.524076] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.524130] NET: Registered protocol family 16 [ 0.524303] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.524305] ACPI: bus type PCI registered [ 0.524307] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.524371] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000) [ 0.524374] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820 [ 0.572294] PCI: Using configuration type 1 for base access [ 0.573503] bio: create slab at 0 [ 0.573713] ACPI: Added _OSI(Module Device) [ 0.573714] ACPI: Added _OSI(Processor Device) [ 0.573716] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.573717] ACPI: Added _OSI(Processor Aggregator Device) [ 0.574291] ACPI: EC: Look up EC in DSDT [ 0.577361] ACPI: Interpreter enabled [ 0.577368] ACPI Exception: AE_NOTFOUND, While evaluating Sleep State [_S2] (20130517/hwxface-571) [ 0.577372] ACPI Exception: AE_NOTFOUND, While evaluating Sleep State [_S3] (20130517/hwxface-571) [ 0.577375] ACPI Exception: AE_NOTFOUND, While evaluating Sleep State [_S4] (20130517/hwxface-571) [ 0.577380] ACPI: (supports S0 S1 S5) [ 0.577382] ACPI: Using IOAPIC for interrupt routing [ 0.577400] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.577451] ACPI: No dock devices found. [ 0.581805] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.581810] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.581934] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER PCIeCapability] [ 0.581937] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.581939] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] [ 0.581941] acpi PNP0A08:00: _OSC: platform willing to grant [] [ 0.581943] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.582012] acpi PNP0A08:00: host bridge window [0x7f00000000-0x7f00000000] (ignored, not CPU addressable) [ 0.582090] PCI host bridge to bus 0000:00 [ 0.582093] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.582095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.582097] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.582099] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.582100] pci_bus 0000:00: root bus resource [mem 0x90000000-0xfdffffff] [ 0.582112] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000 [ 0.582168] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.582254] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 [ 0.582310] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.582365] pci 0000:00:01.0: System wakeup disabled by ACPI [ 0.582400] pci 0000:00:02.0: [8086:3409] type 01 class 0x060400 [ 0.582450] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.582533] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 [ 0.582589] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 0.582646] pci 0000:00:03.0: System wakeup disabled by ACPI [ 0.582682] pci 0000:00:05.0: [8086:340c] type 01 class 0x060400 [ 0.582733] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.582814] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 [ 0.582870] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 0.582924] pci 0000:00:07.0: System wakeup disabled by ACPI [ 0.582956] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 [ 0.583011] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 0.583065] pci 0000:00:09.0: System wakeup disabled by ACPI [ 0.583100] pci 0000:00:10.0: [8086:3425] type 00 class 0x080000 [ 0.583207] pci 0000:00:10.1: [8086:3426] type 00 class 0x080000 [ 0.583312] pci 0000:00:11.0: [8086:3427] type 00 class 0x080000 [ 0.583420] pci 0000:00:11.1: [8086:3428] type 00 class 0x080000 [ 0.583522] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 [ 0.583636] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 [ 0.583745] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 [ 0.583857] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000 [ 0.583952] pci 0000:00:15.0: [8086:342f] type 00 class 0x080020 [ 0.584058] pci 0000:00:16.0: [8086:3430] type 00 class 0x088000 [ 0.584070] pci 0000:00:16.0: reg 0x10: [mem 0x97d00000-0x97d03fff 64bit] [ 0.584185] pci 0000:00:16.1: [8086:3431] type 00 class 0x088000 [ 0.584196] pci 0000:00:16.1: reg 0x10: [mem 0x97d04000-0x97d07fff 64bit] [ 0.584314] pci 0000:00:16.2: [8086:3432] type 00 class 0x088000 [ 0.584324] pci 0000:00:16.2: reg 0x10: [mem 0x97d08000-0x97d0bfff 64bit] [ 0.584452] pci 0000:00:16.3: [8086:3433] type 00 class 0x088000 [ 0.584462] pci 0000:00:16.3: reg 0x10: [mem 0x97d0c000-0x97d0ffff 64bit] [ 0.584578] pci 0000:00:16.4: [8086:3429] type 00 class 0x088000 [ 0.584588] pci 0000:00:16.4: reg 0x10: [mem 0x97d10000-0x97d13fff 64bit] [ 0.584703] pci 0000:00:16.5: [8086:342a] type 00 class 0x088000 [ 0.584714] pci 0000:00:16.5: reg 0x10: [mem 0x97d14000-0x97d17fff 64bit] [ 0.584831] pci 0000:00:16.6: [8086:342b] type 00 class 0x088000 [ 0.584841] pci 0000:00:16.6: reg 0x10: [mem 0x97d18000-0x97d1bfff 64bit] [ 0.584955] pci 0000:00:16.7: [8086:342c] type 00 class 0x088000 [ 0.584969] pci 0000:00:16.7: reg 0x10: [mem 0x97d1c000-0x97d1ffff 64bit] [ 0.585087] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300 [ 0.585127] pci 0000:00:1a.0: reg 0x20: [io 0x30a0-0x30bf] [ 0.585228] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.585262] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300 [ 0.585303] pci 0000:00:1a.1: reg 0x20: [io 0x3080-0x309f] [ 0.585400] pci 0000:00:1a.1: System wakeup disabled by ACPI [ 0.585443] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320 [ 0.585463] pci 0000:00:1a.7: reg 0x10: [mem 0x97d21000-0x97d213ff] [ 0.585549] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.585605] pci 0000:00:1a.7: System wakeup disabled by ACPI [ 0.585638] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400 [ 0.585709] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.585794] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400 [ 0.585864] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.585947] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300 [ 0.585991] pci 0000:00:1d.0: reg 0x20: [io 0x3060-0x307f] [ 0.586092] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.586125] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300 [ 0.586165] pci 0000:00:1d.1: reg 0x20: [io 0x3040-0x305f] [ 0.586264] pci 0000:00:1d.1: System wakeup disabled by ACPI [ 0.586297] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300 [ 0.586337] pci 0000:00:1d.2: reg 0x20: [io 0x3020-0x303f] [ 0.586434] pci 0000:00:1d.2: System wakeup disabled by ACPI [ 0.586478] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320 [ 0.586499] pci 0000:00:1d.7: reg 0x10: [mem 0x97d20000-0x97d203ff] [ 0.586584] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.586641] pci 0000:00:1d.7: System wakeup disabled by ACPI [ 0.586672] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 0.586780] pci 0000:00:1f.0: [8086:3a18] type 00 class 0x060100 [ 0.586951] pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f [ 0.586969] pci 0000:00:1f.2: reg 0x10: [io 0x3118-0x311f] [ 0.586977] pci 0000:00:1f.2: reg 0x14: [io 0x312c-0x312f] [ 0.586984] pci 0000:00:1f.2: reg 0x18: [io 0x3110-0x3117] [ 0.586992] pci 0000:00:1f.2: reg 0x1c: [io 0x3128-0x312b] [ 0.586999] pci 0000:00:1f.2: reg 0x20: [io 0x30f0-0x30ff] [ 0.587006] pci 0000:00:1f.2: reg 0x24: [io 0x30e0-0x30ef] [ 0.587108] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500 [ 0.587122] pci 0000:00:1f.3: reg 0x10: [mem 0x97d22000-0x97d220ff 64bit] [ 0.587136] pci 0000:00:1f.3: reg 0x20: [io 0x3000-0x301f] [ 0.587221] pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185 [ 0.587235] pci 0000:00:1f.5: reg 0x10: [io 0x3108-0x310f] [ 0.587243] pci 0000:00:1f.5: reg 0x14: [io 0x3124-0x3127] [ 0.587250] pci 0000:00:1f.5: reg 0x18: [io 0x3100-0x3107] [ 0.587258] pci 0000:00:1f.5: reg 0x1c: [io 0x3120-0x3123] [ 0.587266] pci 0000:00:1f.5: reg 0x20: [io 0x30d0-0x30df] [ 0.587273] pci 0000:00:1f.5: reg 0x24: [io 0x30c0-0x30cf] [ 0.587426] pci 0000:0b:00.0: [14e4:1639] type 00 class 0x020000 [ 0.587442] pci 0000:0b:00.0: reg 0x10: [mem 0x92000000-0x93ffffff 64bit] [ 0.587531] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold [ 0.587602] pci 0000:0b:00.1: [14e4:1639] type 00 class 0x020000 [ 0.587617] pci 0000:0b:00.1: reg 0x10: [mem 0x94000000-0x95ffffff 64bit] [ 0.587707] pci 0000:0b:00.1: PME# supported from D0 D3hot D3cold [ 0.588977] pci 0000:00:01.0: PCI bridge to [bus 0b-0f] [ 0.588982] pci 0000:00:01.0: bridge window [mem 0x92000000-0x95ffffff] [ 0.589026] pci 0000:00:02.0: PCI bridge to [bus 10-14] [ 0.589162] pci 0000:15:00.0: [8086:1516] type 00 class 0x020000 [ 0.589173] pci 0000:15:00.0: reg 0x10: [mem 0x97b80000-0x97bfffff] [ 0.589189] pci 0000:15:00.0: reg 0x1c: [mem 0x97c04000-0x97c07fff] [ 0.589204] pci 0000:15:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] [ 0.589254] pci 0000:15:00.0: PME# supported from D0 D3hot D3cold [ 0.589339] pci 0000:15:00.1: [8086:1516] type 00 class 0x020000 [ 0.589349] pci 0000:15:00.1: reg 0x10: [mem 0x97b00000-0x97b7ffff] [ 0.589365] pci 0000:15:00.1: reg 0x1c: [mem 0x97c00000-0x97c03fff] [ 0.589425] pci 0000:15:00.1: PME# supported from D0 D3hot D3cold [ 0.590978] pci 0000:00:03.0: PCI bridge to [bus 15-19] [ 0.590983] pci 0000:00:03.0: bridge window [mem 0x97b00000-0x97cfffff] [ 0.591098] pci 0000:00:05.0: PCI bridge to [bus 1a-1e] [ 0.591226] pci 0000:1f:00.0: [1000:0072] type 00 class 0x010700 [ 0.591236] pci 0000:1f:00.0: reg 0x10: [io 0x2000-0x20ff] [ 0.591246] pci 0000:1f:00.0: reg 0x14: [mem 0x97a40000-0x97a43fff 64bit] [ 0.591257] pci 0000:1f:00.0: reg 0x1c: [mem 0x97a00000-0x97a3ffff 64bit] [ 0.591270] pci 0000:1f:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] [ 0.591309] pci 0000:1f:00.0: supports D1 D2 [ 0.592978] pci 0000:00:07.0: PCI bridge to [bus 1f-23] [ 0.592981] pci 0000:00:07.0: bridge window [io 0x2000-0x2fff] [ 0.592985] pci 0000:00:07.0: bridge window [mem 0x97a00000-0x97afffff] [ 0.593110] pci 0000:00:09.0: PCI bridge to [bus 24-28] [ 0.593187] pci 0000:01:00.0: [1000:0079] type 00 class 0x010400 [ 0.593202] pci 0000:01:00.0: reg 0x10: [io 0x1000-0x10ff] [ 0.593218] pci 0000:01:00.0: reg 0x14: [mem 0x97940000-0x97943fff 64bit] [ 0.593234] pci 0000:01:00.0: reg 0x1c: [mem 0x97900000-0x9793ffff 64bit] [ 0.593253] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref] [ 0.593323] pci 0000:01:00.0: supports D1 D2 [ 0.594982] pci 0000:00:1c.0: PCI bridge to [bus 01-05] [ 0.594986] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] [ 0.594989] pci 0000:00:1c.0: bridge window [mem 0x97900000-0x979fffff] [ 0.595059] pci 0000:06:00.0: [101b:0452] type 01 class 0x060400 [ 0.595177] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold [ 0.596982] pci 0000:00:1c.4: PCI bridge to [bus 06-0a] [ 0.596988] pci 0000:00:1c.4: bridge window [mem 0x97000000-0x978fffff] [ 0.596993] pci 0000:00:1c.4: bridge window [mem 0x96000000-0x96ffffff 64bit pref] [ 0.597071] pci 0000:07:00.0: [102b:0530] type 00 class 0x030000 [ 0.597096] pci 0000:07:00.0: reg 0x10: [mem 0x96000000-0x96ffffff pref] [ 0.597110] pci 0000:07:00.0: reg 0x14: [mem 0x97800000-0x97803fff] [ 0.597124] pci 0000:07:00.0: reg 0x18: [mem 0x97000000-0x977fffff] [ 0.597304] pci 0000:06:00.0: PCI bridge to [bus 07] [ 0.597312] pci 0000:06:00.0: bridge window [mem 0x97000000-0x978fffff] [ 0.597316] pci 0000:06:00.0: bridge window [mem 0x96000000-0x96ffffff pref] [ 0.597391] pci 0000:00:1e.0: PCI bridge to [bus 29-2d] (subtractive decode) [ 0.597400] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.597402] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.597404] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.597406] pci 0000:00:1e.0: bridge window [mem 0x90000000-0xfdffffff] (subtractive decode) [ 0.597580] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 15) [ 0.597679] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.597783] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.597896] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.598018] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.598142] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.598274] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.598411] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.598586] ACPI: _SB_.PCI0: notify handler is installed [ 0.598606] Found 1 acpi root devices [ 0.598689] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.598691] vgaarb: loaded [ 0.598692] vgaarb: bridge control possible 0000:07:00.0 [ 0.598746] SCSI subsystem initialized [ 0.598763] ACPI: bus type USB registered [ 0.598779] usbcore: registered new interface driver usbfs [ 0.598785] usbcore: registered new interface driver hub [ 0.598810] usbcore: registered new device driver usb [ 0.598919] PCI: Using ACPI for IRQ routing [ 0.604665] PCI: Discovered peer bus fe [ 0.604666] PCI: root bus fe: using default resources [ 0.604667] PCI: Probing PCI hardware (bus fe) [ 0.604684] PCI host bridge to bus 0000:fe [ 0.604686] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] [ 0.604688] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] [ 0.604690] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] [ 0.604696] pci 0000:fe:00.0: [8086:2c70] type 00 class 0x060000 [ 0.604755] pci 0000:fe:00.1: [8086:2d81] type 00 class 0x060000 [ 0.604814] pci 0000:fe:02.0: [8086:2d90] type 00 class 0x060000 [ 0.604866] pci 0000:fe:02.1: [8086:2d91] type 00 class 0x060000 [ 0.604919] pci 0000:fe:02.2: [8086:2d92] type 00 class 0x060000 [ 0.604971] pci 0000:fe:02.3: [8086:2d93] type 00 class 0x060000 [ 0.605031] pci 0000:fe:02.4: [8086:2d94] type 00 class 0x060000 [ 0.605084] pci 0000:fe:02.5: [8086:2d95] type 00 class 0x060000 [ 0.605140] pci 0000:fe:03.0: [8086:2d98] type 00 class 0x060000 [ 0.605190] pci 0000:fe:03.1: [8086:2d99] type 00 class 0x060000 [ 0.605242] pci 0000:fe:03.2: [8086:2d9a] type 00 class 0x060000 [ 0.605296] pci 0000:fe:03.4: [8086:2d9c] type 00 class 0x060000 [ 0.605352] pci 0000:fe:04.0: [8086:2da0] type 00 class 0x060000 [ 0.605407] pci 0000:fe:04.1: [8086:2da1] type 00 class 0x060000 [ 0.605458] pci 0000:fe:04.2: [8086:2da2] type 00 class 0x060000 [ 0.605510] pci 0000:fe:04.3: [8086:2da3] type 00 class 0x060000 [ 0.605564] pci 0000:fe:05.0: [8086:2da8] type 00 class 0x060000 [ 0.605616] pci 0000:fe:05.1: [8086:2da9] type 00 class 0x060000 [ 0.605671] pci 0000:fe:05.2: [8086:2daa] type 00 class 0x060000 [ 0.605722] pci 0000:fe:05.3: [8086:2dab] type 00 class 0x060000 [ 0.605778] pci 0000:fe:06.0: [8086:2db0] type 00 class 0x060000 [ 0.605831] pci 0000:fe:06.1: [8086:2db1] type 00 class 0x060000 [ 0.605884] pci 0000:fe:06.2: [8086:2db2] type 00 class 0x060000 [ 0.605941] pci 0000:fe:06.3: [8086:2db3] type 00 class 0x060000 [ 0.606013] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe [ 0.606018] PCI: Discovered peer bus ff [ 0.606019] PCI: root bus ff: using default resources [ 0.606020] PCI: Probing PCI hardware (bus ff) [ 0.606038] PCI host bridge to bus 0000:ff [ 0.606040] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] [ 0.606042] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] [ 0.606043] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] [ 0.606048] pci 0000:ff:00.0: [8086:2c70] type 00 class 0x060000 [ 0.606102] pci 0000:ff:00.1: [8086:2d81] type 00 class 0x060000 [ 0.606155] pci 0000:ff:02.0: [8086:2d90] type 00 class 0x060000 [ 0.606204] pci 0000:ff:02.1: [8086:2d91] type 00 class 0x060000 [ 0.606253] pci 0000:ff:02.2: [8086:2d92] type 00 class 0x060000 [ 0.606308] pci 0000:ff:02.3: [8086:2d93] type 00 class 0x060000 [ 0.606358] pci 0000:ff:02.4: [8086:2d94] type 00 class 0x060000 [ 0.606409] pci 0000:ff:02.5: [8086:2d95] type 00 class 0x060000 [ 0.606460] pci 0000:ff:03.0: [8086:2d98] type 00 class 0x060000 [ 0.606508] pci 0000:ff:03.1: [8086:2d99] type 00 class 0x060000 [ 0.606563] pci 0000:ff:03.2: [8086:2d9a] type 00 class 0x060000 [ 0.606613] pci 0000:ff:03.4: [8086:2d9c] type 00 class 0x060000 [ 0.606666] pci 0000:ff:04.0: [8086:2da0] type 00 class 0x060000 [ 0.606715] pci 0000:ff:04.1: [8086:2da1] type 00 class 0x060000 [ 0.606762] pci 0000:ff:04.2: [8086:2da2] type 00 class 0x060000 [ 0.606811] pci 0000:ff:04.3: [8086:2da3] type 00 class 0x060000 [ 0.606868] pci 0000:ff:05.0: [8086:2da8] type 00 class 0x060000 [ 0.606918] pci 0000:ff:05.1: [8086:2da9] type 00 class 0x060000 [ 0.606967] pci 0000:ff:05.2: [8086:2daa] type 00 class 0x060000 [ 0.607019] pci 0000:ff:05.3: [8086:2dab] type 00 class 0x060000 [ 0.607073] pci 0000:ff:06.0: [8086:2db0] type 00 class 0x060000 [ 0.607127] pci 0000:ff:06.1: [8086:2db1] type 00 class 0x060000 [ 0.607178] pci 0000:ff:06.2: [8086:2db2] type 00 class 0x060000 [ 0.607232] pci 0000:ff:06.3: [8086:2db3] type 00 class 0x060000 [ 0.607294] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff [ 0.607298] PCI: pci_cache_line_size set to 64 bytes [ 0.607427] e820: reserve RAM buffer [mem 0x0006c000-0x0006ffff] [ 0.607428] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.607430] e820: reserve RAM buffer [mem 0x5d09a018-0x5fffffff] [ 0.607431] e820: reserve RAM buffer [mem 0x5d0ad018-0x5fffffff] [ 0.607432] e820: reserve RAM buffer [mem 0x7c039018-0x7fffffff] [ 0.607435] e820: reserve RAM buffer [mem 0x7c047018-0x7fffffff] [ 0.607438] e820: reserve RAM buffer [mem 0x7c057018-0x7fffffff] [ 0.607440] e820: reserve RAM buffer [mem 0x7c07b018-0x7fffffff] [ 0.607442] e820: reserve RAM buffer [mem 0x7d245000-0x7fffffff] [ 0.607444] e820: reserve RAM buffer [mem 0x7d29b000-0x7fffffff] [ 0.607446] e820: reserve RAM buffer [mem 0x7d6dd000-0x7fffffff] [ 0.607448] e820: reserve RAM buffer [mem 0x7f5ef000-0x7fffffff] [ 0.607450] e820: reserve RAM buffer [mem 0x7f800000-0x7fffffff] [ 0.607535] NetLabel: Initializing [ 0.607536] NetLabel: domain hash size = 128 [ 0.607537] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.607549] NetLabel: unlabeled traffic allowed by default [ 0.607583] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.607587] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 0.609611] Switching to clocksource hpet [ 0.615035] pnp: PnP ACPI init [ 0.615046] ACPI: bus type PNP registered [ 0.615430] pnp 00:00: [dma 4] [ 0.615449] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.615483] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.615510] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.615530] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.615605] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.615609] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 0.615667] system 00:05: [io 0x0400-0x043f] has been reserved [ 0.615669] system 00:05: [io 0x0440-0x045f] has been reserved [ 0.615671] system 00:05: [io 0x0460-0x047f] has been reserved [ 0.615673] system 00:05: [io 0x0580-0x05ff] has been reserved [ 0.615675] system 00:05: [io 0x05e0-0x05ff] has been reserved [ 0.615677] system 00:05: [io 0x0cf9] could not be reserved [ 0.615680] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.615828] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.615968] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.615995] pnp 00:08: Plug and Play ACPI device, IDs PNP0c31 (active) [ 0.616047] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.616050] system 00:09: [mem 0xfec00000-0xfecfffff] could not be reserved [ 0.616052] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.616054] system 00:09: [mem 0x80000000-0x8fffffff] has been reserved [ 0.616056] system 00:09: [mem 0xffc00000-0xffffffff] has been reserved [ 0.616058] system 00:09: [mem 0xfeb00000-0xfebfffff] has been reserved [ 0.616060] system 00:09: [mem 0xfe710000-0xfe711fff] could not be reserved [ 0.616062] system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved [ 0.616065] system 00:09: [mem 0xfc000000-0xfcffffff] has been reserved [ 0.616067] system 00:09: [mem 0xfea00000-0xfeafffff] has been reserved [ 0.616069] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.616126] system 00:0a: [io 0x0ca0-0x0ca1] has been reserved [ 0.616129] system 00:0a: [io 0x0ca4-0x0ca9] has been reserved [ 0.616131] system 00:0a: [io 0x0caa-0x0cab] has been reserved [ 0.616133] system 00:0a: [io 0x0cac-0x0ccb] has been reserved [ 0.616135] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.616180] system 00:0b: [io 0x0ca2] has been reserved [ 0.616182] system 00:0b: [io 0x0ca3] has been reserved [ 0.616185] system 00:0b: Plug and Play ACPI device, IDs IPI0001 PNP0c02 (active) [ 0.616194] pnp: PnP ACPI: found 12 devices [ 0.616195] ACPI: bus type PNP unregistered [ 0.622687] pci 0000:15:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref] [ 0.622690] pci 0000:1f:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref] [ 0.622693] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref] [ 0.622731] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 01-05] add_size 200000 [ 0.622760] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000 [ 0.622764] pci 0000:00:03.0: BAR 15: assigned [mem 0x90000000-0x900fffff pref] [ 0.622767] pci 0000:00:07.0: BAR 15: assigned [mem 0x90100000-0x901fffff pref] [ 0.622769] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90200000-0x904fffff pref] [ 0.622772] pci 0000:00:01.0: PCI bridge to [bus 0b-0f] [ 0.622776] pci 0000:00:01.0: bridge window [mem 0x92000000-0x95ffffff] [ 0.622782] pci 0000:00:02.0: PCI bridge to [bus 10-14] [ 0.622791] pci 0000:15:00.0: BAR 6: assigned [mem 0x90000000-0x9007ffff pref] [ 0.622793] pci 0000:00:03.0: PCI bridge to [bus 15-19] [ 0.622796] pci 0000:00:03.0: bridge window [mem 0x97b00000-0x97cfffff] [ 0.622800] pci 0000:00:03.0: bridge window [mem 0x90000000-0x900fffff pref] [ 0.622804] pci 0000:00:05.0: PCI bridge to [bus 1a-1e] [ 0.622812] pci 0000:1f:00.0: BAR 6: assigned [mem 0x90100000-0x9017ffff pref] [ 0.622814] pci 0000:00:07.0: PCI bridge to [bus 1f-23] [ 0.622816] pci 0000:00:07.0: bridge window [io 0x2000-0x2fff] [ 0.622820] pci 0000:00:07.0: bridge window [mem 0x97a00000-0x97afffff] [ 0.622823] pci 0000:00:07.0: bridge window [mem 0x90100000-0x901fffff pref] [ 0.622827] pci 0000:00:09.0: PCI bridge to [bus 24-28] [ 0.622836] pci 0000:01:00.0: BAR 6: assigned [mem 0x90200000-0x9021ffff pref] [ 0.622838] pci 0000:00:1c.0: PCI bridge to [bus 01-05] [ 0.622840] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] [ 0.622844] pci 0000:00:1c.0: bridge window [mem 0x97900000-0x979fffff] [ 0.622848] pci 0000:00:1c.0: bridge window [mem 0x90200000-0x904fffff pref] [ 0.622853] pci 0000:06:00.0: PCI bridge to [bus 07] [ 0.622859] pci 0000:06:00.0: bridge window [mem 0x97000000-0x978fffff] [ 0.622864] pci 0000:06:00.0: bridge window [mem 0x96000000-0x96ffffff pref] [ 0.622871] pci 0000:00:1c.4: PCI bridge to [bus 06-0a] [ 0.622875] pci 0000:00:1c.4: bridge window [mem 0x97000000-0x978fffff] [ 0.622879] pci 0000:00:1c.4: bridge window [mem 0x96000000-0x96ffffff 64bit pref] [ 0.622884] pci 0000:00:1e.0: PCI bridge to [bus 29-2d] [ 0.622894] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.622896] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.622897] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.622899] pci_bus 0000:00: resource 7 [mem 0x90000000-0xfdffffff] [ 0.622901] pci_bus 0000:0b: resource 1 [mem 0x92000000-0x95ffffff] [ 0.622903] pci_bus 0000:15: resource 1 [mem 0x97b00000-0x97cfffff] [ 0.622905] pci_bus 0000:15: resource 2 [mem 0x90000000-0x900fffff pref] [ 0.622907] pci_bus 0000:1f: resource 0 [io 0x2000-0x2fff] [ 0.622908] pci_bus 0000:1f: resource 1 [mem 0x97a00000-0x97afffff] [ 0.622910] pci_bus 0000:1f: resource 2 [mem 0x90100000-0x901fffff pref] [ 0.622912] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.622914] pci_bus 0000:01: resource 1 [mem 0x97900000-0x979fffff] [ 0.622915] pci_bus 0000:01: resource 2 [mem 0x90200000-0x904fffff pref] [ 0.622917] pci_bus 0000:06: resource 1 [mem 0x97000000-0x978fffff] [ 0.622919] pci_bus 0000:06: resource 2 [mem 0x96000000-0x96ffffff 64bit pref] [ 0.622921] pci_bus 0000:07: resource 1 [mem 0x97000000-0x978fffff] [ 0.622923] pci_bus 0000:07: resource 2 [mem 0x96000000-0x96ffffff pref] [ 0.622924] pci_bus 0000:29: resource 4 [io 0x0000-0x0cf7] [ 0.622926] pci_bus 0000:29: resource 5 [io 0x0d00-0xffff] [ 0.622928] pci_bus 0000:29: resource 6 [mem 0x000a0000-0x000bffff] [ 0.622930] pci_bus 0000:29: resource 7 [mem 0x90000000-0xfdffffff] [ 0.622933] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] [ 0.622934] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] [ 0.622937] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] [ 0.622939] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] [ 0.622970] NET: Registered protocol family 2 [ 0.623177] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 0.623377] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.623551] TCP: Hash tables configured (established 65536 bind 65536) [ 0.623584] TCP: reno registered [ 0.623602] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.623637] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.623782] NET: Registered protocol family 1 [ 0.625441] pci 0000:07:00.0: Boot video device [ 0.625497] PCI: CLS 64 bytes, default 64 [ 0.625541] Unpacking initramfs... [ 0.935474] Freeing initrd memory: 17368k freed [ 0.939245] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.939252] software IO TLB [mem 0x78039000-0x7c039000] (64MB) mapped at [ffff880078039000-ffff88007c038fff] [ 0.940715] microcode: CPU0 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940722] microcode: CPU1 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940726] microcode: CPU2 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940732] microcode: CPU3 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940741] microcode: CPU4 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940750] microcode: CPU5 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940760] microcode: CPU6 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940767] microcode: CPU7 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940774] microcode: CPU8 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940779] microcode: CPU9 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940785] microcode: CPU10 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940791] microcode: CPU11 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940797] microcode: CPU12 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940803] microcode: CPU13 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940809] microcode: CPU14 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940816] microcode: CPU15 sig=0x206c2, pf=0x1, revision=0x13 [ 0.940851] microcode: Microcode Update Driver: v2.00 tigran@aivazian.fsnet.co.uk, Peter Oruba [ 0.941093] futex hash table entries: 8192 (order: 7, 524288 bytes) [ 0.941204] Initialise system trusted keyring [ 0.941256] audit: initializing netlink socket (disabled) [ 0.941277] type=2000 audit(1607584808.767:1): initialized [ 0.963847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.964876] zbud: loaded [ 0.965026] VFS: Disk quotas dquot_6.5.2 [ 0.965078] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.965268] msgmni has been set to 15939 [ 0.965335] Key type big_key registered [ 0.965337] SELinux: Registering netfilter hooks [ 0.966460] alg: No test for stdrng (krng) [ 0.966472] NET: Registered protocol family 38 [ 0.966475] Key type asymmetric registered [ 0.966476] Asymmetric key parser 'x509' registered [ 0.966509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.966566] io scheduler noop registered [ 0.966568] io scheduler deadline registered (default) [ 0.966595] io scheduler cfq registered [ 0.967806] pcieport 0000:00:1c.0: irq 65 for MSI/MSI-X [ 0.968007] pcieport 0000:00:1c.4: irq 66 for MSI/MSI-X [ 0.968092] ioapic: probe of 0000:00:15.0 failed with error -22 [ 0.968102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.968114] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.968181] efifb: probing for efifb [ 0.968559] efifb: framebuffer at 0x96000000, mapped to 0xffffc90021680000, using 1876k, total 1875k [ 0.968561] efifb: mode is 800x600x32, linelength=3200, pages=1 [ 0.968561] efifb: scrolling: redraw [ 0.968563] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.001378] Console: switching to colour frame buffer device 100x37 [ 1.033365] fb0: EFI VGA frame buffer device [ 1.033371] intel_idle: MWAIT substates: 0x1120 [ 1.033372] intel_idle: v0.4 model 0x2C [ 1.033374] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.033522] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.033526] ACPI: Power Button [PWRF] [ 1.033589] ACPI: Requesting acpi_cpufreq [ 1.034063] ERST: Can not request iomem region <0x 7f6f0000-0x 7f6f1c00> for ERST. [ 1.040009] GHES: HEST is not enabled! [ 1.040066] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.061296] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.082537] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.082972] Non-volatile memory driver v1.3 [ 1.082975] Linux agpgart interface v0.103 [ 1.083156] tpm_tis 00:08: 1.2 TPM (device-id 0xFE, rev-id 70) [ 1.131160] crash memory driver: version 1.1 [ 1.131213] rdac: device handler registered [ 1.131253] hp_sw: device handler registered [ 1.131254] emc: device handler registered [ 1.131255] alua: device handler registered [ 1.131283] libphy: Fixed MDIO Bus: probed [ 1.131324] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.131328] ehci-pci: EHCI PCI platform driver [ 1.131472] ehci-pci 0000:00:1a.7: EHCI Host Controller [ 1.131515] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 1.131528] ehci-pci 0000:00:1a.7: debug port 1 [ 1.135444] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported [ 1.135460] ehci-pci 0000:00:1a.7: irq 19, io mem 0x97d21000 [ 1.141078] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 1.141114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.141117] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.141118] usb usb1: Product: EHCI Host Controller [ 1.141120] usb usb1: Manufacturer: Linux 3.10.0-123.el7.x86_64 ehci_hcd [ 1.141122] usb usb1: SerialNumber: 0000:00:1a.7 [ 1.141220] hub 1-0:1.0: USB hub found [ 1.141227] hub 1-0:1.0: 6 ports detected [ 1.141466] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 1.141516] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 1.141528] ehci-pci 0000:00:1d.7: debug port 1 [ 1.145431] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 1.145445] ehci-pci 0000:00:1d.7: irq 17, io mem 0x97d20000 [ 1.151086] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.151117] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.151119] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.151121] usb usb2: Product: EHCI Host Controller [ 1.151122] usb usb2: Manufacturer: Linux 3.10.0-123.el7.x86_64 ehci_hcd [ 1.151124] usb usb2: SerialNumber: 0000:00:1d.7 [ 1.151205] hub 2-0:1.0: USB hub found [ 1.151210] hub 2-0:1.0: 6 ports detected [ 1.151322] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.151323] ohci-pci: OHCI PCI platform driver [ 1.151335] uhci_hcd: USB Universal Host Controller Interface driver [ 1.151465] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 1.151508] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 1.151531] uhci_hcd 0000:00:1a.0: irq 17, io base 0x000030a0 [ 1.151568] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.151570] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.151572] usb usb3: Product: UHCI Host Controller [ 1.151574] usb usb3: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.151575] usb usb3: SerialNumber: 0000:00:1a.0 [ 1.151652] hub 3-0:1.0: USB hub found [ 1.151657] hub 3-0:1.0: 2 ports detected [ 1.151837] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 1.151889] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 1.151920] uhci_hcd 0000:00:1a.1: irq 18, io base 0x00003080 [ 1.151957] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.151959] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.151961] usb usb4: Product: UHCI Host Controller [ 1.151963] usb usb4: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.151964] usb usb4: SerialNumber: 0000:00:1a.1 [ 1.152041] hub 4-0:1.0: USB hub found [ 1.152046] hub 4-0:1.0: 2 ports detected [ 1.152237] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.152283] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 1.152305] uhci_hcd 0000:00:1d.0: irq 17, io base 0x00003060 [ 1.152343] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.152345] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.152346] usb usb5: Product: UHCI Host Controller [ 1.152348] usb usb5: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.152350] usb usb5: SerialNumber: 0000:00:1d.0 [ 1.152426] hub 5-0:1.0: USB hub found [ 1.152431] hub 5-0:1.0: 2 ports detected [ 1.152614] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.152658] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 1.152680] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00003040 [ 1.152717] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.152719] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.152721] usb usb6: Product: UHCI Host Controller [ 1.152722] usb usb6: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.152724] usb usb6: SerialNumber: 0000:00:1d.1 [ 1.152806] hub 6-0:1.0: USB hub found [ 1.152811] hub 6-0:1.0: 2 ports detected [ 1.152995] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 1.153040] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 [ 1.153062] uhci_hcd 0000:00:1d.2: irq 19, io base 0x00003020 [ 1.153110] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.153112] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.153114] usb usb7: Product: UHCI Host Controller [ 1.153116] usb usb7: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.153117] usb usb7: SerialNumber: 0000:00:1d.2 [ 1.153205] hub 7-0:1.0: USB hub found [ 1.153210] hub 7-0:1.0: 2 ports detected [ 1.153323] usbcore: registered new interface driver usbserial [ 1.153329] usbcore: registered new interface driver usbserial_generic [ 1.153335] usbserial: USB Serial support registered for generic [ 1.153360] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.403375] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.403438] mousedev: PS/2 mouse device common for all mice [ 1.403566] rtc_cmos 00:01: RTC can wake from S4 [ 1.403696] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.403722] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 1.403970] cpuidle: using governor menu [ 1.404448] EFI Variables Facility v0.08 2004-May-17 [ 1.728336] hidraw: raw HID events driver (C) Jiri Kosina [ 1.728408] usbcore: registered new interface driver usbhid [ 1.728410] usbhid: USB HID core driver [ 1.728471] drop_monitor: Initializing network drop monitor service [ 1.728563] TCP: cubic registered [ 1.728565] Initializing XFRM netlink socket [ 1.728666] NET: Registered protocol family 10 [ 1.728859] NET: Registered protocol family 17 [ 1.729244] Loading compiled-in X.509 certificates [ 1.729267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.729282] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.729904] Loaded X.509 cert 'CentOS Linux kernel signing key: bc83d0fe70c62fab1c58b4ebaa95e3936128fcf4' [ 1.729916] registered taskstats version 1 [ 1.731525] Key type trusted registered [ 1.733264] Key type encrypted registered [ 1.879883] rtc_cmos 00:01: setting system clock to 2020-12-10 07:20:10 UTC (1607584810) [ 1.882371] Freeing unused kernel memory: 1584k freed [ 1.912937] usb 5-2: new full-speed USB device number 2 using uhci_hcd [ 1.941778] tsc: Refined TSC clocksource calibration: 2400.079 MHz [ 1.941783] Switching to clocksource tsc [ 2.069166] usb 5-2: New USB device found, idVendor=04b3, idProduct=4010 [ 2.069171] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.069174] usb 5-2: Product: RNDIS/CDC ETHER [ 2.069176] usb 5-2: Manufacturer: IBM [ 2.282151] usb 7-1: new low-speed USB device number 2 using uhci_hcd [ 2.449235] usb 7-1: New USB device found, idVendor=0461, idProduct=0010 [ 2.449240] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.449243] usb 7-1: Product: USB Keyboard [ 2.449245] usb 7-1: Manufacturer: NOVATEK [ 2.466436] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input1 [ 2.466717] hid-generic 0003:0461:0010.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1d.2-1/input0 [ 2.500328] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.1/input/input2 [ 2.500622] hid-generic 0003:0461:0010.0002: input,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1d.2-1/input1 [ 2.524576] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 2.524970] systemd[1]: Running in initial RAM disk. [ 2.525031] systemd[1]: Set hostname to . [ 2.553692] systemd[1]: Expecting device dev-disk-by\x2duuid-2e9fdad4\x2dcc18\x2d45b9\x2da6d1\x2d3b156fdb921c.device... [ 2.553706] systemd[1]: Starting -.slice. [ 2.553832] systemd[1]: Created slice -.slice. [ 2.553878] systemd[1]: Starting System Slice. [ 2.553955] systemd[1]: Created slice System Slice. [ 2.553992] systemd[1]: Starting Slices. [ 2.554003] systemd[1]: Reached target Slices. [ 2.554035] systemd[1]: Starting Timers. [ 2.554045] systemd[1]: Reached target Timers. [ 2.554077] systemd[1]: Starting Journal Socket. [ 2.554130] systemd[1]: Listening on Journal Socket. [ 2.554323] systemd[1]: Starting dracut cmdline hook... [ 2.554748] systemd[1]: Started Load Kernel Modules. [ 2.554765] systemd[1]: Starting Setup Virtual Console... [ 2.555067] systemd[1]: Starting Journal Service... [ 2.555479] systemd[1]: Started Journal Service. [ 2.560563] systemd-journald[222]: Vacuuming done, freed 0 bytes [ 2.706447] usb 7-2: new low-speed USB device number 3 using uhci_hcd [ 2.708489] device-mapper: uevent: version 1.0.3 [ 2.708601] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 2.750341] systemd-udevd[380]: starting version 208 [ 2.775074] bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.5 (December 20, 2013) [ 2.775986] bnx2 0000:0b:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem 92000000, IRQ 28, node addr e4:1f:13:bf:ae:30 [ 2.776295] dca service started, version 1.12.1 [ 2.776705] bnx2 0000:0b:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem 94000000, IRQ 40, node addr e4:1f:13:bf:ae:32 [ 2.778101] pps_core: LinuxPPS API ver. 1 registered [ 2.778104] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 2.778150] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013 [ 2.778180] megasas: 0x1000:0x0079:0x1014:0x03c7: bus 1:slot 0:func 0 [ 2.778532] megasas: FW now in Ready state [ 2.778581] megaraid_sas 0000:01:00.0: irq 67 for MSI/MSI-X [ 2.778598] megaraid_sas 0000:01:00.0: [scsi0]: FW supports<0> MSIX vector,Online CPUs: <16>,Current MSIX <1> [ 2.779377] PTP clock support registered [ 2.781479] ACPI: bus type ATA registered [ 2.781568] libata version 3.00 loaded. [ 2.783401] ata_piix 0000:00:1f.2: version 2.13 [ 2.783495] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k [ 2.783497] igb: Copyright (c) 2007-2013 Intel Corporation. [ 2.783519] igb 0000:15:00.0: enabling device (0040 -> 0042) [ 2.783631] ata_piix 0000:00:1f.2: MAP [ [ 2.783634] P0 P2 P1 P3 ] [ 2.783946] igb 0000:15:00.0: irq 68 for MSI/MSI-X [ 2.783957] igb 0000:15:00.0: irq 69 for MSI/MSI-X [ 2.783967] igb 0000:15:00.0: irq 70 for MSI/MSI-X [ 2.783977] igb 0000:15:00.0: irq 71 for MSI/MSI-X [ 2.783987] igb 0000:15:00.0: irq 72 for MSI/MSI-X [ 2.783997] igb 0000:15:00.0: irq 73 for MSI/MSI-X [ 2.784011] igb 0000:15:00.0: irq 74 for MSI/MSI-X [ 2.784022] igb 0000:15:00.0: irq 75 for MSI/MSI-X [ 2.784034] igb 0000:15:00.0: irq 76 for MSI/MSI-X [ 2.784106] igb 0000:15:00.0: irq 68 for MSI/MSI-X [ 2.784115] igb 0000:15:00.0: irq 69 for MSI/MSI-X [ 2.784124] igb 0000:15:00.0: irq 70 for MSI/MSI-X [ 2.784134] igb 0000:15:00.0: irq 71 for MSI/MSI-X [ 2.784143] igb 0000:15:00.0: irq 72 for MSI/MSI-X [ 2.784153] igb 0000:15:00.0: irq 73 for MSI/MSI-X [ 2.784158] scsi1 : ata_piix [ 2.784162] igb 0000:15:00.0: irq 74 for MSI/MSI-X [ 2.784172] igb 0000:15:00.0: irq 75 for MSI/MSI-X [ 2.784186] igb 0000:15:00.0: irq 76 for MSI/MSI-X [ 2.784357] scsi2 : ata_piix [ 2.784454] ata1: SATA max UDMA/133 cmd 0x3118 ctl 0x312c bmdma 0x30f0 irq 16 [ 2.784460] ata2: SATA max UDMA/133 cmd 0x3110 ctl 0x3128 bmdma 0x30f8 irq 16 [ 2.784659] ata_piix 0000:00:1f.5: MAP [ [ 2.784663] P0 -- P1 -- ] [ 2.784688] mpt2sas version 16.100.00.00 loaded [ 2.784866] scsi3 : Fusion MPT SAS Host [ 2.785341] mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (8162636 kB) [ 2.785362] scsi4 : ata_piix [ 2.785397] mpt2sas 0000:1f:00.0: irq 77 for MSI/MSI-X [ 2.785438] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 77 [ 2.785441] mpt2sas0: iomem(0x0000000097a40000), mapped(0xffffc900008d0000), size(16384) [ 2.785443] mpt2sas0: ioport(0x0000000000002000), size(256) [ 2.785479] scsi5 : ata_piix [ 2.785535] ata3: SATA max UDMA/133 cmd 0x3108 ctl 0x3124 bmdma 0x30d0 irq 21 [ 2.785540] ata4: SATA max UDMA/133 cmd 0x3100 ctl 0x3120 bmdma 0x30d8 irq 21 [ 2.786848] [drm] Initialized drm 1.1.0 20060810 [ 2.795429] checking generic (96000000 1d5000) vs hw (96000000 1000000) [ 2.795432] fb: conflicting fb hw usage mgag200drmfb vs EFI VGA - removing generic driver [ 2.795448] Console: switching to colour dummy device 80x25 [ 2.800433] megasas_init_mfi: fw_support_ieee=0 [ 2.800435] megasas: INIT adapter done [ 2.807768] [TTM] Zone kernel: Available graphics memory: 4081318 kiB [ 2.807770] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 2.807772] [TTM] Initializing pool allocator [ 2.807778] [TTM] Initializing DMA pool allocator [ 2.826681] systemd-udevd[390]: renamed network interface eth1 to enp11s0f1 [ 2.863600] megaraid_sas 0000:01:00.0: Controller type: MR,Memory size is: 256MB [ 2.863637] scsi0 : LSI SAS based MegaRAID driver [ 2.866702] scsi 0:0:26:0: Direct-Access IBM-ESXS ST9146803SS B53E PQ: 0 ANSI: 5 [ 2.867513] usb 7-2: New USB device found, idVendor=413c, idProduct=3016 [ 2.867517] usb 7-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 2.867521] usb 7-2: Product: Dell Premium USB Optical Mouse [ 2.868039] scsi 0:0:28:0: Direct-Access IBM-ESXS ST9146803SS B53B PQ: 0 ANSI: 5 [ 2.869369] fbcon: mgadrmfb (fb0) is primary device [ 2.886797] input: Dell Premium USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input3 [ 2.887150] hid-generic 0003:413C:3016.0003: input,hidraw2: USB HID v11.10 Mouse [Dell Premium USB Optical Mouse] on usb-0000:00:1d.2-2/input0 [ 2.908657] mpt2sas0: Allocated physical memory: size(9283 kB) [ 2.908658] mpt2sas0: Current Controller Queue Depth(4124), Max Controller Queue Depth(4287) [ 2.908658] mpt2sas0: Scatter Gather Elements per IO(128) [ 2.947605] scsi 0:2:0:0: Direct-Access IBM ServeRAID M5014 2.12 PQ: 0 ANSI: 5 [ 2.952986] [drm] mga base 0 [ 2.955814] systemd-udevd[384]: renamed network interface eth0 to enp11s0f0 [ 2.956203] igb 0000:15:00.0: added PHC on eth0 [ 2.956204] igb 0000:15:00.0: Intel(R) Gigabit Ethernet Network Connection [ 2.956206] igb 0000:15:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:1b:21:b6:ad:f4 [ 2.956208] igb 0000:15:00.0: eth0: PBA No: Unknown [ 2.956210] igb 0000:15:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 2.956227] igb 0000:15:00.1: enabling device (0040 -> 0042) [ 2.956644] igb 0000:15:00.1: irq 78 for MSI/MSI-X [ 2.956656] igb 0000:15:00.1: irq 79 for MSI/MSI-X [ 2.956664] igb 0000:15:00.1: irq 80 for MSI/MSI-X [ 2.956678] igb 0000:15:00.1: irq 81 for MSI/MSI-X [ 2.956689] igb 0000:15:00.1: irq 82 for MSI/MSI-X [ 2.956698] igb 0000:15:00.1: irq 83 for MSI/MSI-X [ 2.956707] igb 0000:15:00.1: irq 84 for MSI/MSI-X [ 2.956718] igb 0000:15:00.1: irq 85 for MSI/MSI-X [ 2.956727] igb 0000:15:00.1: irq 86 for MSI/MSI-X [ 2.956807] igb 0000:15:00.1: irq 78 for MSI/MSI-X [ 2.956815] igb 0000:15:00.1: irq 79 for MSI/MSI-X [ 2.956823] igb 0000:15:00.1: irq 80 for MSI/MSI-X [ 2.956842] igb 0000:15:00.1: irq 81 for MSI/MSI-X [ 2.956850] igb 0000:15:00.1: irq 82 for MSI/MSI-X [ 2.956859] igb 0000:15:00.1: irq 83 for MSI/MSI-X [ 2.956872] igb 0000:15:00.1: irq 84 for MSI/MSI-X [ 2.956880] igb 0000:15:00.1: irq 85 for MSI/MSI-X [ 2.956887] igb 0000:15:00.1: irq 86 for MSI/MSI-X [ 2.968022] mpt2sas0: LSISAS2008: FWVersion(05.30.01.00), ChipRevision(0x03), BiosVersion(06.00.15.11) [ 2.968026] mpt2sas0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) [ 2.968129] mpt2sas0: sending port enable !! [ 3.001080] igb 0000:15:00.1: added PHC on eth1 [ 3.001081] igb 0000:15:00.1: Intel(R) Gigabit Ethernet Network Connection [ 3.001083] igb 0000:15:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:1b:21:b6:ad:f5 [ 3.001085] igb 0000:15:00.1: eth1: PBA No: Unknown [ 3.001087] igb 0000:15:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 3.002639] Console: switching to colour frame buffer device 180x56 [ 3.108257] ata3: SATA link down (SStatus 0 SControl 300) [ 3.122724] mgag200 0000:07:00.0: fb0: mgadrmfb frame buffer device [ 3.122726] mgag200 0000:07:00.0: registered panic notifier [ 3.122741] [drm] Initialized mgag200 1.0.0 20110418 for 0000:07:00.0 on minor 0 [ 3.124639] ata4: SATA link down (SStatus 0 SControl 300) [ 3.164989] systemd-udevd[384]: renamed network interface eth1 to ens2f1 [ 3.174002] systemd-udevd[382]: renamed network interface eth0 to ens2f0 [ 3.405776] ata2.00: SATA link down (SStatus 0 SControl 300) [ 3.405790] ata2.01: SATA link down (SStatus 0 SControl 300) [ 3.421790] ata1.00: SATA link down (SStatus 0 SControl 300) [ 3.421804] ata1.01: SATA link down (SStatus 0 SControl 300) [ 4.569507] mpt2sas0: host_add: handle(0x0001), sas_addr(0x500605b004454090), phys(8) [ 4.573997] scsi scan: INQUIRY result too short (5), using 36 [ 4.574005] scsi 3:0:0:0: Direct-Access PQ: 0 ANSI: 0 [ 4.574011] scsi 3:0:0:0: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.574014] scsi 3:0:0:0: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.574018] scsi 3:0:0:0: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.578369] scsi scan: INQUIRY result too short (5), using 36 [ 4.578375] scsi 3:0:0:1: Direct-Access PQ: 0 ANSI: 0 [ 4.578381] scsi 3:0:0:1: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.578383] scsi 3:0:0:1: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.578387] scsi 3:0:0:1: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.582927] scsi scan: INQUIRY result too short (5), using 36 [ 4.582933] scsi 3:0:0:2: Direct-Access PQ: 0 ANSI: 0 [ 4.582938] scsi 3:0:0:2: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.582941] scsi 3:0:0:2: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.582944] scsi 3:0:0:2: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.587510] scsi scan: INQUIRY result too short (5), using 36 [ 4.587517] scsi 3:0:0:3: Direct-Access PQ: 0 ANSI: 0 [ 4.587522] scsi 3:0:0:3: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.587525] scsi 3:0:0:3: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.587528] scsi 3:0:0:3: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.592132] scsi scan: INQUIRY result too short (5), using 36 [ 4.592139] scsi 3:0:0:4: Direct-Access PQ: 0 ANSI: 0 [ 4.592144] scsi 3:0:0:4: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.592147] scsi 3:0:0:4: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.592150] scsi 3:0:0:4: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.596678] scsi scan: INQUIRY result too short (5), using 36 [ 4.596684] scsi 3:0:0:5: Direct-Access PQ: 0 ANSI: 0 [ 4.596690] scsi 3:0:0:5: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.596692] scsi 3:0:0:5: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.596696] scsi 3:0:0:5: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.601321] scsi scan: INQUIRY result too short (5), using 36 [ 4.601327] scsi 3:0:0:6: Direct-Access PQ: 0 ANSI: 0 [ 4.601332] scsi 3:0:0:6: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.601334] scsi 3:0:0:6: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.601338] scsi 3:0:0:6: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.605911] scsi scan: INQUIRY result too short (5), using 36 [ 4.605917] scsi 3:0:0:7: Direct-Access PQ: 0 ANSI: 0 [ 4.605922] scsi 3:0:0:7: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.605925] scsi 3:0:0:7: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.605928] scsi 3:0:0:7: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 8.765004] [drm] mga base 0 [ 10.828036] mpt2sas0: port enable: SUCCESS [ 10.841126] sd 0:2:0:0: [sda] 285155328 512-byte logical blocks: (145 GB/135 GiB) [ 10.841366] sd 0:2:0:0: [sda] Write Protect is off [ 10.841369] sd 0:2:0:0: [sda] Mode Sense: 1f 00 10 08 [ 10.841523] sd 0:2:0:0: [sda] Write cache: disabled, read cache: disabled, supports DPO and FUA [ 10.850730] sda: sda1 sda2 sda3 [ 10.851821] sd 0:2:0:0: [sda] Attached SCSI disk [ 10.864881] sd 3:0:0:1: [sdc] Unit Not Ready [ 10.864886] sd 3:0:0:1: [sdc] [ 10.864888] Sense Key : Illegal Request [current] [ 10.864892] sd 3:0:0:1: [sdc] [ 10.864895] Add. Sense: Logical unit not supported [ 10.866006] sd 3:0:0:2: [sdd] Unit Not Ready [ 10.866011] sd 3:0:0:2: [sdd] [ 10.866013] Sense Key : Illegal Request [current] [ 10.866017] sd 3:0:0:2: [sdd] [ 10.866019] Add. Sense: Logical unit not supported [ 10.867393] sd 3:0:0:3: [sde] Unit Not Ready [ 10.867396] sd 3:0:0:3: [sde] [ 10.867398] Sense Key : Illegal Request [current] [ 10.867400] sd 3:0:0:3: [sde] [ 10.867402] Add. Sense: Logical unit not supported [ 10.868480] sd 3:0:0:4: [sdf] Unit Not Ready [ 10.868484] sd 3:0:0:4: [sdf] [ 10.868486] Sense Key : Illegal Request [current] [ 10.868489] sd 3:0:0:4: [sdf] [ 10.868492] Add. Sense: Logical unit not supported [ 10.869687] sd 3:0:0:5: [sdg] Unit Not Ready [ 10.869692] sd 3:0:0:5: [sdg] [ 10.869694] Sense Key : Illegal Request [current] [ 10.869698] sd 3:0:0:5: [sdg] [ 10.869700] Add. Sense: Logical unit not supported [ 10.870828] sd 3:0:0:6: [sdh] Unit Not Ready [ 10.870831] sd 3:0:0:6: [sdh] [ 10.870833] Sense Key : Illegal Request [current] [ 10.870835] sd 3:0:0:6: [sdh] [ 10.870837] Add. Sense: Logical unit not supported [ 10.871956] sd 3:0:0:7: [sdi] Unit Not Ready [ 10.871958] sd 3:0:0:7: [sdi] [ 10.871960] Sense Key : Illegal Request [current] [ 10.871962] sd 3:0:0:7: [sdi] [ 10.871963] Add. Sense: Logical unit not supported [ 10.873119] sd 3:0:0:0: [sdb] READ CAPACITY failed [ 10.873122] sd 3:0:0:0: [sdb] [ 10.873125] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.873126] sd 3:0:0:0: [sdb] [ 10.873127] Sense Key : Illegal Request [current] [ 10.873130] sd 3:0:0:0: [sdb] [ 10.873132] Add. Sense: Invalid command operation code [ 10.882247] sd 3:0:0:0: [sdb] Write Protect is off [ 10.882252] sd 3:0:0:0: [sdb] Mode Sense: d2 58 10 08 [ 10.891675] sd 3:0:0:0: [sdb] Cache data unavailable [ 10.891680] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 10.892789] sd 3:0:0:1: [sdc] READ CAPACITY failed [ 10.892793] sd 3:0:0:1: [sdc] [ 10.892796] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.892798] sd 3:0:0:1: [sdc] [ 10.892799] Sense Key : Illegal Request [current] [ 10.892803] sd 3:0:0:1: [sdc] [ 10.892806] Add. Sense: Logical unit not supported [ 10.893951] sd 3:0:0:2: [sdd] READ CAPACITY failed [ 10.893956] sd 3:0:0:2: [sdd] [ 10.893958] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.893961] sd 3:0:0:2: [sdd] [ 10.893962] Sense Key : Illegal Request [current] [ 10.893966] sd 3:0:0:2: [sdd] [ 10.893968] Add. Sense: Logical unit not supported [ 10.895278] sd 3:0:0:3: [sde] READ CAPACITY failed [ 10.895282] sd 3:0:0:3: [sde] [ 10.895285] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.895287] sd 3:0:0:3: [sde] [ 10.895289] Sense Key : Illegal Request [current] [ 10.895293] sd 3:0:0:3: [sde] [ 10.895295] Add. Sense: Logical unit not supported [ 10.896373] sd 3:0:0:4: [sdf] READ CAPACITY failed [ 10.896376] sd 3:0:0:4: [sdf] [ 10.896377] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.896379] sd 3:0:0:4: [sdf] [ 10.896380] Sense Key : Illegal Request [current] [ 10.896382] sd 3:0:0:4: [sdf] [ 10.896384] Add. Sense: Logical unit not supported [ 10.897578] sd 3:0:0:5: [sdg] READ CAPACITY failed [ 10.897581] sd 3:0:0:5: [sdg] [ 10.897583] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.897584] sd 3:0:0:5: [sdg] [ 10.897586] Sense Key : Illegal Request [current] [ 10.897588] sd 3:0:0:5: [sdg] [ 10.897590] Add. Sense: Logical unit not supported [ 10.898701] sd 3:0:0:6: [sdh] READ CAPACITY failed [ 10.898705] sd 3:0:0:6: [sdh] [ 10.898706] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.898708] sd 3:0:0:6: [sdh] [ 10.898709] Sense Key : Illegal Request [current] [ 10.898712] sd 3:0:0:6: [sdh] [ 10.898713] Add. Sense: Logical unit not supported [ 10.899802] sd 3:0:0:7: [sdi] READ CAPACITY failed [ 10.899804] sd 3:0:0:7: [sdi] [ 10.899806] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.899807] sd 3:0:0:7: [sdi] [ 10.899808] Sense Key : Illegal Request [current] [ 10.899810] sd 3:0:0:7: [sdi] [ 10.899811] Add. Sense: Logical unit not supported [ 10.920166] sd 3:0:0:1: [sdc] Test WP failed, assume Write Enabled [ 10.921281] sd 3:0:0:2: [sdd] Test WP failed, assume Write Enabled [ 10.922713] sd 3:0:0:3: [sde] Test WP failed, assume Write Enabled [ 10.923810] sd 3:0:0:4: [sdf] Test WP failed, assume Write Enabled [ 10.925017] sd 3:0:0:5: [sdg] Test WP failed, assume Write Enabled [ 10.926196] sd 3:0:0:6: [sdh] Test WP failed, assume Write Enabled [ 10.927293] sd 3:0:0:7: [sdi] Test WP failed, assume Write Enabled [ 10.929535] sd 3:0:0:1: [sdc] Asking for cache data failed [ 10.929538] sd 3:0:0:1: [sdc] Assuming drive cache: write through [ 10.930716] sd 3:0:0:2: [sdd] Asking for cache data failed [ 10.930719] sd 3:0:0:2: [sdd] Assuming drive cache: write through [ 10.932067] sd 3:0:0:3: [sde] Asking for cache data failed [ 10.932071] sd 3:0:0:3: [sde] Assuming drive cache: write through [ 10.932938] sd 3:0:0:4: [sdf] Asking for cache data failed [ 10.932941] sd 3:0:0:4: [sdf] Assuming drive cache: write through [ 10.933867] sd 3:0:0:5: [sdg] Asking for cache data failed [ 10.933871] sd 3:0:0:5: [sdg] Assuming drive cache: write through [ 10.934744] sd 3:0:0:6: [sdh] Asking for cache data failed [ 10.934748] sd 3:0:0:6: [sdh] Assuming drive cache: write through [ 10.935569] sd 3:0:0:7: [sdi] Asking for cache data failed [ 10.935571] sd 3:0:0:7: [sdi] Assuming drive cache: write through [ 10.945602] sd 3:0:0:0: [sdb] READ CAPACITY failed [ 10.945606] sd 3:0:0:0: [sdb] [ 10.945607] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.945609] sd 3:0:0:0: [sdb] [ 10.945610] Sense Key : Illegal Request [current] [ 10.945613] sd 3:0:0:0: [sdb] [ 10.945615] Add. Sense: Invalid command operation code [ 10.964194] sd 3:0:0:0: [sdb] Cache data unavailable [ 10.964199] sd 3:0:0:0: [sdb] Assuming drive cache: write through [ 10.973660] sd 3:0:0:0: [sdb] Attached SCSI disk [ 10.974564] sd 3:0:0:1: [sdc] Unit Not Ready [ 10.974567] sd 3:0:0:1: [sdc] [ 10.974568] Sense Key : Illegal Request [current] [ 10.974570] sd 3:0:0:1: [sdc] [ 10.974572] Add. Sense: Logical unit not supported [ 10.975567] sd 3:0:0:2: [sdd] Unit Not Ready [ 10.975570] sd 3:0:0:2: [sdd] [ 10.975571] Sense Key : Illegal Request [current] [ 10.975574] sd 3:0:0:2: [sdd] [ 10.975576] Add. Sense: Logical unit not supported [ 10.976363] sd 3:0:0:3: [sde] Unit Not Ready [ 10.976366] sd 3:0:0:3: [sde] [ 10.976367] Sense Key : Illegal Request [current] [ 10.976369] sd 3:0:0:3: [sde] [ 10.976371] Add. Sense: Logical unit not supported [ 10.977396] sd 3:0:0:4: [sdf] Unit Not Ready [ 10.977399] sd 3:0:0:4: [sdf] [ 10.977400] Sense Key : Illegal Request [current] [ 10.977402] sd 3:0:0:4: [sdf] [ 10.977404] Add. Sense: Logical unit not supported [ 10.978598] sd 3:0:0:5: [sdg] Unit Not Ready [ 10.978601] sd 3:0:0:5: [sdg] [ 10.978603] Sense Key : Illegal Request [current] [ 10.978605] sd 3:0:0:5: [sdg] [ 10.978607] Add. Sense: Logical unit not supported [ 10.979723] sd 3:0:0:6: [sdh] Unit Not Ready [ 10.979726] sd 3:0:0:6: [sdh] [ 10.979727] Sense Key : Illegal Request [current] [ 10.979730] sd 3:0:0:6: [sdh] [ 10.979732] Add. Sense: Logical unit not supported [ 10.980845] sd 3:0:0:7: [sdi] Unit Not Ready [ 10.980848] sd 3:0:0:7: [sdi] [ 10.980849] Sense Key : Illegal Request [current] [ 10.980851] sd 3:0:0:7: [sdi] [ 10.980853] Add. Sense: Logical unit not supported [ 10.998004] sd 3:0:0:1: [sdc] READ CAPACITY failed [ 10.998008] sd 3:0:0:1: [sdc] [ 10.998011] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.998013] sd 3:0:0:1: [sdc] [ 10.998014] Sense Key : Illegal Request [current] [ 10.998018] sd 3:0:0:1: [sdc] [ 10.998020] Add. Sense: Logical unit not supported [ 10.999165] sd 3:0:0:2: [sdd] READ CAPACITY failed [ 10.999169] sd 3:0:0:2: [sdd] [ 10.999170] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 10.999172] sd 3:0:0:2: [sdd] [ 10.999173] Sense Key : Illegal Request [current] [ 10.999175] sd 3:0:0:2: [sdd] [ 10.999177] Add. Sense: Logical unit not supported [ 11.000491] sd 3:0:0:3: [sde] READ CAPACITY failed [ 11.000494] sd 3:0:0:3: [sde] [ 11.000496] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.000497] sd 3:0:0:3: [sde] [ 11.000498] Sense Key : Illegal Request [current] [ 11.000500] sd 3:0:0:3: [sde] [ 11.000502] Add. Sense: Logical unit not supported [ 11.001485] sd 3:0:0:4: [sdf] READ CAPACITY failed [ 11.001487] sd 3:0:0:4: [sdf] [ 11.001489] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.001490] sd 3:0:0:4: [sdf] [ 11.001491] Sense Key : Illegal Request [current] [ 11.001494] sd 3:0:0:4: [sdf] [ 11.001495] Add. Sense: Logical unit not supported [ 11.002717] sd 3:0:0:5: [sdg] READ CAPACITY failed [ 11.002720] sd 3:0:0:5: [sdg] [ 11.002722] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.002724] sd 3:0:0:5: [sdg] [ 11.002725] Sense Key : Illegal Request [current] [ 11.002727] sd 3:0:0:5: [sdg] [ 11.002729] Add. Sense: Logical unit not supported [ 11.003819] sd 3:0:0:6: [sdh] READ CAPACITY failed [ 11.003822] sd 3:0:0:6: [sdh] [ 11.003823] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.003825] sd 3:0:0:6: [sdh] [ 11.003826] Sense Key : Illegal Request [current] [ 11.003829] sd 3:0:0:6: [sdh] [ 11.003830] Add. Sense: Logical unit not supported [ 11.004941] sd 3:0:0:7: [sdi] READ CAPACITY failed [ 11.004944] sd 3:0:0:7: [sdi] [ 11.004946] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.004947] sd 3:0:0:7: [sdi] [ 11.004948] Sense Key : Illegal Request [current] [ 11.004950] sd 3:0:0:7: [sdi] [ 11.004952] Add. Sense: Logical unit not supported [ 11.021998] sd 3:0:0:1: [sdc] Test WP failed, assume Write Enabled [ 11.023162] sd 3:0:0:2: [sdd] Test WP failed, assume Write Enabled [ 11.024280] sd 3:0:0:3: [sde] Test WP failed, assume Write Enabled [ 11.025457] sd 3:0:0:4: [sdf] Test WP failed, assume Write Enabled [ 11.026612] sd 3:0:0:5: [sdg] Test WP failed, assume Write Enabled [ 11.027737] sd 3:0:0:6: [sdh] Test WP failed, assume Write Enabled [ 11.028857] sd 3:0:0:7: [sdi] Test WP failed, assume Write Enabled [ 11.029962] sd 3:0:0:1: [sdc] Asking for cache data failed [ 11.029965] sd 3:0:0:1: [sdc] Assuming drive cache: write through [ 11.031121] sd 3:0:0:2: [sdd] Asking for cache data failed [ 11.031124] sd 3:0:0:2: [sdd] Assuming drive cache: write through [ 11.032335] sd 3:0:0:3: [sde] Asking for cache data failed [ 11.032338] sd 3:0:0:3: [sde] Assuming drive cache: write through [ 11.033189] sd 3:0:0:4: [sdf] Asking for cache data failed [ 11.033192] sd 3:0:0:4: [sdf] Assuming drive cache: write through [ 11.034161] sd 3:0:0:5: [sdg] Asking for cache data failed [ 11.034168] sd 3:0:0:5: [sdg] Assuming drive cache: write through [ 11.034977] sd 3:0:0:6: [sdh] Asking for cache data failed [ 11.034981] sd 3:0:0:6: [sdh] Assuming drive cache: write through [ 11.035846] sd 3:0:0:7: [sdi] Asking for cache data failed [ 11.035849] sd 3:0:0:7: [sdi] Assuming drive cache: write through [ 11.036690] sd 3:0:0:1: [sdc] Attached SCSI disk [ 11.037391] sd 3:0:0:2: [sdd] Attached SCSI disk [ 11.037916] sd 3:0:0:3: [sde] Attached SCSI disk [ 11.038314] sd 3:0:0:4: [sdf] Attached SCSI disk [ 11.038773] sd 3:0:0:5: [sdg] Attached SCSI disk [ 11.039169] sd 3:0:0:6: [sdh] Attached SCSI disk [ 11.039469] sd 3:0:0:7: [sdi] Attached SCSI disk [ 11.245749] bio: create slab at 1 [ 11.521491] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled [ 11.526513] XFS (dm-1): Mounting Filesystem [ 11.619401] XFS (dm-1): Ending clean mount [ 11.893437] systemd-journald[222]: Received SIGTERM [ 12.257998] type=1404 audit(1607584820.869:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 12.455727] SELinux: 2048 avtab hash slots, 106409 rules. [ 12.508513] SELinux: 2048 avtab hash slots, 106409 rules. [ 12.536746] SELinux: 8 users, 86 roles, 4801 types, 280 bools, 1 sens, 1024 cats [ 12.536749] SELinux: 83 classes, 106409 rules [ 12.542299] SELinux: Completing initialization. [ 12.542301] SELinux: Setting up existing superblocks. [ 12.542307] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 12.542311] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts [ 12.542322] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts [ 12.542326] SELinux: initialized (dev proc, type proc), uses genfs_contexts [ 12.542372] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.542400] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs [ 12.543861] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs [ 12.543865] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts [ 12.544821] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs [ 12.544827] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts [ 12.544829] SELinux: initialized (dev aio, type aio), not configured for labeling [ 12.544832] SELinux: initialized (dev devpts, type devpts), uses transition SIDs [ 12.544853] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 12.544859] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs [ 12.544866] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts [ 12.544877] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts [ 12.544882] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 12.545358] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.545367] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.545495] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.545537] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545548] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts [ 12.545551] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts [ 12.545565] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545570] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545575] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545582] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545586] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545589] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545593] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545600] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545604] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.545608] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts [ 12.545614] SELinux: initialized (dev dm-1, type xfs), uses xattr [ 12.556245] type=1403 audit(1607584821.166:3): policy loaded auid=4294967295 ses=4294967295 [ 12.566091] systemd[1]: Successfully loaded SELinux policy in 313.978ms. [ 12.763067] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.765425] systemd[1]: Inserted module 'ip_tables' [ 12.811475] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 28.634ms. [ 14.287746] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts [ 14.405546] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 14.776700] RPC: Registered named UNIX socket transport module. [ 14.776704] RPC: Registered udp transport module. [ 14.776705] RPC: Registered tcp transport module. [ 14.776706] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 14.778993] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts [ 14.810702] systemd-journald[701]: Received request to flush runtime journal from PID 1 [ 14.880154] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 14.882394] SELinux: initialized (dev nfsd, type nfsd), uses genfs_contexts [ 15.491597] ipmi message handler version 39.2 [ 15.493553] IPMI System Interface driver. [ 15.493611] ipmi_si: probing via SMBIOS [ 15.493613] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0 [ 15.493615] ipmi_si: Adding SMBIOS-specified kcs state machine [ 15.493618] ipmisi: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0 [ 15.501439] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 15.502055] ioatdma: Intel(R) QuickData Technology Driver 4.00 [ 15.502102] ioatdma 0000:00:16.0: enabling device (0000 -> 0002) [ 15.502305] ioatdma 0000:00:16.0: irq 87 for MSI/MSI-X [ 15.502557] ioatdma 0000:00:16.1: enabling device (0000 -> 0002) [ 15.502723] ioatdma 0000:00:16.1: irq 88 for MSI/MSI-X [ 15.502989] ioatdma 0000:00:16.2: enabling device (0000 -> 0002) [ 15.503161] ioatdma 0000:00:16.2: irq 89 for MSI/MSI-X [ 15.503419] ioatdma 0000:00:16.3: enabling device (0000 -> 0002) [ 15.503632] ioatdma 0000:00:16.3: irq 90 for MSI/MSI-X [ 15.504244] ioatdma 0000:00:16.4: enabling device (0000 -> 0002) [ 15.504445] ioatdma 0000:00:16.4: irq 91 for MSI/MSI-X [ 15.504877] EDAC MC: Ver: 3.0.0 [ 15.504979] ioatdma 0000:00:16.5: enabling device (0000 -> 0002) [ 15.505199] ioatdma 0000:00:16.5: irq 92 for MSI/MSI-X [ 15.505486] ioatdma 0000:00:16.6: enabling device (0000 -> 0002) [ 15.505648] ioatdma 0000:00:16.6: irq 93 for MSI/MSI-X [ 15.505922] ioatdma 0000:00:16.7: enabling device (0000 -> 0002) [ 15.507913] ioatdma 0000:00:16.7: irq 94 for MSI/MSI-X [ 15.508238] ACPI Warning: SystemIO range 0x00000000000005a8-0x00000000000005af conflicts with OpRegion 0x00000000000005a8-0x00000000000005af (_SB.PCI0.LPC0.GPE0) (20130517/utaddress-254) [ 15.508247] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 15.508252] ACPI Warning: SystemIO range 0x0000000000000430-0x000000000000043f conflicts with OpRegion 0x0000000000000439-0x0000000000000439 (_SB.PCI0.RIL) (20130517/utaddress-254) [ 15.508256] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 15.508259] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000042f conflicts with OpRegion 0x000000000000040e-0x000000000000040e (_SB.PCI0.RIT) (20130517/utaddress-254) [ 15.508264] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000042f conflicts with OpRegion 0x000000000000040c-0x000000000000040c (_SB.PCI0.RTY) (20130517/utaddress-254) [ 15.508267] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 15.508268] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 15.508515] EDAC MC1: Giving out device to 'i7core_edac.c' 'i7 core #1': DEV 0000:fe:03.0 [ 15.508534] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:fe:03.0' (POLLED) [ 15.509009] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:ff:03.0 [ 15.509070] EDAC PCI1: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:ff:03.0' (POLLED) [ 15.509361] EDAC i7core: Driver loaded, 2 memory controller(s) found. [ 15.511151] i801_smbus 0000:00:1f.3: enabling device (0140 -> 0143) [ 15.511341] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt [ 15.516284] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 15.543962] alg: No test for gcm-aes-aesni (driver-gcm-aes-aesni) [ 15.544075] sd 0:2:0:0: Attached scsi generic sg0 type 0 [ 15.544145] sd 3:0:0:0: Attached scsi generic sg1 type 0 [ 15.544214] sd 3:0:0:1: Attached scsi generic sg2 type 0 [ 15.547136] sd 3:0:0:2: Attached scsi generic sg3 type 0 [ 15.547208] sd 3:0:0:3: Attached scsi generic sg4 type 0 [ 15.547264] sd 3:0:0:4: Attached scsi generic sg5 type 0 [ 15.547324] sd 3:0:0:5: Attached scsi generic sg6 type 0 [ 15.547371] sd 3:0:0:6: Attached scsi generic sg7 type 0 [ 15.547415] sd 3:0:0:7: Attached scsi generic sg8 type 0 [ 15.552528] alg: No test for crc32 (crc32-pclmul) [ 15.577747] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround [ 15.602365] cdc_ether 5-2:1.0 usb0: register 'cdc_ether' at usb-0000:00:1d.0-2, CDC Ethernet Device, e6:1f:13:b2:ae:33 [ 15.602418] usbcore: registered new interface driver cdc_ether [ 15.673250] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x000002, prod_id: 0x00dc, dev_id: 0x20) [ 15.673263] ipmi_si ipmi_si.0: IPMI kcs interface initialized [ 15.698764] ipmi device interface [ 15.712004] iTCO_vendor_support: vendor-support=0 [ 15.718228] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10 [ 15.718265] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x05e0) [ 15.718696] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 15.868025] Adding 8273916k swap on /dev/mapper/rootvg-swap. Priority:-1 extents:1 across:8273916k FS [ 16.401263] XFS (sda2): Mounting Filesystem [ 16.472698] XFS (dm-2): Mounting Filesystem [ 16.493307] XFS (sda2): Ending clean mount [ 16.493323] SELinux: initialized (dev sda2, type xfs), uses xattr [ 16.603896] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts [ 16.710626] XFS (dm-2): Ending clean mount [ 16.710642] SELinux: initialized (dev dm-2, type xfs), uses xattr [ 16.744003] type=1305 audit(1607584825.351:4): audit_pid=985 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ 17.840180] pfo: module verification failed: signature and/or required key missing - tainting kernel [ 17.841684] pfo: Driver installed. [ 17.864885] lin_tape 3.0.52 is loaded. [ 17.864888] lin_tape: support_dio is enabled. [ 18.613680] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 18.634882] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 18.709262] Ebtables v2.0 registered [ 18.741446] Bridge firewalling registered [ 19.012440] bnx2 0000:0b:00.0: irq 95 for MSI/MSI-X [ 19.012458] bnx2 0000:0b:00.0: irq 96 for MSI/MSI-X [ 19.012470] bnx2 0000:0b:00.0: irq 97 for MSI/MSI-X [ 19.012484] bnx2 0000:0b:00.0: irq 98 for MSI/MSI-X [ 19.012497] bnx2 0000:0b:00.0: irq 99 for MSI/MSI-X [ 19.012514] bnx2 0000:0b:00.0: irq 100 for MSI/MSI-X [ 19.012527] bnx2 0000:0b:00.0: irq 101 for MSI/MSI-X [ 19.012540] bnx2 0000:0b:00.0: irq 102 for MSI/MSI-X [ 19.012552] bnx2 0000:0b:00.0: irq 103 for MSI/MSI-X [ 19.057979] bnx2 0000:0b:00.0 enp11s0f0: using MSIX [ 19.058041] IPv6: ADDRCONF(NETDEV_UP): enp11s0f0: link is not ready [ 19.065793] bnx2 0000:0b:00.1: irq 104 for MSI/MSI-X [ 19.065809] bnx2 0000:0b:00.1: irq 105 for MSI/MSI-X [ 19.065822] bnx2 0000:0b:00.1: irq 106 for MSI/MSI-X [ 19.065835] bnx2 0000:0b:00.1: irq 107 for MSI/MSI-X [ 19.065848] bnx2 0000:0b:00.1: irq 108 for MSI/MSI-X [ 19.065860] bnx2 0000:0b:00.1: irq 109 for MSI/MSI-X [ 19.065873] bnx2 0000:0b:00.1: irq 110 for MSI/MSI-X [ 19.065885] bnx2 0000:0b:00.1: irq 111 for MSI/MSI-X [ 19.065898] bnx2 0000:0b:00.1: irq 112 for MSI/MSI-X [ 19.110966] bnx2 0000:0b:00.1 enp11s0f1: using MSIX [ 19.111034] IPv6: ADDRCONF(NETDEV_UP): enp11s0f1: link is not ready [ 19.210956] IPv6: ADDRCONF(NETDEV_UP): ens2f0: link is not ready [ 19.311176] IPv6: ADDRCONF(NETDEV_UP): ens2f1: link is not ready [ 20.819188] [drm] mga base 0 [ 21.872980] bnx2 0000:0b:00.0 enp11s0f0: NIC Copper Link is Up, 1000 Mbps full duplex

[ 21.873081] IPv6: ADDRCONF(NETDEV_CHANGE): enp11s0f0: link becomes ready [ 28.983804] [drm] mga base 0 [ 30.745206] [drm] mga base 0 [ 31.642655] [drm] mga base 0 [ 32.032559] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 3960.995761] bnx2 0000:0b:00.0 enp11s0f0: NIC Copper Link is Down [ 8319.569024] bnx2 0000:0b:00.0 enp11s0f0: NIC Copper Link is Up, 1000 Mbps full duplex

[ 8319.569177] IPv6: ADDRCONF(NETDEV_CHANGE): enp11s0f0: link becomes ready

Bogy990 commented 3 years ago

and this is the dmesg and the mpt2sas successful installe in redhat 7.0 after install lin_tape drivers

########################### ./install.sh --update --override

INSTALL_OPTIONS --yes --update --override

    Drivers will be installed/migrated to 3.10.0-123 version

Checking kmod-lsi-mpt2sas-20.00.00.00-5.x86_64.rpm

kmod-lsi-mpt2sas-20.00.00.00-5.x86_64.rpm installed successfully

########################## [root@localhost ~]# dmesg [ 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-123.el7.x86_64 (mockbuild@x86-017.build.eng.bos.redhat.com) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Mon May 5 11:16:57 EDT 2014 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-123.el7.x86_64 root=UUID=86c3f413-3f4a-4725-b7c7-096a09162271 ro rd.lvm.lv=rootvg/swap rd.lvm.lv=rootvg/root vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006bfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000006c000-0x000000000006cfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000006d000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007d244fff] usable [ 0.000000] BIOS-e820: [mem 0x000000007d245000-0x000000007d26ffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007d270000-0x000000007d29afff] usable [ 0.000000] BIOS-e820: [mem 0x000000007d29b000-0x000000007d2c5fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007d2c6000-0x000000007d6dcfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007d6dd000-0x000000007d78cfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007d78d000-0x000000007f5eefff] usable [ 0.000000] BIOS-e820: [mem 0x000000007f5ef000-0x000000007f6defff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007f6df000-0x000000007f7defff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007f7df000-0x000000007f7fefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000007f7ff000-0x000000007f7fffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable [ 0.000000] e820: update [mem 0x7bbf6018-0x7bc19657] usable ==> usable [ 0.000000] e820: update [mem 0x7bbd2018-0x7bbf5657] usable ==> usable [ 0.000000] e820: update [mem 0x7bbc2018-0x7bbd1857] usable ==> usable [ 0.000000] e820: update [mem 0x5cd49018-0x5cd76e57] usable ==> usable [ 0.000000] e820: update [mem 0x5cd36018-0x5cd48857] usable ==> usable [ 0.000000] e820: update [mem 0x7bbb4018-0x7bbc1257] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000006bfff] usable [ 0.000000] reserve setup_data: [mem 0x000000000006c000-0x000000000006cfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000000006d000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005cd36017] usable [ 0.000000] reserve setup_data: [mem 0x000000005cd36018-0x000000005cd48857] usable [ 0.000000] reserve setup_data: [mem 0x000000005cd48858-0x000000005cd49017] usable [ 0.000000] reserve setup_data: [mem 0x000000005cd49018-0x000000005cd76e57] usable [ 0.000000] reserve setup_data: [mem 0x000000005cd76e58-0x000000007bbb4017] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbb4018-0x000000007bbc1257] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbc1258-0x000000007bbc2017] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbc2018-0x000000007bbd1857] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbd1858-0x000000007bbd2017] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbd2018-0x000000007bbf5657] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbf5658-0x000000007bbf6017] usable [ 0.000000] reserve setup_data: [mem 0x000000007bbf6018-0x000000007bc19657] usable [ 0.000000] reserve setup_data: [mem 0x000000007bc19658-0x000000007d244fff] usable [ 0.000000] reserve setup_data: [mem 0x000000007d245000-0x000000007d26ffff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007d270000-0x000000007d29afff] usable [ 0.000000] reserve setup_data: [mem 0x000000007d29b000-0x000000007d2c5fff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007d2c6000-0x000000007d6dcfff] usable [ 0.000000] reserve setup_data: [mem 0x000000007d6dd000-0x000000007d78cfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007d78d000-0x000000007f5eefff] usable [ 0.000000] reserve setup_data: [mem 0x000000007f5ef000-0x000000007f6defff] reserved [ 0.000000] reserve setup_data: [mem 0x000000007f6df000-0x000000007f7defff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000007f7df000-0x000000007f7fefff] ACPI data [ 0.000000] reserve setup_data: [mem 0x000000007f7ff000-0x000000007f7fffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000080000000-0x000000008fffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.10 by IBM [ 0.000000] efi: ACPI 2.0=0x7f7fe014 SMBIOS=0x7f6be000 [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB) [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB) [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x0000000000020000) (0MB) [ 0.000000] efi: mem03: type=3, attr=0xf, range=[0x0000000000020000-0x000000000006c000) (0MB) [ 0.000000] efi: mem04: type=10, attr=0xf, range=[0x000000000006c000-0x000000000006d000) (0MB) [ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000006d000-0x000000000006e000) (0MB) [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x000000000006e000-0x000000000009f000) (0MB) [ 0.000000] efi: mem07: type=10, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB) [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000000400000) (3MB) [ 0.000000] efi: mem09: type=3, attr=0xf, range=[0x0000000000400000-0x000000000048b000) (0MB) [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000000048b000-0x0000000000800000) (3MB) [ 0.000000] efi: mem11: type=3, attr=0xf, range=[0x0000000000800000-0x0000000001000000) (8MB) [ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000001000000-0x000000000223f000) (18MB) [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x000000000223f000-0x000000003ef05000) (972MB) [ 0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000003ef05000-0x0000000040000000) (16MB) [ 0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000040000000-0x000000005cd33000) (461MB) [ 0.000000] efi: mem16: type=2, attr=0xf, range=[0x000000005cd33000-0x000000007ba7a000) (493MB) [ 0.000000] efi: mem17: type=1, attr=0xf, range=[0x000000007ba7a000-0x000000007bbb2000) (1MB) [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000007bbb2000-0x000000007bbb4000) (0MB) [ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x000000007bbb4000-0x000000007bd04000) (1MB) [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x000000007bd04000-0x000000007c0d4000) (3MB) [ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x000000007c0d4000-0x000000007c0d6000) (0MB) [ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x000000007c0d6000-0x000000007d20f000) (17MB) [ 0.000000] efi: mem23: type=3, attr=0xf, range=[0x000000007d20f000-0x000000007d21c000) (0MB) [ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x000000007d21c000-0x000000007d21f000) (0MB) [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x000000007d21f000-0x000000007d220000) (0MB) [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x000000007d220000-0x000000007d227000) (0MB) [ 0.000000] efi: mem27: type=2, attr=0xf, range=[0x000000007d227000-0x000000007d229000) (0MB) [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x000000007d229000-0x000000007d245000) (0MB) [ 0.000000] efi: mem29: type=5, attr=0x800000000000000f, range=[0x000000007d245000-0x000000007d270000) (0MB) [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x000000007d270000-0x000000007d297000) (0MB) [ 0.000000] efi: mem31: type=3, attr=0xf, range=[0x000000007d297000-0x000000007d299000) (0MB) [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x000000007d299000-0x000000007d29b000) (0MB) [ 0.000000] efi: mem33: type=5, attr=0x800000000000000f, range=[0x000000007d29b000-0x000000007d2c6000) (0MB) [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x000000007d2c6000-0x000000007d2c7000) (0MB) [ 0.000000] efi: mem35: type=3, attr=0xf, range=[0x000000007d2c7000-0x000000007d2c8000) (0MB) [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x000000007d2c8000-0x000000007d37a000) (0MB) [ 0.000000] efi: mem37: type=3, attr=0xf, range=[0x000000007d37a000-0x000000007d384000) (0MB) [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x000000007d384000-0x000000007d6aa000) (3MB) [ 0.000000] efi: mem39: type=3, attr=0xf, range=[0x000000007d6aa000-0x000000007d6b0000) (0MB) [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x000000007d6b0000-0x000000007d6dd000) (0MB) [ 0.000000] efi: mem41: type=0, attr=0xf, range=[0x000000007d6dd000-0x000000007d78d000) (0MB) [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x000000007d78d000-0x000000007d7f0000) (0MB) [ 0.000000] efi: mem43: type=3, attr=0xf, range=[0x000000007d7f0000-0x000000007d80a000) (0MB) [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x000000007d80a000-0x000000007d818000) (0MB) [ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x000000007d818000-0x000000007d827000) (0MB) [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x000000007d827000-0x000000007d82c000) (0MB) [ 0.000000] efi: mem47: type=3, attr=0xf, range=[0x000000007d82c000-0x000000007d82e000) (0MB) [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x000000007d82e000-0x000000007d974000) (1MB) [ 0.000000] efi: mem49: type=3, attr=0xf, range=[0x000000007d974000-0x000000007d97f000) (0MB) [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x000000007d97f000-0x000000007d984000) (0MB) [ 0.000000] efi: mem51: type=3, attr=0xf, range=[0x000000007d984000-0x000000007d987000) (0MB) [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x000000007d987000-0x000000007d990000) (0MB) [ 0.000000] efi: mem53: type=3, attr=0xf, range=[0x000000007d990000-0x000000007d9c4000) (0MB) [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x000000007d9c4000-0x000000007dd6e000) (3MB) [ 0.000000] efi: mem55: type=3, attr=0xf, range=[0x000000007dd6e000-0x000000007ddcb000) (0MB) [ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x000000007ddcb000-0x000000007ddcd000) (0MB) [ 0.000000] efi: mem57: type=3, attr=0xf, range=[0x000000007ddcd000-0x000000007dde8000) (0MB) [ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x000000007dde8000-0x000000007ddeb000) (0MB) [ 0.000000] efi: mem59: type=3, attr=0xf, range=[0x000000007ddeb000-0x000000007de01000) (0MB) [ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x000000007de01000-0x000000007de08000) (0MB) [ 0.000000] efi: mem61: type=3, attr=0xf, range=[0x000000007de08000-0x000000007de1b000) (0MB) [ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x000000007de1b000-0x000000007de1d000) (0MB) [ 0.000000] efi: mem63: type=3, attr=0xf, range=[0x000000007de1d000-0x000000007de24000) (0MB) [ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x000000007de24000-0x000000007de26000) (0MB) [ 0.000000] efi: mem65: type=3, attr=0xf, range=[0x000000007de26000-0x000000007de28000) (0MB) [ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x000000007de28000-0x000000007e13a000) (3MB) [ 0.000000] efi: mem67: type=3, attr=0xf, range=[0x000000007e13a000-0x000000007e13b000) (0MB) [ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x000000007e13b000-0x000000007e13d000) (0MB) [ 0.000000] efi: mem69: type=3, attr=0xf, range=[0x000000007e13d000-0x000000007e149000) (0MB) [ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x000000007e149000-0x000000007e250000) (1MB) [ 0.000000] efi: mem71: type=3, attr=0xf, range=[0x000000007e250000-0x000000007e264000) (0MB) [ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x000000007e264000-0x000000007e265000) (0MB) [ 0.000000] efi: mem73: type=3, attr=0xf, range=[0x000000007e265000-0x000000007e267000) (0MB) [ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x000000007e267000-0x000000007e26a000) (0MB) [ 0.000000] efi: mem75: type=3, attr=0xf, range=[0x000000007e26a000-0x000000007e26e000) (0MB) [ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x000000007e26e000-0x000000007e26f000) (0MB) [ 0.000000] efi: mem77: type=3, attr=0xf, range=[0x000000007e26f000-0x000000007e278000) (0MB) [ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x000000007e278000-0x000000007e27c000) (0MB) [ 0.000000] efi: mem79: type=3, attr=0xf, range=[0x000000007e27c000-0x000000007e287000) (0MB) [ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x000000007e287000-0x000000007e28a000) (0MB) [ 0.000000] efi: mem81: type=3, attr=0xf, range=[0x000000007e28a000-0x000000007e28e000) (0MB) [ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x000000007e28e000-0x000000007e292000) (0MB) [ 0.000000] efi: mem83: type=3, attr=0xf, range=[0x000000007e292000-0x000000007e29c000) (0MB) [ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x000000007e29c000-0x000000007e29e000) (0MB) [ 0.000000] efi: mem85: type=3, attr=0xf, range=[0x000000007e29e000-0x000000007e2a1000) (0MB) [ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x000000007e2a1000-0x000000007e2a2000) (0MB) [ 0.000000] efi: mem87: type=3, attr=0xf, range=[0x000000007e2a2000-0x000000007e2bb000) (0MB) [ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x000000007e2bb000-0x000000007e2bc000) (0MB) [ 0.000000] efi: mem89: type=3, attr=0xf, range=[0x000000007e2bc000-0x000000007e2c4000) (0MB) [ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x000000007e2c4000-0x000000007e3cd000) (1MB) [ 0.000000] efi: mem91: type=3, attr=0xf, range=[0x000000007e3cd000-0x000000007e3cf000) (0MB) [ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x000000007e3cf000-0x000000007e3d1000) (0MB) [ 0.000000] efi: mem93: type=3, attr=0xf, range=[0x000000007e3d1000-0x000000007e3e8000) (0MB) [ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x000000007e3e8000-0x000000007e3ea000) (0MB) [ 0.000000] efi: mem95: type=3, attr=0xf, range=[0x000000007e3ea000-0x000000007e3f6000) (0MB) [ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x000000007e3f6000-0x000000007e3fa000) (0MB) [ 0.000000] efi: mem97: type=3, attr=0xf, range=[0x000000007e3fa000-0x000000007e400000) (0MB) [ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x000000007e400000-0x000000007e402000) (0MB) [ 0.000000] efi: mem99: type=3, attr=0xf, range=[0x000000007e402000-0x000000007e40f000) (0MB) [ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x000000007e40f000-0x000000007e415000) (0MB) [ 0.000000] efi: mem101: type=3, attr=0xf, range=[0x000000007e415000-0x000000007e417000) (0MB) [ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x000000007e417000-0x000000007e419000) (0MB) [ 0.000000] efi: mem103: type=3, attr=0xf, range=[0x000000007e419000-0x000000007e41b000) (0MB) [ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x000000007e41b000-0x000000007e422000) (0MB) [ 0.000000] efi: mem105: type=3, attr=0xf, range=[0x000000007e422000-0x000000007e423000) (0MB) [ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x000000007e423000-0x000000007e425000) (0MB) [ 0.000000] efi: mem107: type=3, attr=0xf, range=[0x000000007e425000-0x000000007e426000) (0MB) [ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x000000007e426000-0x000000007e448000) (0MB) [ 0.000000] efi: mem109: type=3, attr=0xf, range=[0x000000007e448000-0x000000007e44d000) (0MB) [ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x000000007e44d000-0x000000007e44e000) (0MB) [ 0.000000] efi: mem111: type=3, attr=0xf, range=[0x000000007e44e000-0x000000007e450000) (0MB) [ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x000000007e450000-0x000000007e451000) (0MB) [ 0.000000] efi: mem113: type=3, attr=0xf, range=[0x000000007e451000-0x000000007e452000) (0MB) [ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x000000007e452000-0x000000007e461000) (0MB) [ 0.000000] efi: mem115: type=3, attr=0xf, range=[0x000000007e461000-0x000000007e462000) (0MB) [ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x000000007e462000-0x000000007e46c000) (0MB) [ 0.000000] efi: mem117: type=3, attr=0xf, range=[0x000000007e46c000-0x000000007e46d000) (0MB) [ 0.000000] efi: mem118: type=4, attr=0xf, range=[0x000000007e46d000-0x000000007e49a000) (0MB) [ 0.000000] efi: mem119: type=3, attr=0xf, range=[0x000000007e49a000-0x000000007e49c000) (0MB) [ 0.000000] efi: mem120: type=4, attr=0xf, range=[0x000000007e49c000-0x000000007e49f000) (0MB) [ 0.000000] efi: mem121: type=3, attr=0xf, range=[0x000000007e49f000-0x000000007e4a1000) (0MB) [ 0.000000] efi: mem122: type=4, attr=0xf, range=[0x000000007e4a1000-0x000000007e4a3000) (0MB) [ 0.000000] efi: mem123: type=3, attr=0xf, range=[0x000000007e4a3000-0x000000007e4a5000) (0MB) [ 0.000000] efi: mem124: type=4, attr=0xf, range=[0x000000007e4a5000-0x000000007e4f0000) (0MB) [ 0.000000] efi: mem125: type=3, attr=0xf, range=[0x000000007e4f0000-0x000000007e4fe000) (0MB) [ 0.000000] efi: mem126: type=4, attr=0xf, range=[0x000000007e4fe000-0x000000007e552000) (0MB) [ 0.000000] efi: mem127: type=3, attr=0xf, range=[0x000000007e552000-0x000000007e575000) (0MB) [ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x000000007e575000-0x000000007e5d4000) (0MB) [ 0.000000] efi: mem129: type=3, attr=0xf, range=[0x000000007e5d4000-0x000000007e5f8000) (0MB) [ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x000000007e5f8000-0x000000007e5fe000) (0MB) [ 0.000000] efi: mem131: type=3, attr=0xf, range=[0x000000007e5fe000-0x000000007e5ff000) (0MB) [ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x000000007e5ff000-0x000000007e609000) (0MB) [ 0.000000] efi: mem133: type=3, attr=0xf, range=[0x000000007e609000-0x000000007e611000) (0MB) [ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x000000007e611000-0x000000007e612000) (0MB) [ 0.000000] efi: mem135: type=3, attr=0xf, range=[0x000000007e612000-0x000000007e615000) (0MB) [ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x000000007e615000-0x000000007e619000) (0MB) [ 0.000000] efi: mem137: type=3, attr=0xf, range=[0x000000007e619000-0x000000007e61f000) (0MB) [ 0.000000] efi: mem138: type=4, attr=0xf, range=[0x000000007e61f000-0x000000007e625000) (0MB) [ 0.000000] efi: mem139: type=3, attr=0xf, range=[0x000000007e625000-0x000000007e62b000) (0MB) [ 0.000000] efi: mem140: type=4, attr=0xf, range=[0x000000007e62b000-0x000000007e62d000) (0MB) [ 0.000000] efi: mem141: type=3, attr=0xf, range=[0x000000007e62d000-0x000000007e641000) (0MB) [ 0.000000] efi: mem142: type=4, attr=0xf, range=[0x000000007e641000-0x000000007e645000) (0MB) [ 0.000000] efi: mem143: type=3, attr=0xf, range=[0x000000007e645000-0x000000007e647000) (0MB) [ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x000000007e647000-0x000000007e649000) (0MB) [ 0.000000] efi: mem145: type=3, attr=0xf, range=[0x000000007e649000-0x000000007e64e000) (0MB) [ 0.000000] efi: mem146: type=4, attr=0xf, range=[0x000000007e64e000-0x000000007e651000) (0MB) [ 0.000000] efi: mem147: type=3, attr=0xf, range=[0x000000007e651000-0x000000007e652000) (0MB) [ 0.000000] efi: mem148: type=4, attr=0xf, range=[0x000000007e652000-0x000000007e653000) (0MB) [ 0.000000] efi: mem149: type=3, attr=0xf, range=[0x000000007e653000-0x000000007e655000) (0MB) [ 0.000000] efi: mem150: type=4, attr=0xf, range=[0x000000007e655000-0x000000007e658000) (0MB) [ 0.000000] efi: mem151: type=3, attr=0xf, range=[0x000000007e658000-0x000000007e660000) (0MB) [ 0.000000] efi: mem152: type=4, attr=0xf, range=[0x000000007e660000-0x000000007e691000) (0MB) [ 0.000000] efi: mem153: type=3, attr=0xf, range=[0x000000007e691000-0x000000007e694000) (0MB) [ 0.000000] efi: mem154: type=4, attr=0xf, range=[0x000000007e694000-0x000000007f5ef000) (15MB) [ 0.000000] efi: mem155: type=6, attr=0x800000000000000f, range=[0x000000007f5ef000-0x000000007f5f1000) (0MB) [ 0.000000] efi: mem156: type=6, attr=0x800000000000000f, range=[0x000000007f5f1000-0x000000007f600000) (0MB) [ 0.000000] efi: mem157: type=5, attr=0x800000000000000f, range=[0x000000007f600000-0x000000007f60d000) (0MB) [ 0.000000] efi: mem158: type=6, attr=0x800000000000000f, range=[0x000000007f60d000-0x000000007f63f000) (0MB) [ 0.000000] efi: mem159: type=5, attr=0x800000000000000f, range=[0x000000007f63f000-0x000000007f68f000) (0MB) [ 0.000000] efi: mem160: type=0, attr=0xf, range=[0x000000007f68f000-0x000000007f6bd000) (0MB) [ 0.000000] efi: mem161: type=0, attr=0xf, range=[0x000000007f6bd000-0x000000007f6df000) (0MB) [ 0.000000] efi: mem162: type=10, attr=0xf, range=[0x000000007f6df000-0x000000007f6ec000) (0MB) [ 0.000000] efi: mem163: type=10, attr=0xf, range=[0x000000007f6ec000-0x000000007f7df000) (0MB) [ 0.000000] efi: mem164: type=9, attr=0xf, range=[0x000000007f7df000-0x000000007f7ea000) (0MB) [ 0.000000] efi: mem165: type=9, attr=0xf, range=[0x000000007f7ea000-0x000000007f7ff000) (0MB) [ 0.000000] efi: mem166: type=4, attr=0xf, range=[0x000000007f7ff000-0x000000007f800000) (0MB) [ 0.000000] efi: mem167: type=11, attr=0x8000000000000001, range=[0x00000000ff800000-0x0000000100000000) (8MB) [ 0.000000] efi: mem168: type=7, attr=0xf, range=[0x0000000100000000-0x0000000280000000) (6144MB) [ 0.000000] efi: mem169: type=11, attr=0x8000000000000001, range=[0x0000000080000000-0x0000000090000000) (256MB) [ 0.000000] efi: mem170: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: IBM System x3650 M3 -[7945K7G]-/90Y4784, BIOS -[D6E153AUS-1.12]- 06/30/2011 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x280000 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-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FF80000000 write-back [ 0.000000] 1 base 0100000000 mask FF00000000 write-back [ 0.000000] 2 base 0200000000 mask FE00000000 write-back [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0x7f800 max_arch_pfn = 0x400000000 [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01e1d000, 0x01e1dfff] PGTABLE [ 0.000000] BRK [0x01e1e000, 0x01e1efff] PGTABLE [ 0.000000] BRK [0x01e1f000, 0x01e1ffff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x27fe00000-0x27fffffff] [ 0.000000] [mem 0x27fe00000-0x27fffffff] page 1G [ 0.000000] init_memory_mapping: [mem 0x27c000000-0x27fdfffff] [ 0.000000] [mem 0x27c000000-0x27fdfffff] page 1G [ 0.000000] init_memory_mapping: [mem 0x200000000-0x27bffffff] [ 0.000000] [mem 0x200000000-0x27bffffff] page 1G [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7d244fff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x7d1fffff] page 2M [ 0.000000] [mem 0x7d200000-0x7d244fff] page 4k [ 0.000000] init_memory_mapping: [mem 0x7d270000-0x7d29afff] [ 0.000000] [mem 0x7d270000-0x7d29afff] page 4k [ 0.000000] init_memory_mapping: [mem 0x7d2c6000-0x7d6dcfff] [ 0.000000] [mem 0x7d2c6000-0x7d3fffff] page 4k [ 0.000000] [mem 0x7d400000-0x7d5fffff] page 2M [ 0.000000] [mem 0x7d600000-0x7d6dcfff] page 4k [ 0.000000] BRK [0x01e20000, 0x01e20fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7d78d000-0x7f5eefff] [ 0.000000] [mem 0x7d78d000-0x7d7fffff] page 4k [ 0.000000] [mem 0x7d800000-0x7f3fffff] page 2M [ 0.000000] [mem 0x7f400000-0x7f5eefff] page 4k [ 0.000000] BRK [0x01e21000, 0x01e21fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7f7ff000-0x7f7fffff] [ 0.000000] [mem 0x7f7ff000-0x7f7fffff] page 4k [ 0.000000] BRK [0x01e22000, 0x01e22fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G [ 0.000000] RAMDISK: [mem 0x3ef05000-0x3fffafff] [ 0.000000] ACPI: RSDP 000000007f7fe014 00024 (v02 IBM ) [ 0.000000] ACPI: XSDT 000000007f7fe120 0008C (v01 IBM THURLEY 00000000 01000013) [ 0.000000] ACPI: FACP 000000007f7fb000 000F4 (v04 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20130517/tbfadt-653) [ 0.000000] ACPI: DSDT 000000007f7f8000 02C3E (v01 IBM THURLEY 00000003 IBM 01000013) [ 0.000000] ACPI: FACS 000000007f6ec000 00040 [ 0.000000] ACPI: TCPA 000000007f7fd000 00064 (v00 00000000 00000000) [ 0.000000] ACPI: APIC 000000007f7f7000 0011E (v02 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI: MCFG 000000007f7f6000 0003C (v01 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: SLIC 000000007f7f5000 00176 (v01 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI: HPET 000000007f7f4000 00038 (v01 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: SRAT 000000007f7f3000 001A8 (v02 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: SLIT 000000007f7f2000 00030 (v01 IBM THURLEY 00000000 IBM 01000013) [ 0.000000] ACPI: SSDT 000000007f7f1000 00183 (v02 IBM CPUSCOPE 00004000 IBM 01000013) [ 0.000000] ACPI: SSDT 000000007f7f0000 00699 (v02 IBM CPUWYVRN 00004000 IBM 01000013) [ 0.000000] ACPI: SSDT 000000007f7ec000 039EC (v02 IBM PSTATEPM 00004000 IBM 01000013) [ 0.000000] ACPI: ERST 000000007f7eb000 00230 (v01 IBM THURLEY 00000001 IBM 01000013) [ 0.000000] ACPI: DMAR 000000007f7ea000 000D8 (v01 IBM THURLEY 00000001 IBM 01000013) [ 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 0x12 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 1 [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x13 -> Node 0 [ 0.000000] SRAT: PXM 0 -> APIC 0x15 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 1 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x17fffffff] [ 0.000000] SRAT: Node 1 PXM 1 [mem 0x180000000-0x27fffffff] [ 0.000000] NUMA: Initialized distance table, cnt=2 [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x17fffffff] -> [mem 0x00000000-0x17fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff] [ 0.000000] NODE_DATA [mem 0x17ffd9000-0x17fffffff] [ 0.000000] Initmem setup node 1 [mem 0x180000000-0x27fffffff] [ 0.000000] NODE_DATA [mem 0x27ffd6000-0x27fffcfff] [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017be00000-ffff88017fdfffff] on node 0 [ 0.000000] [ffffea0006000000-ffffea0009ffffff] PMD -> [ffff88027b600000-ffff88027f5fffff] on node 1 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x27fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0006bfff] [ 0.000000] node 0: [mem 0x0006d000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7d244fff] [ 0.000000] node 0: [mem 0x7d270000-0x7d29afff] [ 0.000000] node 0: [mem 0x7d2c6000-0x7d6dcfff] [ 0.000000] node 0: [mem 0x7d78d000-0x7f5eefff] [ 0.000000] node 0: [mem 0x7f7ff000-0x7f7fffff] [ 0.000000] node 0: [mem 0x100000000-0x17fffffff] [ 0.000000] node 1: [mem 0x180000000-0x27fffffff] [ 0.000000] On node 0 totalpages: 1045639 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 239 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 8084 pages used for memmap [ 0.000000] DMA32 zone: 517354 pages, LIFO batch:31 [ 0.000000] Normal zone: 8192 pages used for memmap [ 0.000000] Normal zone: 524288 pages, LIFO batch:31 [ 0.000000] On node 1 totalpages: 1048576 [ 0.000000] Normal zone: 16384 pages used for memmap [ 0.000000] Normal zone: 1048576 pages, LIFO batch:31 [ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED [ 0.000000] ACPI: PM-Timer IO Port: 0x588 [ 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] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x10] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x12] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x20] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x22] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x24] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x30] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x32] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x34] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x05] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x11] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x13] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x15] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x21] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x23] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x25] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x31] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x33] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x35] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24]) [ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 [ 0.000000] smpboot: Allowing 24 CPUs, 8 hotplug CPUs [ 0.000000] nr_irqs_gsi: 64 [ 0.000000] PM: Registered nosave memory: [mem 0x0006c000-0x0006cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x5cd36000-0x5cd36fff] [ 0.000000] PM: Registered nosave memory: [mem 0x5cd48000-0x5cd48fff] [ 0.000000] PM: Registered nosave memory: [mem 0x5cd49000-0x5cd49fff] [ 0.000000] PM: Registered nosave memory: [mem 0x5cd76000-0x5cd76fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbb4000-0x7bbb4fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbc1000-0x7bbc1fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbc2000-0x7bbc2fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbd1000-0x7bbd1fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbd2000-0x7bbd2fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbf5000-0x7bbf5fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bbf6000-0x7bbf6fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7bc19000-0x7bc19fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7d245000-0x7d26ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x7d29b000-0x7d2c5fff] [ 0.000000] PM: Registered nosave memory: [mem 0x7d6dd000-0x7d78cfff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f5ef000-0x7f6defff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f6df000-0x7f7defff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f7df000-0x7f7fefff] [ 0.000000] PM: Registered nosave memory: [mem 0x7f800000-0x7fffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x80000000-0x8fffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xff7fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff] [ 0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:2 [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017bc00000 s86592 r8192 d24000 u131072 [ 0.000000] pcpu-alloc: s86592 r8192 d24000 u131072 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 01 02 03 08 09 10 11 16 18 20 22 -- -- -- -- [ 0.000000] pcpu-alloc: [1] 04 05 06 07 12 13 14 15 17 19 21 23 -- -- -- -- [ 0.000000] Built 2 zonelists in Zone order, mobility grouping on. Total pages: 2061252 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-123.el7.x86_64 root=UUID=86c3f413-3f4a-4725-b7c7-096a09162271 ro rd.lvm.lv=rootvg/swap rd.lvm.lv=rootvg/root vconsole.font=latarcyrheb-sun16 vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 8085568k/10485760k available (6105k kernel code, 2108900k absent, 291292k reserved, 4065k data, 1584k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=2 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=24. [ 0.000000] Experimental no-CBs for all CPUs [ 0.000000] Experimental no-CBs CPUs: 0-23. [ 0.000000] NR_IRQS:327936 nr_irqs:1280 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 33554432 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.001000] tsc: Detected 2400.105 MHz processor [ 0.000007] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.21 BogoMIPS (lpj=2400105) [ 0.000010] pid_max: default: 32768 minimum: 301 [ 0.000032] init_memory_mapping: [mem 0x7d245000-0x7d26ffff] [ 0.000034] [mem 0x7d245000-0x7d26ffff] page 4k [ 0.000054] init_memory_mapping: [mem 0x7d29b000-0x7d2c5fff] [ 0.000055] [mem 0x7d29b000-0x7d2c5fff] page 4k [ 0.000081] init_memory_mapping: [mem 0x7f5ef000-0x7f5fffff] [ 0.000083] [mem 0x7f5ef000-0x7f5fffff] page 4k [ 0.000092] init_memory_mapping: [mem 0x7f600000-0x7f60cfff] [ 0.000093] [mem 0x7f600000-0x7f60cfff] page 4k [ 0.000102] init_memory_mapping: [mem 0x7f60d000-0x7f63efff] [ 0.000104] [mem 0x7f60d000-0x7f63efff] page 4k [ 0.000114] init_memory_mapping: [mem 0x7f63f000-0x7f68efff] [ 0.000115] [mem 0x7f63f000-0x7f68efff] page 4k [ 0.092607] Security Framework initialized [ 0.092616] SELinux: Initializing. [ 0.092631] SELinux: Starting in permissive mode [ 0.093340] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.095462] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.096225] Mount-cache hash table entries: 4096 [ 0.096494] Initializing cgroup subsys memory [ 0.096517] Initializing cgroup subsys devices [ 0.096519] Initializing cgroup subsys freezer [ 0.096520] Initializing cgroup subsys net_cls [ 0.096522] Initializing cgroup subsys blkio [ 0.096523] Initializing cgroup subsys perf_event [ 0.096525] Initializing cgroup subsys hugetlb [ 0.096561] CPU: Physical Processor ID: 0 [ 0.096562] CPU: Processor Core ID: 0 [ 0.096568] mce: CPU supports 9 MCE banks [ 0.096577] CPU0: Thermal monitoring enabled (TM1) [ 0.096604] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 tlb_flushall_shift: 6 [ 0.096677] Freeing SMP alternatives: 24k freed [ 0.097813] ACPI: Core revision 20130517 [ 0.100215] ACPI: All ACPI Tables successfully acquired [ 0.103177] ftrace: allocating 23383 entries in 92 pages [ 0.114722] dmar: Host address width 40 [ 0.114724] dmar: DRHD base: 0x000000fe710000 flags: 0x1 [ 0.114732] dmar: IOMMU 0: reg_base_addr fe710000 ver 1:0 cap c90780106f0462 ecap f020fe [ 0.114734] dmar: RMRR base: 0x0000007d700000 end: 0x0000007d77ffff [ 0.114736] dmar: ATSR flags: 0x0 [ 0.114840] IOAPIC id 9 under DRHD base 0xfe710000 IOMMU 0 [ 0.114841] IOAPIC id 8 under DRHD base 0xfe710000 IOMMU 0 [ 0.115039] Enabled IRQ remapping in xapic mode [ 0.115043] Switched APIC routing to physical flat. [ 0.115644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.125659] smpboot: CPU0: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (fam: 06, model: 2c, stepping: 02) [ 0.227703] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver. [ 0.227709] perf_event_intel: CPUID marked event: 'bus cycles' unavailable [ 0.227711] ... version: 3 [ 0.227712] ... bit width: 48 [ 0.227713] ... generic registers: 4 [ 0.227714] ... value mask: 0000ffffffffffff [ 0.227715] ... max period: 000000007fffffff [ 0.227716] ... fixed-purpose events: 3 [ 0.227717] ... event mask: 000000070000000f [ 0.243116] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.229492] smpboot: Booting Node 0, Processors #1 #2 #3 OK [ 0.269938] smpboot: Booting Node 1, Processors #4 #5 #6 #7 OK [ 0.400896] smpboot: Booting Node 0, Processors #8 #9 #10 #11 OK [ 0.454334] smpboot: Booting Node 1, Processors #12 #13 #14 #15 [ 0.507524] Brought up 16 CPUs [ 0.507527] smpboot: Total of 16 processors activated (76800.76 BogoMIPS) [ 0.526733] devtmpfs: initialized [ 0.528081] EVM: security.selinux [ 0.528082] EVM: security.ima [ 0.528083] EVM: security.capability [ 0.528161] PM: Registering ACPI NVS region [mem 0x0006c000-0x0006cfff] (4096 bytes) [ 0.528162] PM: Registering ACPI NVS region [mem 0x0009f000-0x0009ffff] (4096 bytes) [ 0.528164] PM: Registering ACPI NVS region [mem 0x7f6df000-0x7f7defff] (1048576 bytes) [ 0.529195] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.529251] NET: Registered protocol family 16 [ 0.529423] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.529425] ACPI: bus type PCI registered [ 0.529427] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.529492] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000) [ 0.529494] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820 [ 0.577399] PCI: Using configuration type 1 for base access [ 0.578623] bio: create slab at 0 [ 0.578833] ACPI: Added _OSI(Module Device) [ 0.578835] ACPI: Added _OSI(Processor Device) [ 0.578836] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.578838] ACPI: Added _OSI(Processor Aggregator Device) [ 0.579414] ACPI: EC: Look up EC in DSDT [ 0.582498] ACPI: Interpreter enabled [ 0.582506] ACPI Exception: AE_NOTFOUND, While evaluating Sleep State [_S2] (20130517/hwxface-571) [ 0.582509] ACPI Exception: AE_NOTFOUND, While evaluating Sleep State [_S3] (20130517/hwxface-571) [ 0.582512] ACPI Exception: AE_NOTFOUND, While evaluating Sleep State [_S4] (20130517/hwxface-571) [ 0.582518] ACPI: (supports S0 S1 S5) [ 0.582519] ACPI: Using IOAPIC for interrupt routing [ 0.582538] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.582588] ACPI: No dock devices found. [ 0.587016] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.587021] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.587143] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER PCIeCapability] [ 0.587145] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability] [ 0.587147] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability] [ 0.587149] acpi PNP0A08:00: _OSC: platform willing to grant [] [ 0.587151] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM [ 0.587213] acpi PNP0A08:00: host bridge window [0x7f00000000-0x7f00000000] (ignored, not CPU addressable) [ 0.587295] PCI host bridge to bus 0000:00 [ 0.587297] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.587300] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.587301] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.587303] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.587305] pci_bus 0000:00: root bus resource [mem 0x90000000-0xfdffffff] [ 0.587317] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000 [ 0.587372] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 0.587458] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 [ 0.587514] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.587570] pci 0000:00:01.0: System wakeup disabled by ACPI [ 0.587604] pci 0000:00:02.0: [8086:3409] type 01 class 0x060400 [ 0.587655] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.587738] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 [ 0.587794] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 0.587852] pci 0000:00:03.0: System wakeup disabled by ACPI [ 0.587888] pci 0000:00:05.0: [8086:340c] type 01 class 0x060400 [ 0.587939] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.588028] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 [ 0.588084] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 0.588139] pci 0000:00:07.0: System wakeup disabled by ACPI [ 0.588173] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 [ 0.588223] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 0.588279] pci 0000:00:09.0: System wakeup disabled by ACPI [ 0.588313] pci 0000:00:10.0: [8086:3425] type 00 class 0x080000 [ 0.588420] pci 0000:00:10.1: [8086:3426] type 00 class 0x080000 [ 0.588521] pci 0000:00:11.0: [8086:3427] type 00 class 0x080000 [ 0.588629] pci 0000:00:11.1: [8086:3428] type 00 class 0x080000 [ 0.588731] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 [ 0.588845] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 [ 0.588954] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 [ 0.589070] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000 [ 0.589165] pci 0000:00:15.0: [8086:342f] type 00 class 0x080020 [ 0.589266] pci 0000:00:16.0: [8086:3430] type 00 class 0x088000 [ 0.589277] pci 0000:00:16.0: reg 0x10: [mem 0x97d00000-0x97d03fff 64bit] [ 0.589394] pci 0000:00:16.1: [8086:3431] type 00 class 0x088000 [ 0.589404] pci 0000:00:16.1: reg 0x10: [mem 0x97d04000-0x97d07fff 64bit] [ 0.589519] pci 0000:00:16.2: [8086:3432] type 00 class 0x088000 [ 0.589529] pci 0000:00:16.2: reg 0x10: [mem 0x97d08000-0x97d0bfff 64bit] [ 0.589648] pci 0000:00:16.3: [8086:3433] type 00 class 0x088000 [ 0.589659] pci 0000:00:16.3: reg 0x10: [mem 0x97d0c000-0x97d0ffff 64bit] [ 0.589773] pci 0000:00:16.4: [8086:3429] type 00 class 0x088000 [ 0.589784] pci 0000:00:16.4: reg 0x10: [mem 0x97d10000-0x97d13fff 64bit] [ 0.589899] pci 0000:00:16.5: [8086:342a] type 00 class 0x088000 [ 0.589909] pci 0000:00:16.5: reg 0x10: [mem 0x97d14000-0x97d17fff 64bit] [ 0.590030] pci 0000:00:16.6: [8086:342b] type 00 class 0x088000 [ 0.590041] pci 0000:00:16.6: reg 0x10: [mem 0x97d18000-0x97d1bfff 64bit] [ 0.590154] pci 0000:00:16.7: [8086:342c] type 00 class 0x088000 [ 0.590165] pci 0000:00:16.7: reg 0x10: [mem 0x97d1c000-0x97d1ffff 64bit] [ 0.590283] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300 [ 0.590323] pci 0000:00:1a.0: reg 0x20: [io 0x30a0-0x30bf] [ 0.590425] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.590458] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300 [ 0.590498] pci 0000:00:1a.1: reg 0x20: [io 0x3080-0x309f] [ 0.590595] pci 0000:00:1a.1: System wakeup disabled by ACPI [ 0.590639] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320 [ 0.590659] pci 0000:00:1a.7: reg 0x10: [mem 0x97d21000-0x97d213ff] [ 0.590744] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.590800] pci 0000:00:1a.7: System wakeup disabled by ACPI [ 0.590834] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400 [ 0.590904] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.590997] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400 [ 0.591067] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.591152] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300 [ 0.591192] pci 0000:00:1d.0: reg 0x20: [io 0x3060-0x307f] [ 0.591293] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.591326] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300 [ 0.591366] pci 0000:00:1d.1: reg 0x20: [io 0x3040-0x305f] [ 0.591463] pci 0000:00:1d.1: System wakeup disabled by ACPI [ 0.591495] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300 [ 0.591535] pci 0000:00:1d.2: reg 0x20: [io 0x3020-0x303f] [ 0.591631] pci 0000:00:1d.2: System wakeup disabled by ACPI [ 0.591674] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320 [ 0.591694] pci 0000:00:1d.7: reg 0x10: [mem 0x97d20000-0x97d203ff] [ 0.591779] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.591835] pci 0000:00:1d.7: System wakeup disabled by ACPI [ 0.591865] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 0.591977] pci 0000:00:1f.0: [8086:3a18] type 00 class 0x060100 [ 0.592148] pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f [ 0.592163] pci 0000:00:1f.2: reg 0x10: [io 0x3118-0x311f] [ 0.592170] pci 0000:00:1f.2: reg 0x14: [io 0x312c-0x312f] [ 0.592177] pci 0000:00:1f.2: reg 0x18: [io 0x3110-0x3117] [ 0.592185] pci 0000:00:1f.2: reg 0x1c: [io 0x3128-0x312b] [ 0.592192] pci 0000:00:1f.2: reg 0x20: [io 0x30f0-0x30ff] [ 0.592200] pci 0000:00:1f.2: reg 0x24: [io 0x30e0-0x30ef] [ 0.592304] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500 [ 0.592317] pci 0000:00:1f.3: reg 0x10: [mem 0x97d22000-0x97d220ff 64bit] [ 0.592332] pci 0000:00:1f.3: reg 0x20: [io 0x3000-0x301f] [ 0.592416] pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185 [ 0.592431] pci 0000:00:1f.5: reg 0x10: [io 0x3108-0x310f] [ 0.592438] pci 0000:00:1f.5: reg 0x14: [io 0x3124-0x3127] [ 0.592446] pci 0000:00:1f.5: reg 0x18: [io 0x3100-0x3107] [ 0.592453] pci 0000:00:1f.5: reg 0x1c: [io 0x3120-0x3123] [ 0.592460] pci 0000:00:1f.5: reg 0x20: [io 0x30d0-0x30df] [ 0.592467] pci 0000:00:1f.5: reg 0x24: [io 0x30c0-0x30cf] [ 0.592617] pci 0000:0b:00.0: [14e4:1639] type 00 class 0x020000 [ 0.592632] pci 0000:0b:00.0: reg 0x10: [mem 0x92000000-0x93ffffff 64bit] [ 0.592722] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold [ 0.592794] pci 0000:0b:00.1: [14e4:1639] type 00 class 0x020000 [ 0.592809] pci 0000:0b:00.1: reg 0x10: [mem 0x94000000-0x95ffffff 64bit] [ 0.592898] pci 0000:0b:00.1: PME# supported from D0 D3hot D3cold [ 0.593980] pci 0000:00:01.0: PCI bridge to [bus 0b-0f] [ 0.593985] pci 0000:00:01.0: bridge window [mem 0x92000000-0x95ffffff] [ 0.594030] pci 0000:00:02.0: PCI bridge to [bus 10-14] [ 0.594161] pci 0000:15:00.0: [8086:1516] type 00 class 0x020000 [ 0.594172] pci 0000:15:00.0: reg 0x10: [mem 0x97b80000-0x97bfffff] [ 0.594188] pci 0000:15:00.0: reg 0x1c: [mem 0x97c04000-0x97c07fff] [ 0.594203] pci 0000:15:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] [ 0.594253] pci 0000:15:00.0: PME# supported from D0 D3hot D3cold [ 0.594338] pci 0000:15:00.1: [8086:1516] type 00 class 0x020000 [ 0.594348] pci 0000:15:00.1: reg 0x10: [mem 0x97b00000-0x97b7ffff] [ 0.594364] pci 0000:15:00.1: reg 0x1c: [mem 0x97c00000-0x97c03fff] [ 0.594425] pci 0000:15:00.1: PME# supported from D0 D3hot D3cold [ 0.595981] pci 0000:00:03.0: PCI bridge to [bus 15-19] [ 0.595986] pci 0000:00:03.0: bridge window [mem 0x97b00000-0x97cfffff] [ 0.596101] pci 0000:00:05.0: PCI bridge to [bus 1a-1e] [ 0.596228] pci 0000:1f:00.0: [1000:0072] type 00 class 0x010700 [ 0.596238] pci 0000:1f:00.0: reg 0x10: [io 0x2000-0x20ff] [ 0.596248] pci 0000:1f:00.0: reg 0x14: [mem 0x97a40000-0x97a43fff 64bit] [ 0.596257] pci 0000:1f:00.0: reg 0x1c: [mem 0x97a00000-0x97a3ffff 64bit] [ 0.596270] pci 0000:1f:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] [ 0.596310] pci 0000:1f:00.0: supports D1 D2 [ 0.597980] pci 0000:00:07.0: PCI bridge to [bus 1f-23] [ 0.597984] pci 0000:00:07.0: bridge window [io 0x2000-0x2fff] [ 0.597987] pci 0000:00:07.0: bridge window [mem 0x97a00000-0x97afffff] [ 0.598112] pci 0000:00:09.0: PCI bridge to [bus 24-28] [ 0.598189] pci 0000:01:00.0: [1000:0079] type 00 class 0x010400 [ 0.598204] pci 0000:01:00.0: reg 0x10: [io 0x1000-0x10ff] [ 0.598220] pci 0000:01:00.0: reg 0x14: [mem 0x97940000-0x97943fff 64bit] [ 0.598236] pci 0000:01:00.0: reg 0x1c: [mem 0x97900000-0x9793ffff 64bit] [ 0.598255] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref] [ 0.598324] pci 0000:01:00.0: supports D1 D2 [ 0.599985] pci 0000:00:1c.0: PCI bridge to [bus 01-05] [ 0.599989] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] [ 0.599992] pci 0000:00:1c.0: bridge window [mem 0x97900000-0x979fffff] [ 0.600062] pci 0000:06:00.0: [101b:0452] type 01 class 0x060400 [ 0.600181] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold [ 0.601985] pci 0000:00:1c.4: PCI bridge to [bus 06-0a] [ 0.601991] pci 0000:00:1c.4: bridge window [mem 0x97000000-0x978fffff] [ 0.601996] pci 0000:00:1c.4: bridge window [mem 0x96000000-0x96ffffff 64bit pref] [ 0.602074] pci 0000:07:00.0: [102b:0530] type 00 class 0x030000 [ 0.602099] pci 0000:07:00.0: reg 0x10: [mem 0x96000000-0x96ffffff pref] [ 0.602113] pci 0000:07:00.0: reg 0x14: [mem 0x97800000-0x97803fff] [ 0.602127] pci 0000:07:00.0: reg 0x18: [mem 0x97000000-0x977fffff] [ 0.602307] pci 0000:06:00.0: PCI bridge to [bus 07] [ 0.602315] pci 0000:06:00.0: bridge window [mem 0x97000000-0x978fffff] [ 0.602320] pci 0000:06:00.0: bridge window [mem 0x96000000-0x96ffffff pref] [ 0.602396] pci 0000:00:1e.0: PCI bridge to [bus 29-2d] (subtractive decode) [ 0.602405] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.602407] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.602409] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.602410] pci 0000:00:1e.0: bridge window [mem 0x90000000-0xfdffffff] (subtractive decode) [ 0.602582] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 15) [ 0.602679] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.602781] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.602892] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.603014] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.603134] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.603261] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.603398] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) 0, disabled. [ 0.603573] ACPI: _SB_.PCI0: notify handler is installed [ 0.603593] Found 1 acpi root devices [ 0.603677] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=io+mem,locks=none [ 0.603678] vgaarb: loaded [ 0.603679] vgaarb: bridge control possible 0000:07:00.0 [ 0.603735] SCSI subsystem initialized [ 0.603752] ACPI: bus type USB registered [ 0.603769] usbcore: registered new interface driver usbfs [ 0.603775] usbcore: registered new interface driver hub [ 0.603800] usbcore: registered new device driver usb [ 0.603910] PCI: Using ACPI for IRQ routing [ 0.609658] PCI: Discovered peer bus fe [ 0.609659] PCI: root bus fe: using default resources [ 0.609660] PCI: Probing PCI hardware (bus fe) [ 0.609677] PCI host bridge to bus 0000:fe [ 0.609679] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] [ 0.609681] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] [ 0.609683] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] [ 0.609689] pci 0000:fe:00.0: [8086:2c70] type 00 class 0x060000 [ 0.609748] pci 0000:fe:00.1: [8086:2d81] type 00 class 0x060000 [ 0.609809] pci 0000:fe:02.0: [8086:2d90] type 00 class 0x060000 [ 0.609863] pci 0000:fe:02.1: [8086:2d91] type 00 class 0x060000 [ 0.609916] pci 0000:fe:02.2: [8086:2d92] type 00 class 0x060000 [ 0.609969] pci 0000:fe:02.3: [8086:2d93] type 00 class 0x060000 [ 0.610026] pci 0000:fe:02.4: [8086:2d94] type 00 class 0x060000 [ 0.610080] pci 0000:fe:02.5: [8086:2d95] type 00 class 0x060000 [ 0.610137] pci 0000:fe:03.0: [8086:2d98] type 00 class 0x060000 [ 0.610187] pci 0000:fe:03.1: [8086:2d99] type 00 class 0x060000 [ 0.610240] pci 0000:fe:03.2: [8086:2d9a] type 00 class 0x060000 [ 0.610296] pci 0000:fe:03.4: [8086:2d9c] type 00 class 0x060000 [ 0.610353] pci 0000:fe:04.0: [8086:2da0] type 00 class 0x060000 [ 0.610413] pci 0000:fe:04.1: [8086:2da1] type 00 class 0x060000 [ 0.610464] pci 0000:fe:04.2: [8086:2da2] type 00 class 0x060000 [ 0.610517] pci 0000:fe:04.3: [8086:2da3] type 00 class 0x060000 [ 0.610573] pci 0000:fe:05.0: [8086:2da8] type 00 class 0x060000 [ 0.610626] pci 0000:fe:05.1: [8086:2da9] type 00 class 0x060000 [ 0.610682] pci 0000:fe:05.2: [8086:2daa] type 00 class 0x060000 [ 0.610733] pci 0000:fe:05.3: [8086:2dab] type 00 class 0x060000 [ 0.610791] pci 0000:fe:06.0: [8086:2db0] type 00 class 0x060000 [ 0.610844] pci 0000:fe:06.1: [8086:2db1] type 00 class 0x060000 [ 0.610897] pci 0000:fe:06.2: [8086:2db2] type 00 class 0x060000 [ 0.610956] pci 0000:fe:06.3: [8086:2db3] type 00 class 0x060000 [ 0.611029] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe [ 0.611034] PCI: Discovered peer bus ff [ 0.611035] PCI: root bus ff: using default resources [ 0.611037] PCI: Probing PCI hardware (bus ff) [ 0.611055] PCI host bridge to bus 0000:ff [ 0.611057] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] [ 0.611059] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] [ 0.611060] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] [ 0.611065] pci 0000:ff:00.0: [8086:2c70] type 00 class 0x060000 [ 0.611120] pci 0000:ff:00.1: [8086:2d81] type 00 class 0x060000 [ 0.611174] pci 0000:ff:02.0: [8086:2d90] type 00 class 0x060000 [ 0.611225] pci 0000:ff:02.1: [8086:2d91] type 00 class 0x060000 [ 0.611275] pci 0000:ff:02.2: [8086:2d92] type 00 class 0x060000 [ 0.611331] pci 0000:ff:02.3: [8086:2d93] type 00 class 0x060000 [ 0.611382] pci 0000:ff:02.4: [8086:2d94] type 00 class 0x060000 [ 0.611432] pci 0000:ff:02.5: [8086:2d95] type 00 class 0x060000 [ 0.611482] pci 0000:ff:03.0: [8086:2d98] type 00 class 0x060000 [ 0.611530] pci 0000:ff:03.1: [8086:2d99] type 00 class 0x060000 [ 0.611584] pci 0000:ff:03.2: [8086:2d9a] type 00 class 0x060000 [ 0.611638] pci 0000:ff:03.4: [8086:2d9c] type 00 class 0x060000 [ 0.611692] pci 0000:ff:04.0: [8086:2da0] type 00 class 0x060000 [ 0.611742] pci 0000:ff:04.1: [8086:2da1] type 00 class 0x060000 [ 0.611789] pci 0000:ff:04.2: [8086:2da2] type 00 class 0x060000 [ 0.611839] pci 0000:ff:04.3: [8086:2da3] type 00 class 0x060000 [ 0.611894] pci 0000:ff:05.0: [8086:2da8] type 00 class 0x060000 [ 0.611944] pci 0000:ff:05.1: [8086:2da9] type 00 class 0x060000 [ 0.611998] pci 0000:ff:05.2: [8086:2daa] type 00 class 0x060000 [ 0.612046] pci 0000:ff:05.3: [8086:2dab] type 00 class 0x060000 [ 0.612100] pci 0000:ff:06.0: [8086:2db0] type 00 class 0x060000 [ 0.612153] pci 0000:ff:06.1: [8086:2db1] type 00 class 0x060000 [ 0.612203] pci 0000:ff:06.2: [8086:2db2] type 00 class 0x060000 [ 0.612257] pci 0000:ff:06.3: [8086:2db3] type 00 class 0x060000 [ 0.612319] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff [ 0.612324] PCI: pci_cache_line_size set to 64 bytes [ 0.612452] e820: reserve RAM buffer [mem 0x0006c000-0x0006ffff] [ 0.612454] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.612455] e820: reserve RAM buffer [mem 0x5cd36018-0x5fffffff] [ 0.612456] e820: reserve RAM buffer [mem 0x5cd49018-0x5fffffff] [ 0.612458] e820: reserve RAM buffer [mem 0x7bbb4018-0x7bffffff] [ 0.612459] e820: reserve RAM buffer [mem 0x7bbc2018-0x7bffffff] [ 0.612461] e820: reserve RAM buffer [mem 0x7bbd2018-0x7bffffff] [ 0.612462] e820: reserve RAM buffer [mem 0x7bbf6018-0x7bffffff] [ 0.612464] e820: reserve RAM buffer [mem 0x7d245000-0x7fffffff] [ 0.612466] e820: reserve RAM buffer [mem 0x7d29b000-0x7fffffff] [ 0.612468] e820: reserve RAM buffer [mem 0x7d6dd000-0x7fffffff] [ 0.612469] e820: reserve RAM buffer [mem 0x7f5ef000-0x7fffffff] [ 0.612471] e820: reserve RAM buffer [mem 0x7f800000-0x7fffffff] [ 0.612558] NetLabel: Initializing [ 0.612560] NetLabel: domain hash size = 128 [ 0.612560] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.612573] NetLabel: unlabeled traffic allowed by default [ 0.612607] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.612610] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 0.614635] Switching to clocksource hpet [ 0.619932] pnp: PnP ACPI init [ 0.619943] ACPI: bus type PNP registered [ 0.620322] pnp 00:00: [dma 4] [ 0.620341] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.620374] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.620401] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.620421] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.620495] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.620499] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 0.620550] system 00:05: [io 0x0400-0x043f] has been reserved [ 0.620552] system 00:05: [io 0x0440-0x045f] has been reserved [ 0.620554] system 00:05: [io 0x0460-0x047f] has been reserved [ 0.620556] system 00:05: [io 0x0580-0x05ff] has been reserved [ 0.620558] system 00:05: [io 0x05e0-0x05ff] has been reserved [ 0.620560] system 00:05: [io 0x0cf9] could not be reserved [ 0.620563] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.620717] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.620857] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.620883] pnp 00:08: Plug and Play ACPI device, IDs PNP0c31 (active) [ 0.620935] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.620938] system 00:09: [mem 0xfec00000-0xfecfffff] could not be reserved [ 0.620940] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved [ 0.620942] system 00:09: [mem 0x80000000-0x8fffffff] has been reserved [ 0.620944] system 00:09: [mem 0xffc00000-0xffffffff] has been reserved [ 0.620946] system 00:09: [mem 0xfeb00000-0xfebfffff] has been reserved [ 0.620948] system 00:09: [mem 0xfe710000-0xfe711fff] could not be reserved [ 0.620950] system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved [ 0.620953] system 00:09: [mem 0xfc000000-0xfcffffff] has been reserved [ 0.620955] system 00:09: [mem 0xfea00000-0xfeafffff] has been reserved [ 0.620958] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.621014] system 00:0a: [io 0x0ca0-0x0ca1] has been reserved [ 0.621016] system 00:0a: [io 0x0ca4-0x0ca9] has been reserved [ 0.621018] system 00:0a: [io 0x0caa-0x0cab] has been reserved [ 0.621020] system 00:0a: [io 0x0cac-0x0ccb] has been reserved [ 0.621023] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.621067] system 00:0b: [io 0x0ca2] has been reserved [ 0.621069] system 00:0b: [io 0x0ca3] has been reserved [ 0.621072] system 00:0b: Plug and Play ACPI device, IDs IPI0001 PNP0c02 (active) [ 0.621081] pnp: PnP ACPI: found 12 devices [ 0.621082] ACPI: bus type PNP unregistered [ 0.627558] pci 0000:15:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref] [ 0.627561] pci 0000:1f:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref] [ 0.627563] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref] [ 0.627601] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 01-05] add_size 200000 [ 0.627630] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000 [ 0.627634] pci 0000:00:03.0: BAR 15: assigned [mem 0x90000000-0x900fffff pref] [ 0.627636] pci 0000:00:07.0: BAR 15: assigned [mem 0x90100000-0x901fffff pref] [ 0.627639] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90200000-0x904fffff pref] [ 0.627642] pci 0000:00:01.0: PCI bridge to [bus 0b-0f] [ 0.627646] pci 0000:00:01.0: bridge window [mem 0x92000000-0x95ffffff] [ 0.627652] pci 0000:00:02.0: PCI bridge to [bus 10-14] [ 0.627660] pci 0000:15:00.0: BAR 6: assigned [mem 0x90000000-0x9007ffff pref] [ 0.627662] pci 0000:00:03.0: PCI bridge to [bus 15-19] [ 0.627666] pci 0000:00:03.0: bridge window [mem 0x97b00000-0x97cfffff] [ 0.627674] pci 0000:00:03.0: bridge window [mem 0x90000000-0x900fffff pref] [ 0.627679] pci 0000:00:05.0: PCI bridge to [bus 1a-1e] [ 0.627687] pci 0000:1f:00.0: BAR 6: assigned [mem 0x90100000-0x9017ffff pref] [ 0.627689] pci 0000:00:07.0: PCI bridge to [bus 1f-23] [ 0.627691] pci 0000:00:07.0: bridge window [io 0x2000-0x2fff] [ 0.627695] pci 0000:00:07.0: bridge window [mem 0x97a00000-0x97afffff] [ 0.627698] pci 0000:00:07.0: bridge window [mem 0x90100000-0x901fffff pref] [ 0.627703] pci 0000:00:09.0: PCI bridge to [bus 24-28] [ 0.627711] pci 0000:01:00.0: BAR 6: assigned [mem 0x90200000-0x9021ffff pref] [ 0.627713] pci 0000:00:1c.0: PCI bridge to [bus 01-05] [ 0.627715] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] [ 0.627720] pci 0000:00:1c.0: bridge window [mem 0x97900000-0x979fffff] [ 0.627723] pci 0000:00:1c.0: bridge window [mem 0x90200000-0x904fffff pref] [ 0.627728] pci 0000:06:00.0: PCI bridge to [bus 07] [ 0.627734] pci 0000:06:00.0: bridge window [mem 0x97000000-0x978fffff] [ 0.627739] pci 0000:06:00.0: bridge window [mem 0x96000000-0x96ffffff pref] [ 0.627746] pci 0000:00:1c.4: PCI bridge to [bus 06-0a] [ 0.627750] pci 0000:00:1c.4: bridge window [mem 0x97000000-0x978fffff] [ 0.627754] pci 0000:00:1c.4: bridge window [mem 0x96000000-0x96ffffff 64bit pref] [ 0.627759] pci 0000:00:1e.0: PCI bridge to [bus 29-2d] [ 0.627769] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.627771] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.627773] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.627774] pci_bus 0000:00: resource 7 [mem 0x90000000-0xfdffffff] [ 0.627776] pci_bus 0000:0b: resource 1 [mem 0x92000000-0x95ffffff] [ 0.627778] pci_bus 0000:15: resource 1 [mem 0x97b00000-0x97cfffff] [ 0.627780] pci_bus 0000:15: resource 2 [mem 0x90000000-0x900fffff pref] [ 0.627782] pci_bus 0000:1f: resource 0 [io 0x2000-0x2fff] [ 0.627784] pci_bus 0000:1f: resource 1 [mem 0x97a00000-0x97afffff] [ 0.627785] pci_bus 0000:1f: resource 2 [mem 0x90100000-0x901fffff pref] [ 0.627787] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.627789] pci_bus 0000:01: resource 1 [mem 0x97900000-0x979fffff] [ 0.627791] pci_bus 0000:01: resource 2 [mem 0x90200000-0x904fffff pref] [ 0.627793] pci_bus 0000:06: resource 1 [mem 0x97000000-0x978fffff] [ 0.627794] pci_bus 0000:06: resource 2 [mem 0x96000000-0x96ffffff 64bit pref] [ 0.627796] pci_bus 0000:07: resource 1 [mem 0x97000000-0x978fffff] [ 0.627798] pci_bus 0000:07: resource 2 [mem 0x96000000-0x96ffffff pref] [ 0.627800] pci_bus 0000:29: resource 4 [io 0x0000-0x0cf7] [ 0.627802] pci_bus 0000:29: resource 5 [io 0x0d00-0xffff] [ 0.627803] pci_bus 0000:29: resource 6 [mem 0x000a0000-0x000bffff] [ 0.627805] pci_bus 0000:29: resource 7 [mem 0x90000000-0xfdffffff] [ 0.627808] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] [ 0.627810] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] [ 0.627813] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] [ 0.627814] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] [ 0.627846] NET: Registered protocol family 2 [ 0.628052] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 0.628247] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.628423] TCP: Hash tables configured (established 65536 bind 65536) [ 0.628456] TCP: reno registered [ 0.628475] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.628509] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.628651] NET: Registered protocol family 1 [ 0.630321] pci 0000:07:00.0: Boot video device [ 0.630378] PCI: CLS 64 bytes, default 64 [ 0.630422] Unpacking initramfs... [ 0.940021] Freeing initrd memory: 17368k freed [ 0.943782] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.943789] software IO TLB [mem 0x77bb4000-0x7bbb4000] (64MB) mapped at [ffff880077bb4000-ffff88007bbb3fff] [ 0.945268] microcode: CPU0 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945273] microcode: CPU1 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945279] microcode: CPU2 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945286] microcode: CPU3 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945295] microcode: CPU4 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945304] microcode: CPU5 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945311] microcode: CPU6 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945319] microcode: CPU7 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945325] microcode: CPU8 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945334] microcode: CPU9 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945340] microcode: CPU10 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945346] microcode: CPU11 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945352] microcode: CPU12 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945359] microcode: CPU13 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945365] microcode: CPU14 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945371] microcode: CPU15 sig=0x206c2, pf=0x1, revision=0x13 [ 0.945404] microcode: Microcode Update Driver: v2.00 tigran@aivazian.fsnet.co.uk, Peter Oruba [ 0.945649] futex hash table entries: 8192 (order: 7, 524288 bytes) [ 0.945760] Initialise system trusted keyring [ 0.945810] audit: initializing netlink socket (disabled) [ 0.945833] type=2000 audit(1607606316.770:1): initialized [ 0.968367] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.969418] zbud: loaded [ 0.969559] VFS: Disk quotas dquot_6.5.2 [ 0.969611] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.969793] msgmni has been set to 15939 [ 0.969860] Key type big_key registered [ 0.969862] SELinux: Registering netfilter hooks [ 0.971032] alg: No test for stdrng (krng) [ 0.971042] NET: Registered protocol family 38 [ 0.971045] Key type asymmetric registered [ 0.971046] Asymmetric key parser 'x509' registered [ 0.971088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.971144] io scheduler noop registered [ 0.971145] io scheduler deadline registered (default) [ 0.971174] io scheduler cfq registered [ 0.972404] pcieport 0000:00:1c.0: irq 65 for MSI/MSI-X [ 0.972592] pcieport 0000:00:1c.4: irq 66 for MSI/MSI-X [ 0.972679] ioapic: probe of 0000:00:15.0 failed with error -22 [ 0.972689] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.972700] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.972769] efifb: probing for efifb [ 0.973155] efifb: framebuffer at 0x96000000, mapped to 0xffffc90021680000, using 1876k, total 1875k [ 0.973157] efifb: mode is 800x600x32, linelength=3200, pages=1 [ 0.973158] efifb: scrolling: redraw [ 0.973159] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 1.006389] Console: switching to colour frame buffer device 100x37 [ 1.038404] fb0: EFI VGA frame buffer device [ 1.038410] intel_idle: MWAIT substates: 0x1120 [ 1.038412] intel_idle: v0.4 model 0x2C [ 1.038413] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.038569] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.038573] ACPI: Power Button [PWRF] [ 1.038637] ACPI: Requesting acpi_cpufreq [ 1.039096] ERST: Can not request iomem region <0x 7f6f0000-0x 7f6f1c00> for ERST. [ 1.045032] GHES: HEST is not enabled! [ 1.045088] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.066319] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.087559] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.087985] Non-volatile memory driver v1.3 [ 1.087987] Linux agpgart interface v0.103 [ 1.088172] tpm_tis 00:08: 1.2 TPM (device-id 0xFE, rev-id 70) [ 1.136185] crash memory driver: version 1.1 [ 1.136242] rdac: device handler registered [ 1.136284] hp_sw: device handler registered [ 1.136286] emc: device handler registered [ 1.136287] alua: device handler registered [ 1.136315] libphy: Fixed MDIO Bus: probed [ 1.136353] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.136357] ehci-pci: EHCI PCI platform driver [ 1.136501] ehci-pci 0000:00:1a.7: EHCI Host Controller [ 1.136544] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 1.136557] ehci-pci 0000:00:1a.7: debug port 1 [ 1.140475] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported [ 1.140491] ehci-pci 0000:00:1a.7: irq 19, io mem 0x97d21000 [ 1.146102] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 1.146139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.146141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.146143] usb usb1: Product: EHCI Host Controller [ 1.146144] usb usb1: Manufacturer: Linux 3.10.0-123.el7.x86_64 ehci_hcd [ 1.146146] usb usb1: SerialNumber: 0000:00:1a.7 [ 1.146238] hub 1-0:1.0: USB hub found [ 1.146244] hub 1-0:1.0: 6 ports detected [ 1.146477] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 1.146521] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 1.146532] ehci-pci 0000:00:1d.7: debug port 1 [ 1.150433] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 1.150446] ehci-pci 0000:00:1d.7: irq 17, io mem 0x97d20000 [ 1.156111] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 1.156141] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.156143] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.156145] usb usb2: Product: EHCI Host Controller [ 1.156147] usb usb2: Manufacturer: Linux 3.10.0-123.el7.x86_64 ehci_hcd [ 1.156148] usb usb2: SerialNumber: 0000:00:1d.7 [ 1.156226] hub 2-0:1.0: USB hub found [ 1.156232] hub 2-0:1.0: 6 ports detected [ 1.156340] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.156341] ohci-pci: OHCI PCI platform driver [ 1.156353] uhci_hcd: USB Universal Host Controller Interface driver [ 1.156477] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 1.156524] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 1.156547] uhci_hcd 0000:00:1a.0: irq 17, io base 0x000030a0 [ 1.156586] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.156588] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.156590] usb usb3: Product: UHCI Host Controller [ 1.156592] usb usb3: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.156593] usb usb3: SerialNumber: 0000:00:1a.0 [ 1.156668] hub 3-0:1.0: USB hub found [ 1.156674] hub 3-0:1.0: 2 ports detected [ 1.156851] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 1.156900] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 1.156931] uhci_hcd 0000:00:1a.1: irq 18, io base 0x00003080 [ 1.156968] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.156970] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.156972] usb usb4: Product: UHCI Host Controller [ 1.156973] usb usb4: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.156975] usb usb4: SerialNumber: 0000:00:1a.1 [ 1.157051] hub 4-0:1.0: USB hub found [ 1.157056] hub 4-0:1.0: 2 ports detected [ 1.157246] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 1.157289] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 1.157311] uhci_hcd 0000:00:1d.0: irq 17, io base 0x00003060 [ 1.157348] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.157350] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.157351] usb usb5: Product: UHCI Host Controller [ 1.157353] usb usb5: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.157355] usb usb5: SerialNumber: 0000:00:1d.0 [ 1.157432] hub 5-0:1.0: USB hub found [ 1.157438] hub 5-0:1.0: 2 ports detected [ 1.157614] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 1.157658] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 1.157680] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00003040 [ 1.157717] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.157719] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.157720] usb usb6: Product: UHCI Host Controller [ 1.157722] usb usb6: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.157724] usb usb6: SerialNumber: 0000:00:1d.1 [ 1.157798] hub 6-0:1.0: USB hub found [ 1.157803] hub 6-0:1.0: 2 ports detected [ 1.157992] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 1.158036] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 [ 1.158058] uhci_hcd 0000:00:1d.2: irq 19, io base 0x00003020 [ 1.158111] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.158113] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.158115] usb usb7: Product: UHCI Host Controller [ 1.158116] usb usb7: Manufacturer: Linux 3.10.0-123.el7.x86_64 uhci_hcd [ 1.158118] usb usb7: SerialNumber: 0000:00:1d.2 [ 1.158201] hub 7-0:1.0: USB hub found [ 1.158207] hub 7-0:1.0: 2 ports detected [ 1.158319] usbcore: registered new interface driver usbserial [ 1.158325] usbcore: registered new interface driver usbserial_generic [ 1.158331] usbserial: USB Serial support registered for generic [ 1.158355] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 1.408399] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.408459] mousedev: PS/2 mouse device common for all mice [ 1.408584] rtc_cmos 00:01: RTC can wake from S4 [ 1.408710] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.408737] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 1.408991] cpuidle: using governor menu [ 1.409470] EFI Variables Facility v0.08 2004-May-17 [ 1.448392] usb 1-2: new high-speed USB device number 2 using ehci-pci [ 1.585667] usb 1-2: New USB device found, idVendor=0781, idProduct=55a9 [ 1.585670] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.585671] usb 1-2: Product: SanDisk 3.2Gen1 [ 1.585673] usb 1-2: Manufacturer: USB [ 1.585675] usb 1-2: SerialNumber: 01013bbaaea6df1508743bc869d66c8064bc9809b2d8d62a90e54e8bc9b34a10165b00000000000000000000601906bdff031f00a955810775283698 [ 1.784057] hidraw: raw HID events driver (C) Jiri Kosina [ 1.784132] usbcore: registered new interface driver usbhid [ 1.784133] usbhid: USB HID core driver [ 1.784190] drop_monitor: Initializing network drop monitor service [ 1.784279] TCP: cubic registered [ 1.784281] Initializing XFRM netlink socket [ 1.784382] NET: Registered protocol family 10 [ 1.784582] NET: Registered protocol family 17 [ 1.784964] Loading compiled-in X.509 certificates [ 1.785583] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' [ 1.786189] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' [ 1.786796] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 00aa5f56c587bd82f2f99d64ba83dd1e9e0d334a' [ 1.786807] registered taskstats version 1 [ 1.788459] Key type trusted registered [ 1.790214] Key type encrypted registered [ 1.945828] tsc: Refined TSC clocksource calibration: 2400.084 MHz [ 1.945833] Switching to clocksource tsc [ 1.991117] rtc_cmos 00:01: setting system clock to 2020-12-10 13:18:38 UTC (1607606318) [ 1.993936] Freeing unused kernel memory: 1584k freed [ 2.150079] usb 5-2: new full-speed USB device number 2 using uhci_hcd [ 2.305365] usb 5-2: New USB device found, idVendor=04b3, idProduct=4010 [ 2.305369] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.305372] usb 5-2: Product: RNDIS/CDC ETHER [ 2.305375] usb 5-2: Manufacturer: IBM [ 2.518297] usb 7-1: new low-speed USB device number 2 using uhci_hcd [ 2.685417] usb 7-1: New USB device found, idVendor=0461, idProduct=0010 [ 2.685422] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.685425] usb 7-1: Product: USB Keyboard [ 2.685428] usb 7-1: Manufacturer: NOVATEK [ 2.703585] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input1 [ 2.703845] hid-generic 0003:0461:0010.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1d.2-1/input0 [ 2.734629] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) [ 2.735019] systemd[1]: Running in initial RAM disk. [ 2.735081] systemd[1]: Set hostname to . [ 2.737480] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.1/input/input2 [ 2.737675] hid-generic 0003:0461:0010.0002: input,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1d.2-1/input1 [ 2.762908] systemd[1]: Expecting device dev-disk-by\x2duuid-86c3f413\x2d3f4a\x2d4725\x2db7c7\x2d096a09162271.device... [ 2.762923] systemd[1]: Starting -.slice. [ 2.763048] systemd[1]: Created slice -.slice. [ 2.763090] systemd[1]: Starting System Slice. [ 2.763165] systemd[1]: Created slice System Slice. [ 2.763203] systemd[1]: Starting Slices. [ 2.763214] systemd[1]: Reached target Slices. [ 2.763247] systemd[1]: Starting Timers. [ 2.763257] systemd[1]: Reached target Timers. [ 2.763290] systemd[1]: Starting Journal Socket. [ 2.763346] systemd[1]: Listening on Journal Socket. [ 2.763541] systemd[1]: Starting dracut cmdline hook... [ 2.763970] systemd[1]: Started Load Kernel Modules. [ 2.763992] systemd[1]: Starting Setup Virtual Console... [ 2.764295] systemd[1]: Starting Journal Service... [ 2.764699] systemd[1]: Started Journal Service. [ 2.769395] systemd-journald[216]: Vacuuming done, freed 0 bytes [ 2.916281] device-mapper: uevent: version 1.0.3 [ 2.916382] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 2.943624] usb 7-2: new low-speed USB device number 3 using uhci_hcd [ 2.959119] systemd-udevd[378]: starting version 208 [ 2.982246] bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.5 (December 20, 2013) [ 2.983030] bnx2 0000:0b:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem 92000000, IRQ 28, node addr e4:1f:13:bf:ae:30 [ 2.983313] dca service started, version 1.12.1 [ 2.983889] bnx2 0000:0b:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem 94000000, IRQ 40, node addr e4:1f:13:bf:ae:32 [ 2.985308] pps_core: LinuxPPS API ver. 1 registered [ 2.985310] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 2.985318] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013 [ 2.985340] megasas: 0x1000:0x0079:0x1014:0x03c7: bus 1:slot 0:func 0 [ 2.985586] megasas: FW now in Ready state [ 2.985635] megaraid_sas 0000:01:00.0: irq 67 for MSI/MSI-X [ 2.985656] megaraid_sas 0000:01:00.0: [scsi0]: FW supports<0> MSIX vector,Online CPUs: <16>,Current MSIX <1> [ 2.986007] usb-storage 1-2:1.0: USB Mass Storage device detected [ 2.986129] scsi1 : usb-storage 1-2:1.0 [ 2.986266] usbcore: registered new interface driver usb-storage [ 2.986638] PTP clock support registered [ 2.989094] mpt2sas version 16.100.00.00 loaded [ 2.989792] scsi2 : Fusion MPT SAS Host [ 2.990031] ACPI: bus type ATA registered [ 2.990121] mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (8162636 kB) [ 2.990127] libata version 3.00 loaded. [ 2.990187] mpt2sas 0000:1f:00.0: irq 68 for MSI/MSI-X [ 2.990215] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 68 [ 2.990217] mpt2sas0: iomem(0x0000000097a40000), mapped(0xffffc900008d0000), size(16384) [ 2.990219] mpt2sas0: ioport(0x0000000000002000), size(256) [ 2.990881] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k [ 2.990886] igb: Copyright (c) 2007-2013 Intel Corporation. [ 2.990910] igb 0000:15:00.0: enabling device (0040 -> 0042) [ 2.991276] igb 0000:15:00.0: irq 69 for MSI/MSI-X [ 2.991287] igb 0000:15:00.0: irq 70 for MSI/MSI-X [ 2.991297] igb 0000:15:00.0: irq 71 for MSI/MSI-X [ 2.991307] igb 0000:15:00.0: irq 72 for MSI/MSI-X [ 2.991318] igb 0000:15:00.0: irq 73 for MSI/MSI-X [ 2.991327] igb 0000:15:00.0: irq 74 for MSI/MSI-X [ 2.991341] igb 0000:15:00.0: irq 75 for MSI/MSI-X [ 2.991351] igb 0000:15:00.0: irq 76 for MSI/MSI-X [ 2.991360] igb 0000:15:00.0: irq 77 for MSI/MSI-X [ 2.991434] igb 0000:15:00.0: irq 69 for MSI/MSI-X [ 2.991443] igb 0000:15:00.0: irq 70 for MSI/MSI-X [ 2.991452] igb 0000:15:00.0: irq 71 for MSI/MSI-X [ 2.991461] igb 0000:15:00.0: irq 72 for MSI/MSI-X [ 2.991471] igb 0000:15:00.0: irq 73 for MSI/MSI-X [ 2.991480] igb 0000:15:00.0: irq 74 for MSI/MSI-X [ 2.991489] igb 0000:15:00.0: irq 75 for MSI/MSI-X [ 2.991497] igb 0000:15:00.0: irq 76 for MSI/MSI-X [ 2.991506] igb 0000:15:00.0: irq 77 for MSI/MSI-X [ 2.991913] ata_piix 0000:00:1f.2: version 2.13 [ 2.992049] ata_piix 0000:00:1f.2: MAP [ [ 2.992051] P0 P2 P1 P3 ] [ 2.992415] scsi3 : ata_piix [ 2.992699] scsi4 : ata_piix [ 2.992790] ata1: SATA max UDMA/133 cmd 0x3118 ctl 0x312c bmdma 0x30f0 irq 16 [ 2.992795] ata2: SATA max UDMA/133 cmd 0x3110 ctl 0x3128 bmdma 0x30f8 irq 16 [ 2.992972] ata_piix 0000:00:1f.5: MAP [ [ 2.992974] P0 -- P1 -- ] [ 2.993006] [drm] Initialized drm 1.1.0 20060810 [ 2.993547] scsi5 : ata_piix [ 2.993688] scsi6 : ata_piix [ 2.993772] ata3: SATA max UDMA/133 cmd 0x3108 ctl 0x3124 bmdma 0x30d0 irq 21 [ 2.993779] ata4: SATA max UDMA/133 cmd 0x3100 ctl 0x3120 bmdma 0x30d8 irq 21 [ 3.001658] checking generic (96000000 1d5000) vs hw (96000000 1000000) [ 3.001661] fb: conflicting fb hw usage mgag200drmfb vs EFI VGA - removing generic driver [ 3.001676] Console: switching to colour dummy device 80x25 [ 3.007631] megasas_init_mfi: fw_support_ieee=0 [ 3.007634] megasas: INIT adapter done [ 3.012856] [TTM] Zone kernel: Available graphics memory: 4081318 kiB [ 3.012859] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 3.012860] [TTM] Initializing pool allocator [ 3.012864] [TTM] Initializing DMA pool allocator [ 3.042971] systemd-udevd[389]: renamed network interface eth1 to enp11s0f1 [ 3.070712] megaraid_sas 0000:01:00.0: Controller type: MR,Memory size is: 256MB [ 3.070736] scsi0 : LSI SAS based MegaRAID driver [ 3.073023] scsi 0:0:26:0: Direct-Access IBM-ESXS ST9146803SS B53E PQ: 0 ANSI: 5 [ 3.073783] scsi 0:0:28:0: Direct-Access IBM-ESXS ST9146803SS B53B PQ: 0 ANSI: 5 [ 3.083316] fbcon: mgadrmfb (fb0) is primary device [ 3.086287] scsi 0:2:0:0: Direct-Access IBM ServeRAID M5014 2.12 PQ: 0 ANSI: 5 [ 3.102699] usb 7-2: New USB device found, idVendor=413c, idProduct=3016 [ 3.102701] usb 7-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 3.102702] usb 7-2: Product: Dell Premium USB Optical Mouse [ 3.112122] mpt2sas0: Allocated physical memory: size(9283 kB) [ 3.112123] mpt2sas0: Current Controller Queue Depth(4124), Max Controller Queue Depth(4287) [ 3.112124] mpt2sas0: Scatter Gather Elements per IO(128) [ 3.122979] input: Dell Premium USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/input/input3 [ 3.123520] hid-generic 0003:413C:3016.0003: input,hidraw2: USB HID v11.10 Mouse [Dell Premium USB Optical Mouse] on usb-0000:00:1d.2-2/input0 [ 3.164895] [drm] mga base 0 [ 3.166002] systemd-udevd[385]: renamed network interface eth0 to enp11s0f0 [ 3.166432] igb 0000:15:00.0: added PHC on eth0 [ 3.166433] igb 0000:15:00.0: Intel(R) Gigabit Ethernet Network Connection [ 3.166435] igb 0000:15:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:1b:21:b6:ad:f4 [ 3.166437] igb 0000:15:00.0: eth0: PBA No: Unknown [ 3.166439] igb 0000:15:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 3.166452] igb 0000:15:00.1: enabling device (0040 -> 0042) [ 3.166850] igb 0000:15:00.1: irq 78 for MSI/MSI-X [ 3.166858] igb 0000:15:00.1: irq 79 for MSI/MSI-X [ 3.166869] igb 0000:15:00.1: irq 80 for MSI/MSI-X [ 3.166877] igb 0000:15:00.1: irq 81 for MSI/MSI-X [ 3.166885] igb 0000:15:00.1: irq 82 for MSI/MSI-X [ 3.166893] igb 0000:15:00.1: irq 83 for MSI/MSI-X [ 3.166900] igb 0000:15:00.1: irq 84 for MSI/MSI-X [ 3.166908] igb 0000:15:00.1: irq 85 for MSI/MSI-X [ 3.166916] igb 0000:15:00.1: irq 86 for MSI/MSI-X [ 3.166986] igb 0000:15:00.1: irq 78 for MSI/MSI-X [ 3.166994] igb 0000:15:00.1: irq 79 for MSI/MSI-X [ 3.167001] igb 0000:15:00.1: irq 80 for MSI/MSI-X [ 3.167009] igb 0000:15:00.1: irq 81 for MSI/MSI-X [ 3.167016] igb 0000:15:00.1: irq 82 for MSI/MSI-X [ 3.167024] igb 0000:15:00.1: irq 83 for MSI/MSI-X [ 3.167032] igb 0000:15:00.1: irq 84 for MSI/MSI-X [ 3.167039] igb 0000:15:00.1: irq 85 for MSI/MSI-X [ 3.167047] igb 0000:15:00.1: irq 86 for MSI/MSI-X [ 3.171266] mpt2sas0: LSISAS2008: FWVersion(05.30.01.00), ChipRevision(0x03), BiosVersion(06.00.15.11) [ 3.171270] mpt2sas0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) [ 3.171403] mpt2sas0: sending port enable !! [ 3.211264] igb 0000:15:00.1: added PHC on eth1 [ 3.211266] igb 0000:15:00.1: Intel(R) Gigabit Ethernet Network Connection [ 3.211268] igb 0000:15:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:1b:21:b6:ad:f5 [ 3.211270] igb 0000:15:00.1: eth1: PBA No: Unknown [ 3.211273] igb 0000:15:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 3.216873] Console: switching to colour frame buffer device 180x56 [ 3.316494] ata4: SATA link down (SStatus 0 SControl 300) [ 3.334171] ata3: SATA link down (SStatus 0 SControl 300) [ 3.337170] mgag200 0000:07:00.0: fb0: mgadrmfb frame buffer device [ 3.337172] mgag200 0000:07:00.0: registered panic notifier [ 3.337187] [drm] Initialized mgag200 1.0.0 20110418 for 0000:07:00.0 on minor 0 [ 3.383209] systemd-udevd[383]: renamed network interface eth1 to ens2f1 [ 3.392130] systemd-udevd[381]: renamed network interface eth0 to ens2f0 [ 3.613957] ata1.00: SATA link down (SStatus 0 SControl 300) [ 3.613972] ata1.01: SATA link down (SStatus 0 SControl 300) [ 3.629969] ata2.00: SATA link down (SStatus 0 SControl 300) [ 3.629983] ata2.01: SATA link down (SStatus 0 SControl 300) [ 3.988885] scsi 1:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6 [ 4.818660] mpt2sas0: host_add: handle(0x0001), sas_addr(0x500605b004454090), phys(8) [ 4.822228] scsi scan: INQUIRY result too short (5), using 36 [ 4.822234] scsi 2:0:0:0: Direct-Access PQ: 0 ANSI: 0 [ 4.822240] scsi 2:0:0:0: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.822243] scsi 2:0:0:0: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.822247] scsi 2:0:0:0: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.825592] scsi scan: INQUIRY result too short (5), using 36 [ 4.825597] scsi 2:0:0:1: Direct-Access PQ: 0 ANSI: 0 [ 4.825602] scsi 2:0:0:1: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.825605] scsi 2:0:0:1: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.825608] scsi 2:0:0:1: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.829048] scsi scan: INQUIRY result too short (5), using 36 [ 4.829053] scsi 2:0:0:2: Direct-Access PQ: 0 ANSI: 0 [ 4.829058] scsi 2:0:0:2: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.829061] scsi 2:0:0:2: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.829064] scsi 2:0:0:2: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.832645] scsi scan: INQUIRY result too short (5), using 36 [ 4.832650] scsi 2:0:0:3: Direct-Access PQ: 0 ANSI: 0 [ 4.832655] scsi 2:0:0:3: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.832658] scsi 2:0:0:3: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.832661] scsi 2:0:0:3: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.836053] scsi scan: INQUIRY result too short (5), using 36 [ 4.836058] scsi 2:0:0:4: Direct-Access PQ: 0 ANSI: 0 [ 4.836063] scsi 2:0:0:4: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.836066] scsi 2:0:0:4: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.836069] scsi 2:0:0:4: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.839489] scsi scan: INQUIRY result too short (5), using 36 [ 4.839495] scsi 2:0:0:5: Direct-Access PQ: 0 ANSI: 0 [ 4.839500] scsi 2:0:0:5: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.839502] scsi 2:0:0:5: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.839505] scsi 2:0:0:5: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.842954] scsi scan: INQUIRY result too short (5), using 36 [ 4.842959] scsi 2:0:0:6: Direct-Access PQ: 0 ANSI: 0 [ 4.842964] scsi 2:0:0:6: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.842967] scsi 2:0:0:6: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.842970] scsi 2:0:0:6: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 4.846394] scsi scan: INQUIRY result too short (5), using 36 [ 4.846400] scsi 2:0:0:7: Direct-Access PQ: 0 ANSI: 0 [ 4.846405] scsi 2:0:0:7: SSP: handle(0x0009), sas_addr(0x50050763128a65c8), phy(3), device_name(0x63070550c8650a12) [ 4.846407] scsi 2:0:0:7: SSP: enclosure_logical_id(0x500605b004454090), slot(3) [ 4.846411] scsi 2:0:0:7: qdepth(1), tagged(0), simple(0), ordered(0), scsi_level(0), cmd_que(0) [ 8.996072] [drm] mga base 0 [ 11.075264] mpt2sas0: port enable: SUCCESS [ 11.087983] sd 0:2:0:0: [sda] 285155328 512-byte logical blocks: (145 GB/135 GiB) [ 11.088187] sd 0:2:0:0: [sda] Write Protect is off [ 11.088189] sd 0:2:0:0: [sda] Mode Sense: 1f 00 10 08 [ 11.088607] sd 0:2:0:0: [sda] Write cache: disabled, read cache: disabled, supports DPO and FUA [ 11.088855] sd 1:0:0:0: [sdj] 120176640 512-byte logical blocks: (61.5 GB/57.3 GiB) [ 11.089910] sd 1:0:0:0: [sdj] Write Protect is off [ 11.089913] sd 1:0:0:0: [sdj] Mode Sense: 43 00 00 00 [ 11.090916] sd 1:0:0:0: [sdj] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 11.098404] sdj: sdj1 [ 11.099068] sda: sda1 sda2 sda3 [ 11.099763] sd 0:2:0:0: [sda] Attached SCSI disk [ 11.101614] sd 1:0:0:0: [sdj] Attached SCSI removable disk [ 11.105529] sd 2:0:0:1: [sdc] Unit Not Ready [ 11.105532] sd 2:0:0:1: [sdc] [ 11.105534] Sense Key : Illegal Request [current] [ 11.105537] sd 2:0:0:1: [sdc] [ 11.105540] Add. Sense: Logical unit not supported [ 11.106338] sd 2:0:0:2: [sdd] Unit Not Ready [ 11.106342] sd 2:0:0:2: [sdd] [ 11.106344] Sense Key : Illegal Request [current] [ 11.106347] sd 2:0:0:2: [sdd] [ 11.106349] Add. Sense: Logical unit not supported [ 11.107395] sd 2:0:0:3: [sde] Unit Not Ready [ 11.107398] sd 2:0:0:3: [sde] [ 11.107400] Sense Key : Illegal Request [current] [ 11.107402] sd 2:0:0:3: [sde] [ 11.107404] Add. Sense: Logical unit not supported [ 11.108256] sd 2:0:0:4: [sdf] Unit Not Ready [ 11.108260] sd 2:0:0:4: [sdf] [ 11.108262] Sense Key : Illegal Request [current] [ 11.108266] sd 2:0:0:4: [sdf] [ 11.108268] Add. Sense: Logical unit not supported [ 11.109082] sd 2:0:0:5: [sdg] Unit Not Ready [ 11.109085] sd 2:0:0:5: [sdg] [ 11.109086] Sense Key : Illegal Request [current] [ 11.109089] sd 2:0:0:5: [sdg] [ 11.109090] Add. Sense: Logical unit not supported [ 11.110016] sd 2:0:0:6: [sdh] Unit Not Ready [ 11.110020] sd 2:0:0:6: [sdh] [ 11.110021] Sense Key : Illegal Request [current] [ 11.110024] sd 2:0:0:6: [sdh] [ 11.110025] Add. Sense: Logical unit not supported [ 11.110890] sd 2:0:0:7: [sdi] Unit Not Ready [ 11.110894] sd 2:0:0:7: [sdi] [ 11.110895] Sense Key : Illegal Request [current] [ 11.110898] sd 2:0:0:7: [sdi] [ 11.110899] Add. Sense: Logical unit not supported [ 11.111803] sd 2:0:0:0: [sdb] READ CAPACITY failed [ 11.111806] sd 2:0:0:0: [sdb] [ 11.111808] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.111810] sd 2:0:0:0: [sdb] [ 11.111811] Sense Key : Illegal Request [current] [ 11.111813] sd 2:0:0:0: [sdb] [ 11.111815] Add. Sense: Invalid command operation code [ 11.118737] sd 2:0:0:0: [sdb] Write Protect is off [ 11.118741] sd 2:0:0:0: [sdb] Mode Sense: d2 58 10 08 [ 11.125771] sd 2:0:0:0: [sdb] Cache data unavailable [ 11.125774] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 11.126625] sd 2:0:0:1: [sdc] READ CAPACITY failed [ 11.126628] sd 2:0:0:1: [sdc] [ 11.126630] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.126632] sd 2:0:0:1: [sdc] [ 11.126633] Sense Key : Illegal Request [current] [ 11.126635] sd 2:0:0:1: [sdc] [ 11.126637] Add. Sense: Logical unit not supported [ 11.127471] sd 2:0:0:2: [sdd] READ CAPACITY failed [ 11.127475] sd 2:0:0:2: [sdd] [ 11.127477] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.127479] sd 2:0:0:2: [sdd] [ 11.127481] Sense Key : Illegal Request [current] [ 11.127484] sd 2:0:0:2: [sdd] [ 11.127486] Add. Sense: Logical unit not supported [ 11.128499] sd 2:0:0:3: [sde] READ CAPACITY failed [ 11.128502] sd 2:0:0:3: [sde] [ 11.128504] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.128506] sd 2:0:0:3: [sde] [ 11.128507] Sense Key : Illegal Request [current] [ 11.128509] sd 2:0:0:3: [sde] [ 11.128511] Add. Sense: Logical unit not supported [ 11.129353] sd 2:0:0:4: [sdf] READ CAPACITY failed [ 11.129357] sd 2:0:0:4: [sdf] [ 11.129359] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.129361] sd 2:0:0:4: [sdf] [ 11.129362] Sense Key : Illegal Request [current] [ 11.129365] sd 2:0:0:4: [sdf] [ 11.129367] Add. Sense: Logical unit not supported [ 11.130173] sd 2:0:0:5: [sdg] READ CAPACITY failed [ 11.130176] sd 2:0:0:5: [sdg] [ 11.130177] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.130179] sd 2:0:0:5: [sdg] [ 11.130180] Sense Key : Illegal Request [current] [ 11.130182] sd 2:0:0:5: [sdg] [ 11.130183] Add. Sense: Logical unit not supported [ 11.131057] sd 2:0:0:6: [sdh] READ CAPACITY failed [ 11.131060] sd 2:0:0:6: [sdh] [ 11.131062] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.131063] sd 2:0:0:6: [sdh] [ 11.131064] Sense Key : Illegal Request [current] [ 11.131066] sd 2:0:0:6: [sdh] [ 11.131068] Add. Sense: Logical unit not supported [ 11.131879] sd 2:0:0:7: [sdi] READ CAPACITY failed [ 11.131883] sd 2:0:0:7: [sdi] [ 11.131884] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.131885] sd 2:0:0:7: [sdi] [ 11.131886] Sense Key : Illegal Request [current] [ 11.131889] sd 2:0:0:7: [sdi] [ 11.131890] Add. Sense: Logical unit not supported [ 11.147033] sd 2:0:0:1: [sdc] Test WP failed, assume Write Enabled [ 11.147916] sd 2:0:0:2: [sdd] Test WP failed, assume Write Enabled [ 11.148883] sd 2:0:0:3: [sde] Test WP failed, assume Write Enabled [ 11.149740] sd 2:0:0:4: [sdf] Test WP failed, assume Write Enabled [ 11.150585] sd 2:0:0:5: [sdg] Test WP failed, assume Write Enabled [ 11.151410] sd 2:0:0:6: [sdh] Test WP failed, assume Write Enabled [ 11.152233] sd 2:0:0:7: [sdi] Test WP failed, assume Write Enabled [ 11.153997] sd 2:0:0:1: [sdc] Asking for cache data failed [ 11.154001] sd 2:0:0:1: [sdc] Assuming drive cache: write through [ 11.154871] sd 2:0:0:2: [sdd] Asking for cache data failed [ 11.154874] sd 2:0:0:2: [sdd] Assuming drive cache: write through [ 11.155841] sd 2:0:0:3: [sde] Asking for cache data failed [ 11.155845] sd 2:0:0:3: [sde] Assuming drive cache: write through [ 11.156546] sd 2:0:0:4: [sdf] Asking for cache data failed [ 11.156549] sd 2:0:0:4: [sdf] Assuming drive cache: write through [ 11.157189] sd 2:0:0:5: [sdg] Asking for cache data failed [ 11.157190] sd 2:0:0:5: [sdg] Assuming drive cache: write through [ 11.157873] sd 2:0:0:6: [sdh] Asking for cache data failed [ 11.157876] sd 2:0:0:6: [sdh] Assuming drive cache: write through [ 11.158546] sd 2:0:0:7: [sdi] Asking for cache data failed [ 11.158549] sd 2:0:0:7: [sdi] Assuming drive cache: write through [ 11.166017] sd 2:0:0:0: [sdb] READ CAPACITY failed [ 11.166020] sd 2:0:0:0: [sdb] [ 11.166021] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.166023] sd 2:0:0:0: [sdb] [ 11.166024] Sense Key : Illegal Request [current] [ 11.166026] sd 2:0:0:0: [sdb] [ 11.166028] Add. Sense: Invalid command operation code [ 11.179765] sd 2:0:0:0: [sdb] Cache data unavailable [ 11.179769] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 11.186808] sd 2:0:0:0: [sdb] Attached SCSI disk [ 11.187566] sd 2:0:0:1: [sdc] Unit Not Ready [ 11.187569] sd 2:0:0:1: [sdc] [ 11.187570] Sense Key : Illegal Request [current] [ 11.187573] sd 2:0:0:1: [sdc] [ 11.187575] Add. Sense: Logical unit not supported [ 11.188336] sd 2:0:0:2: [sdd] Unit Not Ready [ 11.188340] sd 2:0:0:2: [sdd] [ 11.188342] Sense Key : Illegal Request [current] [ 11.188345] sd 2:0:0:2: [sdd] [ 11.188347] Add. Sense: Logical unit not supported [ 11.188806] sd 2:0:0:3: [sde] Unit Not Ready [ 11.188809] sd 2:0:0:3: [sde] [ 11.188810] Sense Key : Illegal Request [current] [ 11.188812] sd 2:0:0:3: [sde] [ 11.188814] Add. Sense: Logical unit not supported [ 11.189652] sd 2:0:0:4: [sdf] Unit Not Ready [ 11.189655] sd 2:0:0:4: [sdf] [ 11.189656] Sense Key : Illegal Request [current] [ 11.189658] sd 2:0:0:4: [sdf] [ 11.189659] Add. Sense: Logical unit not supported [ 11.190572] sd 2:0:0:5: [sdg] Unit Not Ready [ 11.190575] sd 2:0:0:5: [sdg] [ 11.190576] Sense Key : Illegal Request [current] [ 11.190578] sd 2:0:0:5: [sdg] [ 11.190580] Add. Sense: Logical unit not supported [ 11.191591] sd 2:0:0:6: [sdh] Unit Not Ready [ 11.191594] sd 2:0:0:6: [sdh] [ 11.191595] Sense Key : Illegal Request [current] [ 11.191597] sd 2:0:0:6: [sdh] [ 11.191599] Add. Sense: Logical unit not supported [ 11.192234] sd 2:0:0:7: [sdi] Unit Not Ready [ 11.192237] sd 2:0:0:7: [sdi] [ 11.192238] Sense Key : Illegal Request [current] [ 11.192241] sd 2:0:0:7: [sdi] [ 11.192243] Add. Sense: Logical unit not supported [ 11.205113] sd 2:0:0:1: [sdc] READ CAPACITY failed [ 11.205118] sd 2:0:0:1: [sdc] [ 11.205121] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.205123] sd 2:0:0:1: [sdc] [ 11.205125] Sense Key : Illegal Request [current] [ 11.205128] sd 2:0:0:1: [sdc] [ 11.205131] Add. Sense: Logical unit not supported [ 11.206012] sd 2:0:0:2: [sdd] READ CAPACITY failed [ 11.206016] sd 2:0:0:2: [sdd] [ 11.206019] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.206021] sd 2:0:0:2: [sdd] [ 11.206023] Sense Key : Illegal Request [current] [ 11.206027] sd 2:0:0:2: [sdd] [ 11.206029] Add. Sense: Logical unit not supported [ 11.206851] sd 2:0:0:3: [sde] READ CAPACITY failed [ 11.206855] sd 2:0:0:3: [sde] [ 11.206857] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.206859] sd 2:0:0:3: [sde] [ 11.206861] Sense Key : Illegal Request [current] [ 11.206864] sd 2:0:0:3: [sde] [ 11.206867] Add. Sense: Logical unit not supported [ 11.207690] sd 2:0:0:4: [sdf] READ CAPACITY failed [ 11.207694] sd 2:0:0:4: [sdf] [ 11.207696] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.207698] sd 2:0:0:4: [sdf] [ 11.207700] Sense Key : Illegal Request [current] [ 11.207704] sd 2:0:0:4: [sdf] [ 11.207706] Add. Sense: Logical unit not supported [ 11.208536] sd 2:0:0:5: [sdg] READ CAPACITY failed [ 11.208540] sd 2:0:0:5: [sdg] [ 11.208542] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.208544] sd 2:0:0:5: [sdg] [ 11.208546] Sense Key : Illegal Request [current] [ 11.208549] sd 2:0:0:5: [sdg] [ 11.208551] Add. Sense: Logical unit not supported [ 11.209722] sd 2:0:0:6: [sdh] READ CAPACITY failed [ 11.209725] sd 2:0:0:6: [sdh] [ 11.209726] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.209728] sd 2:0:0:6: [sdh] [ 11.209729] Sense Key : Illegal Request [current] [ 11.209731] sd 2:0:0:6: [sdh] [ 11.209733] Add. Sense: Logical unit not supported [ 11.210264] sd 2:0:0:7: [sdi] READ CAPACITY failed [ 11.210267] sd 2:0:0:7: [sdi] [ 11.210269] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 11.210271] sd 2:0:0:7: [sdi] [ 11.210272] Sense Key : Illegal Request [current] [ 11.210275] sd 2:0:0:7: [sdi] [ 11.210277] Add. Sense: Logical unit not supported [ 11.223164] sd 2:0:0:1: [sdc] Test WP failed, assume Write Enabled [ 11.223989] sd 2:0:0:2: [sdd] Test WP failed, assume Write Enabled [ 11.224837] sd 2:0:0:3: [sde] Test WP failed, assume Write Enabled [ 11.225758] sd 2:0:0:4: [sdf] Test WP failed, assume Write Enabled [ 11.226550] sd 2:0:0:5: [sdg] Test WP failed, assume Write Enabled [ 11.227468] sd 2:0:0:6: [sdh] Test WP failed, assume Write Enabled [ 11.228272] sd 2:0:0:7: [sdi] Test WP failed, assume Write Enabled [ 11.229155] sd 2:0:0:1: [sdc] Asking for cache data failed [ 11.229159] sd 2:0:0:1: [sdc] Assuming drive cache: write through [ 11.230006] sd 2:0:0:2: [sdd] Asking for cache data failed [ 11.230010] sd 2:0:0:2: [sdd] Assuming drive cache: write through [ 11.230823] sd 2:0:0:3: [sde] Asking for cache data failed [ 11.230826] sd 2:0:0:3: [sde] Assuming drive cache: write through [ 11.231526] sd 2:0:0:4: [sdf] Asking for cache data failed [ 11.231529] sd 2:0:0:4: [sdf] Assuming drive cache: write through [ 11.232173] sd 2:0:0:5: [sdg] Asking for cache data failed [ 11.232176] sd 2:0:0:5: [sdg] Assuming drive cache: write through [ 11.232827] sd 2:0:0:6: [sdh] Asking for cache data failed [ 11.232830] sd 2:0:0:6: [sdh] Assuming drive cache: write through [ 11.233481] sd 2:0:0:7: [sdi] Asking for cache data failed [ 11.233484] sd 2:0:0:7: [sdi] Assuming drive cache: write through [ 11.234256] sd 2:0:0:1: [sdc] Attached SCSI disk [ 11.234756] sd 2:0:0:2: [sdd] Attached SCSI disk [ 11.235122] sd 2:0:0:3: [sde] Attached SCSI disk [ 11.235399] sd 2:0:0:4: [sdf] Attached SCSI disk [ 11.235732] sd 2:0:0:5: [sdg] Attached SCSI disk [ 11.236027] sd 2:0:0:6: [sdh] Attached SCSI disk [ 11.236340] sd 2:0:0:7: [sdi] Attached SCSI disk [ 11.480078] bio: create slab at 1 [ 11.762782] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled [ 11.767361] XFS (dm-1): Mounting Filesystem [ 11.887955] XFS (dm-1): Ending clean mount [ 12.171943] systemd-journald[216]: Received SIGTERM [ 12.528838] type=1404 audit(1607606329.027:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 12.681091] SELinux: 2048 avtab hash slots, 106409 rules. [ 12.699278] SELinux: 2048 avtab hash slots, 106409 rules. [ 12.726616] SELinux: 8 users, 86 roles, 4801 types, 280 bools, 1 sens, 1024 cats [ 12.726618] SELinux: 83 classes, 106409 rules [ 12.732179] SELinux: Completing initialization. [ 12.732181] SELinux: Setting up existing superblocks. [ 12.732187] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 12.732192] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts [ 12.732202] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts [ 12.732206] SELinux: initialized (dev proc, type proc), uses genfs_contexts [ 12.732239] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.732262] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs [ 12.733557] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs [ 12.733562] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts [ 12.734529] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs [ 12.734534] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts [ 12.734536] SELinux: initialized (dev aio, type aio), not configured for labeling [ 12.734539] SELinux: initialized (dev devpts, type devpts), uses transition SIDs [ 12.734559] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 12.734565] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs [ 12.734571] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts [ 12.734583] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts [ 12.734588] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts [ 12.735089] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.735096] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.735209] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs [ 12.735247] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735255] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts [ 12.735258] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts [ 12.735271] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735276] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735281] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735288] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735292] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735295] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735299] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735306] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735309] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts [ 12.735314] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts [ 12.735322] SELinux: initialized (dev dm-1, type xfs), uses xattr [ 12.748396] type=1403 audit(1607606329.246:3): policy loaded auid=4294967295 ses=4294967295 [ 12.753288] systemd[1]: Successfully loaded SELinux policy in 247.077ms. [ 12.876253] systemd[1]: Relabelled /dev and /run in 29.923ms. [ 14.292678] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts [ 14.523958] systemd-journald[717]: Vacuuming done, freed 0 bytes [ 14.541014] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs [ 15.114317] RPC: Registered named UNIX socket transport module. [ 15.114321] RPC: Registered udp transport module. [ 15.114322] RPC: Registered tcp transport module. [ 15.114323] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 15.116763] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts [ 15.225675] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 15.228210] SELinux: initialized (dev nfsd, type nfsd), uses genfscontexts [ 15.326427] systemd-udevd[767]: starting version 208 [ 15.506878] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 15.508635] EDAC MC: Ver: 3.0.0 [ 15.510863] ACPI Warning: SystemIO range 0x00000000000005a8-0x00000000000005af conflicts with OpRegion 0x00000000000005a8-0x00000000000005af (_SB.PCI0.LPC0.GPE0) (20130517/utaddress-254) [ 15.510872] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 15.510876] ACPI Warning: SystemIO range 0x0000000000000430-0x000000000000043f conflicts with OpRegion 0x0000000000000439-0x0000000000000439 (_SB.PCI0.RIL) (20130517/utaddress-254) [ 15.510881] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 15.510884] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000042f conflicts with OpRegion 0x000000000000040e-0x000000000000040e (_SB.PCI0.RIT) (20130517/utaddress-254) [ 15.510888] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000042f conflicts with OpRegion 0x000000000000040c-0x000000000000040c (_SB.PCI0.RTY) (20130517/utaddress-254) [ 15.510892] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 15.510894] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 15.511310] i801_smbus 0000:00:1f.3: enabling device (0140 -> 0143) [ 15.511584] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt [ 15.512009] EDAC MC1: Giving out device to 'i7core_edac.c' 'i7 core #1': DEV 0000:fe:03.0 [ 15.512145] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:fe:03.0' (POLLED) [ 15.512715] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:ff:03.0 [ 15.513596] EDAC PCI1: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:ff:03.0' (POLLED) [ 15.513800] EDAC i7core: Driver loaded, 2 memory controller(s) found. [ 15.525446] ioatdma: Intel(R) QuickData Technology Driver 4.00 [ 15.525492] ioatdma 0000:00:16.0: enabling device (0000 -> 0002) [ 15.525736] ioatdma 0000:00:16.0: irq 87 for MSI/MSI-X [ 15.526003] ioatdma 0000:00:16.1: enabling device (0000 -> 0002) [ 15.526211] ioatdma 0000:00:16.1: irq 88 for MSI/MSI-X [ 15.526464] ioatdma 0000:00:16.2: enabling device (0000 -> 0002) [ 15.526689] ioatdma 0000:00:16.2: irq 89 for MSI/MSI-X [ 15.526974] ioatdma 0000:00:16.3: enabling device (0000 -> 0002) [ 15.527189] ioatdma 0000:00:16.3: irq 90 for MSI/MSI-X [ 15.528809] ioatdma 0000:00:16.4: enabling device (0000 -> 0002) [ 15.529054] ioatdma 0000:00:16.4: irq 91 for MSI/MSI-X [ 15.529434] ioatdma 0000:00:16.5: enabling device (0000 -> 0002) [ 15.529600] ioatdma 0000:00:16.5: irq 92 for MSI/MSI-X [ 15.529956] ioatdma 0000:00:16.6: enabling device (0000 -> 0002) [ 15.530162] ioatdma 0000:00:16.6: irq 93 for MSI/MSI-X [ 15.531283] ioatdma 0000:00:16.7: enabling device (0000 -> 0002) [ 15.531506] ioatdma 0000:00:16.7: irq 94 for MSI/MSI-X [ 15.544867] ipmi message handler version 39.2 [ 15.547474] IPMI System Interface driver. [ 15.547521] ipmi_si: probing via SMBIOS [ 15.547524] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0 [ 15.547526] ipmi_si: Adding SMBIOS-specified kcs state machine [ 15.547530] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0 [ 15.548877] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 15.663690] alg: No test for gcm-aes-aesni (driver-gcm-aes-aesni) [ 15.672339] alg: No test for crc32 (crc32-pclmul) [ 15.688689] cdc_ether 5-2:1.0 usb0: register 'cdc_ether' at usb-0000:00:1d.0-2, CDC Ethernet Device, e6:1f:13:b2:ae:33 [ 15.688738] usbcore: registered new interface driver cdc_ether [ 15.696924] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround [ 15.722129] iTCO_vendor_support: vendor-support=0 [ 15.723559] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10 [ 15.723623] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x05e0) [ 15.724394] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 15.725256] ipmi device interface [ 15.736282] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x000002, prod_id: 0x00dc, dev_id: 0x20) [ 15.736293] ipmi_si ipmi_si.0: IPMI kcs interface initialized [ 15.745269] systemd-udevd[780]: renamed network interface usb0 to enp0s29f0u2 [ 15.942840] Adding 8273916k swap on /dev/mapper/rootvg-swap. Priority:-1 extents:1 across:8273916k FS [ 16.012959] XFS (sda2): Mounting Filesystem [ 16.177802] XFS (sda2): Ending clean mount [ 16.177818] SELinux: initialized (dev sda2, type xfs), uses xattr [ 16.288362] SELinux: initialized (dev sda1, type vfat), uses genfs_contexts [ 16.298719] XFS (dm-2): Mounting Filesystem [ 16.415665] XFS (dm-2): Ending clean mount [ 16.415679] SELinux: initialized (dev dm-2, type xfs), uses xattr [ 16.422674] systemd-journald[717]: Received request to flush runtime journal from PID 1 [ 16.698271] type=1305 audit(1607606333.193:4): audit_pid=988 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ 17.004942] pfo: module verification failed: signature and/or required key missing - tainting kernel [ 17.006261] pfo: Driver installed. [ 17.053880] lin_tape 3.0.39 is loaded. [ 17.053884] lin_tape: support_dio is enabled. [ 17.124564] sd 0:2:0:0: Attached scsi generic sg0 type 0 [ 17.124682] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 17.124803] sd 2:0:0:1: Attached scsi generic sg2 type 0 [ 17.124929] sd 2:0:0:2: Attached scsi generic sg3 type 0 [ 17.125084] sd 2:0:0:3: Attached scsi generic sg4 type 0 [ 17.125238] sd 2:0:0:4: Attached scsi generic sg5 type 0 [ 17.125409] sd 2:0:0:5: Attached scsi generic sg6 type 0 [ 17.125622] sd 2:0:0:6: Attached scsi generic sg7 type 0 [ 17.125795] sd 2:0:0:7: Attached scsi generic sg8 type 0 [ 17.125952] sd 1:0:0:0: Attached scsi generic sg9 type 0 [ 19.101287] [drm] mga base 0 [ 19.140003] ip_tables: (C) 2000-2006 Netfilter Core Team [ 19.285986] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 19.299668] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 19.338785] Ebtables v2.0 registered [ 19.351477] Bridge firewalling registered [ 19.574379] bnx2 0000:0b:00.0: irq 95 for MSI/MSI-X [ 19.574393] bnx2 0000:0b:00.0: irq 96 for MSI/MSI-X [ 19.574403] bnx2 0000:0b:00.0: irq 97 for MSI/MSI-X [ 19.574412] bnx2 0000:0b:00.0: irq 98 for MSI/MSI-X [ 19.574420] bnx2 0000:0b:00.0: irq 99 for MSI/MSI-X [ 19.574430] bnx2 0000:0b:00.0: irq 100 for MSI/MSI-X [ 19.574438] bnx2 0000:0b:00.0: irq 101 for MSI/MSI-X [ 19.574448] bnx2 0000:0b:00.0: irq 102 for MSI/MSI-X [ 19.574458] bnx2 0000:0b:00.0: irq 103 for MSI/MSI-X [ 19.618365] bnx2 0000:0b:00.0 enp11s0f0: using MSIX [ 19.618466] IPv6: ADDRCONF(NETDEV_UP): enp11s0f0: link is not ready [ 19.634745] bnx2 0000:0b:00.1: irq 104 for MSI/MSI-X [ 19.634757] bnx2 0000:0b:00.1: irq 105 for MSI/MSI-X [ 19.634767] bnx2 0000:0b:00.1: irq 106 for MSI/MSI-X [ 19.634778] bnx2 0000:0b:00.1: irq 107 for MSI/MSI-X [ 19.634790] bnx2 0000:0b:00.1: irq 108 for MSI/MSI-X [ 19.634799] bnx2 0000:0b:00.1: irq 109 for MSI/MSI-X [ 19.634807] bnx2 0000:0b:00.1: irq 110 for MSI/MSI-X [ 19.634817] bnx2 0000:0b:00.1: irq 111 for MSI/MSI-X [ 19.634825] bnx2 0000:0b:00.1: irq 112 for MSI/MSI-X [ 19.678368] bnx2 0000:0b:00.1 enp11s0f1: using MSIX [ 19.678406] IPv6: ADDRCONF(NETDEV_UP): enp11s0f1: link is not ready [ 19.774171] IPv6: ADDRCONF(NETDEV_UP): ens2f0: link is not ready [ 19.870206] IPv6: ADDRCONF(NETDEV_UP): ens2f1: link is not ready [ 20.379969] [drm] mga base 0 [ 20.743011] IPv6: ADDRCONF(NETDEV_UP): enp11s0f0: link is not ready [ 22.585233] [drm] mga base 0 [ 22.627623] bnx2 0000:0b:00.0 enp11s0f0: NIC Copper Link is Up, 1000 Mbps full duplex

[ 22.628714] IPv6: ADDRCONF(NETDEV_CHANGE): enp11s0f0: link becomes ready [ 23.463025] [drm] mga base 0

Bogy990 commented 3 years ago

okay issue solved it was the tape firmware was very old and after update it it's now working thanks all for your time