Problems with UART terminal on Itanium server

"Nadal, Felip" <[email protected]>
Newsgroups gmane.os.freebsd.devel.ia64
Message-ID <[email protected]>
Dear all,

I apologize in advance if this is not the correct list to send this mail. Maybe this problem is not Itanium-specific but since we are experiencing this problem on an Itanium server I am sending this here.

We have 2 identical HP rx2800 i4 Itanium servers in our company and we are experiencing many problems trying to install FreeBSD on these machines. Currently we work with FreeBSD 8.something (it is a patched version) because we can't boot FreeBSD 9 at all (we get no output after loading the kernel with FreeBSD 9).

We are connecting to these machines through ILO3 (HP's Integrated Lights Out) serial device. This device is used in non Itanium HP servers too. We can boot FreeBSD 8 on these machines but when sysinstall starts it opens /dev/ttyu0 and we lose all the output coming from it, so we can't install anything. We have tried to create some custom CDs changing sysinstall by other init programs but we experience the same behaviour, so it is a problem with the console and not with sysinstall.

We have succeded installing Debian Linux on one of these machines, so we can compare the debug output from Debian and FreeBSD. We think that FreeBSD isn't correctly detecting ILO's serial device.

On Linux we see:
(much output)
[   15.486424] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   15.583543] 00:03: ttyS0 at I/O 0x2f8 (irq = 49) is a 16550A
[   15.668593] serial 0000:0a:00.5: PCI INT A -> GSI 17 (level, low) -> IRQ 50
[   15.777781] 0000:0a:00.5: ttyS1 at I/O 0x4000 (irq = 50) is a 16550A
[   15.877265] console [ttyS1] enabled, bootconsole disabled
(more output)

and then everything works ok. Linux uses ttyS1 (port 0x4000) as the main console. The other one seems to be some kind of dummy device, as we only have 1 physical serial port.


On FreeBSD:


pcib10: requested I/O range 0x4020-0x403f: in range
found->    vendor=0x103c, dev=0x3301, revid=0x01
    domain=0, bus=10, slot=0, func=5
    class=07-00-02, hdrtype=0x00, mfdev=1
    cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
    lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
    intpin=a, irq=255
    powerspec 3  supports D0 D3  current D0
    MSI supports 1 message, 64 bit
    map[10]: type I/O Port, range 32, base 0x4000, size  3, enabled
pcib10: requested I/O range 0x4000-0x4007: in range
    map[14]: type Memory, range 32, base 0xef88b000, size  8, enabled
(much output)
(much output)
uart0: <Non-standard ns8250 class UART with FIFOs> port 0x2f8-0x2ff irq 3 on acpi0
(much output)
pci10: <simple comms, UART> at device 0.5 (no driver attached)

We think that the device found at pci10, device 0.5 is the same detected as ttyS1 in Linux (the console that Linux uses). This vendor/device ids correspond to HP ILO3 Serial port, as we found googling around.

We tried to change the port being used for the console in uart_bus_probe to 0x4000 with the debugger and we got some output (a few characters), so that makes us think that we are correct on trying to use this undetected console. Tweaking devices.hint does not help the kernel detecting it. So our question is: is there any kind of support from FreeBSD for this ILO serial console? If not, is there anything we can do to add support for it? We (me) are not kernel developers, so writting down a driver for it is not obvious at all for me.

I adjoint the dmesg output from linux and the debug messages from FreeBSD (with some extra debug messages we put there).

Thanks you very much,

Felip.


PS: I am sorry about my English.


________________________________

Follow HOB:

- HOB: http://www.hob.de/redirect/hob.html
- Xing: http://www.hob.de/redirect/xing.html
- LinkedIn: http://www.hob.de/redirect/linkedin.html
- HOBLink Mobile: http://www.hob.de/redirect/hoblinkmobile.html
- Facebook: http://www.hob.de/redirect/facebook.html
- Twitter: http://www.hob.de/redirect/twitter.html
- YouTube: http://www.hob.de/redirect/youtube.html
- E-Mail: http://www.hob.de/redirect/mail.html


HOB RD VPN - einfach, sicher und flexibel auf alle Unternehmensanwendungen und -daten zugreifen

Praesentation unter: http://www.hob.de/rdvpn2/


HOB GmbH & Co. KG
Schwadermuehlstr. 3
D-90556 Cadolzburg

Geschaeftsfuehrung: Klaus Brandstaetter, Zoran Adamovic

AG Fuerth, HRA 5180
Steuer-Nr. 218/163/00107
USt-ID-Nr. DE 132747002

Komplementaerin HOB electronic Beteiligungs GmbH
AG Fuerth, HRB 3416

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ia64
To unsubscribe, send any mail to "[email protected]"
bootFreebsd.txt (text/plain, 18.6 KB)
gb3: bpf attached
igb3: Ethernet address: 9c:8e:99:35:0f:bf
pcib10: <ACPI PCI-PCI bridge> at device 28.5 on pci0
pcib10:   domain            0
pcib10:   secondary bus     10
pcib10:   subordinate bus   10
pcib10:   I/O decode        0x4000-0x4fff
pcib10:   memory decode     0xee000000-0xef8fffff
pcib10:   no prefetched decode
pci10: <ACPI PCI bus> on pcib10
pci10: domain=0, physical bus=10
found->	vendor=0x103c, dev=0x3306, revid=0x04
	domain=0, bus=10, slot=0, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0547, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type I/O Port, range 32, base 0x4100, size  8, enabled
pcib10: requested I/O range 0x4100-0x41ff: in range
	map[14]: type Memory, range 32, base 0xef888000, size  9, enabled
pcib10: requested memory range 0xef888000-0xef8881ff: good
	map[18]: type I/O Port, range 32, base 0x4200, size  8, enabled
pcib10: requested I/O range 0x4200-0x42ff: in range
found->	vendor=0x103c, dev=0x3307, revid=0x04
	domain=0, bus=10, slot=0, func=2
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0547, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type I/O Port, range 32, base 0x4300, size  8, enabled
pcib10: requested I/O range 0x4300-0x43ff: in range
	map[14]: type Memory, range 32, base 0xef889000, size  8, enabled
pcib10: requested memory range 0xef889000-0xef8890ff: good
	map[18]: type Memory, range 32, base 0xee000000, size 23, enabled
pcib10: requested memory range 0xee000000-0xee7fffff: good
	map[1c]: type Memory, range 32, base 0xef800000, size 19, enabled
pcib10: requested memory range 0xef800000-0xef87ffff: good
	map[20]: type Memory, range 32, base 0xef880000, size 15, enabled
pcib10: requested memory range 0xef880000-0xef887fff: good
	map[24]: type Memory, range 32, base 0xef000000, size 23, enabled
pcib10: requested memory range 0xef000000-0xef7fffff: good
found->	vendor=0x103c, dev=0x3308, revid=0x02
	domain=0, bus=10, slot=0, func=3
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0142, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	map[14]: type Memory, range 32, base 0xef88a000, size  8, enabled
pcib10: requested memory range 0xef88a000-0xef88a0ff: good
found->	vendor=0x103c, dev=0x3300, revid=0x01
	domain=0, bus=10, slot=0, func=4
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0145, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[20]: type I/O Port, range 32, base 0x4020, size  5, enabled
pcib10: requested I/O range 0x4020-0x403f: in range
found->	vendor=0x103c, dev=0x3301, revid=0x01
	domain=0, bus=10, slot=0, func=5
	class=07-00-02, hdrtype=0x00, mfdev=1
	cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type I/O Port, range 32, base 0x4000, size  3, enabled
pcib10: requested I/O range 0x4000-0x4007: in range
	map[14]: type Memory, range 32, base 0xef88b000, size  8, enabled
pcib10: requested memory range 0xef88b000-0xef88b0ff: good
pci10: <base peripheral> at device 0.0 (no driver attached)
pci10: <base peripheral> at device 0.2 (no driver attached)
pci10: <base peripheral> at device 0.3 (no driver attached)
uhci1: <UHCI (generic) USB controller> port 0x4020-0x403f at device 0.4 on pci10
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x4020
address of bushandle is 0xe000000022e8cf90
pcib10: matched entry for 10.0.INTB
pcib10: slot 0 INTB hardwired to IRQ 18
uhci1: (New UHCI DeviceId=0x3300103c)
uhci1: [MPSAFE]
uhci1: [ITHREAD]
usbus2: <UHCI (generic) USB controller> on uhci1
pci10: <simple comms, UART> at device 0.5 (no driver attached)
uhci2: <UHCI (generic) USB controller> port 0x1040-0x105f at device 29.0 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1040
address of bushandle is 0xe000000022523310
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
uhci2: [MPSAFE]
uhci2: [ITHREAD]
usbus3: <UHCI (generic) USB controller> on uhci2
uhci3: <UHCI (generic) USB controller> port 0x1060-0x107f at device 29.1 on pci0
uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1060
address of bushandle is 0xe000000022523610
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
uhci3: [MPSAFE]
uhci3: [ITHREAD]
usbus4: <UHCI (generic) USB controller> on uhci3
uhci4: <UHCI (generic) USB controller> port 0x1080-0x109f at device 29.2 on pci0
uhci4: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1080
address of bushandle is 0xe000000022522d10
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 16
uhci4: [MPSAFE]
uhci4: [ITHREAD]
usbus5: <UHCI (generic) USB controller> on uhci4
ehci1: <EHCI (generic) USB 2.0 controller> mem 0x58602000-0x586023ff at device 29.7 on pci0
ehci1: Reserved 0x400 bytes for rid 0x10 type 3 at 0x58602000
address of bushandle is 0xe000000022523210
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 19
ehci1: [MPSAFE]
ehci1: [ITHREAD]
usbus6: EHCI version 1.0
usbus6: <EHCI (generic) USB 2.0 controller> on ehci1
pcib11: <PCI-PCI bridge> at device 30.0 on pci0
pcib11:   domain            0
pcib11:   secondary bus     11
pcib11:   subordinate bus   11
pcib11:   I/O decode        0x3000-0x3fff
pcib11:   memory decode     0x58300000-0x583fffff
pcib11:   prefetched decode 0x50000000-0x57ffffff
pcib11:   Subtractively decoded bridge.
pci11: <PCI bus> on pcib11
pci11: domain=0, physical bus=11
found->	vendor=0x1002, dev=0x515e, revid=0x02
	domain=0, bus=11, slot=3, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0387, statreg=0x0290, cachelnsz=16 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type Prefetchable Memory, range 32, base 0x50000000, size 27, enabled
