Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4562748
  • 博文数量: 385
  • 博客积分: 21208
  • 博客等级: 上将
  • 技术积分: 4393
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-30 13:40
文章分类

全部博文(385)

文章存档

2015年(1)

2014年(3)

2012年(16)

2011年(42)

2010年(1)

2009年(2)

2008年(34)

2007年(188)

2006年(110)

分类: LINUX

2012-11-15 18:36:08

Server : Dell R710

1.bios设置
Turn on or restart your system.

Press immediately after you see the following message:

= System Setup
Scroll down and select Serial Communication by pressing .

Set the Serial Communication screen options as follows:

serial communication....On with serial redirection via com2
serial port address....Serial device1 = com1, serial device2 = com2
external serial connector....Serial device 1
failsafe baud rate....115200

remote terminal type....vt100/vt220

redirection after boot....Disabled
( 如设置为Enabled,则bios也会在串口中显示
我的设备设置为Enabled时,grub不能进入内核菜单,挂在那里了,改为Disabled)

Then, select Save Changes.
Press to exit the System Setup program and complete the System Setup program configuration.

 

2.普通Linux串口

1)grub/menu.lst
serial --unit=1 --speed=115200
terminal --timeout=5 serial

title SLES10 SP3 - 2.6.16.60-0.54.5-smp-hj
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.16.60-0.54.5-smp-hj root=/dev/disk/by-id/scsi-35000c500241aa89b-part2 vga=0x31a resume=/dev/disk/by-id/scsi-35000c500241aa89b-part5  nmi_watchdog=1 crashkernel=64M@16M  console=ttyS1,115200 console=tty0
    initrd /boot/initrd-2.6.16.60-0.54.5-smp-hj

2)/etc/inittab
S0:12345:respawn:/sbin/agetty  -L 115200 ttyS1 vt100

3)/etc/securetty
add:
console
ttyS0
ttyS1
xvc0
xvc1

4)重启

3.服务器ssh sol , 从remote ip登陆,输入console com2 命令

即可得到串口输入输出的界面。

Using username "root".
root@root's password:
/admin1-> console com2

4.xen内核

1)grub.conf (使用串口2)

serial --unit=1(如果是串口1则为0) --speed=115200
terminal --timeout=5 serial

2)

title Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3
    root (hd0,0)
    kernel /boot/xen.gz vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=115200
    module /boot/vmlinuz-2.6.32.54-0.3-xen root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
    module /boot/initrd-2.6.32.54-0.3-xen

注意xen内核使用com2, 而dom0内核使用xvc0 或者xvc1 ,具体使用哪一个可以从dmesg | grep xvc 获得。

3)/etc/inittab 使用默认级别3, 而且

S0:12345:respawn:/sbin/agetty -L 115200 xvc0 vt100

4)重启

5)

Using username "root".
root@root's password:
/admin1-> console com2

Connected to Serial Device 2. To end type: ^\
(XEN) irq.c:1578

    GNU GRUB  version 0.97  (640K lower / 3394020K upper memory)

+-------------------------------------------------------------------------+
| SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27 (default)             |
| Xen -- SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27                |
| Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3              |
| SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3                     |
| SLES11                                                                  |
| Xen -- SUSE Linux Enterprise Server 11 - 2.6.27.19-5                    |
| SLES11 SP1 - 2.6.32.12-0.7-hj                                           |
| SLES11 SP1 - 2.6.32.12-0.7 (default)                                    |
| SLES11 SP1 Xen -- 2.6.32.12-0.7 (xen)                                   |
| SLES10 SP3 - 2.6.16.60-0.54.5-smp-hj                                    |
| SLES10 SP3-2.6.16.60-0.54.5-smp                                         |
| SUSE SLES10SP4 - 2.6.16.60-0.85.1                                       | v
+-------------------------------------------------------------------------+
      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, 'e' to edit the
      commands before booting, or 'c' for a command-line.

  Booting 'Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3'

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/xen.gz vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=1
15200
   [Multiboot-elf, <0x100000:0x16e000:0x254000>, shtab=0x4c2078, entry=0x100000
]
module /boot/vmlinuz-2.6.32.54-0.3-xen root=/dev/sda1 resume=/dev/sda5 vga=0x31
a console=xvc1,115200 console=tty0
   [Multiboot-module @ 0x4c3000, 0xa9abd0 bytes]
module /boot/initrd-2.6.32.54-0.3-xen
   [Multiboot-module @ 0xf5e000, 0xe9de00 bytes]

__  __
\ \/ /___ _ __
  \  // _ \ '_ \
  /  \  __/ | | |
/_/\_\___|_| |_|

  _  _    ___   _____    ____  _ ____  _  _    ___     ___ ____      ___
| || |  / _ \ |___ /   |___ \/ | ___|| || |  ( _ )   / _ \___ \    / _ \
| || |_| | | |  |_ \     __) | |___ \| || |_ / _ \  | | | |__) |__| | | |
|__   _| |_| | ___) |   / __/| |___) |__   _| (_) | | |_| / __/|__| |_| |
    |_|(_)___(_)____/___|_____|_|____/   |_|  \___/___\___/_____|   \___(_)
                   |_____|                       |_____|
  ____   ____
| ___| |___ \
|___ \   __) |
  ___) | / __/
|____(_)_____|

(XEN) Xen version 4.0.3_21548_02-0.5.2 (abuild@) (gcc version 4.3.4 [gcc-4_3-bra                               nch revision 152973] (SUSE Linux) ) Fri Feb 10 00:46:26 UTC 2012
(XEN) Latest ChangeSet: 21548
(XEN) Bootloader: GNU GRUB 0.97
(XEN) Command line: vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=11                               5200
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 16 bpp
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 00000000000a0000 (usable)
(XEN)  0000000000100000 - 00000000cf379000 (usable)
(XEN)  00000000cf379000 - 00000000cf38f000 (reserved)
(XEN)  00000000cf38f000 - 00000000cf3ce000 (ACPI data)
(XEN)  00000000cf3ce000 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fe000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000230000000 (usable)
(XEN) Kdump: 128MB (131072kB) at 0x1000000
(XEN) ACPI: RSDP 000F11A0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000F12A4, 009C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: FACP CF3B3F9C, 00F4 (r3 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DSDT CF38F000, 3D72 (r1 DELL   PE_SC3          1 INTL 20050624)
(XEN) ACPI: FACS CF3B6000, 0040
(XEN) ACPI: APIC CF3B3478, 015E (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SPCR CF3B35D8, 0050 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HPET CF3B362C, 0038 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DMAR CF3B3668, 01C0 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: MCFG CF3B38C4, 003C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: WD__ CF3B3904, 0134 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SLIC CF3B3A3C, 0024 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: ERST CF392EF4, 0270 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HEST CF393164, 03A8 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: BERT CF392D74, 0030 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: EINJ CF392DA4, 0150 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SRAT CF3B3BC0, 0370 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: TCPA CF3B3F34, 0064 (r2 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SSDT CF3B7000, 43F4 (r1  INTEL PPM RCM  80000001 INTL 20061109)
(XEN) System RAM: 8179MB (8375396kB)
(XEN) Reserving non-aligned node boundary @ mfn 0x130000
(XEN) Domain heap initialised DMA width 30 bits
(XEN) Processor #32 6:12 APIC version 21
(XEN) Processor #0 6:12 APIC version 21
(XEN) Processor #34 6:12 APIC version 21
(XEN) Processor #2 6:12 APIC version 21
(XEN) Processor #50 6:12 APIC version 21
(XEN) Processor #18 6:12 APIC version 21
(XEN) Processor #52 6:12 APIC version 21
(XEN) Processor #20 6:12 APIC version 21
(XEN) Processor #33 6:12 APIC version 21
(XEN) Processor #1 6:12 APIC version 21
(XEN) Processor #35 6:12 APIC version 21
(XEN) Processor #3 6:12 APIC version 21
(XEN) Processor #51 6:12 APIC version 21
(XEN) Processor #19 6:12 APIC version 21
(XEN) Processor #53 6:12 APIC version 21
(XEN) Processor #21 6:12 APIC version 21
(XEN) IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
(XEN) IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
(XEN) Enabling APIC mode:  Phys.  Using 2 I/O APICs
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.082 MHz processor.
(XEN) Initing memory sharing.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) EPT supports 2MB super page.
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected.
(XEN) Intel VT-d Snoop Control enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) Total of 16 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) TSC is reliable, synchronization unnecessary
(XEN) Platform timer is 14.318MHz HPET
?(XEN) Allocated console ring of 32 KiB.
(XEN) Brought up 16 CPUs
(XEN) Created cpupool 0 with scheduler SMP Credit Scheduler (credit)
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, lsb, paddr 0x2000 -> 0x76b000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000228000000->000000022a000000 (1990394 pages to be al                               located)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80002000->ffffffff8076b000
(XEN)  Init. ramdisk: ffffffff8076b000->ffffffff81608e00
(XEN)  Phys-Mach map: ffffea0000000000->ffffea0000f3f7d0
(XEN)  Start info:    ffffffff81609000->ffffffff816094b4
(XEN)  Page tables:   ffffffff8160a000->ffffffff81619000
(XEN)  Boot stack:    ffffffff81619000->ffffffff8161a000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81800000
(XEN)  ENTRY ADDRESS: ffffffff80002000
(XEN) Dom0 has maximum 16 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen                               )
(XEN) Freed 180kB init memory.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32.54-0.3-xen (geeko@buildhost) (gcc version 4.                               3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP 2012-01-27 17:38:56 +                               0100
[    0.000000] Command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=x                               vc1,115200 console=tty0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Xen-provided machine memory map:
[    0.000000]  BIOS: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS: 0000000000100000 - 00000000cf379000 (usable)
[    0.000000]  BIOS: 00000000cf379000 - 00000000cf38f000 (reserved)
[    0.000000]  BIOS: 00000000cf38f000 - 00000000cf3ce000 (ACPI data)
[    0.000000]  BIOS: 00000000cf3ce000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS: 00000000fe000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS: 0000000100000000 - 0000000230000000 (usable)
[    0.000000] Xen-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000001e86fa000 (usable)
[    0.000000] DMI 2.6 present.
[    0.000000] last_pfn = 0x1e86fa max_arch_pfn = 0x80000000
[    0.000000] last_pfn = 0x100000 max_arch_pfn = 0x80000000
[    0.000000] init_memory_mapping: 0000000000000000-0000000100000000
[    0.000000] init_memory_mapping: 0000000100000000-00000001e86fa000
[    0.000000] RAMDISK: 0076b000 - 01608e00
[    0.000000] ACPI: RSDP 00000000000f11a0 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000000f12a4 0009C (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: FACP 00000000cf3b3f9c 000F4 (v03 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: DSDT 00000000cf38f000 03D72 (v01 DELL   PE_SC3   00000001 I                               NTL 20050624)
[    0.000000] ACPI: FACS 00000000cf3b6000 00040
[    0.000000] ACPI: APIC 00000000cf3b3478 0015E (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: SPCR 00000000cf3b35d8 00050 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: HPET 00000000cf3b362c 00038 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: XMAR 00000000cf3b3668 001C0 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: MCFG 00000000cf3b38c4 0003C (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: WD__ 00000000cf3b3904 00134 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: SLIC 00000000cf3b3a3c 00024 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: ERST 00000000cf392ef4 00270 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: HEST 00000000cf393164 003A8 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: BERT 00000000cf392d74 00030 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: EINJ 00000000cf392da4 00150 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: SRAT 00000000cf3b3bc0 00370 (v01 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: TCPA 00000000cf3b3f34 00064 (v02 DELL   PE_SC3   00000001 D                               ELL 00000001)
[    0.000000] ACPI: SSDT 00000000cf3b7000 043F4 (v01  INTEL PPM RCM  80000001 I                               NTL 20061109)
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 01e7efa000]
[    0.000000]   #0 [000076b000 - 0001619000]     Xen provided ==> [000076b000 -                                0001619000]
[    0.000000]   #1 [0000002000 - 000074a2a8]    TEXT DATA BSS ==> [0000002000 -                                000074a2a8]
[    0.000000]   #2 [0002000000 - 0002f43000]          INITP2M ==> [0002000000 -                                0002f43000]
[    0.000000]   #3 [000074b000 - 000074b4fd]              BRK ==> [000074b000 -                                000074b4fd]
[    0.000000]   #4 [0001619000 - 0001e1e000]          PGTABLE ==> [0001619000 -                                0001e1e000]
[    0.000000]   #5 [0001e1e000 - 0002000000]          PGTABLE ==> [0001e1e000 -                                0002000000]
[    0.000000]   #6 [0002f43000 - 00034a9000]          PGTABLE ==> [0002f43000 -                                00034a9000]
[    0.000000] found SMP MP-table at [ffffffffff5f9710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x001e86fa
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x001e7efa
[    0.000000]     0: 0x001e86fa -> 0x001e86fa
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x20] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x32] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x34] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x21] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x23] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x33] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x35] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[32])
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:1000                               0000)
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @ffff88000200c000 s41112 r8192 d244                               24 u73728
[    0.000000] pcpu-alloc: s41112 r8192 d24424 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0]                                07
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0]                                15
[    0.000000] Swapping MFNs for PFN 63d and 2012 (MFN 22863d and 22ae10)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag                               es: 1971233
[    0.000000] Kernel command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a co                               nsole=xvc1,115200 console=tty0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byte                               s)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] allocated 80025360 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memor                               y cgroups
[    0.000000] Software IO TLB enabled:
[    0.000000]  Aperture:     64 megabytes
[    0.000000]  Address size: 28 bits
[    0.000000]  Kernel range: ffff88000fb8c000 - ffff880013b8c000
[    0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Memory: 7672708k/8002536k available (3445k kernel code, 8192k abs                               ent, 321056k reserved, 2905k data, 356k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:6464 nr_irqs:3192
[    0.000000] Extended CMOS year: 2000
[    0.000000] Xen reported: 2394.082 MHz processor.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [xvc1] enabled
[    0.584034] Calibrating delay using timer specific routine.. 4790.17 BogoMIPS                                (lpj=9580350)
[    0.584040] pid_max: default: 32768 minimum: 301
[    0.584093] Security Framework initialized
[    0.584109] AppArmor: AppArmor initialized
[    0.584133] Mount-cache hash table entries: 256
[    0.584259] Initializing cgroup subsys ns
[    0.584263] Initializing cgroup subsys cpuacct
[    0.584268] Initializing cgroup subsys memory
[    0.584277] Initializing cgroup subsys devices
[    0.584280] Initializing cgroup subsys freezer
[    0.584282] Initializing cgroup subsys net_cls
[    0.584322] mce: CPU supports 9 MCE banks
[    0.584350] SMP alternatives: switching to UP code
[    0.607255] ACPI: Core revision 20090903
[    0.617193] SMP alternatives: switching to SMP code
[    0.641197] Brought up 16 CPUs
[    0.642114] devtmpfs: initialized
[    0.642537] regulator: core version 0.5
[    0.642573] Time:  4:14:45  Date: 05/03/12
[    0.642703] NET: Registered protocol family 16
[    0.642885] ACPI FADT declares the system doesn't support PCIe ASPM, so disab                               le it
[    0.642890] ACPI: bus type pci registered
[    0.642961] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.642965] PCI: MCFG area at e0000000 reserved in E820
[    0.654836] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.654840] PCI: Using configuration type 1 for base access
[    0.656743] bio: create slab at 0
[    0.660355] ACPI: BIOS _OSI(Linux) query ignored
[    0.660558] ACPI: Interpreter enabled
[    0.660562] ACPI: (supports S0 S5)
[    0.660575] ACPI: Using IOAPIC for interrupt routing
[    0.664829] ACPI: No dock devices found.
[    0.664835] PCI: Ignoring host bridge windows from ACPI; if necessary, use "p                               ci=use_crs" and report a bug
[    0.665229] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.665347] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.665354] pci 0000:00:00.0: PME# disabled
[    0.665471] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.665477] pci 0000:00:01.0: PME# disabled
[    0.665597] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.665603] pci 0000:00:03.0: PME# disabled
[    0.665720] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.665726] pci 0000:00:04.0: PME# disabled
[    0.665845] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.665851] pci 0000:00:05.0: PME# disabled
[    0.665970] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.665975] pci 0000:00:06.0: PME# disabled
[    0.666124] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.666130] pci 0000:00:07.0: PME# disabled
[    0.666251] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.666257] pci 0000:00:09.0: PME# disabled
[    0.666939] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.666946] pci 0000:00:1a.7: PME# disabled
[    0.667346] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.667353] pci 0000:00:1d.7: PME# disabled
[    0.667584] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask                                007f)
[    0.667590] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask                                000f)
[    0.667596] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask                                000f)
[    0.667933] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.667939] pci 0000:01:00.0: PME# disabled
[    0.668113] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.668120] pci 0000:01:00.1: PME# disabled
[    0.668225] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.668398] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.668405] pci 0000:02:00.0: PME# disabled
[    0.668571] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.668577] pci 0000:02:00.1: PME# disabled
[    0.668680] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    0.668877] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can                                enable it with 'pcie_aspm=force'
[    0.668919] pci 0000:00:04.0: PCI bridge to [bus 03-03]
[    0.668982] pci 0000:00:05.0: PCI bridge to [bus 04-04]
[    0.669043] pci 0000:00:06.0: PCI bridge to [bus 05-05]
[    0.669103] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[    0.669286] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can                                enable it with 'pcie_aspm=force'
[    0.669328] pci 0000:00:09.0: PCI bridge to [bus 07-07]
[    0.669545] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    0.673010] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15)
[    0.673097] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673180] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.673264] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.673347] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15)
[    0.673432] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15)
[    0.673514] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0,                                disabled.
[    0.673600] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673745] xen_mem: Initialising balloon driver.
[    0.673846] vgaarb: device added: PCI:0000:08:03.0,decodes=io+mem,owns=io+mem                               ,locks=none
[    0.673851] vgaarb: loaded
[    0.676043] PCI: Using ACPI for IRQ routing
[    0.676043] NetLabel: Initializing
[    0.676043] NetLabel:  domain hash size = 128
[    0.676043] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.676043] NetLabel:  unlabeled traffic allowed by default
[    0.676043] Switching to clocksource xen
[    0.677100] AppArmor: AppArmor Filesystem Enabled
[    0.677100] pnp: PnP ACPI init
[    0.677100] ACPI: bus type pnp registered
[    0.681016] pnp: PnP ACPI: found 12 devices
[    0.681023] ACPI: ACPI bus type pnp unregistered
[    0.681042] system 00:07: ioport range 0x800-0x87f has been reserved
[    0.681048] system 00:07: ioport range 0x880-0x8ff has been reserved
[    0.681053] system 00:07: ioport range 0x900-0x91f has been reserved
[    0.681059] system 00:07: ioport range 0x920-0x923 has been reserved
[    0.681064] system 00:07: ioport range 0x924-0x924 has been reserved
[    0.681071] system 00:07: ioport range 0xc00-0xc7f has been reserved
[    0.681076] system 00:07: ioport range 0xca0-0xca7 has been reserved
[    0.681081] system 00:07: ioport range 0xca9-0xcab has been reserved
[    0.681086] system 00:07: ioport range 0xcad-0xcaf has been reserved
[    0.681095] system 00:08: ioport range 0xca8-0xca8 has been reserved
[    0.681100] system 00:08: ioport range 0xcac-0xcac has been reserved
[    0.681109] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[    0.681117] system 00:0b: iomem range 0xfed90000-0xfed91fff has been reserved
[    0.681423] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.681429] pci 0000:00:01.0:   IO window: disabled
[    0.681439] pci 0000:00:01.0:   MEM window: 0xd6000000-0xd9ffffff
[    0.681448] pci 0000:00:01.0:   PREFETCH window: disabled
[    0.681461] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[    0.681465] pci 0000:00:03.0:   IO window: disabled
[    0.681475] pci 0000:00:03.0:   MEM window: 0xda000000-0xddffffff
[    0.681484] pci 0000:00:03.0:   PREFETCH window: disabled
[    0.681496] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03
[    0.681503] pci 0000:00:04.0:   IO window: 0xf000-0xffff
[    0.681513] pci 0000:00:04.0:   MEM window: 0xdf100000-0xdf2fffff
[    0.681522] pci 0000:00:04.0:   PREFETCH window: disabled
[    0.681534] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04
[    0.681539] pci 0000:00:05.0:   IO window: disabled
[    0.681548] pci 0000:00:05.0:   MEM window: disabled
[    0.681556] pci 0000:00:05.0:   PREFETCH window: disabled
[    0.681568] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
[    0.681573] pci 0000:00:06.0:   IO window: disabled
[    0.681582] pci 0000:00:06.0:   MEM window: disabled
[    0.681590] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.681603] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06
[    0.681607] pci 0000:00:07.0:   IO window: disabled
[    0.681616] pci 0000:00:07.0:   MEM window: disabled
[    0.681624] pci 0000:00:07.0:   PREFETCH window: disabled
[    0.681637] pci 0000:00:09.0: PCI bridge, secondary bus 0000:07
[    0.681643] pci 0000:00:09.0:   IO window: 0xe000-0xefff
[    0.681653] pci 0000:00:09.0:   MEM window: 0xdf300000-0xdf3fffff
[    0.681662] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.681677] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
[    0.681681] pci 0000:00:1e.0:   IO window: disabled
[    0.681692] pci 0000:00:1e.0:   MEM window: 0xde000000-0xdeffffff
[    0.681701] pci 0000:00:1e.0:   PREFETCH window: 0x000000d5800000-0x000000d5f                               fffff
[    0.681771] pci 0000:00:01.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681796] pci 0000:00:03.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681819] pci 0000:00:04.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681841] pci 0000:00:05.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    [    1.820525] ioc0: LSISAS1068E B3: Capabilities={Initiator}
[    1.821307] Adjusted maximum contiguous region order to 7
[   22.120358] scsi0 : ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266,                                IRQ=33
[   23.160529] mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0,                                sas_addr 0x5000c500241aa899
[   23.164531] scsi target0:0:0: mptsas: ioc0: add device: fw_channel 0, fw_id 0                               , phy 0, sas_addr 0x5000c500241aa899
[   23.176606] scsi 0:0:0:0: Direct-Access     SEAGATE  ST3300657SS      ES64 PQ                               : 0 ANSI: 5
[   23.179383] scsi 0:0:0:0: mptscsih: ioc0: qdepth=64, tagged=1, simple=1, orde                               red=0, scsi_level=6, cmd_que=1
[   23.221718] ata_piix 0000:00:1f.2: PCI INT C -> GSI 23 (level, low) -> IRQ 23
[   23.222529] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[   23.376728] scsi1 : ata_piix
[   23.377147] scsi2 : ata_piix
[   23.377505] ata1: SATA max UDMA/133 cmd 0xdc10 ctl 0xdc08 bmdma 0xdc20 irq 23
[   23.397778] ata2: SATA max UDMA/133 cmd 0xdc18 ctl 0xdc0c bmdma 0xdc28 irq 23
[   23.748159] ata1: SATA link down (SStatus 0 SControl 300)
[   24.444529] ata2: failed to resume link (SControl 0)
[   24.477151] ata2: SATA link down (SStatus 4 SControl 0)
[   24.532976] Uniform Multi-Platform E-IDE driver
[   24.647525] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   24.687779] netfront: Initialising virtual ethernet driver.
[   24.758427] udevd version 128 started
[   24.872239] sd 0:0:0:0: [sda] 585937500 512-byte logical blocks: (300 GB/279                                GiB)
[   24.896868] usbcore: registered new interface driver usbfs
[   24.896902] usbcore: registered new interface driver hub
[   24.896980] usbcore: registered new device driver usb
[   24.900746] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   24.900868] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[   24.900917] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   24.900980] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus numbe                               r 1
[   24.901099] ehci_hcd 0000:00:1a.7: debug port 1
[   24.905093] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xdf0fe000
[   24.920565] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   24.920597] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   24.920600] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=                               1
[   24.920602] usb usb1: Product: EHCI Host Controller
[   24.920604] usb usb1: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   24.920606] usb usb1: SerialNumber: 0000:00:1a.7
[   24.920702] usb usb1: configuration #1 chosen from 1 choice
[   24.920737] hub 1-0:1.0: USB hub found
[   24.920762] hub 1-0:1.0: 4 ports detected
[   24.920895] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   24.920945] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   24.920964] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus numbe                               r 2
[   24.921059] ehci_hcd 0000:00:1d.7: debug port 1
[   24.925021] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xdf0ff000
[   24.940544] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   24.940566] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   24.940569] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=                               1
[   24.940571] usb usb2: Product: EHCI Host Controller
[   24.940573] usb usb2: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   24.940575] usb usb2: SerialNumber: 0000:00:1d.7
[   24.940644] usb usb2: configuration #1 chosen from 1 choice
[   24.940670] hub 2-0:1.0: USB hub found
[   24.940872] hub 2-0:1.0: 4 ports detected
[   25.010080] uhci_hcd: USB Universal Host Controller Interface driver
[   25.232630] usb 1-3: new high speed USB device using ehci_hcd and address 2
[   25.884152] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   25.893791] sd 0:0:0:0: [sda] Write Protect is off
[   25.895021] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, sup                               ports DPO and FUA
[   25.898410]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11                                sda12 sda13 >
[   26.004595] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   26.004610] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus numbe                               r 3
[   26.004709] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000dc40
[   26.005284] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   26.005286] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=                               1
[   26.005287] usb usb3: Product: UHCI Host Controller
[   26.005288] usb usb3: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.005289] usb usb3: SerialNumber: 0000:00:1a.0
[   26.005346] usb usb3: configuration #1 chosen from 1 choice
[   26.005366] hub 3-0:1.0: USB hub found
[   26.005382] hub 3-0:1.0: 2 ports detected
[   26.005461] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[   26.005472] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   26.005477] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus numbe                               r 4
[   26.005564] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000dc60
[   26.005618] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   26.005619] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=                               1
[   26.005621] usb usb4: Product: UHCI Host Controller
[   26.005622] usb usb4: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.005623] usb usb4: SerialNumber: 0000:00:1a.1
[   26.005664] usb usb4: configuration #1 chosen from 1 choice
[   26.005680] hub 4-0:1.0: USB hub found
[   26.005694] hub 4-0:1.0: 2 ports detected
[   26.005738] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   26.005748] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   26.005752] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus numbe                               r 5
[   26.005784] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000dc80
[   26.005838] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   26.005840] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=                               1
[   26.005841] usb usb5: Product: UHCI Host Controller
[   26.005842] usb usb5: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.005843] usb usb5: SerialNumber: 0000:00:1d.0
[   26.005880] usb usb5: configuration #1 chosen from 1 choice
[   26.005897] hub 5-0:1.0: USB hub found
[   26.005911] hub 5-0:1.0: 2 ports detected
[   26.005986] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[   26.005997] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   26.006011] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus numbe                               r 6
[   26.006092] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000dca0
[   26.006168] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   26.006169] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=                               1
[   26.006172] usb usb6: Product: UHCI Host Controller
[   26.006173] usb usb6: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.006174] usb usb6: SerialNumber: 0000:00:1d.1
[   26.006223] usb usb6: configuration #1 chosen from 1 choice
[   26.006240] hub 6-0:1.0: USB hub found
[   26.006252] hub 6-0:1.0: 2 ports detected
[   26.009663] sd 0:0:0:0: [sda] Attached SCSI disk
[   27.361545] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[   27.390002] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   27.418640] usb 1-3: configuration #1 chosen from 1 choice
[   27.482252] hub 1-3:1.0: USB hub found
[   27.510776] hub 1-3:1.0: 3 ports detected
[   28.323313] kjournald starting.  Commit interval 15 seconds
[   28.327197] EXT3 FS on sda1, internal journal
[   28.327204] EXT3-fs: mounted filesystem with ordered data mode.
[   30.155017] udevd version 128 started
[   30.282480] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/inp                               ut0
[   30.288570] ACPI Error: No handler for Region [IPMI] (ffff8801e78d0420) [IPMI                               ] (20090903/evregion-319)
[   30.288578] ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
[   30.288589] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.P                               MI0._GHL] (Node ffff8801e78cf4c0), AE_NOT_EXIST
[   30.288605] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.P                               MI0._PMC] (Node ffff8801e78cf560), AE_NOT_EXIST
[   30.288623] ACPI Exception: AE_NOT_EXIST, Evaluating _PMC (20090903/power_met                               er-772)
[   30.462483] ACPI: Power Button [PWRF]
[   30.544493] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.4 (Mar 03                               , 2010)
[   30.575907] bnx2 0000:01:00.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
[   30.615038] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[   30.618957] iTCO_vendor_support: vendor-support=0
[   30.677804] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.730628] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.785571] Fusion MPT misc device (ioctl) driver 4.22.00.00
[   30.786162] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   30.792109] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   30.792256] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
[   30.792353] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   30.945564] mptctl: Registered with Fusion MPT base driver
[   30.977901] mptctl: /dev/mptctl @ (major,minor=10,220)
[   31.044354] rtc_cmos 00:04: RTC can wake from S4
[   31.071533] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   31.077582] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0                               -3.2)
[   31.088328] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express f                               ound at mem d6000000, IRQ 36, node addr 84:2b:2b:6f:17:94
[   31.088420] bnx2 0000:01:00.1: PCI INT B -> GSI 48 (level, low) -> IRQ 48
[   31.111496] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express f                               ound at mem d8000000, IRQ 48, node addr 84:2b:2b:6f:17:96
[   31.111571] bnx2 0000:02:00.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
[   31.133683] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express f                               ound at mem da000000, IRQ 32, node addr 84:2b:2b:6f:17:98
[   31.133759] bnx2 0000:02:00.1: PCI INT B -> GSI 42 (level, low) -> IRQ 42
[   31.155392] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express f                               ound at mem dc000000, IRQ 42, node addr 84:2b:2b:6f:17:9a
[   31.390961] QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   31.391053] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   31.391156] rtc0: alarms up to one day, y3k, 242 bytes nvram
[   31.504504] qla2xxx 0000:07:00.0: PCI INT A -> GSI 40 (level, low) -> IRQ 40
[   31.542703] qla2xxx 0000:07:00.0: Found an ISP2432, irq 40, iobase 0xffffc900                               11038000
[   31.582185] qla2xxx 0000:07:00.0: Configuring PCI space...
[   31.654347] qla2xxx 0000:07:00.0: Configure NVRAM parameters...
[   31.728378] qla2xxx 0000:07:00.0: Verifying loaded RISC code...
[   31.852921] qla2xxx 0000:07:00.0: FW: Loading via request-firmware...
[   32.168646] qla2xxx 0000:07:00.0: Allocated (64 KB) for EFT...
[   32.206781] qla2xxx 0000:07:00.0: Allocated (1285 KB) for firmware dump...
[   32.260723] qla2xxx 0000:07:00.0: Unable to read FCP priority data.
[   32.298792] scsi3 : qla2xxx
[   32.807398] qla2xxx 0000:07:00.0: LIP reset occurred (f700).
[   33.015717] qla2xxx 0000:07:00.0: LIP occurred (f700).
[   33.053111] qla2xxx 0000:07:00.0: LIP reset occurred (f7f7).
[   33.090344] qla2xxx 0000:07:00.0: LOOP UP detected (4 Gbps).
[   33.232651] qla2xxx 0000:07:00.0:
[   33.232652]  QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   33.232654]   QLogic QLE2460 - PCI-Express Single Channel 4Gb Fibre Channel H                               BA
[   33.232655]   ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.0 hdma+, host#=3, fw=5.                               03.02 (496)
[   33.392558] scsi 3:0:0:0: Direct-Access     HUASY    S5500T           2    PQ                               : 1 ANSI: 4
[   33.430670] scsi 3:0:0:0: Attached scsi generic sg1 type 0
[   34.381457] scsi 3:0:1:0: Direct-Access     HUASY    S5500T           2    PQ                               : 1 ANSI: 4
[   34.420849] scsi 3:0:1:0: Attached scsi generic sg2 type 0
[   34.685649] device-mapper: uevent: version 1.0.3
[   34.685844] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-d                               evel@redhat.com
[   35.131849] loop: module loaded
[   35.187440] kjournald starting.  Commit interval 15 seconds
[   35.190183] EXT3 FS on sda2, internal journal
[   35.190189] EXT3-fs: mounted filesystem with ordered data mode.
[   35.214262] kjournald starting.  Commit interval 15 seconds
[   35.220459] EXT3 FS on sda11, internal journal
[   35.220464] EXT3-fs: mounted filesystem with ordered data mode.
[   35.331826] kjournald starting.  Commit interval 15 seconds
[   35.338298] EXT3 FS on sda7, internal journal
[   35.338304] EXT3-fs: mounted filesystem with ordered data mode.
[   35.714648] fuse init (API version 7.13)
[   37.829387] type=1505 audit(1336018522.364:2): operation="profile_load" pid=2                               834 name=/bin/ping
[   37.861872] type=1505 audit(1336018522.394:3): operation="profile_load" pid=2                               835 name=/sbin/klogd
[   37.920393] type=1505 audit(1336018522.454:4): operation="profile_load" pid=2                               836 name=/sbin/syslog-ng
[   37.980595] type=1505 audit(1336018522.516:5): operation="profile_load" pid=2                               837 name=/sbin/syslogd
[   38.045790] type=1505 audit(1336018522.580:6): operation="profile_load" pid=2                               838 name=/usr/sbin/avahi-daemon
[   38.100344] type=1505 audit(1336018522.634:7): operation="profile_load" pid=2                               839 name=/usr/sbin/identd
[   38.159752] type=1505 audit(1336018522.692:8): operation="profile_load" pid=2                               840 name=/usr/sbin/mdnsd
[   38.227480] type=1505 audit(1336018522.760:9): operation="profile_load" pid=2                               841 name=/usr/sbin/nscd
[   38.321624] type=1505 audit(1336018522.856:10): operation="profile_load" pid=                               2842 name=/usr/sbin/ntpd
[   38.375329] type=1505 audit(1336018522.910:11): operation="profile_load" pid=                               2843 name=/usr/sbin/traceroute
[   40.793974] Microcode Update Driver: v2.00-xen ,                                Peter Oruba
[   44.011106] bnx2: eth0: using MSIX
[   44.895264] bnx2: eth1: using MSIX
(XEN) irq.c:1578: dom0: forcing unbind of pirq 303
(XEN) irq.c:1578: dom0: forcing unbind of pirq 302
(XEN) irq.c:1578: dom0: forcing unbind of pirq 304
(XEN) irq.c:1578: dom0: forcing unbind of pirq 305
(XEN) irq.c:1578: dom0: forcing unbind of pirq 306
(XEN) irq.c:1578: dom0: forcing unbind of pirq 307
(XEN) irq.c:1578: dom0: forcing unbind of pirq 308
(XEN) irq.c:1578: dom0: forcing unbind of pirq 309
(XEN) irq.c:1578: dom0: forcing unbind of pirq 310
[  782.524640] Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.

    GNU GRUB  version 0.97  (640K lower / 3394020K upper memory)

