[opensuse] How to set VGA mode after boot, like bootloader does? (for 'kexec' consistency)
I found that it's the boot loader that sets the initial screen mode before the kernel is loaded. It is often set again during boot by programs that set the console keyboard and font -- and seems to be separate from the mode one is in during a graphical boot. I'm trying to figure out how to set that VGA mode from "userland" (running as root) just before jumping to a new kernel with kexec. If I don't, kexec starts the new kernel in a non-deterministic mode that displays mostly garbage on the screen up until the screen's mode is reset by console kbd+font progs. Alternatively -- I've also seen the screen go blank for the entire boot process until the system displays the login prompt. Does anyone know how to do set the VGA mode from userland so kexec will start in a known state? I don't think the method used in boot loaders would work, as I think they are making BIOS calls to detect and set modes... :-( Thanks MUCH!... linda -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
L A Walsh composed on 2016-11-22 13:45 (UTC-0800):
I found that it's the boot loader that sets the initial screen mode before the kernel is loaded.
It is often set again during boot by programs that set the console keyboard and font -- and seems to be separate from the mode one is in during a graphical boot.
I'm trying to figure out how to set that VGA mode from "userland" (running as root) just before jumping to a new kernel with kexec.
If I don't, kexec starts the new kernel in a non-deterministic mode that displays mostly garbage on the screen up until the screen's mode is reset by console kbd+font progs. Alternatively -- I've also seen the screen go blank for the entire boot process until the system displays the login prompt.
Does anyone know how to do set the VGA mode from userland so kexec will start in a known state?
I don't think the method used in boot loaders would work, as I think they are making BIOS calls to detect and set modes... :-(
So you want to be able to do this on any normal boot? Why not do as I do as a matter of course, disable graphical boot? I don't know how Grub2 works WRT initializing video mode because I don't use it. Same for Lilo. But with Grub, I notice only one mode switch during boot, and that resultant mode remains on the vttys as long as the boot lasts. The change I notice is either from whatever it is that the kernel or Grub come up with on its/their own as a consequence of vga= or no vga= being present on cmdline, to whatever KMS produces as a result of the video= I put on the cmdline. That switch's timing apparently varies with kernel version, but occurs roughly halfway through the init process. In Fedora that switch is particularly noticable because post-switch the foreground color is initially yellow but quickly changes to normal gray/white. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/22/2016 06:26 PM, Felix Miata wrote:
I don't know how Grub2 works WRT initializing video mode because I don't use it.
Well I do and I changed entries in /etc/default/grub to match my screen/resolution and video: < GRUB_TERMINAL=gfxterm ---
#GRUB_TERMINAL=console
and < GRUB_GFXMODE=1280x1024 ---
#GRUB_GFXMODE=640x480
I also made fonts available and introduced a "default" theme loadfont ($root)/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2 loadfont ($root)/grub2/themes/openSUSE/DejaVuSans10.pf2 loadfont ($root)/grub2/themes/openSUSE/DejaVuSans12.pf2 loadfont ($root)/grub2/themes/openSUSE/ascii.pf2 set theme=($root)/grub2/themes/openSUSE/theme.txt export theme YMMV One can, of course, add other fonts, other themes :-) Then YMMV very very much! -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Anton Aylward composed on 2016-11-22 19:10 (UTC-0500):
Felix Miata wrote:
I don't know how Grub2 works WRT initializing video mode because I don't use it.
Well I do and I changed entries in /etc/default/grub to match my screen/resolution and video:
< GRUB_TERMINAL=gfxterm ---
#GRUB_TERMINAL=console
and
< GRUB_GFXMODE=1280x1024 ---
#GRUB_GFXMODE=640x480
I also made fonts available and introduced a "default" theme
"Introduced" to what? Is this something that applies post-boot? Something only grub-mkconfig uses? Other???
loadfont ($root)/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2 loadfont ($root)/grub2/themes/openSUSE/DejaVuSans10.pf2 loadfont ($root)/grub2/themes/openSUSE/DejaVuSans12.pf2 loadfont ($root)/grub2/themes/openSUSE/ascii.pf2 set theme=($root)/grub2/themes/openSUSE/theme.txt export theme
YMMV One can, of course, add other fonts, other themes :-) Then YMMV very very much!
I routinely move installations among various displays, so I prefer the convenience of gfxboot and its automatic Grub stanza presentation for editing so I can match up what will be output to the hardware it will be output upon. It's part of one of my personal KISS paradigms. The software development world's preference for itty bitty fonts virtually everywhere just doesn't work for me. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/22/2016 07:28 PM, Felix Miata wrote:
I also made fonts available and introduced a "default" theme
"Introduced" to what? Is this something that applies post-boot? Something only grub-mkconfig uses? Other???
That was done with YAST actually. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Anton Aylward composed on 2016-11-22 19:36 (UTC-0500):
Felix Miata wrote:
I also made fonts available and introduced a "default" theme
"Introduced" to what? Is this something that applies post-boot? Something only grub-mkconfig uses? Other???
That was done with YAST actually.
Then what happened? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Felix Miata wrote:
So you want to be able to do this on any normal boot?
--- ?? What's a normal boot -- you mean from disk (after a machine reset) or from RAM using kexec?
Why not do as I do as a matter of course, disable graphical boot?
I do. But the kernel still will set its idea of some mode to support different 'fonts'. It's also true that by default, 80x25 is too few lines for me. So I resize to about 100+ x 43... I say 100-plus because I don't remember the exact width, but its about 43 lines tall.
don't know how Grub2 works WRT initializing video mode because I don't use it. Same for Lilo. But with Grub, I notice only one mode switch during boot, and that resultant mode remains on the vttys as long as the boot lasts.
Hmmm....
The change I notice is either from whatever it is that the kernel or Grub come up with on its/their own as a consequence of vga= or no vga= being present on cmdline,
---- Tried putting a vga= on command line, but lilo complains saying to not put it on the command line and that the global flag is handled by lilo... to whatever KMS produces as a result of the
video= I put on the cmdline.
Hmmm... the vga mode in the global section sets it before the kernel unpacks, as I usually see that message, then: [ 0.000000] Linux version 4.8.8-Isht-Van (lw@Ishtar) (gcc version 4.9.0 (SUSE Linux) ) #1 SMP PREEMPT Thu Nov 17 14:06:12 PST 2016 [ 0.000000] Command line: BOOT_IMAGE=488-Isht-Van rw root=/dev/sdc1 root=/dev/sdc1 rw showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 [ 0.000000] KERNEL supported cpus: .... (but no timing info on screen). -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/24/2016 01:04 AM, L. A. Walsh wrote:
But the kernel still will set its idea of some mode to support different 'fonts'. It's also true that by default, 80x25 is too few lines for me. So I resize to about 100+ x 43... I say 100-plus because I don't remember the exact width, but its about 43 lines tall.
don't know how Grub2 works WRT initializing video mode because I don't use it. Same for Lilo. But with Grub, I notice only one mode switch during boot, and that resultant mode remains on the vttys as long as the boot lasts.
Hmmm....
As for my "hmmm"... In my /boot/grib2/grub.cfg there is a stanza that reads if loadfont $font ; then set gfxmode=1280x1024 load_video insmod gfxterm set locale_dir=$prefix/locale set lang=POSIX insmod gettext fi The "set gfxmode=1280x1024" I edited in manually to match my physical screen. It seems pointless to me to d anything unless you've set that. As I mentioned before, and please don't depreciate it again, I make sure that there is a value set for $font, one of /boot/grib2/font/*.pf2 That determines the font size to fit. As others have pointed out, once set in boot its going to stay there unless you have code elsewhere that changes it. Yes "as long as boot lasts" and then it stays that way on the vttys for me because I don't have anything that changes as things move and the "login:" prompt appears. I imagine its possible that the systemd process that start up the login process could make an alternation. # systemctl status systemd-logind.service systemd-logind.service - Login Service Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static) Active: active (running) since Thu 2016-11-24 06:43:57 EST; 11h ago Docs: man:systemd-logind.service(8) man:logind.conf(5) http://www.freedesktop.org/wiki/Software/systemd/logind http://www.freedesktop.org/wiki/Software/systemd/multiseat Main PID: 1434 (systemd-logind) Status: "Processing requests..." CGroup: /system.slice/systemd-logind.service └─1434 /usr/lib/systemd/systemd-logind You might also consider making use of the 'bootchart' facility to see 'under the hood', what else boot is doing. You'll need to turn on the option for short-lived processes. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Anton Aylward wrote:
On 11/24/2016 01:04 AM, L. A. Walsh wrote:
But the kernel still will set its idea of some mode to support different 'fonts'. It's also true that by default, 80x25 is too few lines for me. So I resize to about 100+ x 43... I say 100-plus because I don't remember the exact width, but its about 43 lines tall.
don't know how Grub2 works WRT initializing video mode because I don't use it. Same for Lilo. But with Grub, I notice only one mode switch during boot, and that resultant mode remains on the vttys as long as the boot lasts.
Hmmm....
As for my "hmmm"...
In my /boot/grib2/grub.cfg there is a stanza that reads
if loadfont $font ; then set gfxmode=1280x1024 load_video insmod gfxterm set locale_dir=$prefix/locale set lang=POSIX insmod gettext fi
The "set gfxmode=1280x1024" I edited in manually to match my physical screen. It seems pointless to me to d anything unless you've set that.
I don't have something by that setting name in lilo. I have vga=[...]... which takes "modes" that set the resolution.
As I mentioned before, and please don't depreciate it again,
---- Don't what? I'm not sure what I did, so don't know if I might do it again.
I make sure that there is a value set for $font, one of /boot/grib2/font/*.pf2 That determines the font size to fit.
No fonts listed in lilo. The fonts I'm talking about are after the user-mode code is running, one of the early things done is setting a font with "showconsolefont". That can reset the video mode if it specifies a different size font than what you were using. The console fonts and keymaps are under /usr/share/kbd on my system.
As others have pointed out, once set in boot its going to stay there unless you have code elsewhere that changes it. Yes "as long as boot lasts" and then it stays that way on the vttys for me because I don't have anything that changes as things move and the "login:" prompt appears.
---- Well -- as said, no font is set during boot other than what might be builtin. After boot, a console font is set -- maybe that is needed to load some other font before the 'kexec' call from userland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/22/2016 04:45 PM, L A Walsh wrote:
I found that it's the boot loader that sets the initial screen mode before the kernel is loaded.
It is often set again during boot by programs that set the console keyboard and font -- and seems to be separate from the mode one is in during a graphical boot.
Dunno. I've been using grub2 for ages and have none of the jumping around or inconsistent - you say 'non-deterministic' - display you describe. I can only be of limited help. Perhaps https://www.kernel.org/doc/Documentation/svga.txt would be useful You will need to know what what modes your VGA framebuffer supports. On boot, go into grub command line and use
vbeinfo
Does anyone know how to do set the VGA mode from userland so kexec will start in a known state?
By 'userland' do you mean as a user process after boot has completed?? Sort of like in /etc/init.d/boot.local you mean? (assuming it you don't want to do it via a one-time systemd init.) I'm unclear why, once the resolution/font is set in grub, it gets changed, unless you have quite explicitly configured it so. If I were you I'd check the paths to see if it hasn't been done. Its the sort of check I might carry you if I 'inherited' a machine that had been configured by someone else and I was uncomfortable with that was going on. It strikes me that this 'userland' setting is forcing the issue after the "non-deterministic" behaviour rather than uncovering why it behaves that way. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2016-11-23 01:04, Anton Aylward wrote:
On 11/22/2016 04:45 PM, L A Walsh wrote:
Does anyone know how to do set the VGA mode from userland so kexec will start in a known state?
By 'userland' do you mean as a user process after boot has completed?? Sort of like in /etc/init.d/boot.local you mean? (assuming it you don't want to do it via a one-time systemd init.)
No. Kexex is used on a running system. The idea is to set the the vga mode, then run kexec, which starts in the wanted mode. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
Carlos E. R. wrote:
On 2016-11-23 01:04, Anton Aylward wrote:
On 11/22/2016 04:45 PM, L A Walsh wrote:
Does anyone know how to do set the VGA mode from userland so kexec will start in a known state? By 'userland' do you mean as a user process after boot has completed?? Sort of like in /etc/init.d/boot.local you mean? (assuming it you don't want to do it via a one-time systemd init.)
No. Kexex is used on a running system. The idea is to set the the vga mode, then run kexec, which starts in the wanted mode.
^^^ -- yeah, what Carlos said.. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Anton Aylward wrote:
Dunno. I've been using grub2 for ages and have none of the jumping around or inconsistent - you say 'non-deterministic' - display you describe. I can only be of limited help.
kexec from userland, doesn't go through grub or lilo. That's part of the problem. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
23.11.2016 00:45, L A Walsh пишет:
I found that it's the boot loader that sets the initial screen mode before the kernel is loaded.
It is often set again during boot by programs that set the console keyboard and font -- and seems to be separate from the mode one is in during a graphical boot.
I'm trying to figure out how to set that VGA mode from "userland" (running as root) just before jumping to a new kernel with kexec.
As far as I can tell - early boot (platform dependent) kernel code fills in screen_info structure describing current video mode at the time kernel is booted - later video drivers use screen_info during initialization - kexec passes original screen_info onto loaded kernel, thus making it start using whatever video mode was in effect when original kernel was booted. It also contains interesting comment /* Copying screen_info will do? */ memcpy(¶ms->screen_info, &boot_params.screen_info, sizeof(struct screen_info)); So it appears there is no way to do what you want.
If I don't, kexec starts the new kernel in a non-deterministic mode that displays mostly garbage on the screen up until the screen's mode is reset by console kbd+font progs. Alternatively -- I've also seen the screen go blank for the entire boot process until the system displays the login prompt.
Does anyone know how to do set the VGA mode from userland so kexec will start in a known state?
I don't think the method used in boot loaders would work, as I think they are making BIOS calls to detect and set modes... :-(
There are suggestions that using kexec --real-mode may work, as it makes loaded kernel to go through real-mode entry point that queries video BIOS for current modes. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Andrei Borzenkov wrote:
As far as I can tell
- early boot (platform dependent) kernel code fills in screen_info structure describing current video mode at the time kernel is booted
This *seems* to partly contradict the code in lilo. It allows "vga="ask|ext|extended|normal|NNN|0xHHH" and claims that this vga setting is done in lilo. To try to ensure it is only done in lilo it disallows the "vga=xxx" parameter in the "append" section of a kernel-boot specification.
- later video drivers use screen_info during initialization
--- Don't have any of those -- and to try to move this problem "forward", I turned off the "kbd" setup which loads a font (and keymap) for the console to try to support multiple locales and/or unicode. I hoped that by not changing the video mode, the screen would be "left" in the its original mode so a kexec wouldn't need to "restore it first". It didn't work -- and I wasn't really accurate by saying "garbage" was spewed on the screen -- more specifically, it looks like the normal boot progress (after it unpacks) as it initially comes up -- BUT, there are no "CR/LF's" each line of output is appended to the previous until it got about 2/3rd's the way down where it scrolled previous text up. That continued for maybe 10 seconds, then something reset it. Now I notice one point of potential problem: lilo sets the vga mode to 43 lines x 133 columns, but I don't think the kernel is getting the "news", since about 146 lines into the boot log, I see a message: Console: colour VGA+ 80x25 console [tty0] enabled console [ttyS0] enabled ---- I.e. the kernel maybe thinks the VGA screen is in 80x25...which isn't how 'lilo' left it. FWIW, when the screen came up, it came up (according to stty) in a 50x80 mode, but the bottom 6.5 lines were cut off (yes, no matter how I adjusted the screen tuning, the 44th line only shows the top half. That got "solved" by saying "stty rows 43". Now all 43 rows display, but I'm not sure what the width is set to (says 80). So I think I need to try to pass a vga param w/kexec -- not sure if that will help or not, but likely my next step. Good thing it is "kexec". After the HW boots (~11 seconds), I see the disks being mounted (~1.2 secs), and another ~7 seconds to bring up all the services (it's a server not a desktop).
- kexec passes original screen_info onto loaded kernel, thus making it start using whatever video mode was in effect when original kernel was booted. It also contains interesting comment
/* Copying screen_info will do? */ memcpy(¶ms->screen_info, &boot_params.screen_info, sizeof(struct screen_info));
So it appears there is no way to do what you want.
--- Hmm... great.
There are suggestions that using
kexec --real-mode
may work, as it makes loaded kernel to go through real-mode entry point that queries video BIOS for current modes.
Hmmm... will put that on my list of things to try as well... (sigh)... Thanks.. Linda -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
27.11.2016 01:27, L. A. Walsh пишет:
Andrei Borzenkov wrote:
As far as I can tell
- early boot (platform dependent) kernel code fills in screen_info structure describing current video mode at the time kernel is booted
This *seems* to partly contradict the code in lilo. It allows "vga="ask|ext|extended|normal|NNN|0xHHH" and claims that this vga setting is done in lilo.
Yes, it was not exactly accurate. vga= is interpreted by bootloader, translated into number and put in list of parameters for kernel; later real-mode code in kernel picks up this value and initializes screen_info. If no vga= was present on kernel command line, it defaults to the value built in kernel image, which defaults to normal text mode VGA in upstream Makefile. 32 bit kernel entry point entirely bypasses real-mode code and expects screen_info that contains valid information. In this case it is filled in by bootloader (or, apparently, by kexec code as we have seen). ...
Now I notice one point of potential problem: lilo sets the vga mode to 43 lines x 133 columns, but I don't think the kernel is getting the "news", since about 146 lines into the boot log, I see a message:
Console: colour VGA+ 80x25 console [tty0] enabled console [ttyS0] enabled
---- I.e. the kernel maybe thinks the VGA screen is in 80x25...which isn't how 'lilo' left it.
Please show full dmesg for your bare metal boot and for you kexec boot as well as lilo section for your kernel. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Andrei Borzenkov wrote:
Please show full dmesg for your bare metal boot and for you kexec boot as well as lilo section for your kernel.
Wasn't clear about when to cut of the log, but included up to the end of the kernal log. 1st: lilo. image ending in VnVG is one trying VGA-only console (no frame buff stuff). ----- menu-scheme = Wb:kw:Wb:Wb serial = 0,115200n8 read-write timeout = 60 large-memory compact prompt default = 4811-Isht-VnVG menu-title = "Ishtar Boot" lba32 # modes 0x30A 132x43 #0x31b - 1280x1024x32 # 0x31c, 0x31d - 1600x1200x16 vga = 0x30A boot = /dev/sdc root = /dev/sdc1 image = /boot/vmlinuz-4.8.11-Isht-VnVG label = 4811-Isht-VnVG append = "root=/dev/sdc1 rw showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1" root = /dev/sdc1 ======================================================================== Below is the boot-up to just a bit past where user-space starts. Of note, these lines: [ 5.599399] XFS (sdc1): Mounting V4 Filesystem ... [ 5.781958] XFS (sdc1): Ending clean mount [ 5.781994] VFS: Mounted root (xfs filesystem) on device 8:33. are my root filesystem being mounted, and these lines: [ 6.285397] XFS (sdc6): Mounting V4 Filesystem [ 6.361103] XFS (sdc6): Ending clean mount are where /usr is being mounted. (BTW, "realmode" didn't work for rebooting an image w/kexec (machine froze). klogd 1.4.1, log source = ksyslog started. [ 0.000000] Linux version 4.8.11-Isht-VnVG (root@Ishtar) (gcc version 4.9.0 (SUSE Linux) ) #4 SMP PREEMPT Sat Nov 26 22:47:25 PST 2016 [ 0.000000] Command line: auto BOOT_IMAGE=4811-Isht-VnVG rw root=/dev/sdc1 root=/dev/sdc1 rw showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf378fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf379000-0x00000000bf38efff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bf38f000-0x00000000bf3cdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bf3ce000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000183fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Dell Inc. PowerEdge T610/0CX0R0, BIOS 6.3.0 07/24/2012 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x1840000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-D7FFF write-back [ 0.000000] D8000-EBFFF uncachable [ 0.000000] EC000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FF80000000 write-back [ 0.000000] 1 base 0080000000 mask FFC0000000 write-back [ 0.000000] 2 base 0100000000 mask FF00000000 write-back [ 0.000000] 3 base 0200000000 mask FE00000000 write-back [ 0.000000] 4 base 0400000000 mask FC00000000 write-back [ 0.000000] 5 base 0800000000 mask F800000000 write-back [ 0.000000] 6 base 1000000000 mask F800000000 write-back [ 0.000000] 7 base 1800000000 mask FFC0000000 write-back [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xbf379 max_arch_pfn = 0x400000000 [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x02b7c000, 0x02b7cfff] PGTABLE [ 0.000000] BRK [0x02b7d000, 0x02b7dfff] PGTABLE [ 0.000000] BRK [0x02b7e000, 0x02b7efff] PGTABLE [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F1150 000024 (v02 DELL ) [ 0.000000] ACPI: XSDT 0x00000000000F1254 00009C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: FACP 0x00000000BF3B3F9C 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: DSDT 0x00000000BF38F000 003DD0 (v01 DELL PE_SC3 00000001 INTL 20050624) [ 0.000000] ACPI: FACS 0x00000000BF3B6000 000040 [ 0.000000] ACPI: FACS 0x00000000BF3B6000 000040 [ 0.000000] ACPI: APIC 0x00000000BF3B3478 00015E (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SPCR 0x00000000BF3B35D8 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HPET 0x00000000BF3B362C 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: DMAR 0x00000000BF3B3668 0001D0 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: MCFG 0x00000000BF3B38C4 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: WDAT 0x00000000BF3B3904 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SLIC 0x00000000BF3B3A3C 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: ERST 0x00000000BF392F70 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HEST 0x00000000BF3931E0 0003A8 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: BERT 0x00000000BF392DD0 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: EINJ 0x00000000BF392E00 000170 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SRAT 0x00000000BF3B3BC0 000370 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: TCPA 0x00000000BF3B3F34 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SSDT 0x00000000BF3B7000 0037A4 (v01 INTEL PPM RCM 80000001 INTL 20061109) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x00 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x02 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x04 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x30 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x10 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x12 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x14 -> Node 1 [ 0.000000] ACPI: SRAT: Node 1 PXM 2 [mem 0x00000000-0xbfffffff] [ 0.000000] ACPI: SRAT: Node 1 PXM 2 [mem 0x100000000-0xc3fffffff] [ 0.000000] ACPI: SRAT: Node 0 PXM 1 [mem 0xc40000000-0x183fffffff] [ 0.000000] NUMA: Node 1 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0xc3fffffff] -> [mem 0x00000000-0xc3fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x183fffb000-0x183fffdfff] [ 0.000000] NODE_DATA(1) allocated [mem 0xc3fffd000-0xc3fffffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000183fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 1: [mem 0x0000000000001000-0x000000000009cfff] [ 0.000000] node 1: [mem 0x0000000000100000-0x00000000bf378fff] [ 0.000000] node 1: [mem 0x0000000100000000-0x0000000c3fffffff] [ 0.000000] node 0: [mem 0x0000000c40000000-0x000000183fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000c40000000-0x000000183fffffff] [ 0.000000] On node 0 totalpages: 12582912 [ 0.000000] Normal zone: 196608 pages used for memmap [ 0.000000] Normal zone: 12582912 pages, LIFO batch:31 [ 0.000000] Initmem setup node 1 [mem 0x0000000000001000-0x0000000c3fffffff] [ 0.000000] On node 1 totalpages: 12579605 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 6 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 12174 pages used for memmap [ 0.000000] DMA32 zone: 779129 pages, LIFO batch:31 [ 0.000000] Normal zone: 184320 pages used for memmap [ 0.000000] Normal zone: 11796480 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55 [ 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: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 [ 0.000000] smpboot: 32 Processors exceeds NR_CPUS limit of 12 [ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:2 [ 0.000000] percpu: Embedded 483 pages/cpu @ffff880c0f200000 s1940952 r8192 d29224 u2097152 [ 0.000000] pcpu-alloc: s1940952 r8192 d29224 u2097152 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 [0] 02 [0] 04 [0] 06 [0] 08 [0] 10 [1] 01 [1] 03 [ 0.000000] pcpu-alloc: [1] 05 [1] 07 [1] 09 [1] 11 [ 0.000000] Built 2 zonelists in Node order, mobility grouping on. Total pages: 24769345 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: reboot=bios auto BOOT_IMAGE=4811-Isht-VnVG rw root=/dev/sdc1 root=/dev/sdc1 rw showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 98958688K/100650068K available (7662K kernel code, 1376K rwdata, 3096K rodata, 2976K init, 11464K bss, 1691380K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=2 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] NR_IRQS:4352 nr_irqs:1064 16 [ 0.000000] Console: colour VGA+ 132x43 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536 [ 0.000000] ... CHAINHASH_SIZE: 32768 [ 0.000000] memory used by lock dependency info: 8639 kB [ 0.000000] per task-struct memory footprint: 2688 bytes [ 0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2793.053 MHz processor [ 0.000027] Calibrating delay loop (skipped), value calculated using timer frequency.. 5586.10 BogoMIPS (lpj=2793053) [ 0.010806] pid_max: default: 32768 minimum: 301 [ 0.015587] ACPI: Core revision 20160422 [ 0.026260] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.032810] [ 0.041118] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes) [ 0.076756] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes) [ 0.096626] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.104008] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.112907] CPU: Physical Processor ID: 1 [ 0.117061] CPU: Processor Core ID: 0 [ 0.120856] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.127010] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.134179] mce: CPU supports 9 MCE banks [ 0.138322] CPU0: Thermal monitoring enabled (TM1) [ 0.143239] process: using mwait in idle threads [ 0.147980] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 [ 0.153591] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.160158] Freeing SMP alternatives memory: 28K (ffffffff82042000 - ffffffff82049000) [ 0.168282] ftrace: allocating 26868 entries in 105 pages [ 0.186016] smpboot: APIC(20) Converting physical 1 to logical package 0 [ 0.192846] smpboot: APIC(0) Converting physical 0 to logical package 1 [ 0.199587] smpboot: Max logical packages: 6 [ 0.203980] DMAR: Host address width 40 [ 0.207943] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 [ 0.213390] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020f6 [ 0.221431] DMAR: RMRR base: 0x000000bf4c8000 end: 0x000000bf4dffff [ 0.227824] DMAR: RMRR base: 0x000000bf4b1000 end: 0x000000bf4bffff [ 0.234216] DMAR: RMRR base: 0x000000bf4a1000 end: 0x000000bf4a1fff [ 0.240609] DMAR: RMRR base: 0x000000bf4a3000 end: 0x000000bf4a3fff [ 0.246990] DMAR: RMRR base: 0x000000bf4a5000 end: 0x000000bf4a5fff [ 0.253381] DMAR: RMRR base: 0x000000bf4a7000 end: 0x000000bf4a7fff [ 0.259760] DMAR: RMRR base: 0x000000bf4a9000 end: 0x000000bf4a9fff [ 0.266149] DMAR: RMRR base: 0x000000bf4c0000 end: 0x000000bf4c0fff [ 0.272539] DMAR: RMRR base: 0x000000bf4c2000 end: 0x000000bf4c2fff [ 0.278937] DMAR: ATSR flags: 0x0 [ 0.282374] Switched APIC routing to physical flat. [ 0.287951] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.405297] smpboot: CPU0: Intel(R) Xeon(R) CPU X5660 @ 2.80GHz (family: 0x6, model: 0x2c, stepping: 0x2) [ 0.416105] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver. [ 0.424817] core: CPUID marked event: 'bus cycles' unavailable [ 0.430774] ... version: 3 [ 0.434929] ... bit width: 48 [ 0.439137] ... generic registers: 4 [ 0.443262] ... value mask: 0000ffffffffffff [ 0.448691] ... max period: 000000007fffffff [ 0.454119] ... fixed-purpose events: 3 [ 0.458248] ... event mask: 000000070000000f [ 0.471844] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.484358] x86: Booting SMP configuration: [ 0.488667] .... node #1, CPUs: #1 [ 0.577645] .... node #0, CPUs: #2 [ 0.647650] .... node #1, CPUs: #3 [ 0.717612] .... node #0, CPUs: #4 [ 0.787636] .... node #1, CPUs: #5 [ 0.857615] .... node #0, CPUs: #6 [ 0.927623] .... node #1, CPUs: #7 [ 0.997617] .... node #0, CPUs: #8 [ 1.071020] .... node #1, CPUs: #9 [ 1.141577] .... node #0, CPUs: #10 [ 1.211599] .... node #1, CPUs: #11 [ 1.277341] x86: Booted up 2 nodes, 12 CPUs [ 1.281945] smpboot: Total of 12 processors activated (67029.71 BogoMIPS) [ 1.304710] devtmpfs: initialized [ 1.308783] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 1.318979] NET: Registered protocol family 16 [ 1.329247] cpuidle: using governor menu [ 1.333377] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 1.341071] ACPI: bus type PCI registered [ 1.345300] dca service started, version 1.12.1 [ 1.349984] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 1.359401] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 1.366326] PCI: Using configuration type 1 for base access [ 1.381612] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.388089] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.395264] ACPI: Added _OSI(Module Device) [ 1.399568] ACPI: Added _OSI(Processor Device) [ 1.404120] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.408941] ACPI: Added _OSI(Processor Aggregator Device) [ 1.415480] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 1.427043] ACPI: Interpreter enabled [ 1.430836] ACPI: (supports S0 S5) [ 1.434347] ACPI: Using IOAPIC for interrupt routing [ 1.439652] HEST: Table parsing has been initialized. [ 1.444836] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.463543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.469864] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 1.478382] acpi PNP0A08:00: PCIe AER handled by firmware [ 1.484343] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] [ 1.492108] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 1.500831] PCI host bridge to bus 0000:00 [ 1.505066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.511969] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.518873] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.526469] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfdffffff window] [ 1.534066] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] [ 1.541669] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.547302] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000 [ 1.547399] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 1.547557] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 [ 1.547633] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 1.547782] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 [ 1.547859] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 1.547997] pci 0000:00:04.0: [8086:340b] type 01 class 0x060400 [ 1.548071] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 1.548205] pci 0000:00:05.0: [8086:340c] type 01 class 0x060400 [ 1.548285] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 1.548422] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 [ 1.548497] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 1.548635] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 [ 1.548709] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 1.548844] pci 0000:00:0a.0: [8086:3411] type 01 class 0x060400 [ 1.548916] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold [ 1.549060] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 [ 1.549246] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 [ 1.549428] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 [ 1.549608] pci 0000:00:16.0: [8086:3430] type 00 class 0x088000 [ 1.549625] pci 0000:00:16.0: reg 0x10: [mem 0xdf0e0000-0xdf0e3fff 64bit] [ 1.549808] pci 0000:00:16.1: [8086:3431] type 00 class 0x088000 [ 1.549824] pci 0000:00:16.1: reg 0x10: [mem 0xdf0e4000-0xdf0e7fff 64bit] [ 1.550005] pci 0000:00:16.2: [8086:3432] type 00 class 0x088000 [ 1.550021] pci 0000:00:16.2: reg 0x10: [mem 0xdf0e8000-0xdf0ebfff 64bit] [ 1.550202] pci 0000:00:16.3: [8086:3433] type 00 class 0x088000 [ 1.550219] pci 0000:00:16.3: reg 0x10: [mem 0xdf0ec000-0xdf0effff 64bit] [ 1.550408] pci 0000:00:16.4: [8086:3429] type 00 class 0x088000 [ 1.550425] pci 0000:00:16.4: reg 0x10: [mem 0xdf0f0000-0xdf0f3fff 64bit] [ 1.550606] pci 0000:00:16.5: [8086:342a] type 00 class 0x088000 [ 1.550623] pci 0000:00:16.5: reg 0x10: [mem 0xdf0f4000-0xdf0f7fff 64bit] [ 1.550803] pci 0000:00:16.6: [8086:342b] type 00 class 0x088000 [ 1.550819] pci 0000:00:16.6: reg 0x10: [mem 0xdf0f8000-0xdf0fbfff 64bit] [ 1.551002] pci 0000:00:16.7: [8086:342c] type 00 class 0x088000 [ 1.551018] pci 0000:00:16.7: reg 0x10: [mem 0xdf0fc000-0xdf0fffff 64bit] [ 1.551202] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 [ 1.551256] pci 0000:00:1a.0: reg 0x20: [io 0xcc40-0xcc5f] [ 1.551411] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 [ 1.551460] pci 0000:00:1a.1: reg 0x20: [io 0xcc60-0xcc7f] [ 1.551624] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 [ 1.551644] pci 0000:00:1a.7: reg 0x10: [mem 0xdf0de000-0xdf0de3ff] [ 1.551745] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 1.551861] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 [ 1.551911] pci 0000:00:1d.0: reg 0x20: [io 0xcc80-0xcc9f] [ 1.552063] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 [ 1.552113] pci 0000:00:1d.1: reg 0x20: [io 0xcca0-0xccbf] [ 1.552271] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300 [ 1.552320] pci 0000:00:1d.2: reg 0x20: [io 0xccc0-0xccdf] [ 1.552474] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300 [ 1.552523] pci 0000:00:1d.3: reg 0x20: [io 0xcce0-0xccff] [ 1.552684] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 [ 1.552705] pci 0000:00:1d.7: reg 0x10: [mem 0xdf0df000-0xdf0df3ff] [ 1.552806] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 1.552923] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 1.553101] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 [ 1.553193] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO [ 1.561234] pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO [ 1.568494] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) [ 1.576198] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f) [ 1.583891] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f) [ 1.591726] pci 0000:00:1f.2: [8086:2921] type 00 class 0x01018f [ 1.591742] pci 0000:00:1f.2: reg 0x10: [io 0xcc10-0xcc17] [ 1.591751] pci 0000:00:1f.2: reg 0x14: [io 0xcc08-0xcc0b] [ 1.591759] pci 0000:00:1f.2: reg 0x18: [io 0xcc18-0xcc1f] [ 1.591768] pci 0000:00:1f.2: reg 0x1c: [io 0xcc0c-0xcc0f] [ 1.591777] pci 0000:00:1f.2: reg 0x20: [io 0xcc20-0xcc2f] [ 1.591785] pci 0000:00:1f.2: reg 0x24: [io 0xcc30-0xcc3f] [ 1.592011] pci 0000:01:00.0: [14e4:1639] type 00 class 0x020000 [ 1.592032] pci 0000:01:00.0: reg 0x10: [mem 0xda000000-0xdbffffff 64bit] [ 1.592153] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.592263] pci 0000:01:00.1: [14e4:1639] type 00 class 0x020000 [ 1.592284] pci 0000:01:00.1: reg 0x10: [mem 0xdc000000-0xddffffff 64bit] [ 1.592404] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold [ 1.595266] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.600354] pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] [ 1.600434] pci 0000:03:00.0: [8086:105e] type 00 class 0x020000 [ 1.600451] pci 0000:03:00.0: reg 0x10: [mem 0xdf180000-0xdf19ffff] [ 1.600461] pci 0000:03:00.0: reg 0x14: [mem 0xdf1a0000-0xdf1bffff] [ 1.600471] pci 0000:03:00.0: reg 0x18: [io 0xecc0-0xecdf] [ 1.600565] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 1.600662] pci 0000:03:00.1: [8086:105e] type 00 class 0x020000 [ 1.600679] pci 0000:03:00.1: reg 0x10: [mem 0xdf1c0000-0xdf1dffff] [ 1.600689] pci 0000:03:00.1: reg 0x14: [mem 0xdf1e0000-0xdf1fffff] [ 1.600699] pci 0000:03:00.1: reg 0x18: [io 0xece0-0xecff] [ 1.600791] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold [ 1.603261] pci 0000:00:03.0: PCI bridge to [bus 03] [ 1.608346] pci 0000:00:03.0: bridge window [io 0xe000-0xefff] [ 1.608349] pci 0000:00:03.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 1.608415] pci 0000:00:04.0: PCI bridge to [bus 04] [ 1.613584] pci 0000:05:00.0: [8086:1528] type 00 class 0x020000 [ 1.613604] pci 0000:05:00.0: reg 0x10: [mem 0xd9a00000-0xd9bfffff 64bit pref] [ 1.613634] pci 0000:05:00.0: reg 0x20: [mem 0xd99f8000-0xd99fbfff 64bit pref] [ 1.613643] pci 0000:05:00.0: reg 0x30: [mem 0xdf200000-0xdf27ffff pref] [ 1.613712] pci 0000:05:00.0: PME# supported from D0 D3hot [ 1.613748] pci 0000:05:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit] [ 1.613750] pci 0000:05:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 64 VFs) [ 1.623705] pci 0000:05:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit] [ 1.623706] pci 0000:05:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR3 for 64 VFs) [ 1.633929] pci 0000:05:00.1: [8086:1528] type 00 class 0x020000 [ 1.633950] pci 0000:05:00.1: reg 0x10: [mem 0xd9c00000-0xd9dfffff 64bit pref] [ 1.633979] pci 0000:05:00.1: reg 0x20: [mem 0xd99fc000-0xd99fffff 64bit pref] [ 1.633989] pci 0000:05:00.1: reg 0x30: [mem 0xdf200000-0xdf27ffff pref] [ 1.634057] pci 0000:05:00.1: PME# supported from D0 D3hot [ 1.634086] pci 0000:05:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit] [ 1.634088] pci 0000:05:00.1: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 64 VFs) [ 1.644055] pci 0000:05:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit] [ 1.644056] pci 0000:05:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR3 for 64 VFs) [ 1.657257] pci 0000:00:05.0: PCI bridge to [bus 05] [ 1.662355] pci 0000:00:05.0: bridge window [mem 0xdf200000-0xdf2fffff] [ 1.662360] pci 0000:00:05.0: bridge window [mem 0xd9800000-0xd9dfffff 64bit pref] [ 1.662422] pci 0000:00:07.0: PCI bridge to [bus 06] [ 1.667573] pci 0000:07:00.0: [1000:005b] type 00 class 0x010400 [ 1.667587] pci 0000:07:00.0: reg 0x10: [io 0xdc00-0xdcff] [ 1.667599] pci 0000:07:00.0: reg 0x14: [mem 0xdf3bc000-0xdf3bffff 64bit] [ 1.667612] pci 0000:07:00.0: reg 0x1c: [mem 0xdf3c0000-0xdf3fffff 64bit] [ 1.667627] pci 0000:07:00.0: reg 0x30: [mem 0xdf300000-0xdf31ffff pref] [ 1.667693] pci 0000:07:00.0: supports D1 D2 [ 1.670253] pci 0000:00:09.0: PCI bridge to [bus 07] [ 1.675357] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff] [ 1.675360] pci 0000:00:09.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 1.675438] pci 0000:02:00.0: [1000:0060] type 00 class 0x010400 [ 1.675458] pci 0000:02:00.0: reg 0x10: [mem 0xdf480000-0xdf4bffff 64bit] [ 1.675468] pci 0000:02:00.0: reg 0x18: [io 0xfc00-0xfcff] [ 1.675482] pci 0000:02:00.0: reg 0x1c: [mem 0xdf4c0000-0xdf4fffff 64bit] [ 1.675501] pci 0000:02:00.0: reg 0x30: [mem 0xdf400000-0xdf41ffff pref] [ 1.675563] pci 0000:02:00.0: supports D1 [ 1.678253] pci 0000:00:0a.0: PCI bridge to [bus 02] [ 1.683333] pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] [ 1.683336] pci 0000:00:0a.0: bridge window [mem 0xdf400000-0xdf4fffff] [ 1.683407] pci 0000:08:03.0: [102b:0532] type 00 class 0x030000 [ 1.683424] pci 0000:08:03.0: reg 0x10: [mem 0xd9000000-0xd97fffff pref] [ 1.683435] pci 0000:08:03.0: reg 0x14: [mem 0xde7fc000-0xde7fffff] [ 1.683445] pci 0000:08:03.0: reg 0x18: [mem 0xde800000-0xdeffffff] [ 1.683483] pci 0000:08:03.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.683626] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode) [ 1.690541] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] [ 1.690547] pci 0000:00:1e.0: bridge window [mem 0xd9000000-0xd97fffff 64bit pref] [ 1.690548] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 1.690550] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 1.690551] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 1.690552] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfdffffff window] (subtractive decode) [ 1.690554] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) [ 1.692659] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15) [ 1.700301] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15) [ 1.707956] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15) [ 1.715643] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15) [ 1.723251] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15) [ 1.730853] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15) [ 1.738464] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.747310] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 *5 6 7 10 11 14 15) [ 1.754893] ACPI: Enabled 1 GPEs in block 00 to 3F [ 1.760079] SCSI subsystem initialized [ 1.763971] libata version 3.00 loaded. [ 1.763979] ACPI: bus type USB registered [ 1.768149] usbcore: registered new interface driver usbfs [ 1.773778] usbcore: registered new interface driver hub [ 1.779278] usbcore: registered new device driver usb [ 1.784469] pps_core: LinuxPPS API ver. 1 registered [ 1.789549] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.798801] PTP clock support registered [ 1.802841] EDAC MC: Ver: 3.0.0 [ 1.806360] PCI: Using ACPI for IRQ routing [ 1.817313] PCI: Discovered peer bus fe [ 1.821274] PCI: root bus fe: using default resources [ 1.821275] PCI: Probing PCI hardware (bus fe) [ 1.821324] ACPI: \: failed to evaluate _DSM (0x1001) [ 1.826499] PCI host bridge to bus 0000:fe [ 1.830704] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] [ 1.836998] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] [ 1.844153] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] [ 1.852189] pci_bus 0000:fe: busn_res: can not insert [bus fe-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.852196] pci 0000:fe:00.0: [8086:2c70] type 00 class 0x060000 [ 1.852287] pci 0000:fe:00.1: [8086:2d81] type 00 class 0x060000 [ 1.852376] pci 0000:fe:02.0: [8086:2d90] type 00 class 0x060000 [ 1.852459] pci 0000:fe:02.1: [8086:2d91] type 00 class 0x060000 [ 1.852544] pci 0000:fe:02.2: [8086:2d92] type 00 class 0x060000 [ 1.852627] pci 0000:fe:02.3: [8086:2d93] type 00 class 0x060000 [ 1.852710] pci 0000:fe:02.4: [8086:2d94] type 00 class 0x060000 [ 1.852793] pci 0000:fe:02.5: [8086:2d95] type 00 class 0x060000 [ 1.852877] pci 0000:fe:03.0: [8086:2d98] type 00 class 0x060000 [ 1.852961] pci 0000:fe:03.1: [8086:2d99] type 00 class 0x060000 [ 1.853044] pci 0000:fe:03.2: [8086:2d9a] type 00 class 0x060000 [ 1.853130] pci 0000:fe:03.4: [8086:2d9c] type 00 class 0x060000 [ 1.853220] pci 0000:fe:04.0: [8086:2da0] type 00 class 0x060000 [ 1.853304] pci 0000:fe:04.1: [8086:2da1] type 00 class 0x060000 [ 1.853386] pci 0000:fe:04.2: [8086:2da2] type 00 class 0x060000 [ 1.853469] pci 0000:fe:04.3: [8086:2da3] type 00 class 0x060000 [ 1.853555] pci 0000:fe:05.0: [8086:2da8] type 00 class 0x060000 [ 1.853637] pci 0000:fe:05.1: [8086:2da9] type 00 class 0x060000 [ 1.853720] pci 0000:fe:05.2: [8086:2daa] type 00 class 0x060000 [ 1.853803] pci 0000:fe:05.3: [8086:2dab] type 00 class 0x060000 [ 1.853890] pci 0000:fe:06.0: [8086:2db0] type 00 class 0x060000 [ 1.853973] pci 0000:fe:06.1: [8086:2db1] type 00 class 0x060000 [ 1.854055] pci 0000:fe:06.2: [8086:2db2] type 00 class 0x060000 [ 1.854139] pci 0000:fe:06.3: [8086:2db3] type 00 class 0x060000 [ 1.854248] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe [ 1.854251] pci_bus 0000:fe: busn_res: can not insert [bus fe] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.854278] PCI: Discovered peer bus ff [ 1.861218] PCI: root bus ff: using default resources [ 1.861218] PCI: Probing PCI hardware (bus ff) [ 1.861266] ACPI: \: failed to evaluate _DSM (0x1001) [ 1.866437] PCI host bridge to bus 0000:ff [ 1.870653] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] [ 1.876953] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] [ 1.884118] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] [ 1.892157] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.892164] pci 0000:ff:00.0: [8086:2c70] type 00 class 0x060000 [ 1.892255] pci 0000:ff:00.1: [8086:2d81] type 00 class 0x060000 [ 1.892347] pci 0000:ff:02.0: [8086:2d90] type 00 class 0x060000 [ 1.892432] pci 0000:ff:02.1: [8086:2d91] type 00 class 0x060000 [ 1.892518] pci 0000:ff:02.2: [8086:2d92] type 00 class 0x060000 [ 1.892603] pci 0000:ff:02.3: [8086:2d93] type 00 class 0x060000 [ 1.892688] pci 0000:ff:02.4: [8086:2d94] type 00 class 0x060000 [ 1.892773] pci 0000:ff:02.5: [8086:2d95] type 00 class 0x060000 [ 1.892860] pci 0000:ff:03.0: [8086:2d98] type 00 class 0x060000 [ 1.892945] pci 0000:ff:03.1: [8086:2d99] type 00 class 0x060000 [ 1.893033] pci 0000:ff:03.2: [8086:2d9a] type 00 class 0x060000 [ 1.893119] pci 0000:ff:03.4: [8086:2d9c] type 00 class 0x060000 [ 1.893207] pci 0000:ff:04.0: [8086:2da0] type 00 class 0x060000 [ 1.893298] pci 0000:ff:04.1: [8086:2da1] type 00 class 0x060000 [ 1.893383] pci 0000:ff:04.2: [8086:2da2] type 00 class 0x060000 [ 1.893468] pci 0000:ff:04.3: [8086:2da3] type 00 class 0x060000 [ 1.893559] pci 0000:ff:05.0: [8086:2da8] type 00 class 0x060000 [ 1.893644] pci 0000:ff:05.1: [8086:2da9] type 00 class 0x060000 [ 1.893728] pci 0000:ff:05.2: [8086:2daa] type 00 class 0x060000 [ 1.893813] pci 0000:ff:05.3: [8086:2dab] type 00 class 0x060000 [ 1.893903] pci 0000:ff:06.0: [8086:2db0] type 00 class 0x060000 [ 1.893988] pci 0000:ff:06.1: [8086:2db1] type 00 class 0x060000 [ 1.894072] pci 0000:ff:06.2: [8086:2db2] type 00 class 0x060000 [ 1.894158] pci 0000:ff:06.3: [8086:2db3] type 00 class 0x060000 [ 1.894271] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff [ 1.894273] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.894300] PCI: pci_cache_line_size set to 64 bytes [ 1.894465] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] [ 1.894467] e820: reserve RAM buffer [mem 0xbf379000-0xbfffffff] [ 1.894863] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 1.900379] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 1.908377] clocksource: Switched to clocksource hpet [ 1.941055] pnp: PnP ACPI init [ 1.944613] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.944694] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 1.945097] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active) [ 1.945483] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active) [ 1.946537] system 00:04: [io 0x0800-0x087f] has been reserved [ 1.952585] system 00:04: [io 0x0880-0x08ff] could not be reserved [ 1.958978] system 00:04: [io 0x0900-0x091f] has been reserved [ 1.965036] system 00:04: [io 0x0920-0x0923] has been reserved [ 1.971076] system 00:04: [io 0x0924] has been reserved [ 1.976500] system 00:04: [io 0x0c00-0x0c7f] has been reserved [ 1.982543] system 00:04: [io 0x0ca0-0x0ca7] has been reserved [ 1.988587] system 00:04: [io 0x0ca9-0x0cab] has been reserved [ 1.994639] system 00:04: [io 0x0cad-0x0caf] has been reserved [ 2.000684] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) [ 2.000766] pnp 00:05: [irq 0 disabled] [ 2.000850] system 00:05: [io 0x0ca8] has been reserved [ 2.006279] system 00:05: [io 0x0cac] has been reserved [ 2.011713] system 00:05: Plug and Play ACPI device, IDs IPI0001 PNP0c01 (active) [ 2.012647] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved [ 2.019382] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.019585] system 00:07: [mem 0xfed90000-0xfed91fff] could not be reserved [ 2.026678] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.027024] pnp: PnP ACPI: found 8 devices [ 2.039436] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.048432] pci 0000:05:00.1: can't claim BAR 6 [mem 0xdf200000-0xdf27ffff pref]: address conflict with 0000:05:00.0 [mem 0xdf200000-0xdf27ffff pref] [ 2.062034] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2 [ 2.062100] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.067190] pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] [ 2.074108] pci 0000:00:03.0: PCI bridge to [bus 03] [ 2.079185] pci 0000:00:03.0: bridge window [io 0xe000-0xefff] [ 2.085414] pci 0000:00:03.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 2.092320] pci 0000:00:04.0: PCI bridge to [bus 04] [ 2.097415] pci 0000:05:00.1: BAR 6: assigned [mem 0xdf280000-0xdf2fffff pref] [ 2.104779] pci 0000:05:00.0: BAR 7: no space for [mem size 0x00100000 64bit] [ 2.112041] pci 0000:05:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit] [ 2.119649] pci 0000:05:00.0: BAR 10: no space for [mem size 0x00100000 64bit] [ 2.126994] pci 0000:05:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit] [ 2.134697] pci 0000:05:00.1: BAR 7: no space for [mem size 0x00100000 64bit] [ 2.141954] pci 0000:05:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit] [ 2.149558] pci 0000:05:00.1: BAR 10: no space for [mem size 0x00100000 64bit] [ 2.156913] pci 0000:05:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit] [ 2.164725] pci 0000:00:05.0: PCI bridge to [bus 05] [ 2.169844] pci 0000:00:05.0: bridge window [mem 0xdf200000-0xdf2fffff] [ 2.176791] pci 0000:00:05.0: bridge window [mem 0xd9800000-0xd9dfffff 64bit pref] [ 2.184666] pci 0000:00:07.0: PCI bridge to [bus 06] [ 2.189765] pci 0000:00:09.0: PCI bridge to [bus 07] [ 2.194844] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff] [ 2.201064] pci 0000:00:09.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 2.207978] pci 0000:00:0a.0: PCI bridge to [bus 02] [ 2.213054] pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] [ 2.219271] pci 0000:00:0a.0: bridge window [mem 0xdf400000-0xdf4fffff] [ 2.226177] pci 0000:08:03.0: BAR 6: assigned [mem 0xde000000-0xde00ffff pref] [ 2.233519] pci 0000:00:1e.0: PCI bridge to [bus 08] [ 2.238607] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] [ 2.245539] pci 0000:00:1e.0: bridge window [mem 0xd9000000-0xd97fffff 64bit pref] [ 2.253405] pci_bus 0000:00: No. 2 try to assign unassigned res [ 2.253406] release child resource [mem 0xdf200000-0xdf27ffff pref] [ 2.253407] release child resource [mem 0xdf280000-0xdf2fffff pref] [ 2.253409] pci 0000:00:05.0: resource 14 [mem 0xdf200000-0xdf2fffff] released [ 2.253410] pci 0000:00:05.0: PCI bridge to [bus 05] [ 2.258524] pci 0000:00:05.0: bridge window [mem 0x00100000-0x001fffff] to [bus 05] add_size 400000 add_align 100000 [ 2.258555] pci 0000:00:05.0: res[14]=[mem 0x00100000-0x001fffff] res_to_dev_res add_size 400000 min_align 100000 [ 2.258557] pci 0000:00:05.0: res[14]=[mem 0x00100000-0x005fffff] res_to_dev_res add_size 400000 min_align 100000 [ 2.258559] pci 0000:00:05.0: BAR 14: assigned [mem 0xc0000000-0xc04fffff] [ 2.265573] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.270651] pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] [ 2.277566] pci 0000:00:03.0: PCI bridge to [bus 03] [ 2.282653] pci 0000:00:03.0: bridge window [io 0xe000-0xefff] [ 2.288877] pci 0000:00:03.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 2.295810] pci 0000:00:04.0: PCI bridge to [bus 04] [ 2.300895] pci 0000:05:00.0: res[7]=[mem size 0x00000000 64bit] res_to_dev_res add_size 100000 min_align 0 [ 2.300897] pci 0000:05:00.0: res[10]=[mem size 0x00000000 64bit] res_to_dev_res add_size 100000 min_align 0 [ 2.300898] pci 0000:05:00.1: res[7]=[mem size 0x00000000 64bit] res_to_dev_res add_size 100000 min_align 0 [ 2.300900] pci 0000:05:00.1: res[10]=[mem size 0x00000000 64bit] res_to_dev_res add_size 100000 min_align 0 [ 2.300902] pci 0000:05:00.0: BAR 6: assigned [mem 0xc0000000-0xc007ffff pref] [ 2.308245] pci 0000:05:00.1: BAR 6: assigned [mem 0xc0080000-0xc00fffff pref] [ 2.315583] pci 0000:05:00.0: BAR 7: assigned [mem 0xc0100000-0xc01fffff 64bit] [ 2.323021] pci 0000:05:00.0: BAR 10: assigned [mem 0xc0200000-0xc02fffff 64bit] [ 2.330546] pci 0000:05:00.1: BAR 7: assigned [mem 0xc0300000-0xc03fffff 64bit] [ 2.337987] pci 0000:05:00.1: BAR 10: assigned [mem 0xc0400000-0xc04fffff 64bit] [ 2.345526] pci 0000:00:05.0: PCI bridge to [bus 05] [ 2.350614] pci 0000:00:05.0: bridge window [mem 0xc0000000-0xc04fffff] [ 2.357515] pci 0000:00:05.0: bridge window [mem 0xd9800000-0xd9dfffff 64bit pref] [ 2.365406] pci 0000:00:07.0: PCI bridge to [bus 06] [ 2.370498] pci 0000:00:09.0: PCI bridge to [bus 07] [ 2.375608] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff] [ 2.381829] pci 0000:00:09.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 2.388741] pci 0000:00:0a.0: PCI bridge to [bus 02] [ 2.393860] pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] [ 2.400077] pci 0000:00:0a.0: bridge window [mem 0xdf400000-0xdf4fffff] [ 2.407019] pci 0000:00:1e.0: PCI bridge to [bus 08] [ 2.412112] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] [ 2.419024] pci 0000:00:1e.0: bridge window [mem 0xd9000000-0xd97fffff 64bit pref] [ 2.430118] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 2.430119] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 2.430120] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.430121] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfdffffff window] [ 2.430123] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window] [ 2.430124] pci_bus 0000:01: resource 1 [mem 0xda000000-0xddffffff] [ 2.430126] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 2.430127] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff] [ 2.430128] pci_bus 0000:05: resource 1 [mem 0xc0000000-0xc04fffff] [ 2.430130] pci_bus 0000:05: resource 2 [mem 0xd9800000-0xd9dfffff 64bit pref] [ 2.430131] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff] [ 2.430132] pci_bus 0000:07: resource 1 [mem 0xdf300000-0xdf3fffff] [ 2.430133] pci_bus 0000:02: resource 0 [io 0xf000-0xffff] [ 2.430135] pci_bus 0000:02: resource 1 [mem 0xdf400000-0xdf4fffff] [ 2.430136] pci_bus 0000:08: resource 1 [mem 0xde000000-0xdeffffff] [ 2.430137] pci_bus 0000:08: resource 2 [mem 0xd9000000-0xd97fffff 64bit pref] [ 2.430138] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7 window] [ 2.430140] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff window] [ 2.430141] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.430142] pci_bus 0000:08: resource 7 [mem 0xc0000000-0xfdffffff window] [ 2.430143] pci_bus 0000:08: resource 8 [mem 0xfed40000-0xfed44fff window] [ 2.430150] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] [ 2.430151] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] [ 2.430157] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] [ 2.430158] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] [ 2.430228] NET: Registered protocol family 2 [ 2.435223] TCP established hash table entries: 524288 (order: 10, 4194304 bytes) [ 2.443828] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes) [ 2.452663] TCP: Hash tables configured (established 524288 bind 65536) [ 2.459883] UDP hash table entries: 65536 (order: 11, 12582912 bytes) [ 2.470959] UDP-Lite hash table entries: 65536 (order: 11, 12582912 bytes) [ 2.482215] NET: Registered protocol family 1 [ 2.507566] pci 0000:07:00.0: [Firmware Bug]: VPD access disabled [ 2.513787] pci 0000:02:00.0: [Firmware Bug]: VPD access disabled [ 2.520001] pci 0000:08:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 2.528570] PCI: CLS 64 bytes, default 64 [ 2.531035] DMAR: dmar0: Using Queued invalidation [ 2.536008] DMAR: Setting RMRR: [ 2.539413] DMAR: Setting identity map for device 0000:00:1d.7 [0xbf4c2000 - 0xbf4c2fff] [ 2.547746] DMAR: Setting identity map for device 0000:00:1a.7 [0xbf4c0000 - 0xbf4c0fff] [ 2.556092] DMAR: Setting identity map for device 0000:00:1d.2 [0xbf4a9000 - 0xbf4a9fff] [ 2.564433] DMAR: Setting identity map for device 0000:00:1d.1 [0xbf4a7000 - 0xbf4a7fff] [ 2.572883] DMAR: Setting identity map for device 0000:00:1d.0 [0xbf4a5000 - 0xbf4a5fff] [ 2.581223] DMAR: Setting identity map for device 0000:00:1a.1 [0xbf4a3000 - 0xbf4a3fff] [ 2.589576] DMAR: Setting identity map for device 0000:00:1a.0 [0xbf4a1000 - 0xbf4a1fff] [ 2.597806] DMAR: Setting identity map for device 0000:00:1a.0 [0xbf4b1000 - 0xbf4bffff] [ 2.606011] DMAR: Setting identity map for device 0000:00:1a.1 [0xbf4b1000 - 0xbf4bffff] [ 2.614224] DMAR: Setting identity map for device 0000:00:1d.0 [0xbf4b1000 - 0xbf4bffff] [ 2.622439] DMAR: Setting identity map for device 0000:00:1d.1 [0xbf4b1000 - 0xbf4bffff] [ 2.630677] DMAR: Setting identity map for device 0000:00:1d.2 [0xbf4b1000 - 0xbf4bffff] [ 2.638915] DMAR: Setting identity map for device 0000:00:1a.7 [0xbf4c8000 - 0xbf4dffff] [ 2.647134] DMAR: Setting identity map for device 0000:00:1d.7 [0xbf4c8000 - 0xbf4dffff] [ 2.655371] DMAR: Prepare 0-16MiB unity mapping for LPC [ 2.660827] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 2.668420] DMAR: Intel(R) Virtualization Technology for Directed I/O [ 2.675145] iommu: Adding device 0000:00:00.0 to group 0 [ 2.680623] iommu: Adding device 0000:00:01.0 to group 1 [ 2.686116] iommu: Adding device 0000:00:03.0 to group 2 [ 2.691608] iommu: Adding device 0000:00:04.0 to group 3 [ 2.697089] iommu: Adding device 0000:00:05.0 to group 4 [ 2.702570] iommu: Adding device 0000:00:07.0 to group 5 [ 2.708044] iommu: Adding device 0000:00:09.0 to group 6 [ 2.713532] iommu: Adding device 0000:00:0a.0 to group 7 [ 2.719134] iommu: Adding device 0000:00:14.0 to group 8 [ 2.724611] iommu: Adding device 0000:00:14.1 to group 8 [ 2.730097] iommu: Adding device 0000:00:14.2 to group 8 [ 2.735907] iommu: Adding device 0000:00:16.0 to group 9 [ 2.741403] iommu: Adding device 0000:00:16.1 to group 9 [ 2.746895] iommu: Adding device 0000:00:16.2 to group 9 [ 2.752378] iommu: Adding device 0000:00:16.3 to group 9 [ 2.757867] iommu: Adding device 0000:00:16.4 to group 9 [ 2.763353] iommu: Adding device 0000:00:16.5 to group 9 [ 2.768829] iommu: Adding device 0000:00:16.6 to group 9 [ 2.774315] iommu: Adding device 0000:00:16.7 to group 9 [ 2.779912] iommu: Adding device 0000:00:1a.0 to group 10 [ 2.785502] iommu: Adding device 0000:00:1a.1 to group 10 [ 2.791076] iommu: Adding device 0000:00:1a.7 to group 10 [ 2.796822] iommu: Adding device 0000:00:1d.0 to group 11 [ 2.802407] iommu: Adding device 0000:00:1d.1 to group 11 [ 2.807986] iommu: Adding device 0000:00:1d.2 to group 11 [ 2.813551] iommu: Adding device 0000:00:1d.3 to group 11 [ 2.819127] iommu: Adding device 0000:00:1d.7 to group 11 [ 2.824720] iommu: Adding device 0000:00:1e.0 to group 12 [ 2.830369] iommu: Adding device 0000:00:1f.0 to group 13 [ 2.835956] iommu: Adding device 0000:00:1f.2 to group 13 [ 2.841601] iommu: Adding device 0000:01:00.0 to group 14 [ 2.847191] iommu: Adding device 0000:01:00.1 to group 14 [ 2.852800] iommu: Adding device 0000:03:00.0 to group 15 [ 2.858413] iommu: Adding device 0000:03:00.1 to group 16 [ 2.864013] iommu: Adding device 0000:05:00.0 to group 17 [ 2.869613] iommu: Adding device 0000:05:00.1 to group 18 [ 2.875206] iommu: Adding device 0000:07:00.0 to group 19 [ 2.880784] iommu: Adding device 0000:02:00.0 to group 20 [ 2.886304] iommu: Adding device 0000:08:03.0 to group 12 [ 2.891952] iommu: Adding device 0000:fe:00.0 to group 21 [ 2.897533] iommu: Adding device 0000:fe:00.1 to group 21 [ 2.903326] iommu: Adding device 0000:fe:02.0 to group 22 [ 2.908912] iommu: Adding device 0000:fe:02.1 to group 22 [ 2.914485] iommu: Adding device 0000:fe:02.2 to group 22 [ 2.920071] iommu: Adding device 0000:fe:02.3 to group 22 [ 2.925671] iommu: Adding device 0000:fe:02.4 to group 22 [ 2.931245] iommu: Adding device 0000:fe:02.5 to group 22 [ 2.936970] iommu: Adding device 0000:fe:03.0 to group 23 [ 2.942555] iommu: Adding device 0000:fe:03.1 to group 23 [ 2.948145] iommu: Adding device 0000:fe:03.2 to group 23 [ 2.953729] iommu: Adding device 0000:fe:03.4 to group 23 [ 2.959443] iommu: Adding device 0000:fe:04.0 to group 24 [ 2.965046] iommu: Adding device 0000:fe:04.1 to group 24 [ 2.973662] iommu: Adding device 0000:fe:04.2 to group 24 [ 2.979254] iommu: Adding device 0000:fe:04.3 to group 24 [ 2.984984] iommu: Adding device 0000:fe:05.0 to group 25 [ 2.990577] iommu: Adding device 0000:fe:05.1 to group 25 [ 2.996169] iommu: Adding device 0000:fe:05.2 to group 25 [ 3.001750] iommu: Adding device 0000:fe:05.3 to group 25 [ 3.007475] iommu: Adding device 0000:fe:06.0 to group 26 [ 3.013069] iommu: Adding device 0000:fe:06.1 to group 26 [ 3.018652] iommu: Adding device 0000:fe:06.2 to group 26 [ 3.024240] iommu: Adding device 0000:fe:06.3 to group 26 [ 3.029885] iommu: Adding device 0000:ff:00.0 to group 27 [ 3.035500] iommu: Adding device 0000:ff:00.1 to group 27 [ 3.041291] iommu: Adding device 0000:ff:02.0 to group 28 [ 3.046877] iommu: Adding device 0000:ff:02.1 to group 28 [ 3.052473] iommu: Adding device 0000:ff:02.2 to group 28 [ 3.058071] iommu: Adding device 0000:ff:02.3 to group 28 [ 3.063667] iommu: Adding device 0000:ff:02.4 to group 28 [ 3.069265] iommu: Adding device 0000:ff:02.5 to group 28 [ 3.074976] iommu: Adding device 0000:ff:03.0 to group 29 [ 3.080601] iommu: Adding device 0000:ff:03.1 to group 29 [ 3.086264] iommu: Adding device 0000:ff:03.2 to group 29 [ 3.091870] iommu: Adding device 0000:ff:03.4 to group 29 [ 3.097613] iommu: Adding device 0000:ff:04.0 to group 30 [ 3.103213] iommu: Adding device 0000:ff:04.1 to group 30 [ 3.108814] iommu: Adding device 0000:ff:04.2 to group 30 [ 3.114417] iommu: Adding device 0000:ff:04.3 to group 30 [ 3.120129] iommu: Adding device 0000:ff:05.0 to group 31 [ 3.125741] iommu: Adding device 0000:ff:05.1 to group 31 [ 3.131341] iommu: Adding device 0000:ff:05.2 to group 31 [ 3.136943] iommu: Adding device 0000:ff:05.3 to group 31 [ 3.142667] iommu: Adding device 0000:ff:06.0 to group 32 [ 3.148263] iommu: Adding device 0000:ff:06.1 to group 32 [ 3.153868] iommu: Adding device 0000:ff:06.2 to group 32 [ 3.159473] iommu: Adding device 0000:ff:06.3 to group 32 [ 3.169635] futex hash table entries: 4096 (order: 7, 524288 bytes) [ 3.176217] audit: initializing netlink subsys (disabled) [ 3.181798] audit: type=2000 audit(1480233827.713:1): initialized [ 3.188652] workingset: timestamp_bits=44 max_order=25 bucket_order=0 [ 3.198945] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 3.207301] cryptomgr_test (106) used greatest stack depth: 14344 bytes left [ 3.214490] cryptomgr_test (114) used greatest stack depth: 14336 bytes left [ 3.215588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.216701] io scheduler noop registered [ 3.216702] io scheduler deadline registered (default) [ 3.216719] io scheduler cfq registered [ 3.222189] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt [ 3.222191] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 3.222192] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt [ 3.222196] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded [ 3.222227] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt [ 3.222228] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt [ 3.222229] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt [ 3.222232] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded [ 3.222262] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt [ 3.222266] pcie_pme 0000:00:04.0:pcie001: service driver pcie_pme loaded [ 3.222296] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt [ 3.222297] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt [ 3.222298] pci 0000:05:00.1: Signaling PME through PCIe PME interrupt [ 3.222301] pcie_pme 0000:00:05.0:pcie001: service driver pcie_pme loaded [ 3.222331] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt [ 3.222334] pcie_pme 0000:00:07.0:pcie001: service driver pcie_pme loaded [ 3.222390] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt [ 3.222391] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt [ 3.222394] pcie_pme 0000:00:09.0:pcie001: service driver pcie_pme loaded [ 3.222424] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt [ 3.222426] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt [ 3.222429] pcie_pme 0000:00:0a.0:pcie001: service driver pcie_pme loaded [ 3.222489] intel_idle: MWAIT substates: 0x1120 [ 3.222490] intel_idle: v0.4.1 model 0x2C [ 3.233692] intel_idle: lapic_timer_reliable_states 0xffffffff [ 3.233706] ipmi message handler version 39.2 [ 3.233711] ipmi device interface [ 3.233747] IPMI System Interface driver. [ 3.233802] ipmi_si: probing via SMBIOS [ 3.233804] ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0 [ 3.233813] ipmi_si: Adding SMBIOS-specified kcs state machine [ 3.233815] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0 [ 3.383770] cryptomgr_test (116) used greatest stack depth: 13696 bytes left [ 3.606846] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) [ 3.615774] ipmi_si ipmi_si.0: IPMI kcs interface initialized [ 3.621735] ERST: Error Record Serialization Table (ERST) support is initialized. [ 3.629354] pstore: using zlib compression [ 3.633573] pstore: Registered erst as persistent store backend [ 3.639947] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. [ 3.647458] ioatdma: Intel(R) QuickData Technology Driver 4.00 [ 3.757108] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 3.784104] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.812172] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 3.821319] Non-volatile memory driver v1.3 [ 3.825743] [drm] Initialized drm 1.1.0 20060810 [ 3.833672] [TTM] Zone kernel: Available graphics memory: 49512334 kiB [ 3.840406] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 3.850438] [TTM] Initializing pool allocator [ 3.854917] [TTM] Initializing DMA pool allocator [ 3.891013] mgag200 0000:08:03.0: fb0: mgadrmfb frame buffer device [ 3.903443] [drm] Initialized mgag200 1.0.0 20110418 for 0000:08:03.0 on minor 0 [ 3.911213] Failed to find cpu0 device node [ 3.915511] Unable to detect cache hierarchy from DT for CPU 0 [ 3.922195] gpio_ich: GPIO from 451 to 511 on gpio_ich [ 3.927563] megasas: 06.811.02.00-rc1 [ 3.932488] megaraid_sas 0000:07:00.0: FW now in Ready state [ 3.938444] megaraid_sas 0000:07:00.0: firmware supports msix : (16) [ 3.944968] megaraid_sas 0000:07:00.0: current msix/online cpus : (12/12) [ 3.951868] megaraid_sas 0000:07:00.0: RDPQ mode : (disabled) [ 3.957879] megaraid_sas 0000:07:00.0: Current firmware maximum commands: 1008 LDIO threshold: 0 [ 3.989432] megaraid_sas 0000:07:00.0: Init cmd success [ 4.016430] megaraid_sas 0000:07:00.0: firmware type : Extended VD(240 VD)firmware [ 4.024117] megaraid_sas 0000:07:00.0: controller type : MR(1024MB) [ 4.030494] megaraid_sas 0000:07:00.0: Online Controller Reset(OCR) : Enabled [ 4.037740] megaraid_sas 0000:07:00.0: Secure JBOD support : No [ 4.109619] megaraid_sas 0000:07:00.0: INIT adapter done [ 4.115049] megaraid_sas 0000:07:00.0: Jbod map is not supported megasas_setup_jbod_map 4977 [ 4.179723] megaraid_sas 0000:07:00.0: pci id : (0x1000)/(0x005b)/(0x1000)/(0x9291) [ 4.187585] megaraid_sas 0000:07:00.0: unevenspan support : no [ 4.193530] megaraid_sas 0000:07:00.0: firmware crash dump : no [ 4.199566] megaraid_sas 0000:07:00.0: jbod sync map : no [ 4.205165] scsi host0: Avago SAS based MegaRAID driver [ 4.211420] tsc: Refined TSC clocksource calibration: 2792.999 MHz [ 4.212283] megaraid_sas 0000:02:00.0: FW now in Ready state [ 4.212322] megaraid_sas 0000:02:00.0: firmware supports msix : (0) [ 4.212324] megaraid_sas 0000:02:00.0: current msix/online cpus : (1/12) [ 4.212325] megaraid_sas 0000:02:00.0: RDPQ mode : (disabled) [ 4.243019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x28426b16f90, max_idle_ns: 440795205097 ns [ 4.256919] scsi 0:0:8:0: Enclosure LSI DE1600-SAS 0313 PQ: 0 ANSI: 5 [ 4.289951] scsi 0:0:9:0: Enclosure Areca ARC-8026-.01.14. 0114 PQ: 0 ANSI: 5 [ 4.308434] megaraid_sas 0000:02:00.0: controller type : MR(256MB) [ 4.314735] megaraid_sas 0000:02:00.0: Online Controller Reset(OCR) : Enabled [ 4.317528] scsi 0:0:10:0: Enclosure LSI DE1600-SAS 0313 PQ: 0 ANSI: 5 [ 4.330299] megaraid_sas 0000:02:00.0: Secure JBOD support : No [ 4.336333] megaraid_sas 0000:02:00.0: megasas_init_mfi: fw_support_ieee=0 [ 4.343320] megaraid_sas 0000:02:00.0: INIT adapter done [ 4.348750] megaraid_sas 0000:02:00.0: Jbod map is not supported megasas_setup_jbod_map 4977 [ 4.401345] megaraid_sas 0000:02:00.0: DCMD not supported by firmware - megasas_ld_list_query 4379 [ 4.422184] scsi 0:2:0:0: Direct-Access LSI MR9286CV-8e 3.45 PQ: 0 ANSI: 5 [ 4.430511] random: fast init done [ 4.432417] megaraid_sas 0000:02:00.0: pci id : (0x1000)/(0x0060)/(0x1028)/(0x1f0c) [ 4.432418] megaraid_sas 0000:02:00.0: unevenspan support : no [ 4.432419] megaraid_sas 0000:02:00.0: firmware crash dump : no [ 4.432420] megaraid_sas 0000:02:00.0: jbod sync map : no [ 4.432421] scsi host1: Avago SAS based MegaRAID driver [ 4.465039] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 4.470995] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.477318] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.501170] scsi 0:2:2:0: Direct-Access LSI MR9286CV-8e 3.45 PQ: 0 ANSI: 5 [ 4.551139] scsi 1:2:0:0: Direct-Access DELL PERC 6/i 1.40 PQ: 0 ANSI: 5 [ 4.599968] scsi 0:0:8:0: Attached scsi generic sg0 type 13 [ 4.606092] scsi 0:0:9:0: Attached scsi generic sg1 type 13 [ 4.612194] scsi 0:0:10:0: Attached scsi generic sg2 type 13 [ 4.618440] sd 0:2:0:0: Attached scsi generic sg3 type 0 [ 4.618675] sd 0:2:0:0: [sda] 46871347200 512-byte logical blocks: (24.0 TB/21.8 TiB) [ 4.618853] sd 0:2:0:0: [sda] Write Protect is off [ 4.618855] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08 [ 4.618941] sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.639471] sda: sda1 [ 4.640393] sd 0:2:0:0: [sda] Attached SCSI disk [ 4.653836] sd 0:2:2:0: Attached scsi generic sg4 type 0 [ 4.653890] sd 0:2:2:0: [sdb] 93755277312 512-byte logical blocks: (48.0 TB/43.7 TiB) [ 4.654128] sd 0:2:2:0: [sdb] Write Protect is off [ 4.654130] sd 0:2:2:0: [sdb] Mode Sense: 1f 00 00 08 [ 4.654259] sd 0:2:2:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.663926] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:15:17:bf:be:b2 [ 4.663927] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection [ 4.664003] e1000e 0000:03:00.0 eth0: MAC: 0, PHY: 4, PBA No: C57721-005 [ 4.664216] e1000e 0000:03:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.686214] sdb: sdb1 [ 4.686822] sd 0:2:2:0: [sdb] Attached SCSI disk [ 4.747316] sd 1:2:0:0: Attached scsi generic sg5 type 0 [ 4.747345] sd 1:2:0:0: [sdc] 284688384 512-byte logical blocks: (146 GB/136 GiB) [ 4.760515] sd 1:2:0:0: [sdc] Write Protect is off [ 4.765431] sd 1:2:0:0: [sdc] Mode Sense: 1f 00 00 08 [ 4.765743] sd 1:2:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.812255] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 sdc7 sdc8 sdc9 sdc10 > [ 4.821941] sd 1:2:0:0: [sdc] Attached SCSI disk [ 4.840165] e1000e 0000:03:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:15:17:bf:be:b3 [ 4.848197] e1000e 0000:03:00.1 eth1: Intel(R) PRO/1000 Network Connection [ 4.855262] e1000e 0000:03:00.1 eth1: MAC: 0, PHY: 4, PBA No: C57721-005 [ 4.862410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.871914] ehci-pci: EHCI PCI platform driver [ 4.877200] ehci-pci 0000:00:1a.7: EHCI Host Controller [ 4.882801] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 4.890345] ehci-pci 0000:00:1a.7: debug port 1 [ 4.898933] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported [ 4.898955] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdf0de000 [ 4.911414] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 4.917408] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.924321] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.931660] usb usb1: Product: EHCI Host Controller [ 4.936664] usb usb1: Manufacturer: Linux 4.8.11-Isht-VnVG ehci_hcd [ 4.943040] usb usb1: SerialNumber: 0000:00:1a.7 [ 4.948208] hub 1-0:1.0: USB hub found [ 4.952086] hub 1-0:1.0: 4 ports detected [ 4.957186] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 4.962765] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 4.970292] ehci-pci 0000:00:1d.7: debug port 1 [ 4.978853] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 4.978873] ehci-pci 0000:00:1d.7: irq 21, io mem 0xdf0df000 [ 4.991413] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 4.997349] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 5.004250] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.011583] usb usb2: Product: EHCI Host Controller [ 5.016570] usb usb2: Manufacturer: Linux 4.8.11-Isht-VnVG ehci_hcd [ 5.022946] usb usb2: SerialNumber: 0000:00:1d.7 [ 5.028057] hub 2-0:1.0: USB hub found [ 5.031932] hub 2-0:1.0: 8 ports detected [ 5.036491] uhci_hcd: USB Universal Host Controller Interface driver [ 5.043580] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 5.049138] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 5.056688] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000cc40 [ 5.062658] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.069561] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.076894] usb usb3: Product: UHCI Host Controller [ 5.081883] usb usb3: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.088260] usb usb3: SerialNumber: 0000:00:1a.0 [ 5.093288] hub 3-0:1.0: USB hub found [ 5.097163] hub 3-0:1.0: 2 ports detected [ 5.102079] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 5.107579] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 5.115131] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000cc60 [ 5.121073] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.127977] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.135316] usb usb4: Product: UHCI Host Controller [ 5.140306] usb usb4: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.146691] usb usb4: SerialNumber: 0000:00:1a.1 [ 5.151730] hub 4-0:1.0: USB hub found [ 5.155633] hub 4-0:1.0: 2 ports detected [ 5.160556] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 5.166118] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 5.173671] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000cc80 [ 5.179622] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.186522] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.193854] usb usb5: Product: UHCI Host Controller [ 5.198843] usb usb5: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.205224] usb usb5: SerialNumber: 0000:00:1d.0 [ 5.210305] hub 5-0:1.0: USB hub found [ 5.214179] hub 5-0:1.0: 2 ports detected [ 5.219090] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 5.224632] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 5.232181] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000cca0 [ 5.238125] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.245028] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.252360] usb usb6: Product: UHCI Host Controller [ 5.257348] usb usb6: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.263737] usb usb6: SerialNumber: 0000:00:1d.1 [ 5.263747] clocksource: Switched to clocksource tsc [ 5.273973] hub 6-0:1.0: USB hub found [ 5.277849] hub 6-0:1.0: 2 ports detected [ 5.282819] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 5.288343] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 [ 5.295883] uhci_hcd 0000:00:1d.2: irq 21, io base 0x0000ccc0 [ 5.301835] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.308735] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.316066] usb usb7: Product: UHCI Host Controller [ 5.319392] usb 1-3: new high-speed USB device number 3 using ehci-pci [ 5.327692] usb usb7: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.334071] usb usb7: SerialNumber: 0000:00:1d.2 [ 5.339211] hub 7-0:1.0: USB hub found [ 5.343086] hub 7-0:1.0: 2 ports detected [ 5.348004] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 5.353576] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8 [ 5.361115] uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000cce0 [ 5.367145] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.377072] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.384422] usb usb8: Product: UHCI Host Controller [ 5.389423] usb usb8: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.395824] usb usb8: SerialNumber: 0000:00:1d.3 [ 5.400959] hub 8-0:1.0: USB hub found [ 5.404837] hub 8-0:1.0: 2 ports detected [ 5.409284] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 5.411385] usb 3-2: new low-speed USB device number 2 using uhci_hcd [ 5.425717] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 5.430910] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 5.436299] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 5.438131] usb 1-3: New USB device found, idVendor=0424, idProduct=2514 [ 5.438134] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 5.438830] hub 1-3:1.0: USB hub found [ 5.439024] hub 1-3:1.0: 2 ports detected [ 5.465896] rtc_cmos 00:01: RTC can wake from S4 [ 5.470841] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 5.477192] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram, hpet irqs [ 5.484878] device-mapper: uevent: version 1.0.3 [ 5.490086] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 5.499805] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 5.507509] hidraw: raw HID events driver (C) Jiri Kosina [ 5.513081] usbcore: registered new interface driver usbhid [ 5.518766] usbhid: USB HID core driver [ 5.522781] GACT probability on [ 5.526135] NET: Registered protocol family 17 [ 5.530729] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 5.543560] Key type dns_resolver registered [ 5.548783] microcode: sig=0x206c2, pf=0x1, revision=0x15 [ 5.554912] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 5.564240] registered taskstats version 1 [ 5.570319] rtc_cmos 00:01: setting system clock to 2016-11-27 08:03:52 UTC (1480233832) [ 5.579661] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2) [ 5.597735] usb 3-2: New USB device found, idVendor=05f3, idProduct=0203 [ 5.599399] XFS (sdc1): Mounting V4 Filesystem [ 5.609116] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.616373] usb 3-2: Product: PC Keyboard/Mouse to USB Adapter [ 5.622410] usb 3-2: Manufacturer: P.I. Engineering [ 5.660073] input: P.I. Engineering PC Keyboard/Mouse to USB Adapter as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:05F3:0203.0001/input/input3 [ 5.667358] usb 7-2: new low-speed USB device number 2 using uhci_hcd [ 5.732778] hid-generic 0003:05F3:0203.0001: input,hidraw0: USB HID v1.00 Keyboard [P.I. Engineering PC Keyboard/Mouse to USB Adapter] on usb-0000:00:1a.0-2/input0 [ 5.760967] input: P.I. Engineering PC Keyboard/Mouse to USB Adapter as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/0003:05F3:0203.0002/input/input4 [ 5.775510] hid-generic 0003:05F3:0203.0002: input,hidraw1: USB HID v1.00 Mouse [P.I. Engineering PC Keyboard/Mouse to USB Adapter] on usb-0000:00:1a.0-2/input1 [ 5.781958] XFS (sdc1): Ending clean mount [ 5.781994] VFS: Mounted root (xfs filesystem) on device 8:33. [ 5.787614] devtmpfs: mounted [ 5.804850] Freeing unused kernel memory: 2976K (ffffffff81d5a000 - ffffffff82042000) [ 5.812792] Write protecting the kernel read-only data: 12288k [ 5.823531] Freeing unused kernel memory: 508K (ffff880001781000 - ffff880001800000) [ 5.831911] usb 7-2: New USB device found, idVendor=413c, idProduct=2003 [ 5.838739] usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.845991] usb 7-2: Product: Dell USB Keyboard [ 5.850641] usb 7-2: Manufacturer: Dell [ 5.850876] Freeing unused kernel memory: 1000K (ffff880001b06000 - ffff880001c00000) [ 5.881241] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/0003:413C:2003.0003/input/input5 [ 5.944855] hid-generic 0003:413C:2003.0003: input,hidraw2: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.2-2/input0 [ 6.201478] showconsole (1185) used greatest stack depth: 13232 bytes left [ 6.208471] boot (1184) used greatest stack depth: 12624 bytes left [ 6.285397] XFS (sdc6): Mounting V4 Filesystem [ 6.361103] XFS (sdc6): Ending clean mount [ 10.736398] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:fe:03.0 (INTERRUPT) [ 10.747174] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:fe:03.0 (POLLED) [ 10.758787] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT) [ 10.761957] IPMI SSIF Interface driver [ 10.773247] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED) [ 10.774395] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 [ 10.774549] ACPI: Power Button [PWRF] [ 10.785241] wmi: Mapper loaded [ 10.801381] EDAC i7core: Driver loaded, 2 memory controller(s) found. [ 10.852834] bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 29, 2014) [ 10.862013] bnx2 0000:01:00.0 eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 63, node addr 00:26:b9:48:71:e2 [ 10.874142] iTCO_vendor_support: vendor-support=0 [ 10.882230] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 10.885501] bnx2 0000:01:00.1 eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 64, node addr 00:26:b9:48:71:e4 [ 10.901899] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860) [ 10.909686] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 10.910448] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k [ 10.910449] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 11.069809] bnx2 0000:01:00.1 eno2: renamed from eth3 [ 11.084574] bnx2 0000:01:00.0 eno1: renamed from eth2 [ 11.091515] SSE version of gcm_enc/dec engaged. [ 11.096346] e1000e 0000:03:00.0 enp3s0f0: renamed from eth0 [ 11.109309] e1000e 0000:03:00.1 enp3s0f1: renamed from eth1 [ 11.149511] ixgbe 0000:05:00.0: Multiqueue Enabled: Rx Queue count = 12, Tx Queue count = 12 [ 11.193268] ixgbe 0000:05:00.0: PCI Express bandwidth of 32GT/s available [ 11.200182] ixgbe 0000:05:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%) [ 11.303337] ixgbe 0000:05:00.0: MAC: 3, PHY: 0, PBA No: G45270-002 [ 11.309644] ixgbe 0000:05:00.0: a0:36:9f:15:c9:c0 [ 11.315427] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround [ 11.334358] coretemp coretemp.1: TjMax is 96 degrees C [ 11.334897] coretemp coretemp.0: TjMax is 96 degrees C [ 11.334961] coretemp coretemp.1: TjMax is 96 degrees C [ 11.335064] coretemp coretemp.0: TjMax is 96 degrees C [ 11.335233] coretemp coretemp.1: TjMax is 96 degrees C [ 11.335339] coretemp coretemp.0: TjMax is 96 degrees C [ 11.335496] coretemp coretemp.1: TjMax is 96 degrees C [ 11.335723] coretemp coretemp.0: TjMax is 96 degrees C [ 11.335894] coretemp coretemp.1: TjMax is 96 degrees C [ 11.335980] coretemp coretemp.0: TjMax is 96 degrees C [ 11.336261] coretemp coretemp.1: TjMax is 96 degrees C [ 11.336342] coretemp coretemp.0: TjMax is 96 degrees C [ 11.358104] mousedev: PS/2 mouse device common for all mice [ 11.462327] ixgbe 0000:05:00.0: Intel(R) 10 Gigabit Network Connection [ 11.705042] ixgbe 0000:05:00.1: Multiqueue Enabled: Rx Queue count = 12, Tx Queue count = 12 [ 11.749203] ixgbe 0000:05:00.1: PCI Express bandwidth of 32GT/s available [ 11.756111] ixgbe 0000:05:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%) [ 11.785545] device-mapper: thin: Data device (dm-9) discard unsupported: Disabling discard passdown. [ 11.859837] ixgbe 0000:05:00.1: MAC: 3, PHY: 0, PBA No: G45270-002 [ 11.866145] ixgbe 0000:05:00.1: a0:36:9f:15:c9:c2 [ 11.936431] XFS (sdc3): Mounting V4 Filesystem [ 11.936521] XFS (sdc2): Mounting V4 Filesystem [ 11.949325] XFS (dm-0): Mounting V4 Filesystem [ 11.955166] XFS (dm-5): Mounting V4 Filesystem [ 11.960506] XFS (sdc8): Mounting V4 Filesystem [ 11.961066] XFS (dm-12): Mounting V5 Filesystem [ 11.970400] XFS (dm-2): Mounting V4 Filesystem [ 11.976927] XFS (dm-3): Mounting V4 Filesystem [ 11.981800] XFS (dm-6): Mounting V4 Filesystem [ 12.020733] ixgbe 0000:05:00.1: Intel(R) 10 Gigabit Network Connection [ 12.095213] XFS (sdc2): Ending clean mount [ 12.099833] mount (1606) used greatest stack depth: 12552 bytes left [ 12.107698] XFS (sdc3): Ending clean mount [ 12.114992] XFS (dm-6): Ending clean mount [ 12.130729] ixgbe 0000:05:00.1 enp5s0f1: renamed from eth1 [ 12.142461] ixgbe 0000:05:00.0 enp5s0f0: renamed from eth0 [ 12.148157] XFS (dm-5): Ending clean mount [ 12.201033] XFS (dm-3): Ending clean mount [ 12.202935] XFS (sdc8): Ending clean mount [ 12.219887] XFS (dm-2): Ending clean mount [ 12.232489] XFS (dm-12): Ending clean mount [ 12.243088] XFS (dm-0): Ending clean mount [ 12.410495] ses 0:0:8:0: Attached Enclosure device [ 12.415427] ses 0:0:9:0: Attached Enclosure device [ 12.420342] ses 0:0:10:0: Attached Enclosure device [ 13.170478] zip (1854) used greatest stack depth: 12408 bytes left Kernel logging (ksyslog) stopped. Kernel log daemon terminating. ======================================================================= Here is the same log The kexec/reboot lines: sudo kexec -l /boot/vmlinuz-4.8.11-Isht-VnVG --append="reboot=bios BOOT_IMAGE=4811-Isht-VnVG rw root=/dev/sdc1 showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 " sudo shutdown -r now And the log (root mount:) [ 5.486233] XFS (sdc1): Mounting V4 Filesystem [ 5.680572] XFS (sdc1): Ending clean mount [ 5.680622] VFS: Mounted root (xfs filesystem) on device 8:33. and '/usr': [ 6.020198] XFS (sdc6): Mounting V4 Filesystem [ 6.099808] XFS (sdc6): Ending clean mount ======================================================================= klogd 1.4.1, log source = ksyslog started. [ 0.000000] Linux version 4.8.11-Isht-VnVG (root@Ishtar) (gcc version 4.9.0 (SUSE Linux) ) #4 SMP PREEMPT Sat Nov 26 22:47:25 PST 2016 [ 0.000000] Command line: reboot=bios BOOT_IMAGE=4811-Isht-VnVG rw root=/dev/sdc1 showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009cfff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf378fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf379000-0x00000000bf38efff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bf38f000-0x00000000bf3cdfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bf3ce000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000183fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Dell Inc. PowerEdge T610/0CX0R0, BIOS 6.3.0 07/24/2012 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x1840000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-D7FFF write-back [ 0.000000] D8000-EBFFF uncachable [ 0.000000] EC000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FF80000000 write-back [ 0.000000] 1 base 0080000000 mask FFC0000000 write-back [ 0.000000] 2 base 0100000000 mask FF00000000 write-back [ 0.000000] 3 base 0200000000 mask FE00000000 write-back [ 0.000000] 4 base 0400000000 mask FC00000000 write-back [ 0.000000] 5 base 0800000000 mask F800000000 write-back [ 0.000000] 6 base 1000000000 mask F800000000 write-back [ 0.000000] 7 base 1800000000 mask FFC0000000 write-back [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xbf379 max_arch_pfn = 0x400000000 [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x183fb7c000, 0x183fb7cfff] PGTABLE [ 0.000000] BRK [0x183fb7d000, 0x183fb7dfff] PGTABLE [ 0.000000] BRK [0x183fb7e000, 0x183fb7efff] PGTABLE [ 0.000000] BRK [0x183fb7f000, 0x183fb7ffff] PGTABLE [ 0.000000] BRK [0x183fb80000, 0x183fb80fff] PGTABLE [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F1150 000024 (v02 DELL ) [ 0.000000] ACPI: XSDT 0x00000000000F1254 00009C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: FACP 0x00000000BF3B3F9C 0000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: DSDT 0x00000000BF38F000 003DD0 (v01 DELL PE_SC3 00000001 INTL 20050624) [ 0.000000] ACPI: FACS 0x00000000BF3B6000 000040 [ 0.000000] ACPI: FACS 0x00000000BF3B6000 000040 [ 0.000000] ACPI: APIC 0x00000000BF3B3478 00015E (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SPCR 0x00000000BF3B35D8 000050 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HPET 0x00000000BF3B362C 000038 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: DMAR 0x00000000BF3B3668 0001D0 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: MCFG 0x00000000BF3B38C4 00003C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: WDAT 0x00000000BF3B3904 000134 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SLIC 0x00000000BF3B3A3C 000024 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: ERST 0x00000000BF392F70 000270 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HEST 0x00000000BF3931E0 0003A8 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: BERT 0x00000000BF392DD0 000030 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: EINJ 0x00000000BF392E00 000170 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SRAT 0x00000000BF3B3BC0 000370 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: TCPA 0x00000000BF3B3F34 000064 (v02 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SSDT 0x00000000BF3B7000 0037A4 (v01 INTEL PPM RCM 80000001 INTL 20061109) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x00 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x02 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x04 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x30 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x10 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x12 -> Node 1 [ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 0 [ 0.000000] SRAT: PXM 2 -> APIC 0x14 -> Node 1 [ 0.000000] ACPI: SRAT: Node 1 PXM 2 [mem 0x00000000-0xbfffffff] [ 0.000000] ACPI: SRAT: Node 1 PXM 2 [mem 0x100000000-0xc3fffffff] [ 0.000000] ACPI: SRAT: Node 0 PXM 1 [mem 0xc40000000-0x183fffffff] [ 0.000000] NUMA: Node 1 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0xc3fffffff] -> [mem 0x00000000-0xc3fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x183fffd000-0x183fffffff] [ 0.000000] NODE_DATA(1) allocated [mem 0xc3fffd000-0xc3fffffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000183fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 1: [mem 0x0000000000001000-0x000000000009cfff] [ 0.000000] node 1: [mem 0x0000000000100000-0x00000000bf378fff] [ 0.000000] node 1: [mem 0x0000000100000000-0x0000000c3fffffff] [ 0.000000] node 0: [mem 0x0000000c40000000-0x000000183fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000c40000000-0x000000183fffffff] [ 0.000000] On node 0 totalpages: 12582912 [ 0.000000] Normal zone: 196608 pages used for memmap [ 0.000000] Normal zone: 12582912 pages, LIFO batch:31 [ 0.000000] Initmem setup node 1 [mem 0x0000000000001000-0x0000000c3fffffff] [ 0.000000] On node 1 totalpages: 12579605 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 6 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 12174 pages used for memmap [ 0.000000] DMA32 zone: 779129 pages, LIFO batch:31 [ 0.000000] Normal zone: 184320 pages used for memmap [ 0.000000] Normal zone: 11796480 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55 [ 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: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 [ 0.000000] smpboot: 32 Processors exceeds NR_CPUS limit of 12 [ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:12 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:2 [ 0.000000] percpu: Embedded 483 pages/cpu @ffff880c0f200000 s1940952 r8192 d29224 u2097152 [ 0.000000] pcpu-alloc: s1940952 r8192 d29224 u2097152 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 [0] 02 [0] 04 [0] 06 [0] 08 [0] 10 [1] 01 [1] 03 [ 0.000000] pcpu-alloc: [1] 05 [1] 07 [1] 09 [1] 11 [ 0.000000] Built 2 zonelists in Node order, mobility grouping on. Total pages: 24769345 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: reboot=bios reboot=bios BOOT_IMAGE=4811-Isht-VnVG rw root=/dev/sdc1 showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 98958696K/100650068K available (7662K kernel code, 1376K rwdata, 3096K rodata, 2976K init, 11464K bss, 1691372K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=2 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] NR_IRQS:4352 nr_irqs:1064 16 [ 0.000000] Spurious LAPIC timer interrupt on cpu 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536 [ 0.000000] ... CHAINHASH_SIZE: 32768 [ 0.000000] memory used by lock dependency info: 8639 kB [ 0.000000] per task-struct memory footprint: 2688 bytes [ 0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2793.191 MHz processor [ 0.000044] Calibrating delay loop (skipped), value calculated using timer frequency.. 5586.38 BogoMIPS (lpj=2793191) [ 0.010830] pid_max: default: 32768 minimum: 301 [ 0.015561] ACPI: Core revision 20160422 [ 0.030966] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.037455] [ 0.050290] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes) [ 0.100169] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes) [ 0.126123] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.133443] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.142947] CPU: Physical Processor ID: 1 [ 0.147041] CPU: Processor Core ID: 0 [ 0.150790] mce: CPU supports 9 MCE banks [ 0.154899] CPU0: Thermal monitoring enabled (TM1) [ 0.159788] process: using mwait in idle threads [ 0.164491] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 [ 0.170058] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.178915] Freeing SMP alternatives memory: 28K (ffffffff82042000 - ffffffff82049000) [ 0.186967] ftrace: allocating 26868 entries in 105 pages [ 0.211406] smpboot: APIC(20) Converting physical 1 to logical package 0 [ 0.218203] smpboot: APIC(0) Converting physical 0 to logical package 1 [ 0.224921] smpboot: Max logical packages: 6 [ 0.229312] DMAR: Host address width 40 [ 0.233231] DMAR: DRHD base: 0x000000fed90000 flags: 0x1 [ 0.238640] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020f6 [ 0.246683] DMAR: RMRR base: 0x000000bf4c8000 end: 0x000000bf4dffff [ 0.253031] DMAR: RMRR base: 0x000000bf4b1000 end: 0x000000bf4bffff [ 0.259381] DMAR: RMRR base: 0x000000bf4a1000 end: 0x000000bf4a1fff [ 0.265732] DMAR: RMRR base: 0x000000bf4a3000 end: 0x000000bf4a3fff [ 0.272082] DMAR: RMRR base: 0x000000bf4a5000 end: 0x000000bf4a5fff [ 0.278429] DMAR: RMRR base: 0x000000bf4a7000 end: 0x000000bf4a7fff [ 0.284780] DMAR: RMRR base: 0x000000bf4a9000 end: 0x000000bf4a9fff [ 0.291128] DMAR: RMRR base: 0x000000bf4c0000 end: 0x000000bf4c0fff [ 0.297478] DMAR: RMRR base: 0x000000bf4c2000 end: 0x000000bf4c2fff [ 0.303827] DMAR: ATSR flags: 0x0 [ 0.307225] Switched APIC routing to physical flat. [ 0.312825] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.430509] smpboot: CPU0: Intel(R) Xeon(R) CPU X5660 @ 2.80GHz (family: 0x6, model: 0x2c, stepping: 0x2) [ 0.441329] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver. [ 0.450046] core: CPUID marked event: 'bus cycles' unavailable [ 0.455972] ... version: 3 [ 0.460066] ... bit width: 48 [ 0.464248] ... generic registers: 4 [ 0.469347] ... value mask: 0000ffffffffffff [ 0.474741] ... max period: 000000007fffffff [ 0.480136] ... fixed-purpose events: 3 [ 0.484229] ... event mask: 000000070000000f [ 0.498280] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.510561] x86: Booting SMP configuration: [ 0.514838] .... node #1, CPUs: #1 [ 0.603799] .... node #0, CPUs: #2 [ 0.673796] .... node #1, CPUs: #3 [ 0.743784] .... node #0, CPUs: #4 [ 0.813781] .... node #1, CPUs: #5 [ 0.883772] .... node #0, CPUs: #6 [ 0.953763] .... node #1, CPUs: #7 [ 1.023744] .... node #0, CPUs: #8 [ 1.093748] .... node #1, CPUs: #9 [ 1.163728] .... node #0, CPUs: #10 [ 1.233727] .... node #1, CPUs: #11 [ 1.299528] x86: Booted up 2 nodes, 12 CPUs [ 1.304066] smpboot: Total of 12 processors activated (67029.34 BogoMIPS) [ 1.330312] devtmpfs: initialized [ 1.334671] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 1.345121] NET: Registered protocol family 16 [ 1.355412] cpuidle: using governor menu [ 1.359565] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 1.367276] ACPI: bus type PCI registered [ 1.371543] dca service started, version 1.12.1 [ 1.376201] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 1.385640] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 1.392537] PCI: Using configuration type 1 for base access [ 1.409844] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.416288] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.423667] ACPI: Added _OSI(Module Device) [ 1.427941] ACPI: Added _OSI(Processor Device) [ 1.432473] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.437262] ACPI: Added _OSI(Processor Aggregator Device) [ 1.444435] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 1.460015] ACPI: Interpreter enabled [ 1.463776] ACPI: (supports S0 S5) [ 1.467262] ACPI: Using IOAPIC for interrupt routing [ 1.472699] HEST: Table parsing has been initialized. [ 1.477842] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.502670] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.508946] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 1.517638] acpi PNP0A08:00: PCIe AER handled by firmware [ 1.523876] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] [ 1.531664] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 1.540607] PCI host bridge to bus 0000:00 [ 1.544798] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.551672] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.558551] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.566171] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfdffffff window] [ 1.573795] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] [ 1.581407] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.587021] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000 [ 1.587159] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 1.587422] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400 [ 1.587534] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 1.587780] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400 [ 1.587892] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 1.588125] pci 0000:00:04.0: [8086:340b] type 01 class 0x060400 [ 1.588233] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 1.588466] pci 0000:00:05.0: [8086:340c] type 01 class 0x060400 [ 1.588575] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 1.588802] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400 [ 1.588913] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 1.589144] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400 [ 1.589253] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 1.589486] pci 0000:00:0a.0: [8086:3411] type 01 class 0x060400 [ 1.589593] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold [ 1.589834] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000 [ 1.590131] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000 [ 1.590431] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000 [ 1.590724] pci 0000:00:16.0: [8086:3430] type 00 class 0x088000 [ 1.590749] pci 0000:00:16.0: reg 0x10: [mem 0xdf0e0000-0xdf0e3fff 64bit] [ 1.591040] pci 0000:00:16.1: [8086:3431] type 00 class 0x088000 [ 1.591064] pci 0000:00:16.1: reg 0x10: [mem 0xdf0e4000-0xdf0e7fff 64bit] [ 1.591355] pci 0000:00:16.2: [8086:3432] type 00 class 0x088000 [ 1.591379] pci 0000:00:16.2: reg 0x10: [mem 0xdf0e8000-0xdf0ebfff 64bit] [ 1.591678] pci 0000:00:16.3: [8086:3433] type 00 class 0x088000 [ 1.591702] pci 0000:00:16.3: reg 0x10: [mem 0xdf0ec000-0xdf0effff 64bit] [ 1.591994] pci 0000:00:16.4: [8086:3429] type 00 class 0x088000 [ 1.592018] pci 0000:00:16.4: reg 0x10: [mem 0xdf0f0000-0xdf0f3fff 64bit] [ 1.592307] pci 0000:00:16.5: [8086:342a] type 00 class 0x088000 [ 1.592330] pci 0000:00:16.5: reg 0x10: [mem 0xdf0f4000-0xdf0f7fff 64bit] [ 1.592633] pci 0000:00:16.6: [8086:342b] type 00 class 0x088000 [ 1.592657] pci 0000:00:16.6: reg 0x10: [mem 0xdf0f8000-0xdf0fbfff 64bit] [ 1.592951] pci 0000:00:16.7: [8086:342c] type 00 class 0x088000 [ 1.592975] pci 0000:00:16.7: reg 0x10: [mem 0xdf0fc000-0xdf0fffff 64bit] [ 1.593271] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 [ 1.593338] pci 0000:00:1a.0: reg 0x20: [io 0xcc40-0xcc5f] [ 1.593596] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 [ 1.593663] pci 0000:00:1a.1: reg 0x20: [io 0xcc60-0xcc7f] [ 1.593923] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 [ 1.593950] pci 0000:00:1a.7: reg 0x10: [mem 0xdf0de000-0xdf0de3ff] [ 1.594086] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 1.594280] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 [ 1.594347] pci 0000:00:1d.0: reg 0x20: [io 0xcc80-0xcc9f] [ 1.594599] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 [ 1.594666] pci 0000:00:1d.1: reg 0x20: [io 0xcca0-0xccbf] [ 1.594911] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300 [ 1.594978] pci 0000:00:1d.2: reg 0x20: [io 0xccc0-0xccdf] [ 1.595227] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300 [ 1.595294] pci 0000:00:1d.3: reg 0x20: [io 0xcce0-0xccff] [ 1.595560] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 [ 1.595587] pci 0000:00:1d.7: reg 0x10: [mem 0xdf0df000-0xdf0df3ff] [ 1.595723] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 1.595920] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 1.596202] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100 [ 1.596322] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO [ 1.604385] pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO [ 1.611609] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) [ 1.619309] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f) [ 1.627010] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f) [ 1.634954] pci 0000:00:1f.2: [8086:2921] type 00 class 0x01018f [ 1.634977] pci 0000:00:1f.2: reg 0x10: [io 0xcc10-0xcc17] [ 1.634990] pci 0000:00:1f.2: reg 0x14: [io 0xcc08-0xcc0b] [ 1.635002] pci 0000:00:1f.2: reg 0x18: [io 0xcc18-0xcc1f] [ 1.635014] pci 0000:00:1f.2: reg 0x1c: [io 0xcc0c-0xcc0f] [ 1.635027] pci 0000:00:1f.2: reg 0x20: [io 0xcc20-0xcc2f] [ 1.635039] pci 0000:00:1f.2: reg 0x24: [io 0xcc30-0xcc3f] [ 1.635396] pci 0000:01:00.0: [14e4:1639] type 00 class 0x020000 [ 1.635432] pci 0000:01:00.0: reg 0x10: [mem 0xda000000-0xdbffffff 64bit] [ 1.635598] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.635760] pci 0000:01:00.1: [14e4:1639] type 00 class 0x020000 [ 1.635789] pci 0000:01:00.1: reg 0x10: [mem 0xdc000000-0xddffffff 64bit] [ 1.635952] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold [ 1.638429] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.643488] pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] [ 1.643612] pci 0000:03:00.0: [8086:105e] type 00 class 0x020000 [ 1.643635] pci 0000:03:00.0: reg 0x10: [mem 0xdf180000-0xdf19ffff] [ 1.643649] pci 0000:03:00.0: reg 0x14: [mem 0xdf1a0000-0xdf1bffff] [ 1.643663] pci 0000:03:00.0: reg 0x18: [io 0xecc0-0xecdf] [ 1.643790] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 1.643941] pci 0000:03:00.1: [8086:105e] type 00 class 0x020000 [ 1.643964] pci 0000:03:00.1: reg 0x10: [mem 0xdf1c0000-0xdf1dffff] [ 1.643978] pci 0000:03:00.1: reg 0x14: [mem 0xdf1e0000-0xdf1fffff] [ 1.643991] pci 0000:03:00.1: reg 0x18: [io 0xece0-0xecff] [ 1.644116] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold [ 1.646427] pci 0000:00:03.0: PCI bridge to [bus 03] [ 1.651484] pci 0000:00:03.0: bridge window [io 0xe000-0xefff] [ 1.651489] pci 0000:00:03.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 1.651593] pci 0000:00:04.0: PCI bridge to [bus 04] [ 1.656768] pci 0000:05:00.0: [8086:1528] type 00 class 0x020000 [ 1.656796] pci 0000:05:00.0: reg 0x10: [mem 0xd9a00000-0xd9bfffff 64bit pref] [ 1.656836] pci 0000:05:00.0: reg 0x20: [mem 0xd99f8000-0xd99fbfff 64bit pref] [ 1.656850] pci 0000:05:00.0: reg 0x30: [mem 0xdf200000-0xdf27ffff pref] [ 1.656945] pci 0000:05:00.0: PME# supported from D0 D3hot [ 1.656993] pci 0000:05:00.0: reg 0x184: [mem 0xc0100000-0xc0103fff 64bit] [ 1.656996] pci 0000:05:00.0: VF(n) BAR0 space: [mem 0xc0100000-0xc01fffff 64bit] (contains BAR0 for 64 VFs) [ 1.666976] pci 0000:05:00.0: reg 0x190: [mem 0xc0200000-0xc0203fff 64bit] [ 1.666978] pci 0000:05:00.0: VF(n) BAR3 space: [mem 0xc0200000-0xc02fffff 64bit] (contains BAR3 for 64 VFs) [ 1.677324] pci 0000:05:00.1: [8086:1528] type 00 class 0x020000 [ 1.677352] pci 0000:05:00.1: reg 0x10: [mem 0xd9c00000-0xd9dfffff 64bit pref] [ 1.677393] pci 0000:05:00.1: reg 0x20: [mem 0xd99fc000-0xd99fffff 64bit pref] [ 1.677411] pci 0000:05:00.1: reg 0x30: [mem 0xdf200000-0xdf27ffff pref] [ 1.677507] pci 0000:05:00.1: PME# supported from D0 D3hot [ 1.677547] pci 0000:05:00.1: reg 0x184: [mem 0xc0300000-0xc0303fff 64bit] [ 1.677549] pci 0000:05:00.1: VF(n) BAR0 space: [mem 0xc0300000-0xc03fffff 64bit] (contains BAR0 for 64 VFs) [ 1.687531] pci 0000:05:00.1: reg 0x190: [mem 0xc0400000-0xc0403fff 64bit] [ 1.687534] pci 0000:05:00.1: VF(n) BAR3 space: [mem 0xc0400000-0xc04fffff 64bit] (contains BAR3 for 64 VFs) [ 1.700419] pci 0000:00:05.0: PCI bridge to [bus 05] [ 1.705477] pci 0000:00:05.0: bridge window [mem 0xc0000000-0xc04fffff] [ 1.705485] pci 0000:00:05.0: bridge window [mem 0xd9800000-0xd9dfffff 64bit pref] [ 1.705584] pci 0000:00:07.0: PCI bridge to [bus 06] [ 1.710757] pci 0000:07:00.0: [1000:005b] type 00 class 0x010400 [ 1.710778] pci 0000:07:00.0: reg 0x10: [io 0xdc00-0xdcff] [ 1.710796] pci 0000:07:00.0: reg 0x14: [mem 0xdf3bc000-0xdf3bffff 64bit] [ 1.710814] pci 0000:07:00.0: reg 0x1c: [mem 0xdf3c0000-0xdf3fffff 64bit] [ 1.710836] pci 0000:07:00.0: reg 0x30: [mem 0xdf300000-0xdf31ffff pref] [ 1.710930] pci 0000:07:00.0: supports D1 D2 [ 1.713415] pci 0000:00:09.0: PCI bridge to [bus 07] [ 1.718470] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff] [ 1.718475] pci 0000:00:09.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 1.718596] pci 0000:02:00.0: [1000:0060] type 00 class 0x010400 [ 1.718624] pci 0000:02:00.0: reg 0x10: [mem 0xdf480000-0xdf4bffff 64bit] [ 1.718638] pci 0000:02:00.0: reg 0x18: [io 0xfc00-0xfcff] [ 1.718658] pci 0000:02:00.0: reg 0x1c: [mem 0xdf4c0000-0xdf4fffff 64bit] [ 1.718682] pci 0000:02:00.0: reg 0x30: [mem 0xdf400000-0xdf41ffff pref] [ 1.718769] pci 0000:02:00.0: supports D1 [ 1.721414] pci 0000:00:0a.0: PCI bridge to [bus 02] [ 1.726472] pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] [ 1.726477] pci 0000:00:0a.0: bridge window [mem 0xdf400000-0xdf4fffff] [ 1.726586] pci 0000:08:03.0: [102b:0532] type 00 class 0x030000 [ 1.726610] pci 0000:08:03.0: reg 0x10: [mem 0xd9000000-0xd97fffff pref] [ 1.726624] pci 0000:08:03.0: reg 0x14: [mem 0xde7fc000-0xde7fffff] [ 1.726638] pci 0000:08:03.0: reg 0x18: [mem 0xde800000-0xdeffffff] [ 1.726688] pci 0000:08:03.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 1.726904] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode) [ 1.733786] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] [ 1.733794] pci 0000:00:1e.0: bridge window [mem 0xd9000000-0xd97fffff 64bit pref] [ 1.733797] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 1.733799] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 1.733801] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 1.733803] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfdffffff window] (subtractive decode) [ 1.733806] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode) [ 1.736947] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.745927] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.754911] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.763886] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.772864] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.781840] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.790831] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.799833] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 1.808722] ACPI: Enabled 1 GPEs in block 00 to 3F [ 1.813978] SCSI subsystem initialized [ 1.817852] libata version 3.00 loaded. [ 1.817865] ACPI: bus type USB registered [ 1.822028] usbcore: registered new interface driver usbfs [ 1.827629] usbcore: registered new interface driver hub [ 1.833127] usbcore: registered new device driver usb [ 1.838317] pps_core: LinuxPPS API ver. 1 registered [ 1.843366] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.852636] PTP clock support registered [ 1.856652] EDAC MC: Ver: 3.0.0 [ 1.860215] PCI: Using ACPI for IRQ routing [ 1.873211] PCI: Discovered peer bus fe [ 1.877133] PCI: root bus fe: using default resources [ 1.877134] PCI: Probing PCI hardware (bus fe) [ 1.877217] ACPI: \: failed to evaluate _DSM (0x1001) [ 1.882354] PCI host bridge to bus 0000:fe [ 1.886535] pci_bus 0000:fe: root bus resource [io 0x0000-0xffff] [ 1.892800] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff] [ 1.899933] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff] [ 1.907979] pci_bus 0000:fe: busn_res: can not insert [bus fe-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.907990] pci 0000:fe:00.0: [8086:2c70] type 00 class 0x060000 [ 1.908139] pci 0000:fe:00.1: [8086:2d81] type 00 class 0x060000 [ 1.908293] pci 0000:fe:02.0: [8086:2d90] type 00 class 0x060000 [ 1.908443] pci 0000:fe:02.1: [8086:2d91] type 00 class 0x060000 [ 1.908590] pci 0000:fe:02.2: [8086:2d92] type 00 class 0x060000 [ 1.908736] pci 0000:fe:02.3: [8086:2d93] type 00 class 0x060000 [ 1.908879] pci 0000:fe:02.4: [8086:2d94] type 00 class 0x060000 [ 1.909021] pci 0000:fe:02.5: [8086:2d95] type 00 class 0x060000 [ 1.909167] pci 0000:fe:03.0: [8086:2d98] type 00 class 0x060000 [ 1.909311] pci 0000:fe:03.1: [8086:2d99] type 00 class 0x060000 [ 1.909462] pci 0000:fe:03.2: [8086:2d9a] type 00 class 0x060000 [ 1.909605] pci 0000:fe:03.4: [8086:2d9c] type 00 class 0x060000 [ 1.909753] pci 0000:fe:04.0: [8086:2da0] type 00 class 0x060000 [ 1.909895] pci 0000:fe:04.1: [8086:2da1] type 00 class 0x060000 [ 1.910037] pci 0000:fe:04.2: [8086:2da2] type 00 class 0x060000 [ 1.910178] pci 0000:fe:04.3: [8086:2da3] type 00 class 0x060000 [ 1.910327] pci 0000:fe:05.0: [8086:2da8] type 00 class 0x060000 [ 1.910477] pci 0000:fe:05.1: [8086:2da9] type 00 class 0x060000 [ 1.910619] pci 0000:fe:05.2: [8086:2daa] type 00 class 0x060000 [ 1.910762] pci 0000:fe:05.3: [8086:2dab] type 00 class 0x060000 [ 1.910912] pci 0000:fe:06.0: [8086:2db0] type 00 class 0x060000 [ 1.911054] pci 0000:fe:06.1: [8086:2db1] type 00 class 0x060000 [ 1.911196] pci 0000:fe:06.2: [8086:2db2] type 00 class 0x060000 [ 1.911339] pci 0000:fe:06.3: [8086:2db3] type 00 class 0x060000 [ 1.911527] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe [ 1.911530] pci_bus 0000:fe: busn_res: can not insert [bus fe] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.911578] PCI: Discovered peer bus ff [ 1.915501] PCI: root bus ff: using default resources [ 1.915502] PCI: Probing PCI hardware (bus ff) [ 1.915582] ACPI: \: failed to evaluate _DSM (0x1001) [ 1.920720] PCI host bridge to bus 0000:ff [ 1.924904] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] [ 1.931169] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff] [ 1.938303] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] [ 1.946348] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.946359] pci 0000:ff:00.0: [8086:2c70] type 00 class 0x060000 [ 1.946511] pci 0000:ff:00.1: [8086:2d81] type 00 class 0x060000 [ 1.946666] pci 0000:ff:02.0: [8086:2d90] type 00 class 0x060000 [ 1.946811] pci 0000:ff:02.1: [8086:2d91] type 00 class 0x060000 [ 1.946960] pci 0000:ff:02.2: [8086:2d92] type 00 class 0x060000 [ 1.947105] pci 0000:ff:02.3: [8086:2d93] type 00 class 0x060000 [ 1.947250] pci 0000:ff:02.4: [8086:2d94] type 00 class 0x060000 [ 1.947402] pci 0000:ff:02.5: [8086:2d95] type 00 class 0x060000 [ 1.947550] pci 0000:ff:03.0: [8086:2d98] type 00 class 0x060000 [ 1.947696] pci 0000:ff:03.1: [8086:2d99] type 00 class 0x060000 [ 1.947842] pci 0000:ff:03.2: [8086:2d9a] type 00 class 0x060000 [ 1.947988] pci 0000:ff:03.4: [8086:2d9c] type 00 class 0x060000 [ 1.948138] pci 0000:ff:04.0: [8086:2da0] type 00 class 0x060000 [ 1.948284] pci 0000:ff:04.1: [8086:2da1] type 00 class 0x060000 [ 1.948436] pci 0000:ff:04.2: [8086:2da2] type 00 class 0x060000 [ 1.948581] pci 0000:ff:04.3: [8086:2da3] type 00 class 0x060000 [ 1.948735] pci 0000:ff:05.0: [8086:2da8] type 00 class 0x060000 [ 1.948879] pci 0000:ff:05.1: [8086:2da9] type 00 class 0x060000 [ 1.949024] pci 0000:ff:05.2: [8086:2daa] type 00 class 0x060000 [ 1.949168] pci 0000:ff:05.3: [8086:2dab] type 00 class 0x060000 [ 1.949320] pci 0000:ff:06.0: [8086:2db0] type 00 class 0x060000 [ 1.949472] pci 0000:ff:06.1: [8086:2db1] type 00 class 0x060000 [ 1.949616] pci 0000:ff:06.2: [8086:2db2] type 00 class 0x060000 [ 1.949761] pci 0000:ff:06.3: [8086:2db3] type 00 class 0x060000 [ 1.949945] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff [ 1.949948] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff]) [ 1.949993] PCI: pci_cache_line_size set to 64 bytes [ 1.950247] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] [ 1.950249] e820: reserve RAM buffer [mem 0xbf379000-0xbfffffff] [ 1.950836] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 1.956332] hpet0: 4 comparators, 64-bit 14.318180 MHz counter [ 1.964312] clocksource: Switched to clocksource hpet [ 2.014409] pnp: PnP ACPI init [ 2.018042] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 2.018173] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 2.018847] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active) [ 2.019491] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active) [ 2.020939] system 00:04: [io 0x0800-0x087f] has been reserved [ 2.026961] system 00:04: [io 0x0880-0x08ff] could not be reserved [ 2.033325] system 00:04: [io 0x0900-0x091f] has been reserved [ 2.039340] system 00:04: [io 0x0920-0x0923] has been reserved [ 2.045351] system 00:04: [io 0x0924] has been reserved [ 2.050754] system 00:04: [io 0x0c00-0x0c7f] has been reserved [ 2.056763] system 00:04: [io 0x0ca0-0x0ca7] has been reserved [ 2.062772] system 00:04: [io 0x0ca9-0x0cab] has been reserved [ 2.068783] system 00:04: [io 0x0cad-0x0caf] has been reserved [ 2.074798] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active) [ 2.074940] pnp 00:05: [irq 0 disabled] [ 2.075083] system 00:05: [io 0x0ca8] has been reserved [ 2.080493] system 00:05: [io 0x0cac] has been reserved [ 2.085900] system 00:05: Plug and Play ACPI device, IDs IPI0001 PNP0c01 (active) [ 2.087231] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved [ 2.093946] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.094289] system 00:07: [mem 0xfed90000-0xfed91fff] could not be reserved [ 2.101354] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.101949] pnp: PnP ACPI: found 8 devices [ 2.115563] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.124582] pci 0000:05:00.0: can't claim BAR 6 [mem 0xdf200000-0xdf27ffff pref]: no compatible bridge window [ 2.134632] pci 0000:05:00.1: can't claim BAR 6 [mem 0xdf200000-0xdf27ffff pref]: no compatible bridge window [ 2.144772] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.149828] pci 0000:00:01.0: bridge window [mem 0xda000000-0xddffffff] [ 2.156708] pci 0000:00:03.0: PCI bridge to [bus 03] [ 2.161759] pci 0000:00:03.0: bridge window [io 0xe000-0xefff] [ 2.167942] pci 0000:00:03.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 2.174826] pci 0000:00:04.0: PCI bridge to [bus 04] [ 2.179890] pci 0000:05:00.0: BAR 6: assigned [mem 0xc0000000-0xc007ffff pref] [ 2.187244] pci 0000:05:00.1: BAR 6: assigned [mem 0xc0080000-0xc00fffff pref] [ 2.194601] pci 0000:00:05.0: PCI bridge to [bus 05] [ 2.199655] pci 0000:00:05.0: bridge window [mem 0xc0000000-0xc04fffff] [ 2.206530] pci 0000:00:05.0: bridge window [mem 0xd9800000-0xd9dfffff 64bit pref] [ 2.214411] pci 0000:00:07.0: PCI bridge to [bus 06] [ 2.219473] pci 0000:00:09.0: PCI bridge to [bus 07] [ 2.224524] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff] [ 2.230707] pci 0000:00:09.0: bridge window [mem 0xdf300000-0xdf3fffff] [ 2.237588] pci 0000:00:0a.0: PCI bridge to [bus 02] [ 2.242638] pci 0000:00:0a.0: bridge window [io 0xf000-0xffff] [ 2.248820] pci 0000:00:0a.0: bridge window [mem 0xdf400000-0xdf4fffff] [ 2.255703] pci 0000:08:03.0: BAR 6: assigned [mem 0xde000000-0xde00ffff pref] [ 2.263056] pci 0000:00:1e.0: PCI bridge to [bus 08] [ 2.268111] pci 0000:00:1e.0: bridge window [mem 0xde000000-0xdeffffff] [ 2.275982] pci 0000:00:1e.0: bridge window [mem 0xd9000000-0xd97fffff 64bit pref] [ 2.283861] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 2.283863] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 2.283865] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.283867] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfdffffff window] [ 2.283869] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window] [ 2.283871] pci_bus 0000:01: resource 1 [mem 0xda000000-0xddffffff] [ 2.283873] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 2.283874] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff] [ 2.283876] pci_bus 0000:05: resource 1 [mem 0xc0000000-0xc04fffff] [ 2.283878] pci_bus 0000:05: resource 2 [mem 0xd9800000-0xd9dfffff 64bit pref] [ 2.283880] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff] [ 2.283881] pci_bus 0000:07: resource 1 [mem 0xdf300000-0xdf3fffff] [ 2.283883] pci_bus 0000:02: resource 0 [io 0xf000-0xffff] [ 2.283885] pci_bus 0000:02: resource 1 [mem 0xdf400000-0xdf4fffff] [ 2.283887] pci_bus 0000:08: resource 1 [mem 0xde000000-0xdeffffff] [ 2.283888] pci_bus 0000:08: resource 2 [mem 0xd9000000-0xd97fffff 64bit pref] [ 2.283890] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7 window] [ 2.283892] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff window] [ 2.283893] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.283895] pci_bus 0000:08: resource 7 [mem 0xc0000000-0xfdffffff window] [ 2.283897] pci_bus 0000:08: resource 8 [mem 0xfed40000-0xfed44fff window] [ 2.283904] pci_bus 0000:fe: resource 4 [io 0x0000-0xffff] [ 2.283906] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff] [ 2.283913] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] [ 2.283915] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff] [ 2.284011] NET: Registered protocol family 2 [ 2.289105] TCP established hash table entries: 524288 (order: 10, 4194304 bytes) [ 2.298088] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes) [ 2.307580] TCP: Hash tables configured (established 524288 bind 65536) [ 2.314940] UDP hash table entries: 65536 (order: 11, 12582912 bytes) [ 2.327538] UDP-Lite hash table entries: 65536 (order: 11, 12582912 bytes) [ 2.340151] NET: Registered protocol family 1 [ 2.357274] pci 0000:07:00.0: [Firmware Bug]: VPD access disabled [ 2.363464] pci 0000:02:00.0: [Firmware Bug]: VPD access disabled [ 2.369657] pci 0000:08:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 2.378269] PCI: CLS 64 bytes, default 64 [ 2.381032] DMAR: dmar0: Using Queued invalidation [ 2.385931] DMAR: Translation was enabled for dmar0 but we are not in kdump mode [ 2.393523] DMAR: Setting RMRR: [ 2.396894] DMAR: Setting identity map for device 0000:00:1d.7 [0xbf4c2000 - 0xbf4c2fff] [ 2.405249] DMAR: Setting identity map for device 0000:00:1a.7 [0xbf4c0000 - 0xbf4c0fff] [ 2.413601] DMAR: Setting identity map for device 0000:00:1d.2 [0xbf4a9000 - 0xbf4a9fff] [ 2.421965] DMAR: Setting identity map for device 0000:00:1d.1 [0xbf4a7000 - 0xbf4a7fff] [ 2.430479] DMAR: Setting identity map for device 0000:00:1d.0 [0xbf4a5000 - 0xbf4a5fff] [ 2.438830] DMAR: Setting identity map for device 0000:00:1a.1 [0xbf4a3000 - 0xbf4a3fff] [ 2.447197] DMAR: Setting identity map for device 0000:00:1a.0 [0xbf4a1000 - 0xbf4a1fff] [ 2.455472] DMAR: Setting identity map for device 0000:00:1a.0 [0xbf4b1000 - 0xbf4bffff] [ 2.463707] DMAR: Setting identity map for device 0000:00:1a.1 [0xbf4b1000 - 0xbf4bffff] [ 2.471929] DMAR: Setting identity map for device 0000:00:1d.0 [0xbf4b1000 - 0xbf4bffff] [ 2.480151] DMAR: Setting identity map for device 0000:00:1d.1 [0xbf4b1000 - 0xbf4bffff] [ 2.488374] DMAR: Setting identity map for device 0000:00:1d.2 [0xbf4b1000 - 0xbf4bffff] [ 2.496596] DMAR: Setting identity map for device 0000:00:1a.7 [0xbf4c8000 - 0xbf4dffff] [ 2.504823] DMAR: Setting identity map for device 0000:00:1d.7 [0xbf4c8000 - 0xbf4dffff] [ 2.513056] DMAR: Prepare 0-16MiB unity mapping for LPC [ 2.518492] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff] [ 2.526126] DMAR: Intel(R) Virtualization Technology for Directed I/O [ 2.532849] iommu: Adding device 0000:00:00.0 to group 0 [ 2.538332] iommu: Adding device 0000:00:01.0 to group 1 [ 2.543801] iommu: Adding device 0000:00:03.0 to group 2 [ 2.549280] iommu: Adding device 0000:00:04.0 to group 3 [ 2.554750] iommu: Adding device 0000:00:05.0 to group 4 [ 2.560219] iommu: Adding device 0000:00:07.0 to group 5 [ 2.565687] iommu: Adding device 0000:00:09.0 to group 6 [ 2.571158] iommu: Adding device 0000:00:0a.0 to group 7 [ 2.576786] iommu: Adding device 0000:00:14.0 to group 8 [ 2.582257] iommu: Adding device 0000:00:14.1 to group 8 [ 2.587726] iommu: Adding device 0000:00:14.2 to group 8 [ 2.593619] iommu: Adding device 0000:00:16.0 to group 9 [ 2.599094] iommu: Adding device 0000:00:16.1 to group 9 [ 2.604567] iommu: Adding device 0000:00:16.2 to group 9 [ 2.610037] iommu: Adding device 0000:00:16.3 to group 9 [ 2.615511] iommu: Adding device 0000:00:16.4 to group 9 [ 2.620981] iommu: Adding device 0000:00:16.5 to group 9 [ 2.626453] iommu: Adding device 0000:00:16.6 to group 9 [ 2.631926] iommu: Adding device 0000:00:16.7 to group 9 [ 2.637547] iommu: Adding device 0000:00:1a.0 to group 10 [ 2.643109] iommu: Adding device 0000:00:1a.1 to group 10 [ 2.648671] iommu: Adding device 0000:00:1a.7 to group 10 [ 2.654490] iommu: Adding device 0000:00:1d.0 to group 11 [ 2.660055] iommu: Adding device 0000:00:1d.1 to group 11 [ 2.665620] iommu: Adding device 0000:00:1d.2 to group 11 [ 2.671184] iommu: Adding device 0000:00:1d.3 to group 11 [ 2.676746] iommu: Adding device 0000:00:1d.7 to group 11 [ 2.682315] iommu: Adding device 0000:00:1e.0 to group 12 [ 2.687980] iommu: Adding device 0000:00:1f.0 to group 13 [ 2.693554] iommu: Adding device 0000:00:1f.2 to group 13 [ 2.699226] iommu: Adding device 0000:01:00.0 to group 14 [ 2.704811] iommu: Adding device 0000:01:00.1 to group 14 [ 2.710370] iommu: Adding device 0000:03:00.0 to group 15 [ 2.715934] iommu: Adding device 0000:03:00.1 to group 16 [ 2.721501] iommu: Adding device 0000:05:00.0 to group 17 [ 2.727069] iommu: Adding device 0000:05:00.1 to group 18 [ 2.732632] iommu: Adding device 0000:07:00.0 to group 19 [ 2.738193] iommu: Adding device 0000:02:00.0 to group 20 [ 2.743692] iommu: Adding device 0000:08:03.0 to group 12 [ 2.749362] iommu: Adding device 0000:fe:00.0 to group 21 [ 2.754940] iommu: Adding device 0000:fe:00.1 to group 21 [ 2.760801] iommu: Adding device 0000:fe:02.0 to group 22 [ 2.766376] iommu: Adding device 0000:fe:02.1 to group 22 [ 2.771951] iommu: Adding device 0000:fe:02.2 to group 22 [ 2.777524] iommu: Adding device 0000:fe:02.3 to group 22 [ 2.783098] iommu: Adding device 0000:fe:02.4 to group 22 [ 2.788671] iommu: Adding device 0000:fe:02.5 to group 22 [ 2.794440] iommu: Adding device 0000:fe:03.0 to group 23 [ 2.800018] iommu: Adding device 0000:fe:03.1 to group 23 [ 2.805597] iommu: Adding device 0000:fe:03.2 to group 23 [ 2.811175] iommu: Adding device 0000:fe:03.4 to group 23 [ 2.816933] iommu: Adding device 0000:fe:04.0 to group 24 [ 2.822515] iommu: Adding device 0000:fe:04.1 to group 24 [ 2.828095] iommu: Adding device 0000:fe:04.2 to group 24 [ 2.833675] iommu: Adding device 0000:fe:04.3 to group 24 [ 2.839442] iommu: Adding device 0000:fe:05.0 to group 25 [ 2.845027] iommu: Adding device 0000:fe:05.1 to group 25 [ 2.850609] iommu: Adding device 0000:fe:05.2 to group 25 [ 2.856192] iommu: Adding device 0000:fe:05.3 to group 25 [ 2.861951] iommu: Adding device 0000:fe:06.0 to group 26 [ 2.867536] iommu: Adding device 0000:fe:06.1 to group 26 [ 2.873121] iommu: Adding device 0000:fe:06.2 to group 26 [ 2.878706] iommu: Adding device 0000:fe:06.3 to group 26 [ 2.884377] iommu: Adding device 0000:ff:00.0 to group 27 [ 2.889965] iommu: Adding device 0000:ff:00.1 to group 27 [ 2.895828] iommu: Adding device 0000:ff:02.0 to group 28 [ 2.901416] iommu: Adding device 0000:ff:02.1 to group 28 [ 2.907003] iommu: Adding device 0000:ff:02.2 to group 28 [ 2.912599] iommu: Adding device 0000:ff:02.3 to group 28 [ 2.918194] iommu: Adding device 0000:ff:02.4 to group 28 [ 2.923789] iommu: Adding device 0000:ff:02.5 to group 28 [ 2.929555] iommu: Adding device 0000:ff:03.0 to group 29 [ 2.935148] iommu: Adding device 0000:ff:03.1 to group 29 [ 2.940740] iommu: Adding device 0000:ff:03.2 to group 29 [ 2.946341] iommu: Adding device 0000:ff:03.4 to group 29 [ 2.952101] iommu: Adding device 0000:ff:04.0 to group 30 [ 2.957696] iommu: Adding device 0000:ff:04.1 to group 30 [ 2.963300] iommu: Adding device 0000:ff:04.2 to group 30 [ 2.968893] iommu: Adding device 0000:ff:04.3 to group 30 [ 2.974657] iommu: Adding device 0000:ff:05.0 to group 31 [ 2.980262] iommu: Adding device 0000:ff:05.1 to group 31 [ 2.985858] iommu: Adding device 0000:ff:05.2 to group 31 [ 2.991454] iommu: Adding device 0000:ff:05.3 to group 31 [ 2.997217] iommu: Adding device 0000:ff:06.0 to group 32 [ 3.002817] iommu: Adding device 0000:ff:06.1 to group 32 [ 3.008416] iommu: Adding device 0000:ff:06.2 to group 32 [ 3.014014] iommu: Adding device 0000:ff:06.3 to group 32 [ 3.025568] futex hash table entries: 4096 (order: 7, 524288 bytes) [ 3.032146] audit: initializing netlink subsys (disabled) [ 3.037714] audit: type=2000 audit(1480238579.439:1): initialized [ 3.044740] workingset: timestamp_bits=44 max_order=25 bucket_order=0 [ 3.056467] SGI XFS with ACLs, security attributes, realtime, no debug enabled [ 3.065134] cryptomgr_test (106) used greatest stack depth: 14928 bytes left [ 3.072284] cryptomgr_test (114) used greatest stack depth: 14336 bytes left [ 3.079425] cryptomgr_test (118) used greatest stack depth: 14096 bytes left [ 3.079638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.079757] io scheduler noop registered [ 3.079759] io scheduler deadline registered (default) [ 3.079778] io scheduler cfq registered [ 3.087287] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt [ 3.087289] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 3.087290] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt [ 3.087295] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded [ 3.087336] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt [ 3.087338] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt [ 3.087339] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt [ 3.087343] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded [ 3.087384] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt [ 3.087388] pcie_pme 0000:00:04.0:pcie001: service driver pcie_pme loaded [ 3.087428] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt [ 3.087429] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt [ 3.087430] pci 0000:05:00.1: Signaling PME through PCIe PME interrupt [ 3.087434] pcie_pme 0000:00:05.0:pcie001: service driver pcie_pme loaded [ 3.087474] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt [ 3.087478] pcie_pme 0000:00:07.0:pcie001: service driver pcie_pme loaded [ 3.087520] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt [ 3.087522] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt [ 3.087526] pcie_pme 0000:00:09.0:pcie001: service driver pcie_pme loaded [ 3.087566] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt [ 3.087567] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt [ 3.087571] pcie_pme 0000:00:0a.0:pcie001: service driver pcie_pme loaded [ 3.087654] intel_idle: MWAIT substates: 0x1120 [ 3.087655] intel_idle: v0.4.1 model 0x2C [ 3.098801] intel_idle: lapic_timer_reliable_states 0xffffffff [ 3.098820] ipmi message handler version 39.2 [ 3.098826] ipmi device interface [ 3.098874] IPMI System Interface driver. [ 3.098949] ipmi_si: probing via SMBIOS [ 3.098951] ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0 [ 3.098963] ipmi_si: Adding SMBIOS-specified kcs state machine [ 3.098966] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0 [ 3.247621] cryptomgr_test (116) used greatest stack depth: 14024 bytes left [ 3.449489] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20) [ 3.458509] ipmi_si ipmi_si.0: IPMI kcs interface initialized [ 3.464466] ERST: Error Record Serialization Table (ERST) support is initialized. [ 3.473181] pstore: using zlib compression [ 3.477383] pstore: Registered erst as persistent store backend [ 3.483876] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. [ 3.491409] ioatdma: Intel(R) QuickData Technology Driver 4.00 [ 3.663219] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 3.690258] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.718453] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 3.727975] Non-volatile memory driver v1.3 [ 3.732432] [drm] Initialized drm 1.1.0 20060810 [ 3.740577] [TTM] Zone kernel: Available graphics memory: 49512338 kiB [ 3.747292] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 3.753909] [TTM] Initializing pool allocator [ 3.758370] [TTM] Initializing DMA pool allocator [ 3.795954] mgag200 0000:08:03.0: fb0: mgadrmfb frame buffer device [ 3.808268] [drm] Initialized mgag200 1.0.0 20110418 for 0000:08:03.0 on minor 0 [ 3.816205] Failed to find cpu0 device node [ 3.820480] Unable to detect cache hierarchy from DT for CPU 0 [ 3.827406] gpio_ich: GPIO from 451 to 511 on gpio_ich [ 3.832831] megasas: 06.811.02.00-rc1 [ 3.837797] megaraid_sas 0000:07:00.0: Waiting for FW to come to ready state [ 3.847255] megaraid_sas 0000:07:00.0: FW now in Ready state [ 3.853230] megaraid_sas 0000:07:00.0: firmware supports msix : (16) [ 3.859680] megaraid_sas 0000:07:00.0: current msix/online cpus : (12/12) [ 3.866559] megaraid_sas 0000:07:00.0: RDPQ mode : (disabled) [ 3.872649] megaraid_sas 0000:07:00.0: Current firmware maximum commands: 1008 LDIO threshold: 0 [ 3.905259] megaraid_sas 0000:07:00.0: Init cmd success [ 3.932254] megaraid_sas 0000:07:00.0: firmware type : Extended VD(240 VD)firmware [ 3.939965] megaraid_sas 0000:07:00.0: controller type : MR(1024MB) [ 3.946322] megaraid_sas 0000:07:00.0: Online Controller Reset(OCR) : Enabled [ 3.953544] megaraid_sas 0000:07:00.0: Secure JBOD support : No [ 4.003412] megaraid_sas 0000:07:00.0: INIT adapter done [ 4.008822] megaraid_sas 0000:07:00.0: Jbod map is not supported megasas_setup_jbod_map 4977 [ 4.017609] megaraid_sas 0000:07:00.0: pci id : (0x1000)/(0x005b)/(0x1000)/(0x9291) [ 4.025495] megaraid_sas 0000:07:00.0: unevenspan support : no [ 4.031424] megaraid_sas 0000:07:00.0: firmware crash dump : no [ 4.037432] megaraid_sas 0000:07:00.0: jbod sync map : no [ 4.043007] scsi host0: Avago SAS based MegaRAID driver [ 4.050567] megaraid_sas 0000:02:00.0: Waiting for FW to come to ready state [ 4.062243] scsi 0:0:8:0: Enclosure LSI DE1600-SAS 0313 PQ: 0 ANSI: 5 [ 4.070525] megaraid_sas 0000:02:00.0: FW now in Ready state [ 4.076354] megaraid_sas 0000:02:00.0: firmware supports msix : (0) [ 4.082717] megaraid_sas 0000:02:00.0: current msix/online cpus : (1/12) [ 4.086286] tsc: Refined TSC clocksource calibration: 2792.999 MHz [ 4.086587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x28426b16f90, max_idle_ns: 440795205097 ns [ 4.097511] scsi 0:0:9:0: Enclosure Areca ARC-8026-.01.14. 0114 PQ: 0 ANSI: 5 [ 4.114217] megaraid_sas 0000:02:00.0: RDPQ mode : (disabled) [ 4.137385] scsi 0:0:10:0: Enclosure LSI DE1600-SAS 0313 PQ: 0 ANSI: 5 [ 4.210199] megaraid_sas 0000:02:00.0: controller type : MR(256MB) [ 4.216478] megaraid_sas 0000:02:00.0: Online Controller Reset(OCR) : Enabled [ 4.223738] megaraid_sas 0000:02:00.0: Secure JBOD support : No [ 4.229764] megaraid_sas 0000:02:00.0: megasas_init_mfi: fw_support_ieee=0 [ 4.236780] megaraid_sas 0000:02:00.0: INIT adapter done [ 4.242242] megaraid_sas 0000:02:00.0: Jbod map is not supported megasas_setup_jbod_map 4977 [ 4.270796] scsi 0:2:0:0: Direct-Access LSI MR9286CV-8e 3.45 PQ: 0 ANSI: 5 [ 4.297507] scsi 0:2:2:0: Direct-Access LSI MR9286CV-8e 3.45 PQ: 0 ANSI: 5 [ 4.301212] megaraid_sas 0000:02:00.0: DCMD not supported by firmware - megasas_ld_list_query 4379 [ 4.323238] megaraid_sas 0000:02:00.0: pci id : (0x1000)/(0x0060)/(0x1028)/(0x1f0c) [ 4.331121] megaraid_sas 0000:02:00.0: unevenspan support : no [ 4.337052] megaraid_sas 0000:02:00.0: firmware crash dump : no [ 4.343060] megaraid_sas 0000:02:00.0: jbod sync map : no [ 4.348698] scsi host1: Avago SAS based MegaRAID driver [ 4.355287] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 4.361284] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 4.367711] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.410128] random: fast init done [ 4.462103] scsi 1:2:0:0: Direct-Access DELL PERC 6/i 1.40 PQ: 0 ANSI: 5 [ 4.483586] scsi 0:0:8:0: Attached scsi generic sg0 type 13 [ 4.489866] scsi 0:0:9:0: Attached scsi generic sg1 type 13 [ 4.496044] scsi 0:0:10:0: Attached scsi generic sg2 type 13 [ 4.502508] sd 0:2:0:0: Attached scsi generic sg3 type 0 [ 4.502754] sd 0:2:0:0: [sda] 46871347200 512-byte logical blocks: (24.0 TB/21.8 TiB) [ 4.503215] sd 0:2:0:0: [sda] Write Protect is off [ 4.503218] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08 [ 4.503294] sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.516919] sda: sda1 [ 4.517921] sd 0:2:0:0: [sda] Attached SCSI disk [ 4.538099] sd 0:2:2:0: Attached scsi generic sg4 type 0 [ 4.538158] sd 0:2:2:0: [sdb] 93755277312 512-byte logical blocks: (48.0 TB/43.7 TiB) [ 4.538264] sd 0:2:2:0: [sdb] Write Protect is off [ 4.538267] sd 0:2:2:0: [sdb] Mode Sense: 1f 00 00 08 [ 4.538385] sd 0:2:2:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.554264] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:15:17:bf:be:b2 [ 4.554267] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection [ 4.554343] e1000e 0000:03:00.0 eth0: MAC: 0, PHY: 4, PBA No: C57721-005 [ 4.554672] e1000e 0000:03:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.575855] sdb: sdb1 [ 4.576794] sd 0:2:2:0: [sdb] Attached SCSI disk [ 4.692176] sd 1:2:0:0: [sdc] 284688384 512-byte logical blocks: (146 GB/136 GiB) [ 4.692180] sd 1:2:0:0: Attached scsi generic sg5 type 0 [ 4.705447] sd 1:2:0:0: [sdc] Write Protect is off [ 4.710346] sd 1:2:0:0: [sdc] Mode Sense: 1f 00 00 08 [ 4.710487] sd 1:2:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.738149] e1000e 0000:03:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:15:17:bf:be:b3 [ 4.746238] e1000e 0000:03:00.1 eth1: Intel(R) PRO/1000 Network Connection [ 4.746822] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 sdc6 sdc7 sdc8 sdc9 sdc10 > [ 4.749576] sd 1:2:0:0: [sdc] Attached SCSI disk [ 4.764778] e1000e 0000:03:00.1 eth1: MAC: 0, PHY: 4, PBA No: C57721-005 [ 4.771862] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.778485] ehci-pci: EHCI PCI platform driver [ 4.784289] ehci-pci 0000:00:1a.7: EHCI Host Controller [ 4.789782] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 4.797348] ehci-pci 0000:00:1a.7: debug port 1 [ 4.805930] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported [ 4.805962] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdf0de000 [ 4.818199] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 4.824256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.831138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.838494] usb usb1: Product: EHCI Host Controller [ 4.843460] usb usb1: Manufacturer: Linux 4.8.11-Isht-VnVG ehci_hcd [ 4.849816] usb usb1: SerialNumber: 0000:00:1a.7 [ 4.855036] hub 1-0:1.0: USB hub found [ 4.858900] hub 1-0:1.0: 4 ports detected [ 4.864679] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 4.870221] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 4.877777] ehci-pci 0000:00:1d.7: debug port 1 [ 4.886336] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 4.886365] ehci-pci 0000:00:1d.7: irq 21, io mem 0xdf0df000 [ 4.899185] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 4.905143] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.912024] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.919380] usb usb2: Product: EHCI Host Controller [ 4.924349] usb usb2: Manufacturer: Linux 4.8.11-Isht-VnVG ehci_hcd [ 4.930704] usb usb2: SerialNumber: 0000:00:1d.7 [ 4.935830] hub 2-0:1.0: USB hub found [ 4.939691] hub 2-0:1.0: 8 ports detected [ 4.944537] uhci_hcd: USB Universal Host Controller Interface driver [ 4.952053] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 4.957597] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 4.965222] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000cc40 [ 4.971246] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 4.978132] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.985487] usb usb3: Product: UHCI Host Controller [ 4.990454] usb usb3: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 4.996809] usb usb3: SerialNumber: 0000:00:1a.0 [ 5.001952] hub 3-0:1.0: USB hub found [ 5.005815] hub 3-0:1.0: 2 ports detected [ 5.011301] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 5.016838] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 5.024432] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000cc60 [ 5.030408] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.037288] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.044647] usb usb4: Product: UHCI Host Controller [ 5.049618] usb usb4: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.055982] usb usb4: SerialNumber: 0000:00:1a.1 [ 5.061054] hub 4-0:1.0: USB hub found [ 5.064915] hub 4-0:1.0: 2 ports detected [ 5.070405] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 5.075910] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 5.084551] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000cc80 [ 5.090530] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.097427] clocksource: Switched to clocksource tsc [ 5.097429] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.097433] usb usb5: Product: UHCI Host Controller [ 5.097435] usb usb5: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.097436] usb usb5: SerialNumber: 0000:00:1d.0 [ 5.097793] hub 5-0:1.0: USB hub found [ 5.097809] hub 5-0:1.0: 2 ports detected [ 5.099188] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 5.099358] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 5.099412] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000cca0 [ 5.099553] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.099555] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.099556] usb usb6: Product: UHCI Host Controller [ 5.099558] usb usb6: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.099559] usb usb6: SerialNumber: 0000:00:1d.1 [ 5.099879] hub 6-0:1.0: USB hub found [ 5.099896] hub 6-0:1.0: 2 ports detected [ 5.101264] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 5.101401] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 [ 5.101437] uhci_hcd 0000:00:1d.2: irq 21, io base 0x0000ccc0 [ 5.101575] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.101577] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.101578] usb usb7: Product: UHCI Host Controller [ 5.101580] usb usb7: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.101581] usb usb7: SerialNumber: 0000:00:1d.2 [ 5.101900] hub 7-0:1.0: USB hub found [ 5.101918] hub 7-0:1.0: 2 ports detected [ 5.103290] uhci_hcd 0000:00:1d.3: UHCI Host Controller [ 5.103429] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8 [ 5.103463] uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000cce0 [ 5.103706] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.103709] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.103710] usb usb8: Product: UHCI Host Controller [ 5.103712] usb usb8: Manufacturer: Linux 4.8.11-Isht-VnVG uhci_hcd [ 5.103713] usb usb8: SerialNumber: 0000:00:1d.3 [ 5.104033] hub 8-0:1.0: USB hub found [ 5.104049] hub 8-0:1.0: 2 ports detected [ 5.104612] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 5.107537] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 5.107710] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 5.108088] input: PC Speaker as /devices/platform/pcspkr/input/input1 [ 5.108600] rtc_cmos 00:01: RTC can wake from S4 [ 5.108962] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 5.109014] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram, hpet irqs [ 5.109163] device-mapper: uevent: version 1.0.3 [ 5.109487] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 5.111573] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 5.111611] hidraw: raw HID events driver (C) Jiri Kosina [ 5.111702] usbcore: registered new interface driver usbhid [ 5.111703] usbhid: USB HID core driver [ 5.111788] GACT probability on [ 5.111945] NET: Registered protocol family 17 [ 5.111998] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 5.112069] Key type dns_resolver registered [ 5.113385] microcode: sig=0x206c2, pf=0x1, revision=0x15 [ 5.115292] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 5.115757] registered taskstats version 1 [ 5.121248] rtc_cmos 00:01: setting system clock to 2016-11-27 09:23:03 UTC (1480238583) [ 5.225132] usb 1-3: new high-speed USB device number 3 using ehci-pci [ 5.325157] usb 3-2: new low-speed USB device number 2 using uhci_hcd [ 5.345839] usb 1-3: New USB device found, idVendor=0424, idProduct=2514 [ 5.345841] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 5.346407] hub 1-3:1.0: USB hub found [ 5.346582] hub 1-3:1.0: 2 ports detected [ 5.413150] usb 7-2: new low-speed USB device number 2 using uhci_hcd [ 5.476859] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2) [ 5.486233] XFS (sdc1): Mounting V4 Filesystem [ 5.511253] usb 3-2: New USB device found, idVendor=05f3, idProduct=0203 [ 5.518053] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.525296] usb 3-2: Product: PC Keyboard/Mouse to USB Adapter [ 5.531371] usb 3-2: Manufacturer: P.I. Engineering [ 5.568779] input: P.I. Engineering PC Keyboard/Mouse to USB Adapter as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.0/0003:05F3:0203.0001/input/input3 [ 5.588543] usb 7-2: New USB device found, idVendor=413c, idProduct=2003 [ 5.595340] usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5.602562] usb 7-2: Product: Dell USB Keyboard [ 5.607202] usb 7-2: Manufacturer: Dell [ 5.628954] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2:1.0/0003:413C:2003.0002/input/input4 [ 5.640989] hid-generic 0003:05F3:0203.0001: input,hidraw0: USB HID v1.00 Keyboard [P.I. Engineering PC Keyboard/Mouse to USB Adapter] on usb-0000:00:1a.0-2/input0 [ 5.668539] input: P.I. Engineering PC Keyboard/Mouse to USB Adapter as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.1/0003:05F3:0203.0003/input/input5 [ 5.680572] XFS (sdc1): Ending clean mount [ 5.680622] VFS: Mounted root (xfs filesystem) on device 8:33. [ 5.681021] devtmpfs: mounted [ 5.696069] hid-generic 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.2-2/input0 [ 5.698038] Freeing unused kernel memory: 2976K (ffffffff81d5a000 - ffffffff82042000) [ 5.698039] Write protecting the kernel read-only data: 12288k [ 5.722426] hid-generic 0003:05F3:0203.0003: input,hidraw2: USB HID v1.00 Mouse [P.I. Engineering PC Keyboard/Mouse to USB Adapter] on usb-0000:00:1a.0-2/input1 [ 5.740256] Freeing unused kernel memory: 508K (ffff88183e781000 - ffff88183e800000) [ 5.753860] Freeing unused kernel memory: 1000K (ffff88183eb06000 - ffff88183ec00000) [ 6.002743] showconsole (1183) used greatest stack depth: 13416 bytes left [ 6.009715] boot (1182) used greatest stack depth: 12624 bytes left [ 6.020198] XFS (sdc6): Mounting V4 Filesystem [ 6.099808] XFS (sdc6): Ending clean mount [ 6.281133] cp (1206) used greatest stack depth: 12320 bytes left [ 10.359380] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:fe:03.0 (INTERRUPT) [ 10.370474] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:fe:03.0 (POLLED) [ 10.386368] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT) [ 10.388162] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6 [ 10.388505] IPMI SSIF Interface driver [ 10.388613] ACPI: Power Button [PWRF] [ 10.402116] wmi: Mapper loaded [ 10.416674] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED) [ 10.419694] iTCO_vendor_support: vendor-support=0 [ 10.432514] EDAC i7core: Driver loaded, 2 memory controller(s) found. [ 10.449698] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 10.455440] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860) [ 10.462958] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 10.470671] bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 29, 2014) [ 10.479315] bnx2 0000:01:00.0 eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 63, node addr 00:26:b9:48:71:e2 [ 10.494102] bnx2 0000:01:00.1 eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 64, node addr 00:26:b9:48:71:e4 [ 10.509739] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k [ 10.518397] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 10.691749] SSE version of gcm_enc/dec engaged. [ 10.708434] bnx2 0000:01:00.1 eno2: renamed from eth3 [ 10.709393] device-mapper: thin: Data device (dm-9) discard unsupported: Disabling discard passdown. [ 10.730947] bnx2 0000:01:00.0 eno1: renamed from eth2 [ 10.746930] e1000e 0000:03:00.1 enp3s0f1: renamed from eth1 [ 10.758768] e1000e 0000:03:00.0 enp3s0f0: renamed from eth0 [ 10.765959] ixgbe 0000:05:00.0: Multiqueue Enabled: Rx Queue count = 12, Tx Queue count = 12 [ 10.810728] ixgbe 0000:05:00.0: PCI Express bandwidth of 32GT/s available [ 10.817625] ixgbe 0000:05:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%) [ 10.836262] mousedev: PS/2 mouse device common for all mice [ 10.921197] ixgbe 0000:05:00.0: MAC: 3, PHY: 0, PBA No: G45270-002 [ 10.927479] ixgbe 0000:05:00.0: a0:36:9f:15:c9:c0 [ 10.935815] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround [ 10.966351] XFS (sdc3): Mounting V4 Filesystem [ 10.966941] coretemp coretemp.1: TjMax is 96 degrees C [ 10.967223] coretemp coretemp.0: TjMax is 96 degrees C [ 10.967271] coretemp coretemp.1: TjMax is 96 degrees C [ 10.967315] coretemp coretemp.0: TjMax is 96 degrees C [ 10.967334] coretemp coretemp.1: TjMax is 96 degrees C [ 10.967366] coretemp coretemp.0: TjMax is 96 degrees C [ 10.970890] coretemp coretemp.1: TjMax is 96 degrees C [ 10.970908] coretemp coretemp.0: TjMax is 96 degrees C [ 10.970925] coretemp coretemp.1: TjMax is 96 degrees C [ 10.970944] coretemp coretemp.0: TjMax is 96 degrees C [ 10.970974] coretemp coretemp.1: TjMax is 96 degrees C [ 10.971000] coretemp coretemp.0: TjMax is 96 degrees C [ 10.971593] XFS (dm-2): Mounting V4 Filesystem [ 10.973839] XFS (dm-0): Mounting V4 Filesystem [ 10.974001] XFS (sdc2): Mounting V4 Filesystem [ 10.981983] XFS (dm-5): Mounting V4 Filesystem [ 10.982523] XFS (sdc8): Mounting V4 Filesystem [ 11.005843] XFS (dm-6): Mounting V4 Filesystem [ 11.012857] XFS (dm-12): Mounting V5 Filesystem [ 11.021093] XFS (dm-3): Mounting V4 Filesystem [ 11.080744] ixgbe 0000:05:00.0: Intel(R) 10 Gigabit Network Connection [ 11.156553] XFS (sdc2): Ending clean mount [ 11.161111] XFS (dm-5): Ending clean mount [ 11.240032] XFS (sdc3): Ending clean mount [ 11.245731] XFS (dm-2): Ending clean mount [ 11.255680] XFS (dm-0): Ending clean mount [ 11.261889] XFS (dm-12): Ending clean mount [ 11.273498] XFS (dm-6): Ending clean mount [ 11.323869] ixgbe 0000:05:00.1: Multiqueue Enabled: Rx Queue count = 12, Tx Queue count = 12 [ 11.352297] XFS (sdc8): Ending clean mount [ 11.368937] ixgbe 0000:05:00.1: PCI Express bandwidth of 32GT/s available [ 11.375842] ixgbe 0000:05:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%) [ 11.416051] XFS (dm-3): Ending clean mount [ 11.479664] ixgbe 0000:05:00.1: MAC: 3, PHY: 0, PBA No: G45270-002 [ 11.485937] ixgbe 0000:05:00.1: a0:36:9f:15:c9:c2 [ 11.641814] ixgbe 0000:05:00.1: Intel(R) 10 Gigabit Network Connection [ 11.711724] ixgbe 0000:05:00.1 enp5s0f1: renamed from eth1 [ 11.727746] ixgbe 0000:05:00.0 enp5s0f0: renamed from eth0 [ 11.971738] ses 0:0:8:0: Attached Enclosure device [ 11.976894] ses 0:0:9:0: Attached Enclosure device [ 11.983110] ses 0:0:10:0: Attached Enclosure device Kernel logging (ksyslog) stopped. Kernel log daemon terminating. ------------------- Cheers! -linda -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* L A Walsh <suse@tlinx.org> [11-27-16 12:35]:
Andrei Borzenkov wrote:
Please show full dmesg for your bare metal boot and for you kexec boot as well as lilo section for your kernel.
Wasn't clear about when to cut of the log, but included up to the end of the kernal log.
1st: lilo. image ending in VnVG is one trying VGA-only console (no frame buff stuff).
Very unprofessional and discourteous. One with your experience surely is aware of the may pastbin options so only interested parties would be subject to your 144k post. You know there are still people on measured service! -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 Photos: http://wahoo.no-ip.org/piwigo @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
I was going to ignore this, but due diligence prompted me to investigate the horrible load I might be placing on people using dialup technology. Patrick Shanahan wrote:
Very unprofessional and discourteous.
In your opinion. I disagree.
One with your experience surely is aware of the may pastbin options
Actually no. I don't like such things. I find they disturb the reading order. If you disagree, then perhaps you'll also disagree with those who claim that "top-posting" disturbs the reading order? Your request would be to "non-post" it on some 3rd party program that can't be read in email. Seems to be that even thinking about "out-of-program posting" should be considered many times worse than simple "top-posting" where the poster used professional communications & records format rather than that used in a single-source or unbroken discussion discussion reading format. Professional communications & records like those used in law and medicine or in project documentation that is meant to bring people up to speed don't usually start w/defining terms and background, but go into what is currently happening, with older material available as one goes further or deeper into notes. They definitely don't reference material outside their current media.
You know there are still people on measured service!
--- The only measured service I'm familiar with these days for landline usage measures in quantities of many gigabytes (hundreds of gigabytes for many ISP's these days). My post would be less than 1/10,000 of 1% (percent) of that amount. Comparing your posting for this group for the past month or two I see 308K & 37 posts, vs. for me (without that post), 338K & 54 posts. I averaged 6.3K/post, to your 8.3K/post -- adding that post brought it to 8.5K/post, slightly over yours, from being 24% less than your posts, on the average. How would you feel about being required to truncate 2K off your posts and being told to go post them someplace where they can't be read, "in-line"? Given the circumstances, It seems something else might be bugging you about that post. Hmmm...I wonder... Cheers! -l -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2016-12-05 02:55, L A Walsh wrote:
You know there are still people on measured service!
--- The only measured service I'm familiar with these days for landline usage measures in quantities of many gigabytes (hundreds of gigabytes for many ISP's these days).
There are people, including me when I'm not at home, that have to pay per kilobyte downloaded, or limited to speeds lower that 1 mbit/s, or limited to 1 gigabyte per month. It is polite, when having to post a large file to a mail list, to upload it instead to some kind of hosting site. For instance, to susepaste.org, a site which purpose in life is precisely that. That way, you do not force hundred or thousand or people to download it. I know, I know. It is easier to just attach the file. I have done it myself. - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlhE02sACgkQja8UbcUWM1y8LAD+Mo45wIu2ZN3UfUiHhvCbozAp 7m1V81l90jMOJRGT+JQA/1JmJfzYA+3ZAX1g38E6oCdS+Ya64bnSK9IRltZ3FYDn =d/2z -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Carlos E. R. wrote:
There are people, including me when I'm not at home, that have to pay per kilobyte downloaded, or limited to speeds lower that 1 mbit/s, or limited to 1 gigabyte per month.
That way, you do not force hundred or thousand or people to download it.
You are *required* to download every message? Hmmm. But um... in the time I posted 38 posts and 430K, you posted 713 posts and totaling ~ 6MB. And many times your posts seem to go off on tangents, or non-suse details -- and I rarely think anything of it. Um... I'd wonder if you are hardly being fair, not to mention you seem to cause over 10x the traffic I do. Maybe you should think about the hundred or thousand people who have to wade through your messages....alot more work intensive given the sheer numbers. And to think I supported your right to be posting them... linda -- stabbed in the back :-( ...*choke*...*cough*...*thump* -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
27.11.2016 20:33, L A Walsh пишет: ...
[ 0.000000] Console: colour VGA+ 132x43 ...
The kexec/reboot lines:
sudo kexec -l /boot/vmlinuz-4.8.11-Isht-VnVG --append="reboot=bios BOOT_IMAGE=4811-Isht-VnVG rw root=/dev/sdc1 showopts console=ttyS0,115200n8 console=tty0 elevator=deadline pcie_ports=native reboot=bios printk.time=1 "
sudo shutdown -r now
... ...
[ 0.000000] Console: colour VGA+ 80x25
It appears that passing of screen_info happens only when using different system call. I can kexec keeping the original VGA text mode with kexec --kexec-file-syscall ... I still get completely garbled display doing the same with active framebuffer under VirtualBox. YMMV on real hardware. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (7)
-
Andrei Borzenkov
-
Anton Aylward
-
Carlos E. R.
-
Felix Miata
-
L A Walsh
-
L. A. Walsh
-
Patrick Shanahan