pcib11: requested memory range 0x50000000-0x57ffffff: good
	map[14]: type I/O Port, range 32, base 0x3000, size  8, enabled
pcib11: requested I/O range 0x3000-0x30ff: in range
	map[18]: type Memory, range 32, base 0x58320000, size 16, enabled
pcib11: requested memory range 0x58320000-0x5832ffff: good
vgapci0: <VGA-compatible display> port 0x3000-0x30ff mem 0x50000000-0x57ffffff,0x58320000-0x5832ffff at device 3.0 on pci11
pci0: <bridge, PCI-ISA> at device 31.0 (no driver attached)
atapci0: <Intel ICH10 SATA300 controller> port 0x1008-0x100f,0x1000-0x1003,0x1010-0x1017,0x1004-0x1007,0x10a0-0x10bf mem 0x58601000-0x586017ff at device 31.2 on pci0
atapci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x10a0
pcib0: matched entry for 0.31.INTC
pcib0: slot 31 INTC hardwired to IRQ 18
atapci0: [MPSAFE]
atapci0: [ITHREAD]
atapci0: Reserved 0x800 bytes for rid 0x24 type 3 at 0x58601000
atapci0: AHCI called from vendor specific driver
atapci0: AHCI v1.20 controller with 6 3Gbps ports, PM not supported
atapci0: Caps: 64bit NCQ SNTF ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM 6ports
ata2: <ATA channel 0> on atapci0
ata2: AHCI reset...
ata2: hardware reset ...
ata2: SATA connect time=10ms status=00000113
ata2: ready wait time=0ms
ata2: software reset port 0...
ata2: ready wait time=0ms
ata2: SIGNATURE: eb140101
ata2: AHCI reset done: devices=00010000
ata2: [MPSAFE]
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: AHCI reset...
ata3: hardware reset ...
ata3: SATA connect timeout status=00000000
ata3: AHCI reset done: phy reset found no device
ata3: [MPSAFE]
ata3: [ITHREAD]
ata4: <ATA channel 2> on atapci0
ata4: AHCI reset...
ata4: hardware reset ...
ata4: SATA connect timeout status=00000000
ata4: AHCI reset done: phy reset found no device
ata4: [MPSAFE]
ata4: [ITHREAD]
ata5: <ATA channel 3> on atapci0
ata5: AHCI reset...
ata5: hardware reset ...
ata5: SATA connect timeout status=00000000
ata5: AHCI reset done: phy reset found no device
ata5: [MPSAFE]
ata5: [ITHREAD]
ata6: <ATA channel 4> on atapci0
ata6: AHCI reset...
ata6: hardware reset ...
ata6: SATA connect timeout status=00000004
ata6: AHCI reset done: phy reset found no device
ata6: [MPSAFE]
ata6: [ITHREAD]
ata7: <ATA channel 5> on atapci0
ata7: AHCI reset...
ata7: hardware reset ...
ata7: SATA connect timeout status=00000004
ata7: AHCI reset done: phy reset found no device
ata7: [MPSAFE]
ata7: [ITHREAD]
pci0: <dasp> at device 31.6 (no driver attached)
FELIP PATCH V001
uart_bus_probe probing uart0: 0xe000000022422b00
address of bushandle is 0xe000000023ea2590
Probing UART device
Probing UART device
FELIP PATCH V001
uart_bus_probe probing uart0: 0xe000000022422b00
address of bushandle is 0xe000000023ea2290
Probing UART device
Probing UART device
uart0: <Non-standard ns8250 class UART with FIFOs> port 0x2f8-0x2ff irq 3 on acpi0
uart_bus_attach with device uart0:  0xe000000022422b00
address of bushandle is 0xe000000023ea2790
uart0: [FILTER]
uart0: fast interrupt
FELIP: Calling tty_makedev
Felip PATCH: device ttyu0 being createdcpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
ACPI Warning: \_SB_.B000.P003._PSS: Return Package has no elements (empty) 20090521 nspredef-545
acpi_perf3: invalid top level _PSS package
device_attach: acpi_perf3 attach returned 6
acpi_perf3: invalid top level _PSS package
device_attach: acpi_perf3 attach returned 6
cpu4: <ACPI CPU> on acpi0
cpu5: <ACPI CPU> on acpi0
ACPI Warning: \_SB_.B000.P005._PSS: Return Package has no elements (empty) 20090521 nspredef-545
acpi_perf5: invalid top level _PSS package
device_attach: acpi_perf5 attach returned 6
acpi_perf5: invalid top level _PSS package
device_attach: acpi_perf5 attach returned 6
cpu6: <ACPI CPU> on acpi0
cpu7: <ACPI CPU> on acpi0
cpu8: <ACPI CPU> on acpi0
cpu9: <ACPI CPU> on acpi0
device_attach: acpi_perf9 attach returned 6
device_attach: acpi_perf9 attach returned 6
cpu10: <ACPI CPU> on acpi0
cpu11: <ACPI CPU> on acpi0
ACPI Warning: \_SB_.B000.P00B._PSS: Return Package has no elements (empty) 20090521 nspredef-545
acpi_perf11: invalid top level _PSS package
device_attach: acpi_perf11 attach returned 6
acpi_perf11: invalid top level _PSS package
device_attach: acpi_perf11 attach returned 6
cpu12: <ACPI CPU> on acpi0
cpu13: <ACPI CPU> on acpi0
cpu14: <ACPI CPU> on acpi0
cpu15: <ACPI CPU> on acpi0
Reducing kern.maxvnodes 272690 -> 100000
procfs registered
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
lo0: bpf attached
ata2: Identifying devices: 00010000
ata2: New devices: 00010000
md0: Preloaded image </boot/mfsroot> 8388608 bytes at 0xe00000000503bab8
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
ugen2.1: <(0x103c)> at usbus2
uhub2: <(0x103c) UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
uhub0: 2 ports with 2 removable, self powered
usbus6: 480Mbps High Speed USB v2.0
ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire
ugen6.1: <Intel> at usbus6
uhub6: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
uhub2: 2 ports with 2 removable, self powered
ata2: device_reset timeout=330us
uhub3: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
acd0: <HP DV-28S-Y/C.4H> DVDROM drive at ata2 as master
acd0: read 4134KB/s (4134KB/s), 216KB buffer, SATA150
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet
acd0: Writes:
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: CD-ROM 120mm data disc
ata3: Identifying devices: 00000000
ata3: New devices: 00000000
ata4: Identifying devices: 00000000
ata4: New devices: 00000000
ata5: Identifying devices: 00000000
ata5: New devices: 00000000
ata6: Identifying devices: 00000000
ata6: New devices: 00000000
ata7: Identifying devices: 00000000
ata7: New devices: 00000000
uhub5: 2 ports with 2 removable, self powered
usb_alloc_device:1586: set address 2 failed (USB_ERR_STALLED, ignored)
pass0 at ciss0 bus 0 target 0 lun 0
pass0: <COMPAQ RAID 0  VOLUME OK> Fixed Direct Access SCSI-5 device 
pass0: Serial Number 5001COMPAQ  RAID
pass0: 135.168MB/s transfers
pass0: Command Queueing enabled
pass1 at ciss0 bus 0 target 1 lun 0
pass1: <COMPAQ RAID 0  VOLUME OK> Fixed Direct Access SCSI-5 device 
pass1: Serial Number 5001COMPAQ  RAID
pass1: 135.168MB/s transfers
pass1: Command Queueing enabled
pass2 at ciss0 bus 32 target 0 lun 0
pass2: <HP EH0146FARWD HPDB> Fixed Direct Access SCSI-5 device 
pass2: Serial Number         PLY9MB0E
pass2: 135.168MB/s transfers
pass2: Command Queueing enabled
pass3 at ciss0 bus 32 target 1 lun 0
pass3: <HP EH0146FARWD HPDB> Fixed Direct Access SCSI-5 device 
pass3: Serial Number         PLY9GREE
pass3: 135.168MB/s transfers
pass3: Command Queueing enabled
ATA PseudoRAID loaded
:usowt_aablle loclce_nerdev istea:r1e2d
  getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT!
da0 at ciss0 bus 0 target 0 lun 0
da0: <COMPAQ RAID 0  VOLUME OK> Fixed Direct Access SCSI-5 device 
ugen0.2: <Avocent> at usbus0
da0: Serial Number 5001COMPAQ  RAID
ukbd0: da0: 135.168MB/s transfers<EP1 Interrupt> on usbus0

uhub6: da0: Command Queueing enabled5 ports with 5 removable, self powered

kbd0: ukbd0, generic (0), config:0x0, flags:0x1d0000da0: 139979MB (286677120 512 byte sectors: 255H 32S/T 35132C)

da1 at ciss0 bus 0 target 1 lun 0
ums0: da1: <EP2 Interrupt> on usbus0
<COMPAQ RAID 0  VOLUME OK> Fixed Direct Access SCSI-5 device 
ums0: da1: Serial Number 5001COMPAQ  RAID
5 buttons and [XYZ] coordinates ID=1
da1: 135.168MB/s transfers
da1: Command Queueing enabled
usbd_req_re_enumerate:1553: getting device descriptor at addr 2 failed, USB_ERR_STALLED!
da1: 139979MB (286677120 512 byte sectors: 255H 32S/T 35132C)
da2 at ciss0 bus 32 target 0 lun 0
da2: <HP EH0146FARWD HPDB> Fixed Direct Access SCSI-5 device 
da2: Serial Number         PLY9MB0E
da2: 135.168MB/s transfers
da2: Command Queueing enabled
da2: 140014MB (286749488 512 byte sectors: 255H 32S/T 35140C)
ugen6.2: <HP> at usbus6
da3 at ciss0 bus 32 target 1 lun 0
umass0: da3: <HP Virtual Management Device, class 0/0, rev 2.00/0.01, addr 2> on usbus6
<HP EH0146FARWD HPDB> Fixed Direct Access SCSI-5 device 
umass0: da3: Serial Number         PLY9GREE
 da3: 135.168MB/s transfersSCSI
 over da3: Command Queueing enabledBulk-Only