+-------------------------------------------------------------------------+
| SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27 (default)             |
| Xen -- SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27                |
| Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3              |
| SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3                     |
| SLES11                                                                  |
| Xen -- SUSE Linux Enterprise Server 11 - 2.6.27.19-5                    |
| SLES11 SP1 - 2.6.32.12-0.7-hj                                           |
| SLES11 SP1 - 2.6.32.12-0.7 (default)                                    |
| SLES11 SP1 Xen -- 2.6.32.12-0.7 (xen)                                   |
| SLES10 SP3 - 2.6.16.60-0.54.5-smp-hj                                    |
| SLES10 SP3-2.6.16.60-0.54.5-smp                                         |
| SUSE SLES10SP4 - 2.6.16.60-0.85.1                                       | v
+-------------------------------------------------------------------------+
      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, 'e' to edit the
      commands before booting, or 'c' for a command-line.

   The highlighted entry will be booted automatically in 1 seconds.
  Booting 'Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3'

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/xen.gz vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=1
15200
   [Multiboot-elf, <0x100000:0x16e000:0x254000>, shtab=0x4c2078, entry=0x100000
]
module /boot/vmlinuz-2.6.32.54-0.3-xen root=/dev/sda1 resume=/dev/sda5 vga=0x31
a console=xvc0,115200 console=tty0
   [Multiboot-module @ 0x4c3000, 0xa9abd0 bytes]
module /boot/initrd-2.6.32.54-0.3-xen
   [Multiboot-module @ 0xf5e000, 0xe9de00 bytes]

__  __
\ \/ /___ _ __
  \  // _ \ '_ \
  /  \  __/ | | |
/_/\_\___|_| |_|

  _  _    ___   _____    ____  _ ____  _  _    ___     ___ ____      ___
| || |  / _ \ |___ /   |___ \/ | ___|| || |  ( _ )   / _ \___ \    / _ \
| || |_| | | |  |_ \     __) | |___ \| || |_ / _ \  | | | |__) |__| | | |
|__   _| |_| | ___) |   / __/| |___) |__   _| (_) | | |_| / __/|__| |_| |
    |_|(_)___(_)____/___|_____|_|____/   |_|  \___/___\___/_____|   \___(_)
                   |_____|                       |_____|
  ____   ____
| ___| |___ \
|___ \   __) |
  ___) | / __/
|____(_)_____|

(XEN) Xen version 4.0.3_21548_02-0.5.2 (abuild@) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linu) ) Fri Feb 10 00:46:26 UTC 2012
(XEN) Latest ChangeSet: 21548
(XEN) Bootloader: GNU GRUB 0.97
(XEN) Command line: vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=115200
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 16 bpp
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 00000000000a0000 (usable)
(XEN)  0000000000100000 - 00000000cf379000 (usable)
(XEN)  00000000cf379000 - 00000000cf38f000 (reserved)
(XEN)  00000000cf38f000 - 00000000cf3ce000 (ACPI data)
(XEN)  00000000cf3ce000 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fe000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000230000000 (usable)
(XEN) Kdump: 128MB (131072kB) at 0x1000000
(XEN) ACPI: RSDP 000F11A0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000F12A4, 009C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: FACP CF3B3F9C, 00F4 (r3 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DSDT CF38F000, 3D72 (r1 DELL   PE_SC3          1 INTL 20050624)
(XEN) ACPI: FACS CF3B6000, 0040
(XEN) ACPI: APIC CF3B3478, 015E (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SPCR CF3B35D8, 0050 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HPET CF3B362C, 0038 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DMAR CF3B3668, 01C0 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: MCFG CF3B38C4, 003C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: WD__ CF3B3904, 0134 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SLIC CF3B3A3C, 0024 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: ERST CF392EF4, 0270 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HEST CF393164, 03A8 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: BERT CF392D74, 0030 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: EINJ CF392DA4, 0150 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SRAT CF3B3BC0, 0370 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: TCPA CF3B3F34, 0064 (r2 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SSDT CF3B7000, 43F4 (r1  INTEL PPM RCM  80000001 INTL 20061109)
(XEN) System RAM: 8179MB (8375396kB)
(XEN) Reserving non-aligned node boundary @ mfn 0x130000
(XEN) Domain heap initialised DMA width 30 bits
(XEN) Processor #32 6:12 APIC version 21
(XEN) Processor #0 6:12 APIC version 21
(XEN) Processor #34 6:12 APIC version 21
(XEN) Processor #2 6:12 APIC version 21
(XEN) Processor #50 6:12 APIC version 21
(XEN) Processor #18 6:12 APIC version 21
(XEN) Processor #52 6:12 APIC version 21
(XEN) Processor #20 6:12 APIC version 21
(XEN) Processor #33 6:12 APIC version 21
(XEN) Processor #1 6:12 APIC version 21
(XEN) Processor #35 6:12 APIC version 21
(XEN) Processor #3 6:12 APIC version 21
(XEN) Processor #51 6:12 APIC version 21
(XEN) Processor #19 6:12 APIC version 21
(XEN) Processor #53 6:12 APIC version 21
(XEN) Processor #21 6:12 APIC version 21
(XEN) IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
(XEN) IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
(XEN) Enabling APIC mode:  Phys.  Using 2 I/O APICs
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.028 MHz processor.
(XEN) Initing memory sharing.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) EPT supports 2MB super page.
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected.
(XEN) Intel VT-d Snoop Control enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) Total of 16 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) TSC is reliable, synchronization unnecessary
(XEN) Platform timer is 14.318MHz HPET
?(XEN) Allocated console ring of 32 KiB.
(XEN) Brought up 16 CPUs
(XEN) Created cpupool 0 with scheduler SMP Credit Scheduler (credit)
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, lsb, paddr 0x2000 -> 0x76b000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000228000000->000000022a000000 (1990394 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80002000->ffffffff8076b000
(XEN)  Init. ramdisk: ffffffff8076b000->ffffffff81608e00
(XEN)  Phys-Mach map: ffffea0000000000->ffffea0000f3f7d0
(XEN)  Start info:    ffffffff81609000->ffffffff816094b4
(XEN)  Page tables:   ffffffff8160a000->ffffffff81619000
(XEN)  Boot stack:    ffffffff81619000->ffffffff8161a000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81800000
(XEN)  ENTRY ADDRESS: ffffffff80002000
(XEN) Dom0 has maximum 16 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 180kB init memory.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32.54-0.3-xen (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 15973] (SUSE Linux) ) #1 SMP 2012-01-27 17:38:56 +0100
[    0.000000] Command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Xen-provided machine memory map:
[    0.000000]  BIOS: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS: 0000000000100000 - 00000000cf379000 (usable)
[    0.000000]  BIOS: 00000000cf379000 - 00000000cf38f000 (reserved)
[    0.000000]  BIOS: 00000000cf38f000 - 00000000cf3ce000 (ACPI data)
[    0.000000]  BIOS: 00000000cf3ce000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS: 00000000fe000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS: 0000000100000000 - 0000000230000000 (usable)
[    0.000000] Xen-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000001e86fa000 (usable)
[    0.000000] DMI 2.6 present.
[    0.000000] last_pfn = 0x1e86fa max_arch_pfn = 0x80000000
[    0.000000] last_pfn = 0x100000 max_arch_pfn = 0x80000000
[    0.000000] init_memory_mapping: 0000000000000000-0000000100000000
[    0.000000] init_memory_mapping: 0000000100000000-00000001e86fa000
[    0.000000] RAMDISK: 0076b000 - 01608e00
[    0.000000] ACPI: RSDP 00000000000f11a0 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000000f12a4 0009C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: FACP 00000000cf3b3f9c 000F4 (v03 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: DSDT 00000000cf38f000 03D72 (v01 DELL   PE_SC3   00000001 INTL 20050624)
[    0.000000] ACPI: FACS 00000000cf3b6000 00040
[    0.000000] ACPI: APIC 00000000cf3b3478 0015E (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SPCR 00000000cf3b35d8 00050 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HPET 00000000cf3b362c 00038 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: XMAR 00000000cf3b3668 001C0 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: MCFG 00000000cf3b38c4 0003C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: WD__ 00000000cf3b3904 00134 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SLIC 00000000cf3b3a3c 00024 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: ERST 00000000cf392ef4 00270 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HEST 00000000cf393164 003A8 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: BERT 00000000cf392d74 00030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: EINJ 00000000cf392da4 00150 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SRAT 00000000cf3b3bc0 00370 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: TCPA 00000000cf3b3f34 00064 (v02 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SSDT 00000000cf3b7000 043F4 (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 01e7efa000]
[    0.000000]   #0 [000076b000 - 0001619000]     Xen provided ==> [000076b000 - 0001619000]
[    0.000000]   #1 [0000002000 - 000074a2a8]    TEXT DATA BSS ==> [0000002000 - 000074a2a8]
[    0.000000]   #2 [0002000000 - 0002f43000]          INITP2M ==> [0002000000 - 0002f43000]
[    0.000000]   #3 [000074b000 - 000074b4fd]              BRK ==> [000074b000 - 000074b4fd]
[    0.000000]   #4 [0001619000 - 0001e1e000]          PGTABLE ==> [0001619000 - 0001e1e000]
[    0.000000]   #5 [0001e1e000 - 0002000000]          PGTABLE ==> [0001e1e000 - 0002000000]
[    0.000000]   #6 [0002f43000 - 00034a9000]          PGTABLE ==> [0002f43000 - 00034a9000]
[    0.000000] found SMP MP-table at [ffffffffff5f9710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x001e86fa
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x001e7efa
[    0.000000]     0: 0x001e86fa -> 0x001e86fa
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x20] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x32] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x34] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x21] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x23] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x33] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x35] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[32])
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @ffff88000200c000 s41112 r8192 d24424 u73728
[    0.000000] pcpu-alloc: s41112 r8192 d24424 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15
[    0.000000] Swapping MFNs for PFN 63d and 2012 (MFN 22863d and 22ae10)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1971233
[    0.000000] Kernel command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] allocated 80025360 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Software IO TLB enabled:
[    0.000000]  Aperture:     64 megabytes
[    0.000000]  Address size: 28 bits
[    0.000000]  Kernel range: ffff88000fb8c000 - ffff880013b8c000
[    0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Memory: 7672708k/8002536k available (3445k kernel code, 8192k absent, 321056k reserved, 2905k daa, 356k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:6464 nr_irqs:3192
[    0.000000] Extended CMOS year: 2000
[    0.000000] Xen reported: 2394.028 MHz processor.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [xvc0] enabled
[    0.584034] Calibrating delay using timer specific routine.. 4790.46 BogoMIPS (lpj=9580939)
[    0.584040] pid_max: default: 32768 minimum: 301
[    0.584093] Security Framework initialized
[    0.584110] AppArmor: AppArmor initialized
[    0.584134] Mount-cache hash table entries: 256
[    0.584259] Initializing cgroup subsys ns
[    0.584264] Initializing cgroup subsys cpuacct
[    0.584268] Initializing cgroup subsys memory
[    0.584277] Initializing cgroup subsys devices
[    0.584280] Initializing cgroup subsys freezer
[    0.584282] Initializing cgroup subsys net_cls
[    0.584323] mce: CPU supports 9 MCE banks
[    0.584350] SMP alternatives: switching to UP code
[    0.607244] ACPI: Core revision 20090903
[    0.617159] SMP alternatives: switching to SMP code
[    0.641030] Brought up 16 CPUs
[    0.641957] devtmpfs: initialized
[    0.642347] regulator: core version 0.5
[    0.642383] Time:  4:29:43  Date: 05/03/12
[    0.642543] NET: Registered protocol family 16
[    0.642725] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.642730] ACPI: bus type pci registered
[    0.642800] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.642805] PCI: MCFG area at e0000000 reserved in E820
[    0.654670] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.654674] PCI: Using configuration type 1 for base access
[    0.656724] bio: create slab at 0
[    0.660145] ACPI: BIOS _OSI(Linux) query ignored
[    0.660318] ACPI: Interpreter enabled
[    0.660323] ACPI: (supports S0 S5)
[    0.660335] ACPI: Using IOAPIC for interrupt routing
[    0.664583] ACPI: No dock devices found.
[    0.664588] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.665012] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.665130] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.665137] pci 0000:00:00.0: PME# disabled
[    0.665254] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.665260] pci 0000:00:01.0: PME# disabled
[    0.665380] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.665386] pci 0000:00:03.0: PME# disabled
[    0.665504] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.665509] pci 0000:00:04.0: PME# disabled
[    0.665628] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.665634] pci 0000:00:05.0: PME# disabled
[    0.665752] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.665758] pci 0000:00:06.0: PME# disabled
[    0.665877] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.665883] pci 0000:00:07.0: PME# disabled
[    0.666033] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.666039] pci 0000:00:09.0: PME# disabled
[    0.666719] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.666726] pci 0000:00:1a.7: PME# disabled
[    0.667126] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.667133] pci 0000:00:1d.7: PME# disabled
[    0.667334] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.667340] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
[    0.667346] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f)
[    0.667711] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.667717] pci 0000:01:00.0: PME# disabled
[    0.667884] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.667890] pci 0000:01:00.1: PME# disabled
[    0.667993] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.668126] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.668133] pci 0000:02:00.0: PME# disabled
[    0.668299] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.668306] pci 0000:02:00.1: PME# disabled
[    0.668408] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    0.668575] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=forc'
[    0.668617] pci 0000:00:04.0: PCI bridge to [bus 03-03]
[    0.668680] pci 0000:00:05.0: PCI bridge to [bus 04-04]
[    0.668770] pci 0000:00:06.0: PCI bridge to [bus 05-05]
[    0.668830] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[    0.669012] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=forc'
[    0.669054] pci 0000:00:09.0: PCI bridge to [bus 07-07]
[    0.669271] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    0.672705] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15)
[    0.672792] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.672905] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.672988] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.673071] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15)
[    0.673155] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15)
[    0.673237] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    0.673322] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673467] xen_mem: Initialising balloon driver.
[    0.673569] vgaarb: device added: PCI:0000:08:03.0,decodes=io+mem,owns=io+mem,locks=none
[    0.673574] vgaarb: loaded
[    0.676044] PCI: Using ACPI for IRQ routing
[    0.676044] NetLabel: Initializing
[    0.676044] NetLabel:  domain hash size = 128
[    0.676044] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.676044] NetLabel:  unlabeled traffic allowed by default
[    0.676044] Switching to clocksource xen
[    0.677099] AppArmor: AppArmor Filesystem Enabled
[    0.677099] pnp: PnP ACPI init
[    0.677099] ACPI: bus type pnp registered
[    0.681035] pnp: PnP ACPI: found 12 devices
[    0.681042] ACPI: ACPI bus type pnp unregistered
[    0.681061] system 00:07: ioport range 0x800-0x87f has been reserved
[    0.681067] system 00:07: ioport range 0x880-0x8ff has been reserved
[    0.681072] system 00:07: ioport range 0x900-0x91f has been reserved
[    0.681078] system 00:07: ioport range 0x920-0x923 has been reserved
[    0.681083] system 00:07: ioport range 0x924-0x924 has been reserved
[    0.681090] system 00:07: ioport range 0xc00-0xc7f has been reserved
[    0.681095] system 00:07: ioport range 0xca0-0xca7 has been reserved
[    0.681101] system 00:07: ioport range 0xca9-0xcab has been reserved
[    0.681106] system 00:07: ioport range 0xcad-0xcaf has been reserved
[    0.681114] system 00:08: ioport range 0xca8-0xca8 has been reserved
[    0.681120] system 00:08: ioport range 0xcac-0xcac has been reserved
[    0.681128] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[    0.681137] system 00:0b: iomem range 0xfed90000-0xfed91fff has been reserved
[    0.681443] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.681449] pci 0000:00:01.0:   IO window: disabled
[    0.681460] pci 0000:00:01.0:   MEM window: 0xd6000000-0xd9ffffff
[    0.681468] pci 0000:00:01.0:   PREFETCH window: disabled
[    0.681481] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[    0.681486] pci 0000:00:03.0:   IO window: disabled
[    0.681496] pci 0000:00:03.0:   MEM window: 0xda000000-0xddffffff
[    0.681504] pci 0000:00:03.0:   PREFETCH window: disabled
[    0.681517] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03
[    0.681523] pci 0000:00:04.0:   IO window: 0xf000-0xffff
[    0.681534] pci 0000:00:04.0:   MEM window: 0xdf100000-0xdf2fffff
[    0.681542] pci 0000:00:04.0:   PREFETCH window: disabled
[    0.681555] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04
[    0.681559] pci 0000:00:05.0:   IO window: disabled
[    0.681568] pci 0000:00:05.0:   MEM window: disabled
[    0.681576] pci 0000:00:05.0:   PREFETCH window: disabled
[    0.681589] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
[    0.681593] pci 0000:00:06.0:   IO window: disabled
[    0.681603] pci 0000:00:06.0:   MEM window: disabled
[    0.681610] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.681623] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06
[    0.681627] pci 0000:00:07.0:   IO window: disabled
[    0.681637] pci 0000:00:07.0:   MEM window: disabled
[    0.681644] pci 0000:00:07.0:   PREFETCH window: disabled
[    0.681657] pci 0000:00:09.0: PCI bridge, secondary bus 0000:07
[    0.681663] pci 0000:00:09.0:   IO window: 0xe000-0xefff
[    0.681674] pci 0000:00:09.0:   MEM window: 0xdf300000-0xdf3fffff
[    0.681682] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.681697] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
[    0.681701] pci 0000:00:1e.0:   IO window: disabled
[    0.681712] pci 0000:00:1e.0:   MEM window: 0xde000000-0xdeffffff
[    0.681721] pci 0000:00:1e.0:   PREFETCH window: 0x000000d5800000-0x000000d5ffffff
[    0.681791] pci 0000:00:01.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681816] pci 0000:00:03.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681839] pci 0000:00:04.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681862] pci 0000:00:05.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    [    1.856676] ioc0: LSISAS1068E B3: Capabilities={Initiator}
[    1.857493] Adjusted maximum contiguous region order to 7
[   22.156504] scsi0 : ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=33
[   23.196680] mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500241aa899
[   23.199041] scsi target0:0:0: mptsas: ioc0: add device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500241aa899
[   23.210632] scsi 0:0:0:0: Direct-Access     SEAGATE  ST3300657SS      ES64 PQ: 0 ANSI: 5
[   23.216468] scsi 0:0:0:0: mptscsih: ioc0: qdepth=64, tagged=1, simple=1, ordered=0, scsi_level=6, cmd_que=1
[   23.258999] ata_piix 0000:00:1f.2: PCI INT C -> GSI 23 (level, low) -> IRQ 23
[   23.259819] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[   23.416913] scsi1 : ata_piix
[   23.417343] scsi2 : ata_piix
[   23.417707] ata1: SATA max UDMA/133 cmd 0xdc10 ctl 0xdc08 bmdma 0xdc20 irq 23
[   23.437974] ata2: SATA max UDMA/133 cmd 0xdc18 ctl 0xdc0c bmdma 0xdc28 irq 23
[   23.788316] ata1: SATA link down (SStatus 0 SControl 300)
[   24.484681] ata2: failed to resume link (SControl 0)
[   24.517316] ata2: SATA link down (SStatus 4 SControl 0)
[   24.573755] Uniform Multi-Platform E-IDE driver
[   24.689560] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   24.731631] netfront: Initialising virtual ethernet driver.
[   24.803942] udevd version 128 started
[   24.921283] sd 0:0:0:0: [sda] 585937500 512-byte logical blocks: (300 GB/279 GiB)
[   24.948560] sd 0:0:0:0: [sda] Write Protect is off
[   24.950034] usbcore: registered new interface driver usbfs
[   24.950067] usbcore: registered new interface driver hub
[   24.950157] usbcore: registered new device driver usb
[   24.955622] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   24.955752] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[   24.955802] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   24.955849] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   24.955959] ehci_hcd 0000:00:1a.7: debug port 1
[   24.959952] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xdf0fe000
[   24.976707] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   24.976732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   24.976735] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.976737] usb usb1: Product: EHCI Host Controller
[   24.976739] usb usb1: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   24.976741] usb usb1: SerialNumber: 0000:00:1a.7
[   24.976829] usb usb1: configuration #1 chosen from 1 choice
[   24.976860] hub 1-0:1.0: USB hub found
[   24.976882] hub 1-0:1.0: 4 ports detected
[   24.976993] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   24.977030] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   24.977041] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[   24.977112] ehci_hcd 0000:00:1d.7: debug port 1
[   24.981076] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xdf0ff000
[   24.996689] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   24.996710] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   24.996713] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.996715] usb usb2: Product: EHCI Host Controller
[   24.996717] usb usb2: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   24.996719] usb usb2: SerialNumber: 0000:00:1d.7
[   24.996790] usb usb2: configuration #1 chosen from 1 choice
[   24.996816] hub 2-0:1.0: USB hub found
[   24.997091] hub 2-0:1.0: 4 ports detected
[   25.066234] uhci_hcd: USB Universal Host Controller Interface driver
[   25.288696] usb 1-3: new high speed USB device using ehci_hcd and address 2
[   25.954895] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   25.960222] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[   25.964083]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
[   26.045269] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   26.045283] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   26.045422] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000dc40
[   26.045912] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   26.045914] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.045915] usb usb3: Product: UHCI Host Controller
[   26.045916] usb usb3: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.045917] usb usb3: SerialNumber: 0000:00:1a.0
[   26.045973] usb usb3: configuration #1 chosen from 1 choice
[   26.045993] hub 3-0:1.0: USB hub found
[   26.046038] hub 3-0:1.0: 2 ports detected
[   26.046125] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[   26.046136] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   26.046141] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[   26.046230] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000dc60
[   26.046329] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   26.046330] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.046331] usb usb4: Product: UHCI Host Controller
[   26.046332] usb usb4: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.046334] usb usb4: SerialNumber: 0000:00:1a.1
[   26.046379] usb usb4: configuration #1 chosen from 1 choice
[   26.046396] hub 4-0:1.0: USB hub found
[   26.046411] hub 4-0:1.0: 2 ports detected
[   26.046459] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   26.046469] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   26.046474] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   26.046508] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000dc80
[   26.046561] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   26.046563] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.046564] usb usb5: Product: UHCI Host Controller
[   26.046565] usb usb5: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.046566] usb usb5: SerialNumber: 0000:00:1d.0
[   26.046604] usb usb5: configuration #1 chosen from 1 choice
[   26.046621] hub 5-0:1.0: USB hub found
[   26.046634] hub 5-0:1.0: 2 ports detected
[   26.046724] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[   26.046735] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   26.046741] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   26.046831] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000dca0
[   26.046928] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   26.046930] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.046931] usb usb6: Product: UHCI Host Controller
[   26.046932] usb usb6: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.046933] usb usb6: SerialNumber: 0000:00:1d.1
[   26.046977] usb usb6: configuration #1 chosen from 1 choice
[   26.046997] hub 6-0:1.0: USB hub found
[   26.047012] hub 6-0:1.0: 2 ports detected
[   26.049039] sd 0:0:0:0: [sda] Attached SCSI disk
[   27.425149] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[   27.453683] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   27.482498] usb 1-3: configuration #1 chosen from 1 choice
[   27.511301] hub 1-3:1.0: USB hub found
[   27.540020] hub 1-3:1.0: 3 ports detected
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:30:11 2012
Trying manual resume from /dev/sda5
Trying manual resume from /dev/sda5
Waiting for device /dev/sda1 to appear:  ok
fsck from util-linux-ng 2.16
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/sda1
/dev/sda1: clean, 196364/720896 files, 1904463/2881651 blocks
fsck succeeded. Mounting root device read-write.
Mounting root /dev/sda1
mount -o rw,acl,user_xattr -t ext3 /dev/sda1 /root
[   28.353676] kjournald starting.  Commit interval 15 seconds
[   28.358852] EXT3 FS on sda1, internal journal
[   28.358860] EXT3-fs: mounted filesystem with ordered data mode.
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:30:13 2012
Starting udevd: [   30.059031] udevd version 128 started
                                                                                                    done
Loading drivers, configuring devices: [   30.187312] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[   30.192305] ACPI Error: No handler for Region [IPMI] (ffff8801e78d0420) [IPMI] (20090903/evregion-319)
[   30.192312] ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
[   30.192320] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff8801e78cf4c0), AE_NOT_EXIST
[   30.192331] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff8801e78cf560), AE_NOT_EXIST
[   30.192343] ACPI Exception: AE_NOT_EXIST, Evaluating _PMC (20090903/power_meter-772)
[   30.205307] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.4 (Mar 03, 2010)
[   30.205385] bnx2 0000:01:00.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
[   30.428469] ACPI: Power Button [PWRF]
[   30.481604] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[   30.499925] Fusion MPT misc device (ioctl) driver 4.22.00.00
[   30.499974] mptctl: Registered with Fusion MPT base driver
[   30.499977] mptctl: /dev/mptctl @ (major,minor=10,220)
[   30.606915] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.648436] iTCO_vendor_support: vendor-support=0
[   30.681708] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   30.736384] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.783182] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   30.788943] rtc_cmos 00:04: RTC can wake from S4
[   30.789019] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   30.789129] rtc0: alarms up to one day, y3k, 242 bytes nvram
[   30.928280] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 36, node addr 84:2b:2b:6f:17:94
[   30.961337] QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   30.961426] bnx2 0000:01:00.1: PCI INT B -> GSI 48 (level, low) -> IRQ 48
[   31.027552] qla2xxx 0000:07:00.0: PCI INT A -> GSI 40 (level, low) -> IRQ 40
[   31.060915] qla2xxx 0000:07:00.0: Found an ISP2432, irq 40, iobase 0xffffc90010fe8000
[   31.095369] qla2xxx 0000:07:00.0: Configuring PCI space...
[   31.116078] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 48, node addr 84:2b:2b:6f:17:96
[   31.116165] bnx2 0000:02:00.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
[   31.138246] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 32, node addr 84:2b:2b:6f:17:98
[   31.138337] bnx2 0000:02:00.1: PCI INT B -> GSI 42 (level, low) -> IRQ 42
[   31.160547] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 42, node addr 84:2b:2b:6f:17:9a
[   31.316863] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   31.362169] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   31.399997] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
[   31.438183] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   31.494254] qla2xxx 0000:07:00.0: Configure NVRAM parameters...
[   31.568446] qla2xxx 0000:07:00.0: Verifying loaded RISC code...
[   31.682667] qla2xxx 0000:07:00.0: FW: Loading via request-firmware...
[   31.992775] qla2xxx 0000:07:00.0: Allocated (64 KB) for EFT...
[   32.031245] qla2xxx 0000:07:00.0: Allocated (1285 KB) for firmware dump...
[   32.084857] qla2xxx 0000:07:00.0: Unable to read FCP priority data.
[   32.122926] scsi3 : qla2xxx
[   32.444715] qla2xxx 0000:07:00.0: LIP reset occurred (f700).
[   32.533074] qla2xxx 0000:07:00.0: LIP occurred (f700).
[   32.570618] qla2xxx 0000:07:00.0: LIP reset occurred (f7f7).
[   32.608351] qla2xxx 0000:07:00.0: LOOP UP detected (4 Gbps).
[   32.736781] qla2xxx 0000:07:00.0:
[   32.736782]  QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   32.736783]   QLogic QLE2460 - PCI-Express Single Channel 4Gb Fibre Channel HBA
[   32.736785]   ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.0 hdma+, host#=3, fw=5.03.02 (496)
                                                                                                    done
Activating swap-devices in /etc/fstab...                                                            done
Set System Time to the current Hardware Clock[   33.137495] scsi 3:0:0:0: Direct-Access     HUASY    S5500T           2    PQ: 1 ANSI: 4
[   33.176335] scsi 3:0:0:0: Attached scsi generic sg1 type 0
[   33.217934] scsi 3:0:1:0: Direct-Access     HUASY    S5500T           2    PQ: 1 ANSI: 4
[   33.257773] scsi 3:0:1:0: Attached scsi generic sg2 type 0
                                                                                                    done
[   33.664646] device-mapper: uevent: version 1.0.3
[   33.664849] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
Activating device mapper...
                                                                                                    done
Loading required kernel modules                                                                     done
[   34.112248] loop: module loaded
Checking file systems...
fsck from util-linux-ng 2.16
[   34.194399] kjournald starting.  Commit interval 15 seconds
[   34.197189] EXT3 FS on sda2, internal journal
[   34.197197] EXT3-fs: mounted filesystem with ordered data mode.
[   34.229418] kjournald starting.  Commit interval 15 seconds
[   34.235475] EXT3 FS on sda11, internal journal
[   34.235481] EXT3-fs: mounted filesystem with ordered data mode.
[   34.338801] kjournald starting.  Commit interval 15 seconds
[   34.345297] EXT3 FS on sda7, internal journal
[   34.345303] EXT3-fs: mounted filesystem with ordered data mode.
[   34.717585] fuse init (API version 7.13)                                                         done
Mounting local file systems...
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda2 on /mnt/sles10sp3 type ext3 (rw,acl,user_xattr)
/dev/sda11 on /dat type ext3 (rw,acl,user_xattr)
/dev/sda7 on /Bootdisk type ext3 (rw,acl,user_xattr)                                                done
Loading fuse module                                                                                 done
Mounting fuse control filesystem                                                                    done
Creating /var/log/boot.msg                                                                          done
Activating remaining swap-devices in /etc/fstab...                                                  done
Retry device configuration:                                                                         done
Turning quota on
Checking quotas. This may take some time.
                                                                                                    done
Setting current sysctl status from /etc/sysctl.conf                                                 done
Enabling syn flood protection                                                                       done
Disabling IP forwarding                                                                             done
                                                                                                    done
Mounting securityfs on /sys/kernel/security                                                         done
Loading AppArmor profiles [   36.808150] type=1505 audit(1336019420.091:2): operation="profile_load" pid=2857 name=/bin/ping
[   36.840724] type=1505 audit(1336019420.127:3): operation="profile_load" pid=2858 name=/sbin/klogd
[   36.899390] type=1505 audit(1336019420.183:4): operation="profile_load" pid=2859 name=/sbin/syslog-ng
[   36.959726] type=1505 audit(1336019420.243:5): operation="profile_load" pid=2860 name=/sbin/syslogd
[   37.024485] type=1505 audit(1336019420.307:6): operation="profile_load" pid=2861 name=/usr/sbin/avahi-daemon
[   37.079068] type=1505 audit(1336019420.363:7): operation="profile_load" pid=2862 name=/usr/sbin/identd
[   37.137927] type=1505 audit(1336019420.423:8): operation="profile_load" pid=2863 name=/usr/sbin/mdnsd
[   37.205778] type=1505 audit(1336019420.490:9): operation="profile_load" pid=2864 name=/usr/sbin/nscd
[   37.299981] type=1505 audit(1336019420.585:10): operation="profile_load" pid=2865 name=/usr/sbin/ntpd
[   37.353794] type=1505 audit(1336019420.639:11): operation="profile_load" pid=2866 name=/usr/sbin/traceroute
                                                                                                    done
Setting up hostname 'SLES11-40'                                                                     done
Setting up loopback interface     lo
    lo        IP address: 127.0.0.1/8
              IP address: 127.0.0.2/8
                                                                                                    done