; quirks = 0x0000
da3: 140014MB (286749488 512 byte sectors: 255H 32S/T 35140C)
ugen2.2: <HP> at usbus2
ukbd1: <Virtual Keyboard> on usbus2
kbd: new array size 4
kbd1: ukbd1, generic (0), config:0x0, flags:0x1d0000
ums1: <Virtual Mouse> on usbus2
umass0:2:0:-1: Attached to scbus2
(probe0:umass-sim0:0:0:0): Down reving Protocol Version from 2 to 0?
pass4 at umass-sim0 bus 0 target 0 lun 0
pass4: <HP Virtual DVD-ROM 0.01> Removable CD-ROM SCSI-0 device 
pass4: 40.000MB/s transfers
cd0 at umass-sim0 bus 0 target 0 lun 0
cd0: <HP Virtual DVD-ROM 0.01> Removable CD-ROM SCSI-0 device 
cd0: 40.000MB/s transfers
cd0: cd present [17910 x 2048 byte records]
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 
GEOM: new disk da0
GEOM: new disk da1
GEOM: new disk da2
GEOM: new disk da3
GEOM: new disk cd0
GEOM: da2: the secondary GPT table is corrupt or invalid.
GEOM: da2: using the primary only -- recovery suggested.
GEOM: da3: the secondary GPT table is corrupt or invalid.
GEOM: da3: using the primary only -- recovery suggested.
(cd0:umass-sim0:0:0:0): error 22
(cd0:umass-sim0:0:0:0): Unretryable Error
(cd0:umass-sim0:0:0:0): error 22
(cd0:umass-sim0:0:0:0): Unretryable Error
Felip: vop_null operation
Trying to mount root from ufs:/dev/md0
Felip: vop_null operation
Felip: vinit
ct_to_ts([2013-12-02 12:46:09]) = 1385988369.000000000
Felip: access
ufs_lookup(): looking for dev
Felip: strategy
Felip: vinit
Felip: access
ufs_lookup(): looking for dev/dev
Felip: vop_null operation
Felip: vop_null operation
Felip: vop_null operation
start_init: trying /sbin/init
Felip: access
ufs_lookup(): looking for sbin/init
Felip: vinit
Felip: readlink
Felip: access
ufs_lookup(): looking for stand/init
Felip: vinit
Felip: access
ufs_lookup(): looking for init
Felip: strategy
start_init: trying /sbin/oinit
Felip: access
Felip: readlink
Felip: access
Felip: access
ufs_lookup(): looking for oinit
start_init: trying /sbin/init.bak
Felip: access
Felip: readlink
Felip: access
Felip: access
ufs_lookup(): looking for init.bak
start_init: trying /rescue/init
Felip: access
ufs_lookup(): looking for rescue/init
start_init: trying /stand/sysinstall
Felip: access
Felip: access
ufs_lookup(): looking for sysinstall
Felip: vinit
Felip: getattr
Felip: itimes_locked
Felip: access
Felip: in VOP_OPEN_APV
VOP_OPEN_APV: after probe
VOP_OPEN_APV: before vop_open
vop_open: 0xe000000004d034e0
Felip: ufs open
VOP_OPEN_APV: after vop_open
VOP_OPEN_APV: rc=0
 Felip: returningFelip: strategy