Loading kdump

                                                                                                    done
System Boot Control: The system has been                                                            set up
Skipped features:                                                            boot.open-iscsi boot.cycle
System Boot Control: Running /etc/init.d/boot.local                                                 done
INIT: Entering runlevel: 5
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:30:22 2012
Master Resource Control: previous runlevel: N, switching to runlevel:                               5
Starting acpid acpid: starting up

                                                                                                    done
acpid: 2 rules loaded

Starting D-Bus daemon                                                                               done
Starting syslog services                                                                            done
Checking/updating CPU microcode [   39.697909] Microcode Update Driver: v2.00-xen , Peter Oruba
                                                                                                    done
Initializing random number generator                                                                done
Loading CPUFreq modules (CPUFreq not supported)
Starting HAL daemon                                                                                 done
Setting up (localfs) network interfaces:
    lo
    lo        IP address: 127.0.0.1/8
              IP address: 127.0.0.2/8
    lo                                                                                              done
    eth0      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
[   42.927232] bnx2: eth0: using MSIX
    eth0      IP address: 0.0.0.0/32
    eth0                                                                                            done
    eth1      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
[   43.823473] bnx2: eth1: using MSIX
    eth1      IP address: 0.0.0.0/32
    eth1                                                                                            done
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2      Starting DHCP4 client. . . . . . . .
    eth2      DHCP4 continues in background
    eth2                                                                                            waiting
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3      Starting DHCP4 client. . . . . . . .
    eth3      DHCP4 continues in background
    eth3                                                                                            waiting
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2      DHCP4 client (dhcpcd) is running
    eth2      . . . but is still waiting for data
    eth2                                                                                            waiting
    eth2      interface could not be set up until now                                               failed
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3      DHCP4 client (dhcpcd) is running
    eth3      . . . but is still waiting for data
    eth3                                                                                            waiting
    eth3      interface could not be set up until now                                               failed
    br0
    br0       Ports: [eth0]
    br0       forwarddelay (see man ifcfg-bridge) ... ready
    br0       Starting DHCP4 client. .
    br0       IP address: 147.2.147.40/24
    br0                                                                                             done
    br3
    br3       Ports: [eth3]
    br3       forwarddelay (see man ifcfg-bridge)  not ready. Proceeding in background.
    br3       IP address: 192.168.4.40/24
    br3                                                                                             done
Setting up service (localfs) network  .  .  .  .  .  .  .  .  .  .                                  failed
Starting iSCSI initiator service:  tcp                                                              done
Setting up iSCSI targets:                                                                           unused
Starting auditd                                                                                     done
Starting rpcbind                                                                                    done
Not starting NFS client services - no NFS found in /etc/fstab:                                      unused
Mount CIFS File Systems                                                                             unused
Loading console font lat9w-16.psfu  -m trivial G0:loadable                                          done
Loading keymap assuming iso-8859-15 euro
Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz                                                done
Loading compose table latin1.add                                                                    done
Start Unicode mode                                                                                  done
Setting up (remotefs) network interfaces:
Setting up service (remotefs) network  .  .  .  .  .  .  .  .  .  .                                 done
Starting SSH daemon                                                                                 done
Starting network time protocol daemon (NTPD)                                                        done
Starting irqbalance                                                                                 done
Starting xend                                                                                       done
Starting cupsd                                                                                      done
Starting libvirtd                                                                                   done
Starting Name Service Cache Daemon                                                                  done
Starting kernel based NFS server:exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/dat".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

mountd statd nfsd sm-notify                                                                        done
Starting mail service (Postfix)                                                                     done
Starting Samba SMB daemon                                                                           done
Starting service gdm                                                                                done
Starting CRON daemon                                                                                done
Starting smartd                                                                                     done
Starting INET services. (xinetd)                                                                    done
Master Resource Control: runlevel 5 has been                                                        reached
Failed services in runlevel 5:                                                                  network
Skipped services in runlevel 5:                                                    open-iscsi nfs smbfs
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:37:32 2012
Master Resource Control: previous runlevel: 5, switching to runlevel:                               6
Shutting down auditd                                                                                done
Shutting down CRON daemon                                                                           done
Shutting down irqbalance                                                                            done
Shutting down libvirtd                                                                              done
Shutting down kernel based NFS server: nfsd statd mountd                                            done
Shutting down Name Service Cache Daemon                                                             done
Saving random seed                                                                                  done
Shutting down smartd                                                                                done
Shutting down Samba SMB daemon                                                                      done
Shutting down SSH daemon                                                                            done
Shutting down service gdm                                                                           done
Shutting down xinetd: (waiting for all children to terminate)                                       done
Shutting down acpid                                                                                 done
Shutting down cupsd                                                                                 done
/etc/init.d/rc5.d/K02kbd stop                                                                       done
Shutting down mail service (Postfix)                                                                done
Stopping xend (pid 8638 8634)                                                                       done
Shutting down network time protocol daemon (NTPD)                                                   done
Stopping iSCSI initiator service:                                                                   done
Shutting down (remotefs) network interfaces:
Shutting down HAL daemon                                                                            done
Shutting down NFS client services:                                                                  done
Umount SMB/ CIFS File Systems                                                                       done
Shutting down rpcbind                                                                               done
Shutting down syslog services                                                                       done
Shutting down (localfs) network interfaces:
    br3
    br3                                                                                             done
    br0
    br0                                                                                             done
    eth0      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth0                                                                                            done
    eth1      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth1                                                                                            done
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2                                                                                            done
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3                                                                                            done
Shutting down service (localfs) network  .  .  .  .  .  .  .  .  .                                  done
Shutting down D-Bus daemon                                                                          done
Running /etc/init.d/halt.local                                                                      done
(XEN) irq.c:1578: dom0: forcing unbind of pirq 303
(XEN) irq.c:1578: dom0: forcing unbind of pirq 302
(XEN) irq.c:1578: dom0: forcing unbind of pirq 304
(XEN) irq.c:1578: dom0: forcing unbind of pirq 305
(XEN) irq.c:1578: dom0: forcing unbind of pirq 306
(XEN) irq.c:1578: dom0: forcing unbind of pirq 307
(XEN) irq.c:1578: dom0: forcing unbind of pirq 308
(XEN) irq.c:1578: dom0: forcing unbind of pirq 309
(XEN) irq.c:1578: dom0: forcing unbind of pirq 310
[  488.698578] Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.

    GNU GRUB  version 0.97  (640K lower / 3394020K upper memory)

+-------------------------------------------------------------------------+
| SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27 (default)             |
| Xen -- SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27                |
| Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3              |
| SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3                     |
| SLES11                                                                  |
| Xen -- SUSE Linux Enterprise Server 11 - 2.6.27.19-5                    |
| SLES11 SP1 - 2.6.32.12-0.7-hj                                           |
| SLES11 SP1 - 2.6.32.12-0.7 (default)                                    |
| SLES11 SP1 Xen -- 2.6.32.12-0.7 (xen)                                   |
| SLES10 SP3 - 2.6.16.60-0.54.5-smp-hj                                    |
| SLES10 SP3-2.6.16.60-0.54.5-smp                                         |
| SUSE SLES10SP4 - 2.6.16.60-0.85.1                                       | v
+-------------------------------------------------------------------------+
      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, 'e' to edit the
      commands before booting, or 'c' for a command-line.

   The highlighted entry will be booted automatically in 1 seconds.
  Booting 'Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3'

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/xen.gz vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=1
15200
   [Multiboot-elf, <0x100000:0x16e000:0x254000>, shtab=0x4c2078, entry=0x100000
]
module /boot/vmlinuz-2.6.32.54-0.3-xen root=/dev/sda1 resume=/dev/sda5 vga=0x31
a console=xvc0,115200 console=tty0
   [Multiboot-module @ 0x4c3000, 0xa9abd0 bytes]
module /boot/initrd-2.6.32.54-0.3-xen
   [Multiboot-module @ 0xf5e000, 0xe9de00 bytes]

__  __
\ \/ /___ _ __
  \  // _ \ '_ \
  /  \  __/ | | |
/_/\_\___|_| |_|

  _  _    ___   _____    ____  _ ____  _  _    ___     ___ ____      ___
| || |  / _ \ |___ /   |___ \/ | ___|| || |  ( _ )   / _ \___ \    / _ \
| || |_| | | |  |_ \     __) | |___ \| || |_ / _ \  | | | |__) |__| | | |
|__   _| |_| | ___) |   / __/| |___) |__   _| (_) | | |_| / __/|__| |_| |
    |_|(_)___(_)____/___|_____|_|____/   |_|  \___/___\___/_____|   \___(_)
                   |_____|                       |_____|
  ____   ____
| ___| |___ \
|___ \   __) |
  ___) | / __/
|____(_)_____|

(XEN) Xen version 4.0.3_21548_02-0.5.2 (abuild@) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) Fri Feb 10 00:46:26 UTC 2012
(XEN) Latest ChangeSet: 21548
(XEN) Bootloader: GNU GRUB 0.97
(XEN) Command line: vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=115200
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 16 bpp
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 00000000000a0000 (usable)
(XEN)  0000000000100000 - 00000000cf379000 (usable)
(XEN)  00000000cf379000 - 00000000cf38f000 (reserved)
(XEN)  00000000cf38f000 - 00000000cf3ce000 (ACPI data)
(XEN)  00000000cf3ce000 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fe000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000230000000 (usable)
(XEN) Kdump: 128MB (131072kB) at 0x1000000
(XEN) ACPI: RSDP 000F11A0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000F12A4, 009C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: FACP CF3B3F9C, 00F4 (r3 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DSDT CF38F000, 3D72 (r1 DELL   PE_SC3          1 INTL 20050624)
(XEN) ACPI: FACS CF3B6000, 0040
(XEN) ACPI: APIC CF3B3478, 015E (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SPCR CF3B35D8, 0050 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HPET CF3B362C, 0038 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DMAR CF3B3668, 01C0 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: MCFG CF3B38C4, 003C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: WD__ CF3B3904, 0134 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SLIC CF3B3A3C, 0024 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: ERST CF392EF4, 0270 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HEST CF393164, 03A8 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: BERT CF392D74, 0030 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: EINJ CF392DA4, 0150 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SRAT CF3B3BC0, 0370 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: TCPA CF3B3F34, 0064 (r2 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SSDT CF3B7000, 43F4 (r1  INTEL PPM RCM  80000001 INTL 20061109)
(XEN) System RAM: 8179MB (8375396kB)
(XEN) Reserving non-aligned node boundary @ mfn 0x130000
(XEN) Domain heap initialised DMA width 30 bits
(XEN) Processor #32 6:12 APIC version 21
(XEN) Processor #0 6:12 APIC version 21
(XEN) Processor #34 6:12 APIC version 21
(XEN) Processor #2 6:12 APIC version 21
(XEN) Processor #50 6:12 APIC version 21
(XEN) Processor #18 6:12 APIC version 21
(XEN) Processor #52 6:12 APIC version 21
(XEN) Processor #20 6:12 APIC version 21
(XEN) Processor #33 6:12 APIC version 21
(XEN) Processor #1 6:12 APIC version 21
(XEN) Processor #35 6:12 APIC version 21
(XEN) Processor #3 6:12 APIC version 21
(XEN) Processor #51 6:12 APIC version 21
(XEN) Processor #19 6:12 APIC version 21
(XEN) Processor #53 6:12 APIC version 21
(XEN) Processor #21 6:12 APIC version 21
(XEN) IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
(XEN) IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
(XEN) Enabling APIC mode:  Phys.  Using 2 I/O APICs
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.073 MHz processor.
(XEN) Initing memory sharing.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) EPT supports 2MB super page.
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected.
(XEN) Intel VT-d Snoop Control enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) Total of 16 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) TSC is reliable, synchronization unnecessary
(XEN) Platform timer is 14.318MHz HPET
?(XEN) Allocated console ring of 32 KiB.
(XEN) Brought up 16 CPUs
(XEN) Created cpupool 0 with scheduler SMP Credit Scheduler (credit)
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, lsb, paddr 0x2000 -> 0x76b000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000228000000->000000022a000000 (1990394 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80002000->ffffffff8076b000
(XEN)  Init. ramdisk: ffffffff8076b000->ffffffff81608e00
(XEN)  Phys-Mach map: ffffea0000000000->ffffea0000f3f7d0
(XEN)  Start info:    ffffffff81609000->ffffffff816094b4
(XEN)  Page tables:   ffffffff8160a000->ffffffff81619000
(XEN)  Boot stack:    ffffffff81619000->ffffffff8161a000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81800000
(XEN)  ENTRY ADDRESS: ffffffff80002000
(XEN) Dom0 has maximum 16 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 180kB init memory.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32.54-0.3-xen (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP 2012-01-27 17:38:56 +0100
[    0.000000] Command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Xen-provided machine memory map:
[    0.000000]  BIOS: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS: 0000000000100000 - 00000000cf379000 (usable)
[    0.000000]  BIOS: 00000000cf379000 - 00000000cf38f000 (reserved)
[    0.000000]  BIOS: 00000000cf38f000 - 00000000cf3ce000 (ACPI data)
[    0.000000]  BIOS: 00000000cf3ce000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS: 00000000fe000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS: 0000000100000000 - 0000000230000000 (usable)
[    0.000000] Xen-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000001e86fa000 (usable)
[    0.000000] DMI 2.6 present.
[    0.000000] last_pfn = 0x1e86fa max_arch_pfn = 0x80000000
[    0.000000] last_pfn = 0x100000 max_arch_pfn = 0x80000000
[    0.000000] init_memory_mapping: 0000000000000000-0000000100000000
[    0.000000] init_memory_mapping: 0000000100000000-00000001e86fa000
[    0.000000] RAMDISK: 0076b000 - 01608e00
[    0.000000] ACPI: RSDP 00000000000f11a0 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000000f12a4 0009C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: FACP 00000000cf3b3f9c 000F4 (v03 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: DSDT 00000000cf38f000 03D72 (v01 DELL   PE_SC3   00000001 INTL 20050624)
[    0.000000] ACPI: FACS 00000000cf3b6000 00040
[    0.000000] ACPI: APIC 00000000cf3b3478 0015E (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SPCR 00000000cf3b35d8 00050 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HPET 00000000cf3b362c 00038 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: XMAR 00000000cf3b3668 001C0 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: MCFG 00000000cf3b38c4 0003C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: WD__ 00000000cf3b3904 00134 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SLIC 00000000cf3b3a3c 00024 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: ERST 00000000cf392ef4 00270 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HEST 00000000cf393164 003A8 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: BERT 00000000cf392d74 00030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: EINJ 00000000cf392da4 00150 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SRAT 00000000cf3b3bc0 00370 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: TCPA 00000000cf3b3f34 00064 (v02 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SSDT 00000000cf3b7000 043F4 (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 01e7efa000]
[    0.000000]   #0 [000076b000 - 0001619000]     Xen provided ==> [000076b000 - 0001619000]
[    0.000000]   #1 [0000002000 - 000074a2a8]    TEXT DATA BSS ==> [0000002000 - 000074a2a8]
[    0.000000]   #2 [0002000000 - 0002f43000]          INITP2M ==> [0002000000 - 0002f43000]
[    0.000000]   #3 [000074b000 - 000074b4fd]              BRK ==> [000074b000 - 000074b4fd]
[    0.000000]   #4 [0001619000 - 0001e1e000]          PGTABLE ==> [0001619000 - 0001e1e000]
[    0.000000]   #5 [0001e1e000 - 0002000000]          PGTABLE ==> [0001e1e000 - 0002000000]
[    0.000000]   #6 [0002f43000 - 00034a9000]          PGTABLE ==> [0002f43000 - 00034a9000]
[    0.000000] found SMP MP-table at [ffffffffff5f9710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x001e86fa
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x001e7efa
[    0.000000]     0: 0x001e86fa -> 0x001e86fa
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x20] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x32] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x34] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x21] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x23] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x33] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x35] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[32])
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @ffff88000200c000 s41112 r8192 d24424 u73728
[    0.000000] pcpu-alloc: s41112 r8192 d24424 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15
[    0.000000] Swapping MFNs for PFN 63d and 2012 (MFN 22863d and 22ae10)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1971233
[    0.000000] Kernel command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] allocated 80025360 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Software IO TLB enabled:
[    0.000000]  Aperture:     64 megabytes
[    0.000000]  Address size: 28 bits
[    0.000000]  Kernel range: ffff88000fb8c000 - ffff880013b8c000
[    0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Memory: 7672708k/8002536k available (3445k kernel code, 8192k absent, 321056k reserved, 2905k data, 356k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:6464 nr_irqs:3192
[    0.000000] Extended CMOS year: 2000
[    0.000000] Xen reported: 2394.072 MHz processor.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [xvc0] enabled
[    0.584034] Calibrating delay using timer specific routine.. 4790.09 BogoMIPS (lpj=9580197)
[    0.584040] pid_max: default: 32768 minimum: 301
[    0.584093] Security Framework initialized
[    0.584110] AppArmor: AppArmor initialized
[    0.584134] Mount-cache hash table entries: 256
[    0.584259] Initializing cgroup subsys ns
[    0.584264] Initializing cgroup subsys cpuacct
[    0.584268] Initializing cgroup subsys memory
[    0.584277] Initializing cgroup subsys devices
[    0.584280] Initializing cgroup subsys freezer
[    0.584283] Initializing cgroup subsys net_cls
[    0.584323] mce: CPU supports 9 MCE banks
[    0.584350] SMP alternatives: switching to UP code
[    0.607359] ACPI: Core revision 20090903
[    0.617277] SMP alternatives: switching to SMP code
[    0.641192] Brought up 16 CPUs
[    0.642113] devtmpfs: initialized
[    0.642535] regulator: core version 0.5
[    0.642571] Time:  4:39:46  Date: 05/03/12
[    0.642701] NET: Registered protocol family 16
[    0.642881] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.642887] ACPI: bus type pci registered
[    0.642957] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.642962] PCI: MCFG area at e0000000 reserved in E820
[    0.654832] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.654836] PCI: Using configuration type 1 for base access
[    0.656724] bio: create slab at 0
[    0.660350] ACPI: BIOS _OSI(Linux) query ignored
[    0.660545] ACPI: Interpreter enabled
[    0.660550] ACPI: (supports S0 S5)
[    0.660563] ACPI: Using IOAPIC for interrupt routing
[    0.664811] ACPI: No dock devices found.
[    0.664817] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.665211] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.665329] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.665335] pci 0000:00:00.0: PME# disabled
[    0.665453] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.665459] pci 0000:00:01.0: PME# disabled
[    0.665579] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.665584] pci 0000:00:03.0: PME# disabled
[    0.665702] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.665708] pci 0000:00:04.0: PME# disabled
[    0.665827] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.665833] pci 0000:00:05.0: PME# disabled
[    0.665951] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.665957] pci 0000:00:06.0: PME# disabled
[    0.666105] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.666111] pci 0000:00:07.0: PME# disabled
[    0.666232] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.666238] pci 0000:00:09.0: PME# disabled
[    0.666918] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.666925] pci 0000:00:1a.7: PME# disabled
[    0.667324] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.667331] pci 0000:00:1d.7: PME# disabled
[    0.667562] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.667568] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
[    0.667574] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f)
[    0.667912] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.667919] pci 0000:01:00.0: PME# disabled
[    0.668093] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.668099] pci 0000:01:00.1: PME# disabled
[    0.668203] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.668375] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.668381] pci 0000:02:00.0: PME# disabled
[    0.668547] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.668553] pci 0000:02:00.1: PME# disabled
[    0.668658] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    0.668854] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.668896] pci 0000:00:04.0: PCI bridge to [bus 03-03]
[    0.668959] pci 0000:00:05.0: PCI bridge to [bus 04-04]
[    0.669020] pci 0000:00:06.0: PCI bridge to [bus 05-05]
[    0.669080] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[    0.669263] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.669305] pci 0000:00:09.0: PCI bridge to [bus 07-07]
[    0.669522] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    0.672987] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15)
[    0.673073] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673157] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.673240] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.673323] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15)
[    0.673408] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15)
[    0.673490] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    0.673575] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673720] xen_mem: Initialising balloon driver.
[    0.673821] vgaarb: device added: PCI:0000:08:03.0,decodes=io+mem,owns=io+mem,locks=none
[    0.673826] vgaarb: loaded
[    0.673918] PCI: Using ACPI for IRQ routing
[    0.674089] NetLabel: Initializing
[    0.674092] NetLabel:  domain hash size = 128
[    0.674095] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.674106] NetLabel:  unlabeled traffic allowed by default
[    0.674119] Switching to clocksource xen
[    0.676753] AppArmor: AppArmor Filesystem Enabled
[    0.676780] pnp: PnP ACPI init
[    0.676801] ACPI: bus type pnp registered
[    0.680991] pnp: PnP ACPI: found 12 devices
[    0.680997] ACPI: ACPI bus type pnp unregistered
[    0.681017] system 00:07: ioport range 0x800-0x87f has been reserved
[    0.681022] system 00:07: ioport range 0x880-0x8ff has been reserved
[    0.681028] system 00:07: ioport range 0x900-0x91f has been reserved
[    0.681033] system 00:07: ioport range 0x920-0x923 has been reserved
[    0.681060] system 00:07: ioport range 0x924-0x924 has been reserved
[    0.681067] system 00:07: ioport range 0xc00-0xc7f has been reserved
[    0.681073] system 00:07: ioport range 0xca0-0xca7 has been reserved
[    0.681078] system 00:07: ioport range 0xca9-0xcab has been reserved
[    0.681083] system 00:07: ioport range 0xcad-0xcaf has been reserved
[    0.681095] system 00:08: ioport range 0xca8-0xca8 has been reserved
[    0.681103] system 00:08: ioport range 0xcac-0xcac has been reserved
[    0.681115] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[    0.681128] system 00:0b: iomem range 0xfed90000-0xfed91fff has been reserved
[    0.681438] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.681444] pci 0000:00:01.0:   IO window: disabled
[    0.681455] pci 0000:00:01.0:   MEM window: 0xd6000000-0xd9ffffff
[    0.681463] pci 0000:00:01.0:   PREFETCH window: disabled
[    0.681476] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[    0.681481] pci 0000:00:03.0:   IO window: disabled
[    0.681491] pci 0000:00:03.0:   MEM window: 0xda000000-0xddffffff
[    0.681499] pci 0000:00:03.0:   PREFETCH window: disabled
[    0.681512] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03
[    0.681518] pci 0000:00:04.0:   IO window: 0xf000-0xffff
[    0.681529] pci 0000:00:04.0:   MEM window: 0xdf100000-0xdf2fffff
[    0.681537] pci 0000:00:04.0:   PREFETCH window: disabled
[    0.681550] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04
[    0.681554] pci 0000:00:05.0:   IO window: disabled
[    0.681564] pci 0000:00:05.0:   MEM window: disabled
[    0.681571] pci 0000:00:05.0:   PREFETCH window: disabled
[    0.681584] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
[    0.681588] pci 0000:00:06.0:   IO window: disabled
[    0.681598] pci 0000:00:06.0:   MEM window: disabled
[    0.681606] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.681618] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06
[    0.681622] pci 0000:00:07.0:   IO window: disabled
[    0.681632] pci 0000:00:07.0:   MEM window: disabled
[    0.681640] pci 0000:00:07.0:   PREFETCH window: disabled
[    0.681652] pci 0000:00:09.0: PCI bridge, secondary bus 0000:07
[    0.681659] pci 0000:00:09.0:   IO window: 0xe000-0xefff
[    0.681669] pci 0000:00:09.0:   MEM window: 0xdf300000-0xdf3fffff
[    0.681678] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.681693] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
[    0.681697] pci 0000:00:1e.0:   IO window: disabled
[    0.681708] pci 0000:00:1e.0:   MEM window: 0xde000000-0xdeffffff
[    0.681717] pci 0000:00:1e.0:   PREFETCH window: 0x000000d5800000-0x000000d5ffffff
[    0.681787] pci 0000:00:01.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681812] pci 0000:00:03.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681835] pci 0000:00:04.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681858] pci 0000:00:05.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    [    1.853098] ioc0: LSISAS1068E B3: Capabilities={Initiator}
[    1.853885] Adjusted maximum contiguous region order to 7
[   22.152953] scsi0 : ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=33
[   23.193100] mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500241aa899
[   23.194302] scsi target0:0:0: mptsas: ioc0: add device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500241aa899
[   23.197660] scsi 0:0:0:0: Direct-Access     SEAGATE  ST3300657SS      ES64 PQ: 0 ANSI: 5
[   23.202638] scsi 0:0:0:0: mptscsih: ioc0: qdepth=64, tagged=1, simple=1, ordered=0, scsi_level=6, cmd_que=1
[   23.247867] ata_piix 0000:00:1f.2: PCI INT C -> GSI 23 (level, low) -> IRQ 23
[   23.248687] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[   23.405311] scsi1 : ata_piix
[   23.405739] scsi2 : ata_piix
[   23.425283] ata1: SATA max UDMA/133 cmd 0xdc10 ctl 0xdc08 bmdma 0xdc20 irq 23
[   23.445825] ata2: SATA max UDMA/133 cmd 0xdc18 ctl 0xdc0c bmdma 0xdc28 irq 23
[   23.796734] ata1: SATA link down (SStatus 0 SControl 300)
[   24.493103] ata2: failed to resume link (SControl 0)
[   24.526012] ata2: SATA link down (SStatus 4 SControl 0)
[   24.582752] Uniform Multi-Platform E-IDE driver
[   24.696115] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   24.737441] netfront: Initialising virtual ethernet driver.
[   24.810328] udevd version 128 started
[   24.925287] sd 0:0:0:0: [sda] 585937500 512-byte logical blocks: (300 GB/279 GiB)
[   24.949190] usbcore: registered new interface driver usbfs
[   24.949222] usbcore: registered new interface driver hub
[   24.949299] usbcore: registered new device driver usb
[   24.951898] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   24.951998] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[   24.952038] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   24.952075] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   24.952162] ehci_hcd 0000:00:1a.7: debug port 1
[   24.956153] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xdf0fe000
[   24.973129] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   24.973165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   24.973169] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.973172] usb usb1: Product: EHCI Host Controller
[   24.973175] usb usb1: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   24.973177] usb usb1: SerialNumber: 0000:00:1a.7
[   24.973289] usb usb1: configuration #1 chosen from 1 choice
[   24.973338] hub 1-0:1.0: USB hub found
[   24.973366] hub 1-0:1.0: 4 ports detected
[   24.973509] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   24.973559] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   24.973575] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[   24.973669] ehci_hcd 0000:00:1d.7: debug port 1
[   24.977641] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xdf0ff000
[   24.993126] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   24.993152] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   24.993155] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   24.993158] usb usb2: Product: EHCI Host Controller
[   24.993161] usb usb2: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   24.993163] usb usb2: SerialNumber: 0000:00:1d.7
[   24.993252] usb usb2: configuration #1 chosen from 1 choice
[   24.993285] hub 2-0:1.0: USB hub found
[   24.993461] hub 2-0:1.0: 4 ports detected
[   25.066416] uhci_hcd: USB Universal Host Controller Interface driver
[   25.285209] usb 1-3: new high speed USB device using ehci_hcd and address 2
[   25.937415] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   25.945215] sd 0:0:0:0: [sda] Write Protect is off
[   25.946520] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[   25.950799]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
[   26.057528] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   26.057540] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   26.057638] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000dc40
[   26.058224] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   26.058226] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.058227] usb usb3: Product: UHCI Host Controller
[   26.058229] usb usb3: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.058230] usb usb3: SerialNumber: 0000:00:1a.0
[   26.058292] usb usb3: configuration #1 chosen from 1 choice
[   26.058312] hub 3-0:1.0: USB hub found
[   26.058326] hub 3-0:1.0: 2 ports detected
[   26.058409] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[   26.058420] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   26.058426] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[   26.058515] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000dc60
[   26.058568] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   26.058570] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.058571] usb usb4: Product: UHCI Host Controller
[   26.058572] usb usb4: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.058574] usb usb4: SerialNumber: 0000:00:1a.1
[   26.058620] usb usb4: configuration #1 chosen from 1 choice
[   26.058639] hub 4-0:1.0: USB hub found
[   26.058653] hub 4-0:1.0: 2 ports detected
[   26.058695] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   26.058706] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   26.058716] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   26.058751] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000dc80
[   26.058807] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   26.058809] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.058810] usb usb5: Product: UHCI Host Controller
[   26.058811] usb usb5: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.058812] usb usb5: SerialNumber: 0000:00:1d.0
[   26.058854] usb usb5: configuration #1 chosen from 1 choice
[   26.058870] hub 5-0:1.0: USB hub found
[   26.058882] hub 5-0:1.0: 2 ports detected
[   26.058963] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[   26.058974] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   26.058981] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   26.059071] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000dca0
[   26.059127] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   26.059128] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   26.059130] usb usb6: Product: UHCI Host Controller
[   26.059131] usb usb6: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   26.059132] usb usb6: SerialNumber: 0000:00:1d.1
[   26.059178] usb usb6: configuration #1 chosen from 1 choice
[   26.059195] hub 6-0:1.0: USB hub found
[   26.059209] hub 6-0:1.0: 2 ports detected
[   27.394677] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[   27.394680] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   27.394753] usb 1-3: configuration #1 chosen from 1 choice
[   27.451831] hub 1-3:1.0: USB hub found
[   27.508729] hub 1-3:1.0: 3 ports detected
[   27.511116] sd 0:0:0:0: [sda] Attached SCSI disk
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:40:14 2012
Trying manual resume from /dev/sda5
Trying manual resume from /dev/sda5
Waiting for device /dev/sda1 to appear:  ok
fsck from util-linux-ng 2.16
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/sda1
[   28.395993] kjournald starting.  Commit interval 15 seconds
[   28.398689] EXT3 FS on sda1, internal journal
[   28.398696] EXT3-fs: mounted filesystem with ordered data mode.
/dev/sda1: clean, 196366/720896 files, 1904484/2881651 blocks
fsck succeeded. Mounting root device read-write.
Mounting root /dev/sda1
mount -o rw,acl,user_xattr -t ext3 /dev/sda1 /root
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:40:16 2012
Starting udevd: [   30.210605] udevd version 128 started
                                                                                                    done
Loading drivers, configuring devices: [   30.334468] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[   30.341018] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.4 (Mar 03, 2010)
[   30.341110] bnx2 0000:01:00.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
[   30.349149] ACPI Error: No handler for Region [IPMI] (ffff8801e78d0420) [IPMI] (20090903/evregion-319)
[   30.349155] ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
[   30.349164] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff8801e78cf4c0), AE_NOT_EXIST
[   30.349175] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff8801e78cf560), AE_NOT_EXIST
[   30.349186] ACPI Exception: AE_NOT_EXIST, Evaluating _PMC (20090903/power_meter-772)
[   30.448595] Fusion MPT misc device (ioctl) driver 4.22.00.00
[   30.448642] mptctl: Registered with Fusion MPT base driver
[   30.448647] mptctl: /dev/mptctl @ (major,minor=10,220)
[   30.450165] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   30.701918] ACPI: Power Button [PWRF]
[   30.750162] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[   30.781940] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.819955] iTCO_vendor_support: vendor-support=0
[   30.824495] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.919767] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   30.972400] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 36, node addr 84:2b:2b:6f:17:94
[   31.005994] bnx2 0000:01:00.1: PCI INT B -> GSI 48 (level, low) -> IRQ 48
[   31.049276] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   31.096306] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 48, node addr 84:2b:2b:6f:17:96
[   31.103932] rtc_cmos 00:04: RTC can wake from S4
[   31.103992] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   31.104091] rtc0: alarms up to one day, y3k, 242 bytes nvram
[   31.106361] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   31.106496] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
[   31.106576] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   31.340264] QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   31.340358] bnx2 0000:02:00.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
[   31.411211] qla2xxx 0000:07:00.0: PCI INT A -> GSI 40 (level, low) -> IRQ 40
[   31.446936] qla2xxx 0000:07:00.0: Found an ISP2432, irq 40, iobase 0xffffc90010fea000
[   31.483668] qla2xxx 0000:07:00.0: Configuring PCI space...
[   31.504572] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 32, node addr 84:2b:2b:6f:17:98
[   31.504655] bnx2 0000:02:00.1: PCI INT B -> GSI 42 (level, low) -> IRQ 42
[   31.527548] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 42, node addr 84:2b:2b:6f:17:9a
[   31.666785] qla2xxx 0000:07:00.0: Configure NVRAM parameters...
[   31.741327] qla2xxx 0000:07:00.0: Verifying loaded RISC code...
[   31.852709] qla2xxx 0000:07:00.0: FW: Loading via request-firmware...
[   32.161221] qla2xxx 0000:07:00.0: Allocated (64 KB) for EFT...
[   32.199592] qla2xxx 0000:07:00.0: Allocated (1285 KB) for firmware dump...
[   32.253297] qla2xxx 0000:07:00.0: Unable to read FCP priority data.
[   32.291677] scsi3 : qla2xxx
[   32.613139] qla2xxx 0000:07:00.0: LIP reset occurred (f700).
[   32.684445] qla2xxx 0000:07:00.0: LIP occurred (f700).
[   32.722111] qla2xxx 0000:07:00.0: LIP reset occurred (f7f7).
[   32.759750] qla2xxx 0000:07:00.0: LOOP UP detected (4 Gbps).
[   32.921207] qla2xxx 0000:07:00.0:
[   32.921208]  QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   32.921210]   QLogic QLE2460 - PCI-Express Single Channel 4Gb Fibre Channel HBA
[   32.921211]   ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.0 hdma+, host#=3, fw=5.03.02 (496)
                                                                                                    done
Activating swap-devices in /etc/fstab...                                                            done
Set System Time to the current Hardware Clock[   33.305352] scsi 3:0:0:0: Direct-Access     HUASY    S5500T           2    PQ: 1 ANSI: 4
[   33.344470] scsi 3:0:0:0: Attached scsi generic sg1 type 0
                                                                                                    done
[   33.697512] device-mapper: uevent: version 1.0.3
[   33.697704] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
Activating device mapper...
                                                                                                    done
Loading required kernel modules                                                                     done
[   34.150555] loop: module loaded
[   34.202502] kjournald starting.  Commit interval 15 seconds
[   34.205208] EXT3 FS on sda2, internal journal
[   34.205216] EXT3-fs: mounted filesystem with ordered data mode.
[   34.229298] kjournald starting.  Commit interval 15 seconds
[   34.235465] EXT3 FS on sda11, internal journal
[   34.235471] EXT3-fs: mounted filesystem with ordered data mode.
[   34.294394] scsi 3:0:1:0: Direct-Access     HUASY    S5500T           2    PQ: 1 ANSI: 4
[   34.294533] scsi 3:0:1:0: Attached scsi generic sg2 type 0
[   34.350957] kjournald starting.  Commit interval 15 seconds
[   34.357226] EXT3 FS on sda7, internal journal
[   34.357231] EXT3-fs: mounted filesystem with ordered data mode.
Checking file systems...
fsck from util-linux-ng 2.16
[   34.769481] fuse init (API version 7.13)                                                         done
Mounting local file systems...
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda2 on /mnt/sles10sp3 type ext3 (rw,acl,user_xattr)
/dev/sda11 on /dat type ext3 (rw,acl,user_xattr)
/dev/sda7 on /Bootdisk type ext3 (rw,acl,user_xattr)                                                done
Loading fuse module                                                                                 done
Mounting fuse control filesystem                                                                    done
Creating /var/log/boot.msg                                                                          done
Activating remaining swap-devices in /etc/fstab...                                                  done
Retry device configuration:                                                                         done
Turning quota on
Checking quotas. This may take some time.
                                                                                                    done
Setting current sysctl status from /etc/sysctl.conf                                                 done
Enabling syn flood protection                                                                       done
Disabling IP forwarding                                                                             done
                                                                                                    done
Mounting securityfs on /sys/kernel/security                                                         done
Loading AppArmor profiles [   36.899402] type=1505 audit(1336020023.167:2): operation="profile_load" pid=2793 name=/bin/ping
[   36.932104] type=1505 audit(1336020023.199:3): operation="profile_load" pid=2794 name=/sbin/klogd
[   36.990946] type=1505 audit(1336020023.259:4): operation="profile_load" pid=2795 name=/sbin/syslog-ng
[   37.050995] type=1505 audit(1336020023.319:5): operation="profile_load" pid=2796 name=/sbin/syslogd
[   37.115858] type=1505 audit(1336020023.383:6): operation="profile_load" pid=2797 name=/usr/sbin/avahi-daemon
[   37.170222] type=1505 audit(1336020023.439:7): operation="profile_load" pid=2798 name=/usr/sbin/identd
[   37.229604] type=1505 audit(1336020023.498:8): operation="profile_load" pid=2799 name=/usr/sbin/mdnsd
[   37.297618] type=1505 audit(1336020023.567:9): operation="profile_load" pid=2800 name=/usr/sbin/nscd
[   37.392251] type=1505 audit(1336020023.661:10): operation="profile_load" pid=2801 name=/usr/sbin/ntpd
[   37.446192] type=1505 audit(1336020023.715:11): operation="profile_load" pid=2802 name=/usr/sbin/traceroute
                                                                                                    done
Setting up hostname 'SLES11-40'                                                                     done
Setting up loopback interface     lo
    lo        IP address: 127.0.0.1/8
              IP address: 127.0.0.2/8
                                                                                                    done
Loading kdump

                                                                                                    done
System Boot Control: The system has been                                                            set up
Skipped features:                                                            boot.open-iscsi boot.cycle
System Boot Control: Running /etc/init.d/boot.local                                                 done
INIT: Entering runlevel: 5
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:40:25 2012
Master Resource Control: previous runlevel: N, switching to runlevel:                               5
Starting acpid acpid: starting up

                                                                                                    done
acpid: 2 rules loaded

Starting D-Bus daemon                                                                               done
Starting syslog services                                                                            done
Checking/updating CPU microcode [   39.782333] Microcode Update Driver: v2.00-xen , Peter Oruba
                                                                                                    done
Initializing random number generator                                                                done
Loading CPUFreq modules (CPUFreq not supported)
Starting HAL daemon                                                                                 done
Setting up (localfs) network interfaces:
    lo
    lo        IP address: 127.0.0.1/8
              IP address: 127.0.0.2/8
    lo                                                                                              done
    eth0      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
[   43.007951] bnx2: eth0: using MSIX
    eth0      IP address: 0.0.0.0/32
    eth0                                                                                            done
    eth1      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
[   43.899666] bnx2: eth1: using MSIX
    eth1      IP address: 0.0.0.0/32
    eth1                                                                                            done
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2      Starting DHCP4 client. . . . . . . .
    eth2      DHCP4 continues in background
    eth2                                                                                            waiting
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3      Starting DHCP4 client. . . . . . . .
    eth3      DHCP4 continues in background
    eth3                                                                                            waiting
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2      DHCP4 client (dhcpcd) is running
    eth2      . . . but is still waiting for data
    eth2                                                                                            waiting
    eth2      interface could not be set up until now                                               failed
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3      DHCP4 client (dhcpcd) is running
    eth3      . . . but is still waiting for data
    eth3                                                                                            waiting
    eth3      interface could not be set up until now                                               failed
    br0
    br0       Ports: [eth0]
    br0       forwarddelay (see man ifcfg-bridge) ... ready
    br0       Starting DHCP4 client. .
    br0       IP address: 147.2.147.40/24
    br0                                                                                             done
    br3
    br3       Ports: [eth3]
    br3       forwarddelay (see man ifcfg-bridge)  not ready. Proceeding in background.
    br3       IP address: 192.168.4.40/24
    br3                                                                                             done
Setting up service (localfs) network  .  .  .  .  .  .  .  .  .  .                                  failed
Starting iSCSI initiator service:  tcp                                                              done
Setting up iSCSI targets:                                                                           unused
Starting auditd                                                                                     done
Starting rpcbind                                                                                    done
Not starting NFS client services - no NFS found in /etc/fstab:                                      unused
Mount CIFS File Systems                                                                             unused
Loading console font lat9w-16.psfu  -m trivial G0:loadable                                          done
Loading keymap assuming iso-8859-15 euro
Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz                                                done
Loading compose table latin1.add                                                                    done
Start Unicode mode                                                                                  done
Setting up (remotefs) network interfaces:
Setting up service (remotefs) network  .  .  .  .  .  .  .  .  .  .                                 done
Starting SSH daemon                                                                                 done
Starting network time protocol daemon (NTPD)                                                        done
Starting irqbalance                                                                                 done
Starting xend                                                                                       done
Starting cupsd                                                                                      done
Starting libvirtd                                                                                   done
Starting Name Service Cache Daemon                                                                  done
Starting kernel based NFS server:exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/dat".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

mountd statd nfsd sm-notify                                                                        done
Starting mail service (Postfix)                                                                     done
Starting Samba SMB daemon                                                                           done
Starting service gdm                                                                                done
Starting CRON daemon                                                                                done
Starting smartd                                                                                     done
Starting INET services. (xinetd)                                                                    done
Master Resource Control: runlevel 5 has been                                                        reached
Failed services in runlevel 5:                                                                  network
Skipped services in runlevel 5:                                                    open-iscsi nfs smbfs
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:46:47 2012
Master Resource Control: previous runlevel: 5, switching to runlevel:                               6
Shutting down auditd                                                                                done
Shutting down CRON daemon                                                                           done
Shutting down irqbalance                                                                            done
Shutting down libvirtd                                                                              done
Shutting down kernel based NFS server: nfsd statd mountd                                            done
Shutting down Name Service Cache Daemon                                                             done
Saving random seed                                                                                  done
Shutting down smartd                                                                                done
Shutting down Samba SMB daemon                                                                      done
Shutting down SSH daemon                                                                            done
Shutting down service gdm                                                                           done
Shutting down xinetd: (waiting for all children to terminate)                                       done
Shutting down acpid                                                                                 done
Shutting down cupsd                                                                                 done
/etc/init.d/rc5.d/K02kbd stop                                                                       done
Shutting down mail service (Postfix)                                                                done
Stopping xend (pid 8583 8582)                                                                       done
Shutting down network time protocol daemon (NTPD)                                                   done
Stopping iSCSI initiator service:                                                                   done
Shutting down (remotefs) network interfaces:
Shutting down HAL daemon                                                                            done
Shutting down NFS client services:                                                                  done
Umount SMB/ CIFS File Systems                                                                       done
Shutting down rpcbind                                                                               done
Shutting down syslog services                                                                       done
Shutting down (localfs) network interfaces:
    br3
    br3                                                                                             done
    br0
    br0                                                                                             done
    eth0      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth0                                                                                            done
    eth1      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth1                                                                                            done
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2                                                                                            done
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3                                                                                            done
Shutting down service (localfs) network  .  .  .  .  .  .  .  .  .                                  done
Shutting down D-Bus daemon                                                                          done
Running /etc/init.d/halt.local                                                                      done
(XEN) irq.c:1578: dom0: forcing unbind of pirq 303
(XEN) irq.c:1578: dom0: forcing unbind of pirq 302
(XEN) irq.c:1578: dom0: forcing unbind of pirq 304
(XEN) irq.c:1578: dom0: forcing unbind of pirq 305
(XEN) irq.c:1578: dom0: forcing unbind of pirq 306
(XEN) irq.c:1578: dom0: forcing unbind of pirq 307
(XEN) irq.c:1578: dom0: forcing unbind of pirq 308
(XEN) irq.c:1578: dom0: forcing unbind of pirq 309
(XEN) irq.c:1578: dom0: forcing unbind of pirq 310
[  441.215633] Restarting system.
(XEN) Domain 0 shutdown: rebooting machine.

    GNU GRUB  version 0.97  (640K lower / 3394020K upper memory)