Felip: close
Felip: itimes_locked
Felip: access
ufs_lookup(): looking for etc/malloc.conf
Felip: vinit
Felip: access
ufs_lookup(): looking for malloc.conf
Felip: strategy
Thread sysinstall trying to open /dev/ttyu0 ...kern_openat trying to open /dev/ttyu0
Felip: after audit
Felip: before falloc
Felip: before nfp
Felip: before vn_open
Felip: Inside vn_open
Felip: Inside vn_open_cred
Felip: before mpsafe
Felip: at restart
Felip: access
Felip: assign vp point 3
Felip: vn_writechk
Felip: VOP_ACCESS
Felip: before VOP_OPEN
Felip: in VOP_OPEN_APV
VOP_OPEN_APV: after probe
VOP_OPEN_APV: before vop_open
vop_open: 0xe000000004d079a0
Felip: devfs_open
Felip: before VOP_UNLOCK
Felip: after VOP_UNLOCK
Felip: before d_open
Felip: ttydev_open
Felip: ttydev_open before tty_lock
Felip: ttydev_open after tty_lock
Felip: before TTY_CALLOUT 1
Felip: tty_opened
Felip: uart_open
before tty_softc
after tty_softc
Felip: returning from uart_tty_open point 2
Felip: before TTY_CALLOUT 2
Felip: before while
Felip: before tty_wait
Felip: into tty_wait
before cv_wait_sig
_cv_wait_sig
Before CV_ASSERT
Before LOCK_CLASS
Before sleepq_lock
Before slElepq_add
Before sleepq_wait_sig
dmesgLinux.txt (text/plain, 50.9 KB)
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-mckinley (Debian 2.6.32-48squeeze4) ([email protected]) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Sep 24 00:55:33 UTC 2013
[    0.000000] EFI v2.30 by HP: SALsystab=0x13fdb79918 ACPI 2.0=0x341aa014 HCDP=0x13ffff8f18 SMBIOS=0x3414a000
[    0.000000] booting generic kernel on platform dig_vtd
[    0.000000] PCDP: v3 at 0x13ffff8f18
[    0.000000] Early serial console at I/O port 0x4000 (options '115200n8')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] ACPI: RSDP 00000000341aa014 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 00000000341aa580 0012C (v01 HP     RX2800-4 00000001      01000013)
[    0.000000] ACPI: FACP 00000000341a4000 000F4 (v03 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI Warning: 32/64X length mismatch in Pm1aEventBlock: 32/16 (20090903/tbfadt-526)
[    0.000000] ACPI Warning: 32/64X length mismatch in Gpe0Block: 128/64 (20090903/tbfadt-526)
[    0.000000] ACPI Warning: Invalid length for Pm1aEventBlock: 16, using default 32 (20090903/tbfadt-607)
[    0.000000] ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20090903/tbfadt-607)
[    0.000000] ACPI: DSDT 0000000034188000 09FFD (v02 HP     RX2800-4 00000008 INTL 20061109)
[    0.000000] ACPI: FACS 00000000341a6000 00040
[    0.000000] ACPI: APIC 00000000341a8000 001CC (v01 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: SPCR 00000000341a2000 00050 (v01 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: SRAT 00000000341a0000 00320 (v02 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: SLIT 000000003419e000 0003C (v01 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: CPEP 000000003419c000 00034 (v01 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: SPMI 000000003419a000 00041 (v05 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: DBGP 0000000034198000 00034 (v00 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: HPET 0000000034196000 00038 (v01 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: TCPA 0000000034194000 00064 (v02 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: DMAR 0000000034192000 000CC (v01 HP     RX2800-4 00000001 HP   00000001)
[    0.000000] ACPI: SSDT 0000000034186000 000A9 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034184000 000E2 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034182000 000A8 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003417e000 029F9 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003417c000 00092 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003417a000 00092 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034178000 00024 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034176000 00114 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034174000 00035 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034172000 00080 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034170000 00699 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003416e000 003C6 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003416c000 003C6 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003416a000 003C6 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034168000 003C6 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034166000 003C6 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034164000 003C6 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034162000 000A4 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 0000000034160000 00276 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003415e000 000BE (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003415c000 00036 (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: SSDT 000000003415a000 000CF (v02 HP     RX2800-4 00000007 INTL 20061109)
[    0.000000] ACPI: Local APIC address c0000000fee00000
[    0.000000] Number of logical nodes in system = 2
[    0.000000] Number of memory chunks in system = 5
[    0.000000] SMP: Allowing 32 CPUs, 16 hotplug CPUs
[    0.000000] Initial ramdisk at: 0xe0000013f0371000 (17114182 bytes)
[    0.000000] SAL 3.20: HP Kauai version 3.1
[    0.000000] SAL: AP wakeup using external interrupt vector 0xf0
[    0.000000] ACPI: Local APIC address c0000000fee00000
[    0.000000] GSI 20 (level, low) -> CPU 0 (0x0000) vector 48
[    0.000000] 16 CPUs available, 32 CPUs total
[    0.000000] MCA related initialization done
[    0.000000] Virtual mem_map starts at 0xa0007fffee800000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000400 -> 0x00040000
[    0.000000]   Normal   0x00040000 -> 0x00500000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[72] active PFN ranges
[    0.000000]     0: 0x00000400 -> 0x0000d052
[    0.000000]     0: 0x0000d06b -> 0x0000d108
[    0.000000]     0: 0x0000d619 -> 0x0000d759
[    0.000000]     0: 0x0000d763 -> 0x0000d8a2
[    0.000000]     0: 0x0000d8ac -> 0x0000d9ec
[    0.000000]     0: 0x0000d9f6 -> 0x0000db36
[    0.000000]     0: 0x0000db40 -> 0x0000dc80
[    0.000000]     0: 0x0000dc8a -> 0x0000ddc9
[    0.000000]     0: 0x0000ddd3 -> 0x0000df13
[    0.000000]     0: 0x0000df1d -> 0x0000e05d
[    0.000000]     0: 0x0000e067 -> 0x0000e1a7
[    0.000000]     0: 0x0000e1b1 -> 0x0000e2f0
[    0.000000]     0: 0x0000e2fa -> 0x0000e43a
[    0.000000]     0: 0x0000e444 -> 0x0000e584
[    0.000000]     0: 0x0000e58e -> 0x0000e6ce
[    0.000000]     0: 0x0000e6d8 -> 0x0000e817
[    0.000000]     0: 0x0000e821 -> 0x0000e961
[    0.000000]     0: 0x0000e96b -> 0x0000eaab
[    0.000000]     0: 0x0000eaf5 -> 0x0000ec35
[    0.000000]     0: 0x0000ec3f -> 0x0000ed7e
[    0.000000]     0: 0x0000ed88 -> 0x0000eec8
[    0.000000]     0: 0x0000eed2 -> 0x0000f012
[    0.000000]     0: 0x0000f01c -> 0x0000f15c
[    0.000000]     0: 0x0000f166 -> 0x0000f2a5
[    0.000000]     0: 0x0000f2af -> 0x0000f3ef
[    0.000000]     0: 0x0000f3f9 -> 0x0000f539
[    0.000000]     0: 0x0000f543 -> 0x0000f683
[    0.000000]     0: 0x0000f68d -> 0x0000f7cc
[    0.000000]     0: 0x0000f7d6 -> 0x0000f916
[    0.000000]     0: 0x0000f920 -> 0x0000fa60
[    0.000000]     0: 0x0000fa6a -> 0x0000fbaa
[    0.000000]     0: 0x0000fbb4 -> 0x0000fcf3
[    0.000000]     0: 0x0000fcfd -> 0x0000fe3d
[    0.000000]     0: 0x0000fe87 -> 0x0000ffd2
[    0.000000]     0: 0x0000ffd7 -> 0x0000ffff
[    0.000000]     0: 0x00100000 -> 0x001fffff
[    0.000000]     0: 0x00210000 -> 0x003fffff
[    0.000000]     1: 0x00400000 -> 0x004fc660
[    0.000000]     1: 0x004fd661 -> 0x004fd697
[    0.000000]     1: 0x004fd7d8 -> 0x004fda38
[    0.000000]     1: 0x004fda4b -> 0x004fda66
[    0.000000]     1: 0x004fda68 -> 0x004fdaa6
[    0.000000]     1: 0x004fdaa9 -> 0x004fdaad
[    0.000000]     1: 0x004fdab1 -> 0x004fdab8
[    0.000000]     1: 0x004fdab9 -> 0x004fdaba
[    0.000000]     1: 0x004fdabb -> 0x004fdac5
[    0.000000]     1: 0x004fdac6 -> 0x004fdacf
[    0.000000]     1: 0x004fdad5 -> 0x004fdadb
[    0.000000]     1: 0x004fdaf6 -> 0x004fdb2b
[    0.000000]     1: 0x004fdb2c -> 0x004fdb9c
[    0.000000]     1: 0x004fdba6 -> 0x004fdbaf
[    0.000000]     1: 0x004fddc8 -> 0x004fddd1
[    0.000000]     1: 0x004fdddd -> 0x004ff1dd
[    0.000000]     1: 0x004ff391 -> 0x004ff396
[    0.000000]     1: 0x004ff3a6 -> 0x004ff3b5
[    0.000000]     1: 0x004ff3c9 -> 0x004ff40e
[    0.000000]     1: 0x004ff423 -> 0x004ff432
[    0.000000]     1: 0x004ff43c -> 0x004ff445
[    0.000000]     1: 0x004ff45b -> 0x004ff5d1
[    0.000000]     1: 0x004ff5db -> 0x004ff5e6
[    0.000000]     1: 0x004ff5e8 -> 0x004ff629
[    0.000000]     1: 0x004ff62b -> 0x004ff66a
[    0.000000]     1: 0x004ff676 -> 0x004ff68b
[    0.000000]     1: 0x004ff692 -> 0x004ff6a4
[    0.000000]     1: 0x004ff6a9 -> 0x004ff6dd
[    0.000000]     1: 0x004ff6df -> 0x004ff700
[    0.000000]     1: 0x004ff704 -> 0x004ff7d3
[    0.000000]     1: 0x004ff7d4 -> 0x004ff7d6
[    0.000000]     1: 0x004ff7d8 -> 0x004ff811
[    0.000000]     1: 0x004ff812 -> 0x004ff944
[    0.000000]     1: 0x004ff945 -> 0x004ffff2
[    0.000000]     1: 0x004ffff3 -> 0x004fffff
[    0.000000] On node 0 totalpages: 3142936
[    0.000000] free_area_init_node: node 0, pgdat e000000001200000, node_mem_map a0007fffee80e000
[    0.000000]   DMA zone: 893 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 61853 pages, LIFO batch:7
[    0.000000]   Normal zone: 13440 pages used for memmap
[    0.000000]   Normal zone: 3066750 pages, LIFO batch:7
[    0.000000] On node 1 totalpages: 1042958
[    0.000000] free_area_init_node: node 1, pgdat e000001000110080, node_mem_map a0007ffffc800000
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 1039374 pages, LIFO batch:7
[    0.000000] Built 2 zonelists in Zone order, mobility grouping on.  Total pages: 4167977
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=scsi0:/EFI/debian/vmlinuz root=/dev/cciss/c0d0p2  intel_iommu=off ro
[    0.000000] Intel-IOMMU: disabled
[    0.000000] PID hash table entries: 4096 (order: 1, 32768 bytes)
[    0.000000] PCI-DMA: Re-initialize machine vector.
[    0.000000] booting generic kernel on platform dig
[    0.000000] Placing 64MB software IO TLB between e000000004be8000 - e000000008be8000
[    0.000000] software IO TLB at phys 0x4be8000 - 0x8be8000
[    0.000000] Memory: 66645824k/66945312k available (7344k code, 328528k reserved, 3571k data, 736k init)
[    0.000000] SLUB: Genslabs=16, HWalign=128, Order=0-3, MinObjects=0, CPUs=32, Nodes=256
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1024
[    0.000000] CPU 0: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.000000] Console: colour VGA+ 80x25
[    0.056000] Calibrating delay loop... 5046.27 BogoMIPS (lpj=10092544)
[    0.248040] Security Framework initialized
[    0.308006] SELinux:  Disabled at boot.
[    0.369371] Dentry cache hash table entries: 8388608 (order: 12, 67108864 bytes)
[    0.537071] Inode-cache hash table entries: 4194304 (order: 11, 33554432 bytes)
[    0.674651] Mount-cache hash table entries: 1024
[    0.744340] Initializing cgroup subsys ns
[    0.804005] Initializing cgroup subsys cpuacct
[    0.872013] Initializing cgroup subsys devices
[    0.944003] Initializing cgroup subsys freezer
[    1.012003] Initializing cgroup subsys net_cls
[    1.080026] ACPI: Core revision 20090903
[    1.148572] Boot processor id 0x0/0x0
[    0.052000] Fixed BSP b0 value from CPU 1
[    0.052000] CPU 1: synchronized ITC with CPU 0 (last diff 0 cycles, maxerr 162 cycles)
[    0.052000] CPU 1: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 2: synchronized ITC with CPU 0 (last diff 1 cycles, maxerr 166 cycles)
[    0.052000] CPU 2: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 3: synchronized ITC with CPU 0 (last diff 0 cycles, maxerr 165 cycles)
[    0.052000] CPU 3: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 4: synchronized ITC with CPU 0 (last diff -1 cycles, maxerr 161 cycles)
[    0.052000] CPU 4: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 5: synchronized ITC with CPU 0 (last diff 0 cycles, maxerr 162 cycles)
[    0.052000] CPU 5: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 6: synchronized ITC with CPU 0 (last diff 0 cycles, maxerr 159 cycles)
[    0.052000] CPU 6: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 7: synchronized ITC with CPU 0 (last diff -1 cycles, maxerr 155 cycles)
[    0.052000] CPU 7: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 8: synchronized ITC with CPU 0 (last diff -1 cycles, maxerr 850 cycles)
[    0.052000] CPU 8: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 9: synchronized ITC with CPU 0 (last diff 1 cycles, maxerr 849 cycles)
[    0.052000] CPU 9: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 10: synchronized ITC with CPU 0 (last diff 1 cycles, maxerr 849 cycles)
[    0.052000] CPU 10: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 11: synchronized ITC with CPU 0 (last diff 1 cycles, maxerr 848 cycles)
[    0.052000] CPU 11: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 12: synchronized ITC with CPU 0 (last diff 1 cycles, maxerr 850 cycles)
[    0.052000] CPU 12: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 13: synchronized ITC with CPU 0 (last diff -1 cycles, maxerr 848 cycles)
[    0.052000] CPU 13: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 14: synchronized ITC with CPU 0 (last diff 0 cycles, maxerr 843 cycles)
[    0.052000] CPU 14: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    0.052000] CPU 15: synchronized ITC with CPU 0 (last diff 0 cycles, maxerr 844 cycles)
[    0.052000] CPU 15: base freq=132.992MHz, ITC ratio=6/1, ITC freq=797.955MHz
[    3.102573] Brought up 16 CPUs
[    3.144003] Total of 16 processors activated (80740.35 BogoMIPS).
[    3.233922] CPU0 attaching sched-domain:
[    3.233925]  domain 0: span 0-7 level CPU
[    3.233928]   groups: group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1 group e000000001114f70 cpus 2 group e000000001124f70 cpus 3 group e000000001134f70 cpus 4 group e000000001144f70 cpus 5 group e000000001154f70 cpus 6 group e000000001164f70 cpus 7
[    3.233940]   domain 1: span 0-15 level NODE
[    3.233942]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.233949] CPU1 attaching sched-domain:
[    3.233951]  domain 0: span 0-7 level CPU
[    3.233953]   groups: group e000000001104f70 cpus 1 group e000000001114f70 cpus 2 group e000000001124f70 cpus 3 group e000000001134f70 cpus 4 group e000000001144f70 cpus 5 group e000000001154f70 cpus 6 group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0
[    3.233964]   domain 1: span 0-15 level NODE
[    3.233966]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.233972] CPU2 attaching sched-domain:
[    3.233974]  domain 0: span 0-7 level CPU
[    3.233976]   groups: group e000000001114f70 cpus 2 group e000000001124f70 cpus 3 group e000000001134f70 cpus 4 group e000000001144f70 cpus 5 group e000000001154f70 cpus 6 group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1
[    3.233986]   domain 1: span 0-15 level NODE
[    3.233988]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.233995] CPU3 attaching sched-domain:
[    3.233997]  domain 0: span 0-7 level CPU
[    3.233998]   groups: group e000000001124f70 cpus 3 group e000000001134f70 cpus 4 group e000000001144f70 cpus 5 group e000000001154f70 cpus 6 group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1 group e000000001114f70 cpus 2
[    3.234009]   domain 1: span 0-15 level NODE
[    3.234011]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.234017] CPU4 attaching sched-domain:
[    3.234019]  domain 0: span 0-7 level CPU
[    3.234021]   groups: group e000000001134f70 cpus 4 group e000000001144f70 cpus 5 group e000000001154f70 cpus 6 group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1 group e000000001114f70 cpus 2 group e000000001124f70 cpus 3
[    3.234032]   domain 1: span 0-15 level NODE
[    3.234034]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.234040] CPU5 attaching sched-domain:
[    3.234042]  domain 0: span 0-7 level CPU
[    3.234044]   groups: group e000000001144f70 cpus 5 group e000000001154f70 cpus 6 group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1 group e000000001114f70 cpus 2 group e000000001124f70 cpus 3 group e000000001134f70 cpus 4
[    3.234054]   domain 1: span 0-15 level NODE
[    3.234056]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.234062] CPU6 attaching sched-domain:
[    3.234064]  domain 0: span 0-7 level CPU
[    3.234066]   groups: group e000000001154f70 cpus 6 group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1 group e000000001114f70 cpus 2 group e000000001124f70 cpus 3 group e000000001134f70 cpus 4 group e000000001144f70 cpus 5
[    3.234077]   domain 1: span 0-15 level NODE
[    3.234079]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.234085] CPU7 attaching sched-domain:
[    3.234087]  domain 0: span 0-7 level CPU
[    3.234089]   groups: group e000000001164f70 cpus 7 group a0000001009a4f70 cpus 0 group e000000001104f70 cpus 1 group e000000001114f70 cpus 2 group e000000001124f70 cpus 3 group e000000001134f70 cpus 4 group e000000001144f70 cpus 5 group e000000001154f70 cpus 6
[    3.234099]   domain 1: span 0-15 level NODE
[    3.234101]    groups: group e000000f83080000 cpus 0-7 (cpu_power = 8192) group e000000f83080020 cpus 8-15 (cpu_power = 8192)
[    3.234107] CPU8 attaching sched-domain:
[    3.234109]  domain 0: span 8-15 level CPU
[    3.234111]   groups: group e000001000014f70 cpus 8 group e000001000024f70 cpus 9 group e000001000034f70 cpus 10 group e000001000044f70 cpus 11 group e000001000054f70 cpus 12 group e000001000064f70 cpus 13 group e000001000074f70 cpus 14 group e000001000084f70 cpus 15
[    3.234122]   domain 1: span 0-15 level NODE
[    3.234124]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234131] CPU9 attaching sched-domain:
[    3.234133]  domain 0: span 8-15 level CPU
[    3.234135]   groups: group e000001000024f70 cpus 9 group e000001000034f70 cpus 10 group e000001000044f70 cpus 11 group e000001000054f70 cpus 12 group e000001000064f70 cpus 13 group e000001000074f70 cpus 14 group e000001000084f70 cpus 15 group e000001000014f70 cpus 8
[    3.234146]   domain 1: span 0-15 level NODE
[    3.234148]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234154] CPU10 attaching sched-domain:
[    3.234156]  domain 0: span 8-15 level CPU
[    3.234158]   groups: group e000001000034f70 cpus 10 group e000001000044f70 cpus 11 group e000001000054f70 cpus 12 group e000001000064f70 cpus 13 group e000001000074f70 cpus 14 group e000001000084f70 cpus 15 group e000001000014f70 cpus 8 group e000001000024f70 cpus 9
[    3.234169]   domain 1: span 0-15 level NODE
[    3.234171]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234177] CPU11 attaching sched-domain:
[    3.234179]  domain 0: span 8-15 level CPU
[    3.234181]   groups: group e000001000044f70 cpus 11 group e000001000054f70 cpus 12 group e000001000064f70 cpus 13 group e000001000074f70 cpus 14 group e000001000084f70 cpus 15 group e000001000014f70 cpus 8 group e000001000024f70 cpus 9 group e000001000034f70 cpus 10
[    3.234192]   domain 1: span 0-15 level NODE
[    3.234194]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234200] CPU12 attaching sched-domain:
[    3.234202]  domain 0: span 8-15 level CPU
[    3.234204]   groups: group e000001000054f70 cpus 12 group e000001000064f70 cpus 13 group e000001000074f70 cpus 14 group e000001000084f70 cpus 15 group e000001000014f70 cpus 8 group e000001000024f70 cpus 9 group e000001000034f70 cpus 10 group e000001000044f70 cpus 11
[    3.234215]   domain 1: span 0-15 level NODE
[    3.234217]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234224] CPU13 attaching sched-domain:
[    3.234226]  domain 0: span 8-15 level CPU
[    3.234228]   groups: group e000001000064f70 cpus 13 group e000001000074f70 cpus 14 group e000001000084f70 cpus 15 group e000001000014f70 cpus 8 group e000001000024f70 cpus 9 group e000001000034f70 cpus 10 group e000001000044f70 cpus 11 group e000001000054f70 cpus 12
[    3.234239]   domain 1: span 0-15 level NODE
[    3.234241]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234247] CPU14 attaching sched-domain:
[    3.234249]  domain 0: span 8-15 level CPU
[    3.234251]   groups: group e000001000074f70 cpus 14 group e000001000084f70 cpus 15 group e000001000014f70 cpus 8 group e000001000024f70 cpus 9 group e000001000034f70 cpus 10 group e000001000044f70 cpus 11 group e000001000054f70 cpus 12 group e000001000064f70 cpus 13
[    3.234262]   domain 1: span 0-15 level NODE
[    3.234264]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.234270] CPU15 attaching sched-domain:
[    3.234272]  domain 0: span 8-15 level CPU
[    3.234274]   groups: group e000001000084f70 cpus 15 group e000001000014f70 cpus 8 group e000001000024f70 cpus 9 group e000001000034f70 cpus 10 group e000001000044f70 cpus 11 group e000001000054f70 cpus 12 group e000001000064f70 cpus 13 group e000001000074f70 cpus 14
[    3.234285]   domain 1: span 0-15 level NODE
[    3.234287]    groups: group e00000138307bfe0 cpus 8-15 (cpu_power = 8192) group e00000138307bfc0 cpus 0-7 (cpu_power = 8192)
[    3.238911] devtmpfs: initialized
[    3.289194] DMI 2.4 present.
[    3.333646] regulator: core version 0.5
[    3.392082] NET: Registered protocol family 16
[    3.460114] ACPI: bus type pci registered
[    3.525544] bio: create slab <bio-0> at 0
[    3.586894] ACPI: EC: Look up EC in DSDT
[    3.597984] \_SB_:_OSC invalid UUID
[    3.597986] _OSC request data:1 6 
[    3.599012] ACPI: Interpreter enabled
[    3.652001] ACPI: (supports S0 S5)
[    3.704005] ACPI: Using IOSAPIC for interrupt routing
[    3.809237] ACPI: No dock devices found.
[    3.872451] ACPI: PCI Root Bridge [RCX0] (0000:00)
[    3.953050] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    4.048014] pci 0000:00:01.0: PME# disabled
[    4.112499] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    4.208012] pci 0000:00:03.0: PME# disabled
[    4.272499] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    4.368013] pci 0000:00:05.0: PME# disabled
[    4.436489] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    4.528011] pci 0000:00:06.0: PME# disabled
[    4.592489] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    4.684013] pci 0000:00:07.0: PME# disabled
[    4.752494] pci 0000:00:08.0: PME# supported from D0 D3hot D3cold
[    4.848012] pci 0000:00:08.0: PME# disabled
[    4.912489] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    5.008013] pci 0000:00:09.0: PME# disabled
[    5.077627] pci 0000:00:13.0: reg 10 32bit mmio: [0x58604000-0x58604fff]
[    5.077858] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    5.168011] pci 0000:00:13.0: PME# disabled
[    5.237820] pci 0000:00:1a.0: reg 20 io port: [0x1020-0x103f]
[    5.238342] pci 0000:00:1a.7: reg 10 32bit mmio: [0x58603000-0x586033ff]
[    5.238800] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    5.328018] pci 0000:00:1a.7: PME# disabled
[    5.392541] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.480015] pci 0000:00:1c.0: PME# disabled
[    5.544565] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    5.636017] pci 0000:00:1c.2: PME# disabled
[    5.700575] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    5.792015] pci 0000:00:1c.5: PME# disabled
[    5.852361] pci 0000:00:1d.0: reg 20 io port: [0x1040-0x105f]
[    5.852866] pci 0000:00:1d.1: reg 20 io port: [0x1060-0x107f]
[    5.853368] pci 0000:00:1d.2: reg 20 io port: [0x1080-0x109f]
[    5.853877] pci 0000:00:1d.7: reg 10 32bit mmio: [0x58602000-0x586023ff]
[    5.854333] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    5.944018] pci 0000:00:1d.7: PME# disabled
[    6.009250] pci 0000:00:1f.2: reg 10 io port: [0x1008-0x100f]
[    6.009280] pci 0000:00:1f.2: reg 14 io port: [0x1000-0x1003]
[    6.009309] pci 0000:00:1f.2: reg 18 io port: [0x1010-0x1017]
[    6.009339] pci 0000:00:1f.2: reg 1c io port: [0x1004-0x1007]
[    6.009369] pci 0000:00:1f.2: reg 20 io port: [0x10a0-0x10bf]
[    6.009398] pci 0000:00:1f.2: reg 24 32bit mmio: [0x58601000-0x586017ff]
[    6.009723] pci 0000:00:1f.2: PME# supported from D3hot
[    6.084015] pci 0000:00:1f.2: PME# disabled
[    6.148281] pci 0000:00:1f.6: reg 10 64bit mmio: [0x58600000-0x58600fff]
[    6.148873] pci 0000:01:00.0: reg 10 64bit mmio: [0x58000000-0x581fffff]
[    6.148934] pci 0000:01:00.0: reg 18 64bit mmio: [0x58200000-0x58200fff]
[    6.148966] pci 0000:01:00.0: reg 20 io port: [0x2000-0x20ff]
[    6.149027] pci 0000:01:00.0: reg 30 32bit mmio pref: [0xfff80000-0xffffffff]
[    6.149328] pci 0000:01:00.0: PME# supported from D0
[    6.220018] pci 0000:01:00.0: PME# disabled
[    6.292464] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[    6.292476] pci 0000:00:01.0: bridge 32bit mmio: [0x58000000-0x582fffff]
[    6.294445] pci 0000:08:00.0: reg 10 32bit mmio: [0x58560000-0x5857ffff]
[    6.294496] pci 0000:08:00.0: reg 14 32bit mmio: [0x58540000-0x5855ffff]
[    6.294546] pci 0000:08:00.0: reg 18 io port: [0x6020-0x603f]
[    6.294597] pci 0000:08:00.0: reg 1c 32bit mmio: [0x58584000-0x58587fff]
[    6.294744] pci 0000:08:00.0: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[    6.295242] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    6.384026] pci 0000:08:00.0: PME# disabled
[    6.448524] pci 0000:08:00.1: reg 10 32bit mmio: [0x58520000-0x5853ffff]
[    6.448575] pci 0000:08:00.1: reg 14 32bit mmio: [0x58500000-0x5851ffff]
[    6.448626] pci 0000:08:00.1: reg 18 io port: [0x6000-0x601f]
[    6.448677] pci 0000:08:00.1: reg 1c 32bit mmio: [0x58580000-0x58583fff]
[    6.448824] pci 0000:08:00.1: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[    6.449320] pci 0000:08:00.1: PME# supported from D0 D3hot D3cold
[    6.536027] pci 0000:08:00.1: PME# disabled
[    6.597734] pci 0000:00:1c.0: bridge io port: [0x6000-0x6fff]
[    6.597750] pci 0000:00:1c.0: bridge 32bit mmio: [0x58500000-0x585fffff]
[    6.598162] pci 0000:09:00.0: reg 10 32bit mmio: [0x58460000-0x5847ffff]
[    6.598213] pci 0000:09:00.0: reg 14 32bit mmio: [0x58440000-0x5845ffff]
[    6.598264] pci 0000:09:00.0: reg 18 io port: [0x5020-0x503f]
[    6.598314] pci 0000:09:00.0: reg 1c 32bit mmio: [0x58484000-0x58487fff]
[    6.598462] pci 0000:09:00.0: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[    6.598961] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    6.688025] pci 0000:09:00.0: PME# disabled
[    6.752520] pci 0000:09:00.1: reg 10 32bit mmio: [0x58420000-0x5843ffff]
[    6.752571] pci 0000:09:00.1: reg 14 32bit mmio: [0x58400000-0x5841ffff]
[    6.752622] pci 0000:09:00.1: reg 18 io port: [0x5000-0x501f]
[    6.752672] pci 0000:09:00.1: reg 1c 32bit mmio: [0x58480000-0x58483fff]
[    6.752819] pci 0000:09:00.1: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[    6.753315] pci 0000:09:00.1: PME# supported from D0 D3hot D3cold
[    6.852027] pci 0000:09:00.1: PME# disabled
[    6.917733] pci 0000:00:1c.2: bridge io port: [0x5000-0x5fff]
[    6.917749] pci 0000:00:1c.2: bridge 32bit mmio: [0x58400000-0x584fffff]
[    6.918112] pci 0000:0a:00.0: reg 10 io port: [0x4100-0x41ff]
[    6.918161] pci 0000:0a:00.0: reg 14 32bit mmio: [0xef888000-0xef8881ff]
[    6.918213] pci 0000:0a:00.0: reg 18 io port: [0x4200-0x42ff]
[    6.920653] pci 0000:0a:00.2: reg 10 io port: [0x4300-0x43ff]
[    6.920703] pci 0000:0a:00.2: reg 14 32bit mmio: [0xef889000-0xef8890ff]
[    6.920754] pci 0000:0a:00.2: reg 18 32bit mmio: [0xee000000-0xee7fffff]
[    6.920804] pci 0000:0a:00.2: reg 1c 32bit mmio: [0xef800000-0xef87ffff]
[    6.920855] pci 0000:0a:00.2: reg 20 32bit mmio: [0xef880000-0xef887fff]
[    6.920905] pci 0000:0a:00.2: reg 24 32bit mmio: [0xef000000-0xef7fffff]
[    6.920955] pci 0000:0a:00.2: reg 30 32bit mmio pref: [0xff800000-0xffffffff]
[    6.921385] pci 0000:0a:00.2: PME# supported from D0 D3hot D3cold
[    7.016025] pci 0000:0a:00.2: PME# disabled
[    7.080347] pci 0000:0a:00.3: reg 14 32bit mmio: [0xef88a000-0xef88a0ff]
[    7.081452] pci 0000:0a:00.4: reg 20 io port: [0x4020-0x403f]
[    7.082333] pci 0000:0a:00.5: reg 10 io port: [0x4000-0x4007]
[    7.082383] pci 0000:0a:00.5: reg 14 32bit mmio: [0xef88b000-0xef88b0ff]
[    7.084000] pci 0000:00:1c.5: bridge io port: [0x4000-0x4fff]
[    7.084000] pci 0000:00:1c.5: bridge 32bit mmio: [0xee000000-0xef8fffff]
[    7.084000] pci 0000:0b:03.0: reg 10 32bit mmio pref: [0x50000000-0x57ffffff]
[    7.084000] pci 0000:0b:03.0: reg 14 io port: [0x3000-0x30ff]
[    7.084000] pci 0000:0b:03.0: reg 18 32bit mmio: [0x58320000-0x5832ffff]
[    7.088079] pci 0000:0b:03.0: reg 30 32bit mmio pref: [0x58300000-0x5831ffff]
[    7.088121] pci 0000:0b:03.0: Boot video device
[    7.088345] pci 0000:0b:03.0: supports D1 D2
[    7.088717] pci 0000:00:1e.0: transparent bridge
[    7.160018] pci 0000:00:1e.0: bridge io port: [0x3000-0x3fff]
[    7.160034] pci 0000:00:1e.0: bridge 32bit mmio: [0x58300000-0x583fffff]
[    7.160063] pci 0000:00:1e.0: bridge 64bit mmio pref: [0x50000000-0x57ffffff]
[    7.160327] ACPI: PCI Interrupt Routing Table [\_SB_.B000.RCX0._PRT]
[    7.173383] ACPI: PCI Interrupt Routing Table [\_SB_.B000.RCX0.RPTA._PRT]
[    7.173909] ACPI: PCI Interrupt Routing Table [\_SB_.B000.RCX0.RPTB._PRT]
[    7.174434] ACPI: PCI Interrupt Routing Table [\_SB_.B000.RCX0.RPTC._PRT]
[    7.369636] vgaarb: device added: PCI:0000:0b:03.0,decodes=io+mem,owns=io+mem,locks=none
[    7.496004] vgaarb: loaded
[    7.550141] Switching to clocksource itc
[    7.610884] pnp: PnP ACPI init
[    7.654739] ACPI: bus type pnp registered
[    7.722835] GSI 3 (level, low) -> CPU 1 (0x0200) vector 49
[    7.815686] GSI 17 (level, low) -> CPU 2 (0x0400) vector 50
[    7.902584] GSI 2 (level, low) -> CPU 3 (0x0600) vector 51
[    7.986863] GSI 8 (level, low) -> CPU 4 (0x0800) vector 52
[    8.070892] GSI 11 (level, low) -> CPU 5 (0x0a00) vector 53
[    8.158145] GSI 12 (level, low) -> CPU 6 (0x0c00) vector 54
[    8.247026] pnp: PnP ACPI: found 7 devices
[    8.310674] ACPI: ACPI bus type pnp unregistered
[    8.385225] NET: Registered protocol family 2
[    8.455185] IP route cache hash table entries: 524288 (order: 8, 4194304 bytes)
[    8.570277] TCP established hash table entries: 524288 (order: 9, 8388608 bytes)
[    8.687248] TCP bind hash table entries: 65536 (order: 6, 1048576 bytes)
[    8.786403] TCP: Hash tables configured (established 524288 bind 65536)
[    8.885819] TCP reno registered
[    8.932669] NET: Registered protocol family 1
[    8.997907] GSI 16 (level, low) -> CPU 7 (0x0e00) vector 55
[    9.081477] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 55
[    9.181493] pci 0000:00:1a.0: PCI INT A disabled
[    9.251191] GSI 16 (level, low) -> CPU 7 (0x0e00) vector 55 unregistered
[    9.347200] GSI 19 (level, low) -> CPU 8 (0x1000) vector 55
[    9.432880] pci 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 56
[    9.538588] pci 0000:00:1a.7: PCI INT D disabled
[    9.608449] GSI 19 (level, low) -> CPU 8 (0x1000) vector 55 unregistered
[    9.710089] GSI 18 (level, low) -> CPU 9 (0x1200) vector 55
[    9.800239] pci 0000:00:1d.0: PCI INT C -> GSI 18 (level, low) -> IRQ 57
[    9.904285] pci 0000:00:1d.0: PCI INT C disabled
[    9.977991] GSI 18 (level, low) -> CPU 9 (0x1200) vector 55 unregistered
[   10.083461] GSI 18 (level, low) -> CPU 10 (0x1400) vector 55
[   10.170848] pci 0000:00:1d.1: PCI INT C -> GSI 18 (level, low) -> IRQ 57
[   10.275794] pci 0000:00:1d.1: PCI INT C disabled
[   10.347683] GSI 18 (level, low) -> CPU 10 (0x1400) vector 55 unregistered
[   10.451236] GSI 16 (level, low) -> CPU 11 (0x1600) vector 55
[   10.539827] pci 0000:00:1d.2: PCI INT A -> GSI 16 (level, low) -> IRQ 55
[   10.640723] pci 0000:00:1d.2: PCI INT A disabled
[   10.709936] GSI 16 (level, low) -> CPU 11 (0x1600) vector 55 unregistered
[   10.818134] GSI 19 (level, low) -> CPU 12 (0x1800) vector 55
[   10.905224] pci 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 56
[   11.009945] pci 0000:00:1d.7: PCI INT D disabled
[   11.081927] GSI 19 (level, low) -> CPU 12 (0x1800) vector 55 unregistered
[   11.186242] pci 0000:08:00.0: Disabling L0s
[   11.250788] pci 0000:08:00.1: Disabling L0s
[   11.316115] pci 0000:09:00.0: Disabling L0s
[   11.381281] pci 0000:09:00.1: Disabling L0s
[   11.443047] GSI 18 (level, low) -> CPU 13 (0x1a00) vector 55
[   11.526865] pci 0000:0a:00.4: PCI INT B -> GSI 18 (level, low) -> IRQ 57
[   11.625804] pci 0000:0a:00.4: PCI INT B disabled
[   11.695584] GSI 18 (level, low) -> CPU 13 (0x1a00) vector 55 unregistered
[   11.797637] Unpacking initramfs...
[   12.191832] Freeing initrd memory: 16688kB freed
[   12.265060] perfmon: version 2.0 IRQ 238
[   12.326335] perfmon: Generic PMU detected, 8 PMCs, 4 PMDs, 4 counters (32 bits)
[   12.445311] perfmon: added sampling format default_format
[   12.524500] perfmon_default_smpl: default_format v2.0 registered
[   12.613020] Please use IA-32 EL for executing IA-32 binaries
[   12.698330] audit: initializing netlink socket (disabled)
[   12.778734] type=2000 audit(1385988976.777:1): initialized
[   12.860415] HugeTLB registered 256 MB page size, pre-allocated 0 pages
[   12.958202] VFS: Disk quotas dquot_6.5.2
[   13.014805] Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[   13.113915] msgmni has been set to 32768
[   13.171802] alg: No test for stdrng (krng)
[   13.229995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   13.338568] io scheduler noop registered
[   13.396380] io scheduler anticipatory registered
[   13.463342] io scheduler deadline registered
[   13.530885] io scheduler cfq registered (default)
[   13.609563] aer 0000:00:01.0:pcie02: service driver aer loaded
[   13.609741] aer 0000:00:03.0:pcie02: service driver aer loaded
[   13.609918] aer 0000:00:05.0:pcie02: service driver aer loaded
[   13.610094] aer 0000:00:06.0:pcie02: service driver aer loaded
[   13.610272] aer 0000:00:07.0:pcie02: service driver aer loaded
[   13.610449] aer 0000:00:08.0:pcie02: service driver aer loaded
[   13.610626] aer 0000:00:09.0:pcie02: service driver aer loaded
[   13.610790] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[   13.724378] ACPI: Power Button [PWRF]
[   13.782553] processor LNXCPU:00: registered as cooling_device0
[   13.873111] processor LNXCPU:02: registered as cooling_device1
[   13.965961] processor LNXCPU:04: registered as cooling_device2
[   14.056005] processor LNXCPU:06: registered as cooling_device3
[   14.143899] processor LNXCPU:08: registered as cooling_device4
[   14.230989] processor LNXCPU:0a: registered as cooling_device5
[   14.318376] processor LNXCPU:0c: registered as cooling_device6
[   14.404233] processor LNXCPU:0e: registered as cooling_device7
[   14.491607] processor LNXCPU:10: registered as cooling_device8
[   14.578116] processor LNXCPU:12: registered as cooling_device9
[   14.664961] processor LNXCPU:14: registered as cooling_device10
[   14.751459] processor LNXCPU:16: registered as cooling_device11
[   14.840858] processor LNXCPU:18: registered as cooling_device12
[   14.930857] processor LNXCPU:1a: registered as cooling_device13
[   15.024718] processor LNXCPU:1c: registered as cooling_device14
[   15.115351] processor LNXCPU:1e: registered as cooling_device15
[   15.227383] hpet0: at MMIO 0xfed00000, IRQs 51, 52, 53, 54
[   15.310720] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[   15.403020] Linux agpgart interface v0.103
[   15.486424] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   15.583543] 00:03: ttyS0 at I/O 0x2f8 (irq = 49) is a 16550A
[   15.668593] serial 0000:0a:00.5: PCI INT A -> GSI 17 (level, low) -> IRQ 50
[   15.777781] 0000:0a:00.5: ttyS1 at I/O 0x4000 (irq = 50) is a 16550A
[   15.877265] console [ttyS1] enabled, bootconsole disabled
[   16.038772] mice: PS/2 mouse device common for all mice
[   16.115631] rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc0
[   16.205549] TCP cubic registered
[   16.253237] NET: Registered protocol family 17
[   16.319588] registered taskstats version 1
[   16.384973] rtc-efi rtc-efi: setting system clock to 2013-12-02 12:56:21 UTC (1385988981)
[   16.499706] Freeing unused kernel memory: 736kB freed
[   16.586185] udev[181]: starting version 164
[   16.665466] SCSI subsystem initialized
[   16.680935] usbcore: registered new interface driver usbfs
[   16.680953] usbcore: registered new interface driver hub
[   16.681028] usbcore: registered new device driver usb
[   16.684543] Intel(R) Gigabit Ethernet Network Driver - version 3.0.6-k2
[   16.684544] Copyright (c) 2007-2011 Intel Corporation.
[   16.684682] GSI 16 (level, low) -> CPU 14 (0x1c00) vector 65
[   16.684685] igb 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 55
[   16.686921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   16.686978] GSI 19 (level, low) -> CPU 15 (0x1e00) vector 75
[   16.686981] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 56
[   16.687034] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   16.687082] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   16.687176] ehci_hcd 0000:00:1a.7: debug port 1
[   16.688334] uhci_hcd: USB Universal Host Controller Interface driver
[   16.691090] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[   16.691104] ehci_hcd 0000:00:1a.7: irq 56, io mem 0x58603000
[   16.707413] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   16.707463] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   16.707466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.707468] usb usb1: Product: EHCI Host Controller
[   16.707470] usb usb1: Manufacturer: Linux 2.6.32-5-mckinley ehci_hcd
[   16.707471] usb usb1: SerialNumber: 0000:00:1a.7
[   16.707566] usb usb1: configuration #1 chosen from 1 choice
[   16.707596] hub 1-0:1.0: USB hub found
[   16.707607] hub 1-0:1.0: 2 ports detected
[   16.707713] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 55
[   16.707737] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   16.707752] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
[   16.707810] uhci_hcd 0000:00:1a.0: irq 55, io base 0x00001020
[   16.707878] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   16.707881] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.707883] usb usb2: Product: UHCI Host Controller
[   16.707885] usb usb2: Manufacturer: Linux 2.6.32-5-mckinley uhci_hcd
[   16.707886] usb usb2: SerialNumber: 0000:00:1a.0
[   16.707960] usb usb2: configuration #1 chosen from 1 choice
[   16.707990] hub 2-0:1.0: USB hub found
[   16.707999] hub 2-0:1.0: 2 ports detected
[   16.708082] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 56
[   16.708104] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   16.708117] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 3
[   16.708200] ehci_hcd 0000:00:1d.7: debug port 1
[   16.712119] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[   16.712126] ehci_hcd 0000:00:1d.7: irq 56, io mem 0x58602000
[   16.727412] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   16.727438] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   16.727440] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.727442] usb usb3: Product: EHCI Host Controller
[   16.727444] usb usb3: Manufacturer: Linux 2.6.32-5-mckinley ehci_hcd
[   16.727446] usb usb3: SerialNumber: 0000:00:1d.7
[   16.727509] usb usb3: configuration #1 chosen from 1 choice
[   16.727546] hub 3-0:1.0: USB hub found
[   16.727558] hub 3-0:1.0: 5 ports detected
[   16.727634] GSI 18 (level, low) -> CPU 0 (0x0000) vector 76
[   16.727637] uhci_hcd 0000:00:1d.0: PCI INT C -> GSI 18 (level, low) -> IRQ 57
[   16.727655] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   16.727669] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[   16.727716] uhci_hcd 0000:00:1d.0: irq 57, io base 0x00001040
[   16.727760] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   16.727762] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.727764] usb usb4: Product: UHCI Host Controller
[   16.727766] usb usb4: Manufacturer: Linux 2.6.32-5-mckinley uhci_hcd
[   16.727767] usb usb4: SerialNumber: 0000:00:1d.0
[   16.727830] usb usb4: configuration #1 chosen from 1 choice
[   16.727855] hub 4-0:1.0: USB hub found
[   16.727865] hub 4-0:1.0: 2 ports detected
[   16.727920] uhci_hcd 0000:00:1d.1: PCI INT C -> GSI 18 (level, low) -> IRQ 57
[   16.727939] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   16.727950] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[   16.727989] uhci_hcd 0000:00:1d.1: irq 57, io base 0x00001060
[   16.728032] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   16.728035] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.728036] usb usb5: Product: UHCI Host Controller
[   16.728038] usb usb5: Manufacturer: Linux 2.6.32-5-mckinley uhci_hcd
[   16.728040] usb usb5: SerialNumber: 0000:00:1d.1
[   16.728097] usb usb5: configuration #1 chosen from 1 choice
[   16.728120] hub 5-0:1.0: USB hub found
[   16.728128] hub 5-0:1.0: 2 ports detected
[   16.728178] uhci_hcd 0000:00:1d.2: PCI INT A -> GSI 16 (level, low) -> IRQ 55
[   16.728195] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   16.728202] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[   16.728241] uhci_hcd 0000:00:1d.2: irq 55, io base 0x00001080
[   16.728290] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   16.728292] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.728294] usb usb6: Product: UHCI Host Controller
[   16.728295] usb usb6: Manufacturer: Linux 2.6.32-5-mckinley uhci_hcd
[   16.728297] usb usb6: SerialNumber: 0000:00:1d.2
[   16.728350] usb usb6: configuration #1 chosen from 1 choice
[   16.728373] hub 6-0:1.0: USB hub found
[   16.728381] hub 6-0:1.0: 2 ports detected
[   16.728440] uhci_hcd 0000:0a:00.4: PCI INT B -> GSI 18 (level, low) -> IRQ 57
[   16.728470] uhci_hcd 0000:0a:00.4: UHCI Host Controller
[   16.728477] uhci_hcd 0000:0a:00.4: new USB bus registered, assigned bus number 7
[   16.728499] uhci_hcd 0000:0a:00.4: port count misdetected? forcing to 2 ports
[   16.728551] uhci_hcd 0000:0a:00.4: irq 57, io base 0x00004020
[   16.728604] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   16.728606] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.728608] usb usb7: Product: UHCI Host Controller
[   16.728610] usb usb7: Manufacturer: Linux 2.6.32-5-mckinley uhci_hcd
[   16.728611] usb usb7: SerialNumber: 0000:0a:00.4
[   16.728668] usb usb7: configuration #1 chosen from 1 choice
[   16.728692] hub 7-0:1.0: USB hub found
[   16.728699] hub 7-0:1.0: 2 ports detected
[   16.880251] igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
[   16.880255] igb 0000:08:00.0: eth0: (PCIe:2.5Gb/s:Width x2) 9c:8e:99:35:ee:c6
[   16.880336] igb 0000:08:00.0: eth0: PBA No: 104010-050
[   16.880338] igb 0000:08:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   16.880413] igb 0000:08:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 50
[   17.076223] igb 0000:08:00.1: Intel(R) Gigabit Ethernet Network Connection
[   17.076226] igb 0000:08:00.1: eth1: (PCIe:2.5Gb/s:Width x2) 9c:8e:99:35:ee:c7
[   17.076307] igb 0000:08:00.1: eth1: PBA No: 104010-050
[   17.076309] igb 0000:08:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   17.076379] igb 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 57
[   17.202912] usb 2-1: new low speed USB device using uhci_hcd and address 2
[   17.272234] igb 0000:09:00.0: Intel(R) Gigabit Ethernet Network Connection
[   17.272236] igb 0000:09:00.0: eth2: (PCIe:2.5Gb/s:Width x2) 9c:8e:99:35:0f:be
[   17.272318] igb 0000:09:00.0: eth2: PBA No: 104010-050
[   17.272320] igb 0000:09:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   17.272384] igb 0000:09:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 56
[   17.387928] usb 2-1: New USB device found, idVendor=0624, idProduct=0341
[   17.387934] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   17.387938] usb 2-1: Product: HP 336047-B21
[   17.387942] usb 2-1: Manufacturer: Avocent
[   17.388020] usb 2-1: configuration #1 chosen from 1 choice
[   17.424252] usbcore: registered new interface driver hiddev
[   17.438099] input: Avocent HP 336047-B21 as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.0/input/input1
[   17.438140] generic-usb 0003:0624:0341.0001: input,hidraw0: USB HID v1.10 Keyboard [Avocent HP 336047-B21] on usb-0000:00:1a.0-1/input0
[   17.461088] input: Avocent HP 336047-B21 as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/input/input2
[   17.461139] generic-usb 0003:0624:0341.0002: input,hidraw1: USB HID v1.10 Mouse [Avocent HP 336047-B21] on usb-0000:00:1a.0-1/input1
[   17.461154] usbcore: registered new interface driver usbhid
[   17.461156] usbhid: v2.6:USB HID core driver
[   17.468242] igb 0000:09:00.1: Intel(R) Gigabit Ethernet Network Connection
[   17.468244] igb 0000:09:00.1: eth3: (PCIe:2.5Gb/s:Width x2) 9c:8e:99:35:0f:bf
[   17.468326] igb 0000:09:00.1: eth3: PBA No: 104010-050
[   17.468327] igb 0000:09:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   17.526913] usb 7-1: new full speed USB device using uhci_hcd and address 2
[   17.708376] usb 7-1: New USB device found, idVendor=03f0, idProduct=7029
[   17.708382] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   17.708386] usb 7-1: Product: Virtual Management Device
[   17.708390] usb 7-1: Manufacturer: HP
[   17.708458] usb 7-1: configuration #1 chosen from 1 choice
[   17.747661] input: HP Virtual Management Device as /devices/pci0000:00/0000:00:1c.5/0000:0a:00.4/usb7/7-1/7-1:1.0/input/input3
[   17.747696] generic-usb 0003:03F0:7029.0003: input,hidraw2: USB HID v1.01 Keyboard [HP Virtual Management Device] on usb-0000:0a:00.4-1/input0
[   17.784770] input: HP Virtual Management Device as /devices/pci0000:00/0000:00:1c.5/0000:0a:00.4/usb7/7-1/7-1:1.1/input/input4
[   17.784820] generic-usb 0003:03F0:7029.0004: input,hidraw3: USB HID v1.01 Mouse [HP Virtual Management Device] on usb-0000:0a:00.4-1/input1
[   17.894912] usb 3-2: new high speed USB device using ehci_hcd and address 2
[   18.037631] usb 3-2: New USB device found, idVendor=03f0, idProduct=2227
[   18.037634] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   18.037636] usb 3-2: Product: Virtual Management Device
[   18.037637] usb 3-2: Manufacturer: HP 
[   18.037697] usb 3-2: configuration #1 chosen from 1 choice
[   30.033519] HP CISS Driver (v 3.6.20)
[   30.085153] GSI 28 (level, low) -> CPU 1 (0x0200) vector 104
[   30.102085] libata version 3.00 loaded.
[   30.105210] ahci 0000:00:1f.2: version 3.0
[   30.108690] Initializing USB Mass Storage driver...
[   30.108872] scsi0 : SCSI emulation for USB Mass Storage devices
[   30.109086] usbcore: registered new interface driver usb-storage
[   30.109089] usb-storage: device found at 2
[   30.109091] USB Mass Storage support registered.
[   30.109093] usb-storage: waiting for device to settle before scanning
[   30.471410] cciss 0000:01:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ 104
[   30.471415] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 57
[   30.471705] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[   30.471708] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems 
[   30.509843] scsi1 : ahci
[   30.509960] scsi2 : ahci
[   30.510109] scsi3 : ahci
[   30.510205] scsi4 : ahci
[   30.510295] scsi5 : ahci
[   30.510400] scsi6 : ahci
[   30.510475] ata1: SATA max UDMA/133 abar m2048@0x58601000 port 0x58601100 irq 105
[   30.510481] ata2: SATA max UDMA/133 abar m2048@0x58601000 port 0x58601180 irq 105
[   30.510486] ata3: SATA max UDMA/133 abar m2048@0x58601000 port 0x58601200 irq 105
[   30.510492] ata4: SATA max UDMA/133 abar m2048@0x58601000 port 0x58601280 irq 105
[   30.510498] ata5: SATA max UDMA/133 abar m2048@0x58601000 port 0x58601300 irq 105
[   30.510504] ata6: SATA max UDMA/133 abar m2048@0x58601000 port 0x58601380 irq 105
[   30.830957] ata6: SATA link down (SStatus 0 SControl 300)
[   30.830968] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   30.830982] ata2: SATA link down (SStatus 0 SControl 300)
[   30.830997] ata3: SATA link down (SStatus 0 SControl 300)
[   30.831006] ata5: SATA link down (SStatus 0 SControl 300)
[   30.831026] ata4: SATA link down (SStatus 0 SControl 300)
[   30.831791] ata1.00: ATAPI: HP      DV-28S-Y, C.4H, max UDMA/100
[   30.832966] ata1.00: configured for UDMA/100
[   30.852447] scsi 1:0:0:0: CD-ROM            HP       DV-28S-Y         C.4H PQ: 0 ANSI: 5
[   30.859397] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[   30.859401] Uniform CD-ROM driver Revision: 3.20
[   30.859561] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   30.862852] sr 1:0:0:0: Attached scsi generic sg0 type 5
[   32.794847] IRQ 108/cciss0: IRQF_DISABLED is not guaranteed on shared IRQs
[   32.891415] cciss0: <0x323a> at PCI 0000:01:00.0 IRQ 108 using DAC
[   32.982079]  cciss/c0d0: p1 p2 p3 p4
[   33.047896]  cciss/c0d1: p1
[   33.369700] kjournald starting.  Commit interval 5 seconds
[   33.369712] EXT3-fs: mounted filesystem with ordered data mode.
[   34.267409] udev[478]: starting version 164
[   34.543297] tpm_inf_pnp: probe of 00:05 failed with error -16
[   34.677222] [drm] Initialized drm 1.1.0 20060810
[   35.034460] [drm] radeon defaulting to userspace modesetting.
[   35.108602] usb-storage: device scan complete
[   35.118145] scsi 0:0:0:0: CD-ROM            HP       Virtual DVD-ROM  0.01 PQ: 0 ANSI: 0
[   35.150490] sr1: scsi3-mmc drive: 12x/12x cd/rw tray
[   35.150611] sr 0:0:0:0: Attached scsi CD-ROM sr1
[   35.150682] sr 0:0:0:0: Attached scsi generic sg1 type 5
[   35.396892] pci 0000:0b:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 56
[   35.494280] [drm] Initialized radeon 1.32.0 20080528 for 0000:0b:03.0 on minor 0
[   36.910011] Adding 1999968k swap on /dev/cciss/c0d0p3.  Priority:-1 extents:1 across:1999968k 
[   37.292903] EXT3 FS on cciss/c0d0p2, internal journal
[   37.472405] loop: module loaded
[   38.077581] kjournald starting.  Commit interval 5 seconds
[   38.082827] EXT3 FS on cciss/c0d0p4, internal journal
[   38.082839] EXT3-fs: mounted filesystem with ordered data mode.
[   38.331016] kjournald starting.  Commit interval 5 seconds
[   38.334879] EXT3 FS on cciss/c0d1p1, internal journal
[   38.334882] EXT3-fs: mounted filesystem with ordered data mode.
[   41.197784] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.