+-------------------------------------------------------------------------+
| SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27 (default)             |
| Xen -- SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27                |
| Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3              |
| SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3                     |
| SLES11                                                                  |
| Xen -- SUSE Linux Enterprise Server 11 - 2.6.27.19-5                    |
| SLES11 SP1 - 2.6.32.12-0.7-hj                                           |
| SLES11 SP1 - 2.6.32.12-0.7 (default)                                    |
| SLES11 SP1 Xen -- 2.6.32.12-0.7 (xen)                                   |
| SLES10 SP3 - 2.6.16.60-0.54.5-smp-hj                                    |
| SLES10 SP3-2.6.16.60-0.54.5-smp                                         |
| SUSE SLES10SP4 - 2.6.16.60-0.85.1                                       | v
+-------------------------------------------------------------------------+
      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, 'e' to edit the
      commands before booting, or 'c' for a command-line.
  Booting 'Xen -- SUSE Linux Enterprise Server 11 SP1 - 2.6.32.54-0.3'

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/xen.gz vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=1
15200
   [Multiboot-elf, <0x100000:0x16e000:0x254000>, shtab=0x4c2078, entry=0x100000
]
module /boot/vmlinuz-2.6.32.54-0.3-xen root=/dev/sda1 resume=/dev/sda5 vga=0x31
a console=xvc0,115200 console=tty0
   [Multiboot-module @ 0x4c3000, 0xa9abd0 bytes]
module /boot/initrd-2.6.32.54-0.3-xen
   [Multiboot-module @ 0xf5e000, 0xe9de00 bytes]

__  __
\ \/ /___ _ __
  \  // _ \ '_ \
  /  \  __/ | | |
/_/\_\___|_| |_|

  _  _    ___   _____    ____  _ ____  _  _    ___     ___ ____      ___
| || |  / _ \ |___ /   |___ \/ | ___|| || |  ( _ )   / _ \___ \    / _ \
| || |_| | | |  |_ \     __) | |___ \| || |_ / _ \  | | | |__) |__| | | |
|__   _| |_| | ___) |   / __/| |___) |__   _| (_) | | |_| / __/|__| |_| |
    |_|(_)___(_)____/___|_____|_|____/   |_|  \___/___\___/_____|   \___(_)
                   |_____|                       |_____|
  ____   ____
| ___| |___ \
|___ \   __) |
  ___) | / __/
|____(_)_____|

(XEN) Xen version 4.0.3_21548_02-0.5.2 (abuild@) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) Fri Feb 10 00:46:26 UTC 2012
(XEN) Latest ChangeSet: 21548
(XEN) Bootloader: GNU GRUB 0.97
(XEN) Command line: vga=mode-0x31a crashkernel=128M@16M console=vga,com2 com2=115200
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 16 bpp
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 00000000000a0000 (usable)
(XEN)  0000000000100000 - 00000000cf379000 (usable)
(XEN)  00000000cf379000 - 00000000cf38f000 (reserved)
(XEN)  00000000cf38f000 - 00000000cf3ce000 (ACPI data)
(XEN)  00000000cf3ce000 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fe000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000230000000 (usable)
(XEN) Kdump: 128MB (131072kB) at 0x1000000
(XEN) ACPI: RSDP 000F11A0, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000F12A4, 009C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: FACP CF3B3F9C, 00F4 (r3 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DSDT CF38F000, 3D72 (r1 DELL   PE_SC3          1 INTL 20050624)
(XEN) ACPI: FACS CF3B6000, 0040
(XEN) ACPI: APIC CF3B3478, 015E (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SPCR CF3B35D8, 0050 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HPET CF3B362C, 0038 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DMAR CF3B3668, 01C0 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: MCFG CF3B38C4, 003C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: WD__ CF3B3904, 0134 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SLIC CF3B3A3C, 0024 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: ERST CF392EF4, 0270 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HEST CF393164, 03A8 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: BERT CF392D74, 0030 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: EINJ CF392DA4, 0150 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SRAT CF3B3BC0, 0370 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: TCPA CF3B3F34, 0064 (r2 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SSDT CF3B7000, 43F4 (r1  INTEL PPM RCM  80000001 INTL 20061109)
(XEN) System RAM: 8179MB (8375396kB)
(XEN) Reserving non-aligned node boundary @ mfn 0x130000
(XEN) Domain heap initialised DMA width 30 bits
(XEN) Processor #32 6:12 APIC version 21
(XEN) Processor #0 6:12 APIC version 21
(XEN) Processor #34 6:12 APIC version 21
(XEN) Processor #2 6:12 APIC version 21
(XEN) Processor #50 6:12 APIC version 21
(XEN) Processor #18 6:12 APIC version 21
(XEN) Processor #52 6:12 APIC version 21
(XEN) Processor #20 6:12 APIC version 21
(XEN) Processor #33 6:12 APIC version 21
(XEN) Processor #1 6:12 APIC version 21
(XEN) Processor #35 6:12 APIC version 21
(XEN) Processor #3 6:12 APIC version 21
(XEN) Processor #51 6:12 APIC version 21
(XEN) Processor #19 6:12 APIC version 21
(XEN) Processor #53 6:12 APIC version 21
(XEN) Processor #21 6:12 APIC version 21
(XEN) IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
(XEN) IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
(XEN) Enabling APIC mode:  Phys.  Using 2 I/O APICs
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2394.081 MHz processor.
(XEN) Initing memory sharing.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN)  - Unrestricted Guest
(XEN) EPT supports 2MB super page.
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging detected.
(XEN) Intel VT-d Snoop Control enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) Total of 16 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using old ACK method
(XEN) TSC is reliable, synchronization unnecessary
(XEN) Platform timer is 14.318MHz HPET
?(XEN) Allocated console ring of 32 KiB.
(XEN) Brought up 16 CPUs
(XEN) Created cpupool 0 with scheduler SMP Credit Scheduler (credit)
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, lsb, paddr 0x2000 -> 0x76b000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000228000000->000000022a000000 (1990394 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80002000->ffffffff8076b000
(XEN)  Init. ramdisk: ffffffff8076b000->ffffffff81608e00
(XEN)  Phys-Mach map: ffffea0000000000->ffffea0000f3f7d0
(XEN)  Start info:    ffffffff81609000->ffffffff816094b4
(XEN)  Page tables:   ffffffff8160a000->ffffffff81619000
(XEN)  Boot stack:    ffffffff81619000->ffffffff8161a000
(XEN)  TOTAL:         ffffffff80000000->ffffffff81800000
(XEN)  ENTRY ADDRESS: ffffffff80002000
(XEN) Dom0 has maximum 16 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 180kB init memory.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32.54-0.3-xen (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP 2012-01-27 17:38:56 +0100
[    0.000000] Command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Xen-provided machine memory map:
[    0.000000]  BIOS: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS: 0000000000100000 - 00000000cf379000 (usable)
[    0.000000]  BIOS: 00000000cf379000 - 00000000cf38f000 (reserved)
[    0.000000]  BIOS: 00000000cf38f000 - 00000000cf3ce000 (ACPI data)
[    0.000000]  BIOS: 00000000cf3ce000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS: 00000000fe000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS: 0000000100000000 - 0000000230000000 (usable)
[    0.000000] Xen-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000001e86fa000 (usable)
[    0.000000] DMI 2.6 present.
[    0.000000] last_pfn = 0x1e86fa max_arch_pfn = 0x80000000
[    0.000000] last_pfn = 0x100000 max_arch_pfn = 0x80000000
[    0.000000] init_memory_mapping: 0000000000000000-0000000100000000
[    0.000000] init_memory_mapping: 0000000100000000-00000001e86fa000
[    0.000000] RAMDISK: 0076b000 - 01608e00
[    0.000000] ACPI: RSDP 00000000000f11a0 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000000f12a4 0009C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: FACP 00000000cf3b3f9c 000F4 (v03 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: DSDT 00000000cf38f000 03D72 (v01 DELL   PE_SC3   00000001 INTL 20050624)
[    0.000000] ACPI: FACS 00000000cf3b6000 00040
[    0.000000] ACPI: APIC 00000000cf3b3478 0015E (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SPCR 00000000cf3b35d8 00050 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HPET 00000000cf3b362c 00038 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: XMAR 00000000cf3b3668 001C0 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: MCFG 00000000cf3b38c4 0003C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: WD__ 00000000cf3b3904 00134 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SLIC 00000000cf3b3a3c 00024 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: ERST 00000000cf392ef4 00270 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HEST 00000000cf393164 003A8 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: BERT 00000000cf392d74 00030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: EINJ 00000000cf392da4 00150 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SRAT 00000000cf3b3bc0 00370 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: TCPA 00000000cf3b3f34 00064 (v02 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SSDT 00000000cf3b7000 043F4 (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 01e7efa000]
[    0.000000]   #0 [000076b000 - 0001619000]     Xen provided ==> [000076b000 - 0001619000]
[    0.000000]   #1 [0000002000 - 000074a2a8]    TEXT DATA BSS ==> [0000002000 - 000074a2a8]
[    0.000000]   #2 [0002000000 - 0002f43000]          INITP2M ==> [0002000000 - 0002f43000]
[    0.000000]   #3 [000074b000 - 000074b4fd]              BRK ==> [000074b000 - 000074b4fd]
[    0.000000]   #4 [0001619000 - 0001e1e000]          PGTABLE ==> [0001619000 - 0001e1e000]
[    0.000000]   #5 [0001e1e000 - 0002000000]          PGTABLE ==> [0001e1e000 - 0002000000]
[    0.000000]   #6 [0002f43000 - 00034a9000]          PGTABLE ==> [0002f43000 - 00034a9000]
[    0.000000] found SMP MP-table at [ffffffffff5f9710] 000fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x001e86fa
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x001e7efa
[    0.000000]     0: 0x001e86fa -> 0x001e86fa
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x20] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x32] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x34] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x21] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x23] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x33] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x35] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0xff] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[32])
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 18 pages/cpu @ffff88000200c000 s41112 r8192 d24424 u73728
[    0.000000] pcpu-alloc: s41112 r8192 d24424 u73728 alloc=18*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15
[    0.000000] Swapping MFNs for PFN 63d and 2012 (MFN 22863d and 22ae10)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1971233
[    0.000000] Kernel command line: root=/dev/sda1 resume=/dev/sda5 vga=0x31a console=xvc0,115200 console=tty0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] allocated 80025360 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Software IO TLB enabled:
[    0.000000]  Aperture:     64 megabytes
[    0.000000]  Address size: 28 bits
[    0.000000]  Kernel range: ffff88000fb8c000 - ffff880013b8c000
[    0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Memory: 7672708k/8002536k available (3445k kernel code, 8192k absent, 321056k reserved, 2905k data, 356k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:6464 nr_irqs:3192
[    0.000000] Extended CMOS year: 2000
[    0.000000] Xen reported: 2394.080 MHz processor.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [xvc0] enabled
[    0.584034] Calibrating delay using timer specific routine.. 4790.08 BogoMIPS (lpj=9580166)
[    0.584040] pid_max: default: 32768 minimum: 301
[    0.584093] Security Framework initialized
[    0.584110] AppArmor: AppArmor initialized
[    0.584134] Mount-cache hash table entries: 256
[    0.584260] Initializing cgroup subsys ns
[    0.584264] Initializing cgroup subsys cpuacct
[    0.584269] Initializing cgroup subsys memory
[    0.584278] Initializing cgroup subsys devices
[    0.584281] Initializing cgroup subsys freezer
[    0.584283] Initializing cgroup subsys net_cls
[    0.584323] mce: CPU supports 9 MCE banks
[    0.584351] SMP alternatives: switching to UP code
[    0.607251] ACPI: Core revision 20090903
[    0.617176] SMP alternatives: switching to SMP code
[    0.641081] Brought up 16 CPUs
[    0.642021] devtmpfs: initialized
[    0.642438] regulator: core version 0.5
[    0.642474] Time:  4:48:57  Date: 05/03/12
[    0.642604] NET: Registered protocol family 16
[    0.642786] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.642791] ACPI: bus type pci registered
[    0.642862] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.642867] PCI: MCFG area at e0000000 reserved in E820
[    0.654746] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.654750] PCI: Using configuration type 1 for base access
[    0.656735] bio: create slab at 0
[    0.660253] ACPI: BIOS _OSI(Linux) query ignored
[    0.660428] ACPI: Interpreter enabled
[    0.660432] ACPI: (supports S0 S5)
[    0.660444] ACPI: Using IOAPIC for interrupt routing
[    0.664719] ACPI: No dock devices found.
[    0.664724] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.665120] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.665238] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.665244] pci 0000:00:00.0: PME# disabled
[    0.665362] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.665368] pci 0000:00:01.0: PME# disabled
[    0.665488] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.665494] pci 0000:00:03.0: PME# disabled
[    0.665611] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.665617] pci 0000:00:04.0: PME# disabled
[    0.665736] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.665742] pci 0000:00:05.0: PME# disabled
[    0.665860] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.665866] pci 0000:00:06.0: PME# disabled
[    0.665984] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.665990] pci 0000:00:07.0: PME# disabled
[    0.666141] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.666146] pci 0000:00:09.0: PME# disabled
[    0.666827] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.666834] pci 0000:00:1a.7: PME# disabled
[    0.667234] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.667241] pci 0000:00:1d.7: PME# disabled
[    0.667471] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.667477] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
[    0.667483] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f)
[    0.667819] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.667825] pci 0000:01:00.0: PME# disabled
[    0.667991] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.667998] pci 0000:01:00.1: PME# disabled
[    0.668108] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.668281] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.668287] pci 0000:02:00.0: PME# disabled
[    0.668453] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[    0.668460] pci 0000:02:00.1: PME# disabled
[    0.668562] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    0.668729] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.668803] pci 0000:00:04.0: PCI bridge to [bus 03-03]
[    0.668866] pci 0000:00:05.0: PCI bridge to [bus 04-04]
[    0.668926] pci 0000:00:06.0: PCI bridge to [bus 05-05]
[    0.668987] pci 0000:00:07.0: PCI bridge to [bus 06-06]
[    0.669169] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.669211] pci 0000:00:09.0: PCI bridge to [bus 07-07]
[    0.669429] pci 0000:00:1e.0: PCI bridge to [bus 08-08] (subtractive decode)
[    0.672866] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15)
[    0.672983] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673066] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.673149] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.673232] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15)
[    0.673317] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15)
[    0.673400] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    0.673484] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.673630] xen_mem: Initialising balloon driver.
[    0.673732] vgaarb: device added: PCI:0000:08:03.0,decodes=io+mem,owns=io+mem,locks=none
[    0.673736] vgaarb: loaded
[    0.673828] PCI: Using ACPI for IRQ routing
[    0.674001] NetLabel: Initializing
[    0.674004] NetLabel:  domain hash size = 128
[    0.674006] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.674017] NetLabel:  unlabeled traffic allowed by default
[    0.674030] Switching to clocksource xen
[    0.676745] AppArmor: AppArmor Filesystem Enabled
[    0.676772] pnp: PnP ACPI init
[    0.676793] ACPI: bus type pnp registered
[    0.680991] pnp: PnP ACPI: found 12 devices
[    0.680998] ACPI: ACPI bus type pnp unregistered
[    0.681017] system 00:07: ioport range 0x800-0x87f has been reserved
[    0.681023] system 00:07: ioport range 0x880-0x8ff has been reserved
[    0.681029] system 00:07: ioport range 0x900-0x91f has been reserved
[    0.681034] system 00:07: ioport range 0x920-0x923 has been reserved
[    0.681039] system 00:07: ioport range 0x924-0x924 has been reserved
[    0.681046] system 00:07: ioport range 0xc00-0xc7f has been reserved
[    0.681051] system 00:07: ioport range 0xca0-0xca7 has been reserved
[    0.681057] system 00:07: ioport range 0xca9-0xcab has been reserved
[    0.681062] system 00:07: ioport range 0xcad-0xcaf has been reserved
[    0.681070] system 00:08: ioport range 0xca8-0xca8 has been reserved
[    0.681076] system 00:08: ioport range 0xcac-0xcac has been reserved
[    0.681084] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[    0.681093] system 00:0b: iomem range 0xfed90000-0xfed91fff has been reserved
[    0.681407] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.681414] pci 0000:00:01.0:   IO window: disabled
[    0.681424] pci 0000:00:01.0:   MEM window: 0xd6000000-0xd9ffffff
[    0.681433] pci 0000:00:01.0:   PREFETCH window: disabled
[    0.681446] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[    0.681450] pci 0000:00:03.0:   IO window: disabled
[    0.681461] pci 0000:00:03.0:   MEM window: 0xda000000-0xddffffff
[    0.681469] pci 0000:00:03.0:   PREFETCH window: disabled
[    0.681482] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03
[    0.681488] pci 0000:00:04.0:   IO window: 0xf000-0xffff
[    0.681499] pci 0000:00:04.0:   MEM window: 0xdf100000-0xdf2fffff
[    0.681507] pci 0000:00:04.0:   PREFETCH window: disabled
[    0.681520] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04
[    0.681524] pci 0000:00:05.0:   IO window: disabled
[    0.681534] pci 0000:00:05.0:   MEM window: disabled
[    0.681541] pci 0000:00:05.0:   PREFETCH window: disabled
[    0.681554] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05
[    0.681558] pci 0000:00:06.0:   IO window: disabled
[    0.681568] pci 0000:00:06.0:   MEM window: disabled
[    0.681575] pci 0000:00:06.0:   PREFETCH window: disabled
[    0.681588] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06
[    0.681592] pci 0000:00:07.0:   IO window: disabled
[    0.681602] pci 0000:00:07.0:   MEM window: disabled
[    0.681609] pci 0000:00:07.0:   PREFETCH window: disabled
[    0.681622] pci 0000:00:09.0: PCI bridge, secondary bus 0000:07
[    0.681628] pci 0000:00:09.0:   IO window: 0xe000-0xefff
[    0.681639] pci 0000:00:09.0:   MEM window: 0xdf300000-0xdf3fffff
[    0.681647] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.681663] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
[    0.681667] pci 0000:00:1e.0:   IO window: disabled
[    0.681678] pci 0000:00:1e.0:   MEM window: 0xde000000-0xdeffffff
[    0.681687] pci 0000:00:1e.0:   PREFETCH window: 0x000000d5800000-0x000000d5ffffff
[    0.681756] pci 0000:00:01.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681781] pci 0000:00:03.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681804] pci 0000:00:04.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    0.681827] pci 0000:00:05.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
[    [    1.833324] ioc0: LSISAS1068E B3: Capabilities={Initiator}
[    1.834108] Adjusted maximum contiguous region order to 7
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
[   22.133172] scsi0 : ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=33
[   23.173326] mptsas: ioc0: attaching ssp device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500241aa899
[   23.176177] scsi target0:0:0: mptsas: ioc0: add device: fw_channel 0, fw_id 0, phy 0, sas_addr 0x5000c500241aa899
[   23.188298] scsi 0:0:0:0: Direct-Access     SEAGATE  ST3300657SS      ES64 PQ: 0 ANSI: 5
[   23.191658] scsi 0:0:0:0: mptscsih: ioc0: qdepth=64, tagged=1, simple=1, ordered=0, scsi_level=6, cmd_que=1
[   23.234120] ata_piix 0000:00:1f.2: PCI INT C -> GSI 23 (level, low) -> IRQ 23
[   23.234939] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[   23.389536] scsi1 : ata_piix
[   23.389966] scsi2 : ata_piix
[   23.390329] ata1: SATA max UDMA/133 cmd 0xdc10 ctl 0xdc08 bmdma 0xdc20 irq 23
[   23.410551] ata2: SATA max UDMA/133 cmd 0xdc18 ctl 0xdc0c bmdma 0xdc28 irq 23
[   23.760949] ata1: SATA link down (SStatus 0 SControl 300)
[   24.457330] ata2: failed to resume link (SControl 0)
[   24.489908] ata2: SATA link down (SStatus 4 SControl 0)
[   24.546304] Uniform Multi-Platform E-IDE driver
[   24.661954] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[   24.703923] netfront: Initialising virtual ethernet driver.
[   24.776434] udevd version 128 started
[   24.900527] sd 0:0:0:0: [sda] 585937500 512-byte logical blocks: (300 GB/279 GiB)
[   24.926814] usbcore: registered new interface driver usbfs
[   24.927838] sd 0:0:0:0: [sda] Write Protect is off
[   24.929325] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[   24.929746] ehci_hcd: module is already loaded
[   24.933257]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 >
[   25.059715] usbcore: registered new interface driver hub
[   25.065429] sd 0:0:0:0: [sda] Attached SCSI disk
[   25.116763] usbcore: registered new device driver usb
[   25.148580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   25.178908] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
[   25.209421] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[   25.240087] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[   25.272316] ehci_hcd 0000:00:1a.7: debug port 1
[   25.307684] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xdf0fe000
[   25.353416] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[   25.384639] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   25.384642] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.384644] usb usb1: Product: EHCI Host Controller
[   25.384646] usb usb1: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   25.384648] usb usb1: SerialNumber: 0000:00:1a.7
[   25.384740] usb usb1: configuration #1 chosen from 1 choice
[   25.384814] hub 1-0:1.0: USB hub found
[   25.384992] hub 1-0:1.0: 4 ports detected
[   25.385120] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   25.385160] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[   25.385170] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[   25.385247] ehci_hcd 0000:00:1d.7: debug port 1
[   25.389217] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xdf0ff000
[   25.405411] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   25.405435] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   25.405438] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.405441] usb usb2: Product: EHCI Host Controller
[   25.405443] usb usb2: Manufacturer: Linux 2.6.32.54-0.3-xen ehci_hcd
[   25.405444] usb usb2: SerialNumber: 0000:00:1d.7
[   25.405517] usb usb2: configuration #1 chosen from 1 choice
[   25.405547] hub 2-0:1.0: USB hub found
[   25.405622] hub 2-0:1.0: 4 ports detected
[   25.482537] uhci_hcd: USB Universal Host Controller Interface driver
[   25.541883] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   25.541903] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[   25.541917] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[   25.542029] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000dc40
[   25.542231] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   25.542233] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.542236] usb usb3: Product: UHCI Host Controller
[   25.542237] usb usb3: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   25.542239] usb usb3: SerialNumber: 0000:00:1a.0
[   25.542325] usb usb3: configuration #1 chosen from 1 choice
[   25.542355] hub 3-0:1.0: USB hub found
[   25.542375] hub 3-0:1.0: 2 ports detected
[   25.542477] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[   25.542492] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[   25.542501] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[   25.542597] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000dc60
[   25.542668] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   25.542671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.542673] usb usb4: Product: UHCI Host Controller
[   25.542674] usb usb4: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   25.542676] usb usb4: SerialNumber: 0000:00:1a.1
[   25.542738] usb usb4: configuration #1 chosen from 1 choice
[   25.542764] hub 4-0:1.0: USB hub found
[   25.542781] hub 4-0:1.0: 2 ports detected
[   25.542851] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   25.542866] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   25.542875] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[   25.542914] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000dc80
[   25.542985] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   25.542987] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.542989] usb usb5: Product: UHCI Host Controller
[   25.542991] usb usb5: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   25.542993] usb usb5: SerialNumber: 0000:00:1d.0
[   25.543052] usb usb5: configuration #1 chosen from 1 choice
[   25.543080] hub 5-0:1.0: USB hub found
[   25.543098] hub 5-0:1.0: 2 ports detected
[   25.543199] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[   25.543213] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   25.543221] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[   25.543319] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000dca0
[   25.543390] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   25.543393] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   25.543395] usb usb6: Product: UHCI Host Controller
[   25.543397] usb usb6: Manufacturer: Linux 2.6.32.54-0.3-xen uhci_hcd
[   25.543398] usb usb6: SerialNumber: 0000:00:1d.1
[   25.543463] usb usb6: configuration #1 chosen from 1 choice
[   25.543491] hub 6-0:1.0: USB hub found
[   25.543509] hub 6-0:1.0: 2 ports detected
[   26.161416] usb 1-3: new high speed USB device using ehci_hcd and address 2
[   27.573807] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[   27.573809] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   27.573870] usb 1-3: configuration #1 chosen from 1 choice
[   27.574737] hub 1-3:1.0: USB hub found
[   27.574872] hub 1-3:1.0: 3 ports detected
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:49:24 2012
Trying manual resume from /dev/sda5
Trying manual resume from /dev/sda5
Waiting for device /dev/sda1 to appear:  ok
fsck from util-linux-ng 2.16
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/sda1
[   28.008276] kjournald starting.  Commit interval 15 seconds
[   28.015066] EXT3 FS on sda1, internal journal
[   28.015073] EXT3-fs: mounted filesystem with ordered data mode.
/dev/sda1: clean, 196368/720896 files, 1904105/2881651 blocks
fsck succeeded. Mounting root device read-write.
Mounting root /dev/sda1
mount -o rw,acl,user_xattr -t ext3 /dev/sda1 /root
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:49:26 2012
Starting udevd: [   29.822806] udevd version 128 started
                                                                                                    done
Loading drivers, configuring devices: [   29.950310] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[   29.963750] ACPI Error: No handler for Region [IPMI] (ffff8801e78d0420) [IPMI] (20090903/evregion-319)
[   29.963758] ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
[   29.963792] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff8801e78cf4c0), AE_NOT_EXIST
[   29.963808] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff8801e78cf560), AE_NOT_EXIST
[   29.963825] ACPI Exception: AE_NOT_EXIST, Evaluating _PMC (20090903/power_meter-772)
[   29.981258] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.4 (Mar 03, 2010)
[   29.981337] bnx2 0000:01:00.0: PCI INT A -> GSI 36 (level, low) -> IRQ 36
[   30.001806] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[   30.001965] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.053689] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.064854] Fusion MPT misc device (ioctl) driver 4.22.00.00
[   30.064901] mptctl: Registered with Fusion MPT base driver
[   30.064904] mptctl: /dev/mptctl @ (major,minor=10,220)
[   30.065391] iTCO_vendor_support: vendor-support=0
[   30.418208] ACPI: Power Button [PWRF]
[   30.453180] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   30.530689] rtc_cmos 00:04: RTC can wake from S4
[   30.562599] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   30.594601] rtc0: alarms up to one day, y3k, 242 bytes nvram
[   30.647459] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   30.698709] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   30.730865] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
[   30.763126] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   30.826151] QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   30.840493] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 36, node addr 84:2b:2b:6f:17:94
[   30.840589] bnx2 0000:01:00.1: PCI INT B -> GSI 48 (level, low) -> IRQ 48
[   30.840885] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   30.866432] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 48, node addr 84:2b:2b:6f:17:96
[   30.866517] bnx2 0000:02:00.0: PCI INT A -> GSI 32 (level, low) -> IRQ 32
[   30.888412] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 32, node addr 84:2b:2b:6f:17:98
[   30.888486] bnx2 0000:02:00.1: PCI INT B -> GSI 42 (level, low) -> IRQ 42
[   30.910314] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 42, node addr 84:2b:2b:6f:17:9a
[   31.141802] qla2xxx 0000:07:00.0: PCI INT A -> GSI 40 (level, low) -> IRQ 40
[   31.141864] qla2xxx 0000:07:00.0: Found an ISP2432, irq 40, iobase 0xffffc90010ffe000
[   31.142938] qla2xxx 0000:07:00.0: Configuring PCI space...
[   31.175814] qla2xxx 0000:07:00.0: Configure NVRAM parameters...
[   31.211621] qla2xxx 0000:07:00.0: Verifying loaded RISC code...
[   31.344452] qla2xxx 0000:07:00.0: FW: Loading via request-firmware...
[   31.657457] qla2xxx 0000:07:00.0: Allocated (64 KB) for EFT...
[   31.695392] qla2xxx 0000:07:00.0: Allocated (1285 KB) for firmware dump...
[   31.749452] qla2xxx 0000:07:00.0: Unable to read FCP priority data.
[   31.786902] scsi3 : qla2xxx
[   32.108156] qla2xxx 0000:07:00.0: LIP reset occurred (f700).
[   32.196481] qla2xxx 0000:07:00.0: LIP occurred (f700).
[   32.233284] qla2xxx 0000:07:00.0: LIP reset occurred (f7f7).
[   32.270060] qla2xxx 0000:07:00.0: LOOP UP detected (4 Gbps).
[   32.449444] qla2xxx 0000:07:00.0:
[   32.449446]  QLogic Fibre Channel HBA Driver: 8.03.01.08.11.1-k8
[   32.449447]   QLogic QLE2460 - PCI-Express Single Channel 4Gb Fibre Channel HBA
[   32.449448]   ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.0 hdma+, host#=3, fw=5.03.02 (496)
                                                                                                    done
Activating swap-devices in /etc/fstab...                                                            done
[   32.798167] scsi 3:0:0:0: Direct-Access     HUASY    S5500T           2    PQ: 1 ANSI: 4
[   32.835969] scsi 3:0:0:0: Attached scsi generic sg1 type 0
Set System Time to the current Hardware Clock[   32.876713] scsi 3:0:1:0: Direct-Access     HUASY    S5500T           2    PQ: 1 ANSI: 4
[   32.915596] scsi 3:0:1:0: Attached scsi generic sg2 type 0
                                                                                                    done
[   33.610058] device-mapper: uevent: version 1.0.3
[   33.610763] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
Activating device mapper...
                                                                                                    done
Loading required kernel modules                                                                     done
Checking file systems...
[   34.062059] loop: module loaded
[   34.137727] kjournald starting.  Commit interval 15 seconds
[   34.144404] EXT3 FS on sda2, internal journal
[   34.144411] EXT3-fs: mounted filesystem with ordered data mode.
[   34.164480] kjournald starting.  Commit interval 15 seconds
[   34.170654] EXT3 FS on sda11, internal journal
[   34.170660] EXT3-fs: mounted filesystem with ordered data mode.
[   34.282039] kjournald starting.  Commit interval 15 seconds
[   34.288510] EXT3 FS on sda7, internal journal
[   34.288516] EXT3-fs: mounted filesystem with ordered data mode.
fsck from util-linux-ng 2.16                                                                        done
Mounting local file systems...
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
[   34.624428] fuse init (API version 7.13)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda2 on /mnt/sles10sp3 type ext3 (rw,acl,user_xattr)
/dev/sda11 on /dat type ext3 (rw,acl,user_xattr)
/dev/sda7 on /Bootdisk type ext3 (rw,acl,user_xattr)                                                done
Loading fuse module                                                                                 done
Mounting fuse control filesystem                                                                    done
Creating /var/log/boot.msg                                                                          done
Activating remaining swap-devices in /etc/fstab...                                                  done
Retry device configuration:                                                                         done
Turning quota on
Checking quotas. This may take some time.
                                                                                                    done
Setting current sysctl status from /etc/sysctl.conf                                                 done
Enabling syn flood protection                                                                       done
Disabling IP forwarding                                                                             done
                                                                                                    done
Mounting securityfs on /sys/kernel/security                                                         done
Loading AppArmor profiles [   36.770896] type=1505 audit(1336020573.468:2): operation="profile_load" pid=2831 name=/bin/ping
[   36.803427] type=1505 audit(1336020573.500:3): operation="profile_load" pid=2832 name=/sbin/klogd
[   36.862090] type=1505 audit(1336020573.559:4): operation="profile_load" pid=2833 name=/sbin/syslog-ng
[   36.922127] type=1505 audit(1336020573.618:5): operation="profile_load" pid=2834 name=/sbin/syslogd
[   36.986529] type=1505 audit(1336020573.682:6): operation="profile_load" pid=2835 name=/usr/sbin/avahi-daemon
[   37.040606] type=1505 audit(1336020573.739:7): operation="profile_load" pid=2836 name=/usr/sbin/identd
[   37.099175] type=1505 audit(1336020573.796:8): operation="profile_load" pid=2837 name=/usr/sbin/mdnsd
[   37.166851] type=1505 audit(1336020573.863:9): operation="profile_load" pid=2838 name=/usr/sbin/nscd
[   37.261136] type=1505 audit(1336020573.959:10): operation="profile_load" pid=2839 name=/usr/sbin/ntpd
[   37.314654] type=1505 audit(1336020574.012:11): operation="profile_load" pid=2840 name=/usr/sbin/traceroute
                                                                                                    done
Setting up hostname 'SLES11-40'                                                                     done
Setting up loopback interface     lo
    lo        IP address: 127.0.0.1/8
              IP address: 127.0.0.2/8
                                                                                                    done
Loading kdump
(XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)

                                                                                                    done
System Boot Control: The system has been                                                            set up
Skipped features:                                                            boot.open-iscsi boot.cycle
System Boot Control: Running /etc/init.d/boot.local                                                 done
INIT: Entering runlevel: 3
Boot logging started on /dev/tty1(/dev/console) at Thu May  3 12:49:35 2012
Master Resource Control: previous runlevel: N, switching to runlevel:                               3
Starting acpid acpid: starting up

                                                                                                    done
acpid: 2 rules loaded

Starting D-Bus daemon                                                                               done
Starting syslog services                                                                            done
Checking/updating CPU microcode [   39.737684] Microcode Update Driver: v2.00-xen , Peter Oruba
                                                                                                    done
Initializing random number generator                                                                done
Loading CPUFreq modules (CPUFreq not supported)
Starting HAL daemon                                                                                 done
Setting up (localfs) network interfaces:
    lo
    lo        IP address: 127.0.0.1/8
              IP address: 127.0.0.2/8
    lo                                                                                              done
    eth0      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
[   42.952030] bnx2: eth0: using MSIX
    eth0      IP address: 0.0.0.0/32
    eth0                                                                                            done
    eth1      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
[   43.832037] bnx2: eth1: using MSIX
    eth1      IP address: 0.0.0.0/32
    eth1                                                                                            done
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2      Starting DHCP4 client(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
. . . . .
. . (XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
.
    eth2      DHCP4 continues in background
    eth2                                                                                            waiting
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3      Starting DHCP4 client. . . . . . . .
    eth3      DHCP4 continues in background
    eth3                                                                                            waiting
    eth2      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth2      DHCP4 client (dhcpcd) is running
    eth2      . . . but is still waiting for data
    eth2                                                                                            waiting
    eth2      interface could not be set up until now                                               failed
    eth3      device: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
    eth3      DHCP4 client (dhcpcd) is running
    eth3      . . . but is still waiting for data
    eth3                                                                                            waiting
    eth3      interface could not be set up until now                                               failed
    br0
    br0       Ports: [eth0]
    br0       forwarddelay (see man ifcfg-bridge) ... ready
    br0       Starting DHCP4 client. .
    br0       IP address: 147.2.147.40/24
    br0                                                                                             done
    br3
    br3       Ports: [eth3]
    br3       forwarddelay (see man ifcfg-bridge)  not ready. Proceeding in background.
    br3       IP address: 192.168.4.40/24
    br3                                                                                             done
Setting up service (localfs) network  .  .  .  .  .  .  .  .  .  .                                  failed
Starting iSCSI initiator service:  tcp                                                              done
Setting up iSCSI targets:                                                                           unused
Starting auditd                                                                                     done
Starting rpcbind                                                                                    done
Not starting NFS client services - no NFS found in /etc/fstab:                                      unused
Mount CIFS File Systems                                                                             unused
Loading console font lat9w-16.psfu  -m trivial G0:loadable                                          done
Loading keymap assuming iso-8859-15 euro
Loading /usr/share/kbd/keymaps/i386/qwerty/us.map.gz                                                done
Loading compose table latin1.add                                                                    done
Start Unicode mode                                                                                  done
Setting up (remotefs) network interfaces:
Setting up service (remotefs) network  .  .  .  .  .  .  .  .  .  .                                 done
Starting SSH daemon                                                                                 done
Starting network time protocol daemon (NTPD)                                                        done
Starting irqbalance                                                                                 done
Starting xend                                                                                       done
Starting cupsd                                                                                      done
Starting libvirtd                                                                                   done
Starting Name Service Cache Daemon                                                                  done
Starting kernel based NFS server:exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/dat".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

mountd statd nfsd sm-notify                                                                        done
Starting mail service (Postfix)                                                                     done
Starting Samba SMB daemon                                                                           done
Starting CRON daemon                                                                                done
Starting smartd                                                                                     done
Starting INET services. (xinetd)                                                                    done
Master Resource Control: runlevel 3 has been                                                        reached
Failed services in runlevel 3:                                                                  network
Skipped services in runlevel 3:                                                    open-iscsi nfs smbfs

Welcome to SUSE Linux Enterprise Server 11 SP1  (x86_64) - Kernel 2.6.32.54-0.3-xen (xvc0).

SLES11-40 login: (XEN) NOW=0x0000001A799EBC41
(XEN) Idle cpupool:
(XEN) Scheduler: SMP Credit Scheduler (credit)
(XEN) info:
(XEN)   ncpus              = 0
(XEN)   master             = 15
(XEN)   credit             = 0
(XEN)   credit balance     = 0
(XEN)   weight             = 0
(XEN)   runq_sort          = 0
(XEN)   default-weight     = 256
(XEN)   msecs per tick     = 10ms
(XEN)   credits per msec   = 10
(XEN)   ticks per tslice   = 3
(XEN)   ticks per acct     = 3
(XEN)   migration delay    = 0us
(XEN) idlers: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
(XEN) active vcpus:
(XEN) Cpupool 0:
(XEN) Scheduler: SMP Credit Scheduler (credit)
(XEN) info:
(XEN)   ncpus              = 16
(XEN)   master             = 0
(XEN)   credit             = 4800
(XEN)   credit balance     = 0
(XEN)   weight             = 0
(XEN)   runq_sort          = 2089
(XEN)   default-weight     = 256
(XEN)   msecs per tick     = 10ms
(XEN)   credits per msec   = 10
(XEN)   ticks per tslice   = 3
(XEN)   ticks per acct     = 3
(XEN)   migration delay    = 0us
(XEN) idlers: 00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000ffff
(XEN) active vcpus:
(XEN) CPU[00]  sort=2085, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000101, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.0] pri=-64 flags=0 cpu=0
(XEN) CPU[01]  sort=2078, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000202, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.1] pri=-64 flags=0 cpu=1
(XEN) CPU[02]  sort=2087, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000404, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.2] pri=-64 flags=0 cpu=2
(XEN) CPU[03]  sort=2078, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000808, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.3] pri=-64 flags=0 cpu=3
(XEN) CPU[04]  sort=2081, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001010, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.4] pri=-64 flags=0 cpu=4
(XEN) CPU[05]  sort=2078, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00002020, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.5] pri=-64 flags=0 cpu=5
(XEN) CPU[06]  sort=2079, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00004040, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.6] pri=-64 flags=0 cpu=6
(XEN) CPU[07]  sort=2078, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00008080, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.7] pri=-64 flags=0 cpu=7
(XEN) CPU[08]  sort=2078, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000101, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.8] pri=-64 flags=0 cpu=8
(XEN) CPU[09]  sort=2081, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000202, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.9] pri=-64 flags=0 cpu=9
(XEN) CPU[10]  sort=2082, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000404, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.10] pri=-64 flags=0 cpu=10
(XEN) CPU[11]  sort=2054, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000808, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.11] pri=-64 flags=0 cpu=11
(XEN) CPU[12]  sort=2079, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00001010, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.12] pri=-64 flags=0 cpu=12
(XEN) CPU[13]  sort=2078, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00002020, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.13] pri=-64 flags=0 cpu=13
(XEN) CPU[14]  sort=2081, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00004040, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00005555
(XEN)   run: [32767.14] pri=-64 flags=0 cpu=14
(XEN) CPU[15]  sort=2080, sibling=00000000,00000000,00000000,00000000,00000000,00000000,00000000,00008080, core=00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000aaaa
(XEN)   run: [32767.15] pri=-64 flags=0 cpu=15
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)

Welcome to SUSE Linux Enterprise Server 11 SP1  (x86_64) - Kernel 2.6.32.54-0.3-xen (xvc0).

SLES11-40 login: root
Password:
Last login: Thu May  3 12:44:19 HKT 2012 from 147.2.147.24 on pts/0
You have new mail.
SLES11-40:~ #
SLES11-40:~ #
SLES11-40:~ # ls
.ICEauthority        .ssh
.Xauthority          .suse_register.log
.bash_history        .themes
.config              .thumbnails
.dbus                .viminfo
.dmrc                .virt-manager
.esd_auth            .xsession-errors
.exrc                .xsession-errors.old
.gconf               Desktop
.gconfd              Documents
.gnome2              autoinst.xml
.gnome2_private      autologin.expect.sh
.gnupg               bin
.gstreamer-0.10      bnx2.ko
.gvfs                crash
.icewm               inst-sys
.icons               ipmitool_test.sh
.kbd                 kernel-default-2.6.32.12-0.7.1.x86_64.rpm
.lesshst             kernel-default-2.6.32.54-0.3.1.x86_64.rpm
.local               kernel-default-base-2.6.32.12-0.7.1.x86_64.rpm
.mozilla             kernel-default-base-2.6.32.54-0.3.1.x86_64.rpm
.nautilus            minicom.log
.pulse               oprofile-0.9.6-0.4.29.x86_64.rpm
.pulse-cookie        pam-modules-11-1.22.1.src.rpm
.pyhistory           pam-modules-11-1.22.1.x86_64.rpm
.recently-used.xbel  profile
.rnd                 result.2.6.32.12-0.7-xen.txt
.skel                result.2.6.32.54-0.3-default.txt
SLES11-40:~ # ls
.ICEauthority        .ssh
.Xauthority          .suse_register.log
.bash_history        .themes
.config              .thumbnails
.dbus                .viminfo
.dmrc                .virt-manager
.esd_auth            .xsession-errors
.exrc                .xsession-errors.old
.gconf               Desktop
.gconfd              Documents
.gnome2              autoinst.xml
.gnome2_private      autologin.expect.sh
.gnupg               bin
.gstreamer-0.10      bnx2.ko
.gvfs                crash
.icewm               inst-sys
.icons               ipmitool_test.sh
.kbd                 kernel-default-2.6.32.12-0.7.1.x86_64.rpm
.lesshst             kernel-default-2.6.32.54-0.3.1.x86_64.rpm
.local               kernel-default-base-2.6.32.12-0.7.1.x86_64.rpm
.mozilla             kernel-default-base-2.6.32.54-0.3.1.x86_64.rpm
.nautilus            minicom.log
.pulse               oprofile-0.9.6-0.4.29.x86_64.rpm
.pulse-cookie        pam-modules-11-1.22.1.src.rpm
.pyhistory           pam-modules-11-1.22.1.x86_64.rpm
.recently-used.xbel  profile
.rnd                 result.2.6.32.12-0.7-xen.txt
.skel                result.2.6.32.54-0.3-default.txt
SLES11-40:~ # (XEN) *** Serial input -> Xen (type 'CTRL-a' three times to switch input to DOM0)
(XEN) 'd' pressed -> dumping registers
(XEN)
(XEN) *** Dumping CPU0 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    0
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 000000000077197a   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000000000
(XEN) rbp: ffff8300cee6a7d0   rsp: ffff82c480477e78   r8:  ffff82c48026d200
(XEN) r9:  ffff83022b1908e0   r10: 0000000000000004   r11: ffff82c4804b69e0
(XEN) r12: ffff8300cee6a740   r13: 0000000000000000   r14: 0000000000770d7c
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001fa0d000   cr2: 00007fb892cf9960
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff82c480477e78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c48026d190 ffff83022b1908d8
(XEN)    0000000000000000 ffffffffffffffff ffff82c480477f28 0000000000000000
(XEN)    0000000000000000 000000008048b300 0000081900000d8d ffff82c480493300
(XEN)    ffff82c480477f28 ffff82c48026db80 ffff82c480477f28 ffff8300cf36e000
(XEN)    0000002ea5bd26b3 ffff82c48026d080 ffff82c4801534ae ffff82c480477e08
(XEN)    0000000000000000 ffff8300cf0c2000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7955fd8
(XEN)    0000000000000246 ffff8801e7a95020 000000000000001e 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7955f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7955f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000000
(XEN)    ffff8300cf0c2000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU0 is idle).
(XEN)
(XEN) *** Dumping CPU1 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    1
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000813bfa   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000002000
(XEN) rbp: ffff8300cee6a990   rsp: ffff83022fd9fe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c4802042c8   r10: 000000000000003e   r11: ffff82c480170f40
(XEN) r12: ffff8300cee6a900   r13: 0000000000000000   r14: 000000000073e7e5
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 0000000011f5f000   cr2: 00007fb893451000
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022fd9fe78:
(XEN)    ffff82c48019501f ffffffffffffffff 0000000000000001 ffffffffffffffff
(XEN)    ffff83022fd9ff28 ffff82c48048b300 ffff82c48017588c 0000000000000000
(XEN)    0000000000000000 000000002fd9ff28 000025e10003a0f8 ffff82c480493300
(XEN)    ffff83022fd9ff28 ffff82c48026db80 ffff83022fd9ff28 ffff8300cecf2000
(XEN)    0000002eace35a8d ffff82c48026d080 ffff82c4801534ae ffff83022fd9fe08
(XEN)    0000000000000001 ffff8300cf374000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7927fd8
(XEN)    0000000000000246 ffff8801e79b5020 000000000000001e 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7927f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7927f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000001
(XEN)    ffff8300cf374000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] local_time_calibration+0x1bc/0x1c0
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU1 is idle).
(XEN)
(XEN) *** Dumping CPU2 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    2
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 00000000008b804c   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000004000
(XEN) rbp: ffff8300cee6ab50   rsp: ffff83022fd97e78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c4802042e8   r10: 000000000000003d   r11: ffff82c480170f40
(XEN) r12: ffff8300cee6aac0   r13: 0000000000000000   r14: 0000000000835c92
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001cd17000   cr2: 00000000006934a4
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022fd97e78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480271190 ffff83022b190968
(XEN)    0000000000000002 ffffffffffffffff ffff83022fd97f28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001a51000241cb ffff82c480493300
(XEN)    ffff83022fd97f28 ffff82c48026db80 ffff83022fd97f28 ffff8300cf36c000
(XEN)    0000002eadd82977 ffff82c48026d080 ffff82c4801534ae ffff83022fd97e08
(XEN)    0000000000000002 ffff8300cecfc000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7959fd8
(XEN)    0000000000000246 ffff8801e7ac1020 000000000000001e 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7959f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7959f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000002
(XEN)    ffff8300cecfc000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU2 is idle).
(XEN)
(XEN) *** Dumping CPU3 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    3
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 000000000095738d   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000006000
(XEN) rbp: ffff8300cee6ad10   rsp: ffff83022fd87e78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204308   r10: 000000000000003c   r11: ffff82c480170f40
(XEN) r12: ffff8300cee6ac80   r13: 0000000000000000   r14: 0000000000835c7f
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001c21e000   cr2: 00007f05f0f34000
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022fd87e78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480273190 ffff83022b1909f8
(XEN)    0000000000000003 ffffffffffffffff ffff83022fd87f28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001a5500021a0f ffff82c480493300
(XEN)    ffff83022fd87f28 ffff82c48026db80 ffff83022fd87f28 ffff8300cf0de000
(XEN)    0000002ebe892bb5 ffff82c48026d080 ffff82c4801534ae ffff83022fd87e08
(XEN)    0000000000000003 ffff8300cd2c4000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e792ffd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9d6f 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e792ff00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e792ff08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000003
(XEN)    ffff8300cd2c4000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU3 is idle).
(XEN)
(XEN) *** Dumping CPU4 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    4
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 00000000009f67f4   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000008000
(XEN) rbp: ffff8300cee6aed0   rsp: ffff83022b1ffe78   r8:  ffff82c48026d200
(XEN) r9:  ffff83022b190ba8   r10: 0000000000000001   r11: ffff8300cf0ca060
(XEN) r12: ffff8300cee6ae40   r13: 0000000000000000   r14: 00000000009f37e4
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001c31c000   cr2: ffff8801e42541b0
(XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1ffe78:
(XEN)    ffff82c48019501f ffffffffffffffff 0000000000000000 ffff8300cf0ca000
(XEN)    ffff8300cf0c6000 ffffffffffffffff 0000000000000000 0000000000000000
(XEN)    0000000000000000 000000002b1fff28 00000f8900002493 ffff82c480493300
(XEN)    ffff83022b1fff28 ffff82c48026db80 ffff83022b1fff28 ffff8300cf0ca000
(XEN)    0000002eee1b7b67 ffff82c48026d080 ffff82c4801534ae ffff83022b1ffe08
(XEN)    0000000000000004 ffff8300cf0c6000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffffffff805a1fd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9e37 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffffffff805a1f68 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffffffff805a1f70 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000004
(XEN)    ffff8300cf0c6000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU4 is idle).
(XEN)
(XEN) *** Dumping CPU5 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    5
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000a95b5b   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 000000000000a000
(XEN) rbp: ffff8300cee650a0   rsp: ffff83022b1efe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204348   r10: 000000000000003a   r11: ffff82c480170f40
(XEN) r12: ffff8300cee65010   r13: 0000000000000000   r14: 00000000009eabbe
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 00000000196e1000   cr2: 000000000068b240
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1efe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480277190 ffff83022b190e78
(XEN)    0000000000000005 ffffffffffffffff ffff83022b1eff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001a6f000355eb ffff82c480493300
(XEN)    ffff83022b1eff28 ffff82c48026db80 ffff83022b1eff28 ffff8300cf0da000
(XEN)    0000002ee5a2ba38 ffff82c48026d080 ffff82c4801534ae ffff83022b1efe08
(XEN)    0000000000000005 ffff8300cf0c4000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7939fd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9e13 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7939f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7939f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000005
(XEN)    ffff8300cf0c4000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU5 is idle).
(XEN)
(XEN) *** Dumping CPU6 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    6
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000b34e83   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 000000000000c000
(XEN) rbp: ffff8300cee65260   rsp: ffff83022b1e7e78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204368   r10: 0000000000000039   r11: ffff82c480170f40
(XEN) r12: ffff8300cee651d0   r13: 0000000000000000   r14: 00000000009eabab
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 0000000014819000   cr2: ffff8801dc574dd0
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1e7e78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480279190 ffff83022b190a88
(XEN)    0000000000000006 ffffffffffffffff ffff83022b1e7f28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001a7000037220 ffff82c480493300
(XEN)    ffff83022b1e7f28 ffff82c48026db80 ffff83022b1e7f28 ffff8300cecf6000
(XEN)    0000002eae5239b3 ffff82c48026d080 ffff82c4801534ae ffff83022b1e7e08
(XEN)    0000000000000006 ffff8300cf372000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e791dfd8
(XEN)    0000000000000246 ffff8801e7979020 000000000000001e 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e791df00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e791df08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000006
(XEN)    ffff8300cf372000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU6 is idle).
(XEN)
(XEN) *** Dumping CPU7 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    7
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000bd42fc   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 000000000000e000
(XEN) rbp: ffff8300cee65420   rsp: ffff83022b1d7e78   r8:  ffff82c48026d200
(XEN) r9:  0000002f0eaa1b93   r10: 0000000000000038   r11: ffff82c480118ef0
(XEN) r12: ffff8300cee65390   r13: 0000000000000000   r14: 0000000000bd0db6
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 0000000023564000   cr2: 000000000068b240
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1d7e78:
(XEN)    ffff82c48019501f ffffffffffffffff 0000000000000000 ffff8300cf0d2000
(XEN)    ffff8300cf370000 ffffffffffffffff 0000000000000000 0000000000000000
(XEN)    0000000000000000 000000002b1d7f28 000001fb00016d24 ffff82c480493300
(XEN)    ffff83022b1d7f28 ffff82c48026db80 ffff83022b1d7f28 ffff8300cf0d2000
(XEN)    0000002f0eaa1247 ffff82c48026d080 ffff82c4801534ae ffff83022b1d7e08
(XEN)    0000000000000007 ffff8300cf370000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e794bfd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9ebf 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e794bf00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e794bf08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000007
(XEN)    ffff8300cf370000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU7 is idle).
(XEN)
(XEN) *** Dumping CPU8 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    8
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000c73579   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000010000
(XEN) rbp: ffff8300cee655e0   rsp: ffff83022b1cfe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c4802043a8   r10: 0000000000000037   r11: ffff82c480170f40
(XEN) r12: ffff8300cee65550   r13: 0000000000000000   r14: 0000000000c71aa4
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 00000000197d3000   cr2: 00000000006934a4
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1cfe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c48027d190 ffff83022b176018
(XEN)    0000000000000008 ffffffffffffffff ffff83022b1cff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 0000196500005d4a ffff82c480493300
(XEN)    ffff83022b1cff28 ffff82c48026db80 ffff83022b1cff28 ffff8300cecf4000
(XEN)    0000002f0ea5ac47 ffff82c48026d080 ffff82c4801534ae ffff83022b1cfe08
(XEN)    0000000000000008 ffff8300cecfa000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7921fd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9ebf 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7921f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7921f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000008
(XEN)    ffff8300cecfa000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU8 is idle).
(XEN)
(XEN) *** Dumping CPU9 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    9
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000d12962   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000012000
(XEN) rbp: ffff8300cee657a0   rsp: ffff83022b1bfe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c4802043c8   r10: 0000000000000036   r11: ffff82c480170f40
(XEN) r12: ffff8300cee65710   r13: 0000000000000000   r14: 0000000000d0b1f4
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 0000000023d98000   cr2: 000000000068b240
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1bfe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c48027f190 ffff83022b190c38
(XEN)    0000000000000009 ffffffffffffffff ffff83022b1bff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 000003900002ebdf ffff82c480493300
(XEN)    ffff83022b1bff28 ffff82c48026db80 ffff83022b1bff28 ffff8300cf0d0000
(XEN)    0000002f1daa04f3 ffff82c48026d080 ffff82c4801534ae ffff83022b1bfe08
(XEN)    0000000000000009 ffff8300cecf8000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7951fd8
(XEN)    0000000000000246 ffff8801e7a89020 000000000000001f 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7951f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7951f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 0000000000000009
(XEN)    ffff8300cecf8000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU9 is idle).
(XEN)
(XEN) *** Dumping CPU10 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    10
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000db1e15   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000014000
(XEN) rbp: ffff8300cee65960   rsp: ffff83022b1b7e78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c4802043e8   r10: 0000000000000035   r11: ffff82c480170f40
(XEN) r12: ffff8300cee658d0   r13: 0000000000000000   r14: 0000000000d549c2
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 0000000019950000   cr2: 0000000000637090
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1b7e78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480281190 ffff83022b190d58
(XEN)    000000000000000a ffffffffffffffff ffff83022b1b7f28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001abb0001eae3 ffff82c480493300
(XEN)    ffff83022b1b7f28 ffff82c48026db80 ffff83022b1b7f28 ffff8300cf0d4000
(XEN)    0000002f1f17d6dc ffff82c48026d080 ffff82c4801534ae ffff83022b1b7e08
(XEN)    000000000000000a ffff8300cd2c2000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7947fd8
(XEN)    0000000000000246 ffff8801e7a4d020 0000000000000020 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7947f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7947f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 000000000000000a
(XEN)    ffff8300cd2c2000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU10 is idle).
(XEN)
(XEN) *** Dumping CPU11 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    11
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000e514fe   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000016000
(XEN) rbp: ffff8300cee65b20   rsp: ffff83022b1a7e78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204408   r10: 0000000000000034   r11: ffff82c480170f40
(XEN) r12: ffff8300cee65a90   r13: 0000000000000000   r14: 0000000000e0dcec
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001c21e000   cr2: 000000000068b240
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b1a7e78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480283190 ffff83022b190de8
(XEN)    000000000000000b ffffffffffffffff ffff83022b1a7f28 0000000000000000
(XEN)    0000000000000000 000000008048b300 0000133200016f3a ffff82c480493300
(XEN)    ffff83022b1a7f28 ffff82c48026db80 ffff83022b1a7f28 ffff8300cf0dc000
(XEN)    0000002f0ea86f23 ffff82c48026d080 ffff82c4801534ae ffff83022b1a7e08
(XEN)    000000000000000b ffff8300cd2c0000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7935fd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9ebf 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7935f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7935f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 000000000000000b
(XEN)    ffff8300cd2c0000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU11 is idle).
(XEN)
(XEN) *** Dumping CPU12 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    12
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000ef0bd9   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 0000000000018000
(XEN) rbp: ffff8300cee65ce0   rsp: ffff83022b19fe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204428   r10: 0000000000000033   r11: ffff82c480170f40
(XEN) r12: ffff8300cee65c50   r13: 0000000000000000   r14: 0000000000eef767
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001fa0d000   cr2: ffff8801e4633360
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b19fe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480285190 ffff83022b190b18
(XEN)    000000000000000c ffffffffffffffff ffff83022b19ff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001a3600003d66 ffff82c480493300
(XEN)    ffff83022b19ff28 ffff82c48026db80 ffff83022b19ff28 ffff8300cf0c8000
(XEN)    0000002f30bbccf5 ffff82c48026d080 ffff82c4801534ae ffff83022b19fe08
(XEN)    000000000000000c ffff8300cf06e000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7919fd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9f4e 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7919f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7919f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 000000000000000c
(XEN)    ffff8300cf06e000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU12 is idle).
(XEN)
(XEN) *** Dumping CPU13 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    13
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 0000000000f903de   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 000000000001a000
(XEN) rbp: ffff8300cee65ea0   rsp: ffff83022b18fe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204448   r10: 0000000000000032   r11: ffff82c480170f40
(XEN) r12: ffff8300cee65e10   r13: 0000000000000000   r14: 0000000000f83dc5
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000022869a000   cr2: 00007fb892cf9960
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b18fe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480287190 ffff83022b190f08
(XEN)    000000000000000d ffffffffffffffff ffff83022b18ff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001afb0005be89 ffff82c480493300
(XEN)    ffff83022b18ff28 ffff82c48026db80 ffff83022b18ff28 ffff8300cf0d8000
(XEN)    0000002f0ea95db9 ffff82c48026d080 ffff82c4801534ae ffff83022b18fe08
(XEN)    000000000000000d ffff8300cf06c000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e793dfd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9ebf 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e793df00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e793df08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 000000000000000d
(XEN)    ffff8300cf06c000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU13 is idle).
(XEN)
(XEN) *** Dumping CPU14 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    14
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 000000000002faac   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 000000000001c000
(XEN) rbp: ffff8300cee640a0   rsp: ffff83022b17fe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204468   r10: 0000000000000031   r11: ffff82c480170f40
(XEN) r12: ffff8300cee64010   r13: 0000000000000000   r14: 0000000000f098a1
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001ca50000   cr2: 00007f99cb025290
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b17fe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c480289190 ffff83022b1761c8
(XEN)    000000000000000e ffffffffffffffff ffff83022b17ff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001ae50000829b ffff82c480493300
(XEN)    ffff83022b17ff28 ffff82c48026db80 ffff83022b17ff28 ffff8300cf0d6000
(XEN)    0000002f0ea93768 ffff82c48026d080 ffff82c4801534ae ffff83022b17fe08
(XEN)    000000000000000e ffff8300cf0ce000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e7943fd8
(XEN)    0000000000000246 0000000000000000 00000000ffff9ebf 0000000000000000
(XEN)    0000000000000000 ffffffff800033aa ffff8801e7943f00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e7943f08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 000000000000000e
(XEN)    ffff8300cf0ce000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU14 is idle).
(XEN)
(XEN) *** Dumping CPU15 host state: ***
(XEN) ----[ Xen-4.0.3_21548_02-0.5.2  x86_64  debug=n  Not tainted ]----
(XEN) CPU:    15
(XEN) RIP:    e008:[] lapic_timer_nop+0x0/0x10
(XEN) RFLAGS: 0000000000000246   CONTEXT: hypervisor
(XEN) rax: 000000009938a38b   rbx: 00000000000cf2be   rcx: 0000000000000002
(XEN) rdx: 0000000009675b0a   rsi: 00000000d5dc55a2   rdi: 000000000001e000
(XEN) rbp: ffff8300cee64260   rsp: ffff83022b16fe78   r8:  ffff82c48026d200
(XEN) r9:  ffff82c480204488   r10: 0000000000000030   r11: ffff82c480170f40
(XEN) r12: ffff8300cee641d0   r13: 0000000000000000   r14: 00000000000be7a2
(XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
(XEN) cr3: 000000001fb17000   cr2: 000000000069ee00
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen stack trace from rsp=ffff83022b16fe78:
(XEN)    ffff82c48019501f ffffffffffffffff ffff82c48028b190 ffff83022b1760a8
(XEN)    000000000000000f ffffffffffffffff ffff83022b16ff28 0000000000000000
(XEN)    0000000000000000 000000008048b300 00001b110004a6fd ffff82c480493300
(XEN)    ffff83022b16ff28 ffff82c48026db80 ffff83022b16ff28 ffff8300cecf0000
(XEN)    0000002f5efdc8b0 ffff82c48026d080 ffff82c4801534ae ffff83022b16fe08
(XEN)    000000000000000f ffff8300cf0cc000 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 ffffffff806324a0 ffff8801e792bfd8
(XEN)    0000000000000246 ffff8801e79dd020 0000000000000021 0000000000000001
(XEN)    0000000000000000 ffffffff800033aa ffff8801e792bf00 0000000000000000
(XEN)    0000000000000001 0000010000000000 ffffffff800033aa 000000000000e033
(XEN)    0000000000000246 ffff8801e792bf08 000000000000e02b 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000000000000000 000000000000000f
(XEN)    ffff8300cf0cc000
(XEN) Xen call trace:
(XEN)    [] lapic_timer_nop+0x0/0x10
(XEN)    [] acpi_processor_idle+0x26f/0x820
(XEN)    [] idle_loop+0x2e/0x90
(XEN)
(XEN) No guest context (CPU15 is idle).
(XEN)
(XEN) TSC marked as reliable, warp = 0 (count=2)
(XEN) No domains have emulated TSC

(XEN) 'h' pressed -> showing installed handlers
(XEN)  key '%' (ascii '25') => trap to xendbg
(XEN)  key '*' (ascii '2a') => print all diagnostics
(XEN)  key '0' (ascii '30') => dump Dom0 registers
(XEN)  key 'A' (ascii '41') => toggle alternative key handling
(XEN)  key 'C' (ascii '43') => trigger a crashdump
(XEN)  key 'H' (ascii '48') => dump heap info
(XEN)  key 'M' (ascii '4d') => dump MSI state
(XEN)  key 'N' (ascii '4e') => trigger an NMI
(XEN)  key 'Q' (ascii '51') => dump PCI devices
(XEN)  key 'R' (ascii '52') => reboot machine
(XEN)  key 'V' (ascii '56') => dump iommu info
(XEN)  key 'a' (ascii '61') => dump timer queues
(XEN)  key 'c' (ascii '63') => dump ACPI Cx structures
(XEN)  key 'd' (ascii '64') => dump registers
(XEN)  key 'e' (ascii '65') => dump evtchn info
(XEN)  key 'g' (ascii '67') => print grant table usage
(XEN)  key 'h' (ascii '68') => show this message
(XEN)  key 'i' (ascii '69') => dump interrupt bindings
(XEN)  key 'm' (ascii '6d') => memory info
(XEN)  key 'n' (ascii '6e') => NMI statistics
(XEN)  key 'q' (ascii '71') => dump domain (and guest debug) info
(XEN)  key 'r' (ascii '72') => dump run queues
(XEN)  key 's' (ascii '73') => dump softtsc stats
(XEN)  key 't' (ascii '74') => display multi-cpu clock info
(XEN)  key 'u' (ascii '75') => dump numa info
(XEN)  key 'v' (ascii '76') => dump Intel's VMCS
(XEN)  key 'z' (ascii '7a') => print ioapic info

(XEN) PCI-MSI interrupt information:
(XEN)  MSI    56 vec=a8  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSI    57 vec=b0  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSI    58 vec=b8  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSI    59 vec=c0  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSI    60 vec=c8  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSI    61 vec=d0  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSI    62 vec=d8  fixed  edge   assert phys    cpu dest=00000020 mask=1/0/0
(XEN)  MSIX   63 vec=c1  fixed  edge   assert phys    cpu dest=00000033 mask=1/0/0
(XEN)  MSIX   64 vec=c9  fixed  edge   assert phys    cpu dest=00000033 mask=1/0/0
(XEN)  MSIX   65 vec=62  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   66 vec=6a  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   67 vec=72  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   68 vec=7a  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   69 vec=8a  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   70 vec=92  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   71 vec=9a  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   72 vec=a2  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   73 vec=5a  fixed  edge   assert phys    cpu dest=00000020 mask=1/1/1
(XEN)  MSIX   74 vec=33  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   75 vec=3b  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   76 vec=43  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   77 vec=4b  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   78 vec=53  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   79 vec=5b  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   80 vec=63  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   81 vec=6b  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   82 vec=2b  fixed  edge   assert phys    cpu dest=00000020 mask=1/1/1
(XEN)  MSIX   83 vec=bb  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   84 vec=c3  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   85 vec=cb  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   86 vec=d3  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   87 vec=db  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   88 vec=24  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   89 vec=2c  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   90 vec=34  fixed  edge   assert phys    cpu dest=00000021 mask=1/0/0
(XEN)  MSIX   91 vec=b3  fixed  edge   assert phys    cpu dest=00000020 mask=1/1/1
(XEN)  MSIX   92 vec=84  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   93 vec=8c  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   94 vec=94  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   95 vec=9c  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   96 vec=a4  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   97 vec=ac  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   98 vec=b4  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX   99 vec=bc  fixed  edge   assert phys    cpu dest=00000013 mask=1/0/0
(XEN)  MSIX  100 vec=7c  fixed  edge   assert phys    cpu dest=00000020 mask=1/1/1
(XEN) gnttab_usage_print_all [ key 'g' pressed
(XEN)       -------- active --------       -------- shared --------
(XEN) [ref] localdom mfn      pin          localdom gmfn     flags
(XEN) grant-table for remote domain:    0 ... no active grant table entries
(XEN) gnttab_usage_print_all ] done

 

 

附录:linux下串口调试方法

首先打开两个shell终端;

一个shell下输入如下命令:
[root@MagicLinux ~]# echo -e "at \r" >/dev/ttyS0      //{echo -e可以发送回车等特殊字符;}

这个是发送字符"at "到/dev/ttyS0即串口0;

另一个shell下输入如下命令:
[root@MagicLinux ~]# cat /dev/ttyS0

这个是接收来自串口0的字符;

阅读(4715) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~