All of lore.kernel.org
 help / color / mirror / Atom feed
* xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor‏
@ 2010-08-30  0:08 Mike Viau
  2010-08-30  5:52 ` xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor? Pasi Kärkkäinen
  2010-08-30  9:58 ` xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor‏ Ian Campbell
  0 siblings, 2 replies; 15+ messages in thread
From: Mike Viau @ 2010-08-30  0:08 UTC (permalink / raw)
  To: xen-devel; +Cc: pkg-xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 690 bytes --]


Hello list,

I have performed a fresh install (fully updated) of
squeeze amd64 and installed the xen-linux-system-2.6.32-5-xen-amd64 package
with all its dependencies. 

When I restart and tried to boot the linux-image-2.6.32-5-xen-amd64 (pvops style) kernel on bare-metal my laptop boots fine.

When I use the hyper-visor on the system with the same  linux-image-2.6.32-5-xen-amd64 kernel, it hangs and does not boot up...

Attached is my grub.cfg and relevant dmesg output (notice the failure messages start occurring near the bottom).

So, should I be filling a bug for this issue or does anyone on the list have a better suggestion?


Thanks



-M


 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 946 bytes --]

[-- Attachment #2: grub.cfg --]
[-- Type: application/octet-stream, Size: 5137 bytes --]

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set dd594014-8570-45a6-be99-25f04210c866
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
set locale_dir=($root)/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set dd594014-8570-45a6-be99-25f04210c866
insmod png
if background_image /usr/share/images/desktop-base/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
	echo	'Loading Linux 2.6.32-5-xen-amd64 ...'
	linux	/vmlinuz-2.6.32-5-xen-amd64 root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
	echo	'Loading Linux 2.6.32-5-xen-amd64 ...'
	linux	/vmlinuz-2.6.32-5-xen-amd64 root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/vmlinuz-2.6.32-5-amd64 root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/vmlinuz-2.6.32-5-amd64 root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
	echo	'Loading Linux 2.6.32-5-xen-amd64 ...'
	multiboot	/xen-4.0-amd64.gz placeholder  
	module	/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro  
	echo	'Loading initial ramdisk ...'
	module	/initrd.img-2.6.32-5-xen-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set 84df2200-cd6f-4896-9918-a9d4329dadc9
	echo	'Loading Linux 2.6.32-5-xen-amd64 ...'
	multiboot	/xen-4.0-amd64.gz placeholder 
	module	/vmlinuz-2.6.32-5-xen-amd64 placeholder root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro single 
	echo	'Loading initial ramdisk ...'
	module	/initrd.img-2.6.32-5-xen-amd64
}
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

[-- Attachment #3: xen-hang-on-boot.txt --]
[-- Type: text/plain, Size: 77277 bytes --]

Aug 21 09:08:27 BUBBLE kernel: imklog 4.6.4, log source = /proc/kmsg started.
Aug 21 09:08:27 BUBBLE rsyslogd: [origin software="rsyslogd" swVersion="4.6.4" x-pid="1196" x-info="http://www.rsyslog.com"] (re)start
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Initializing cgroup subsys cpuset
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Initializing cgroup subsys cpu
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-18) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Sat Jul 24 04:03:11 UTC 2010
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Command line: root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] KERNEL supported cpus:
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   Intel GenuineIntel
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   AMD AuthenticAMD
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   Centaur CentaurHauls
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen_release_chunk: looking at area pfn c0000-f0000: 196608 pages freed
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen_release_chunk: looking at area pfn f4000-f4c80: 3200 pages freed
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] released 199808 pages of unused memory
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] BIOS-provided physical RAM map:
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 0000000000000000 - 000000000009d800 (usable)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 000000000009d800 - 0000000000100000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 0000000000100000 - 00000000bfeb0000 (usable)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000bfeb0000 - 00000000bfecc000 (ACPI data)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000bfecc000 - 00000000bff00000 (ACPI NVS)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000bff00000 - 00000000c0000000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000f0000000 - 00000000f4000000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000fec00000 - 00000000fec10000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000fed00000 - 00000000fed00400 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000fed14000 - 00000000fed1a000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000fed1c000 - 00000000fed90000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000fee00000 - 00000000fee01000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]  Xen: 00000000ff000000 - 0000000100000000 (reserved)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] DMI present.
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] last_pfn = 0xbfeb0 max_arch_pfn = 0x400000000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000bfeb0000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] RAMDISK: 016c5000 - 03000800
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: RSDP 00000000000f69b0 00024 (v02 LENOVO)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: XSDT 00000000bfebb27e 0008C (v01 LENOVO TP-7K    00002290  LTP 00000000)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: FACP 00000000bfebb400 000F4 (v03 LENOVO TP-7K    00002290 LNVO 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20090903/tbfadt-526)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 (20090903/tbfadt-557)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: DSDT 00000000bfebb81d 1044C (v01 LENOVO TP-7K    00002290 MSFT 03000000)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: FACS 00000000bfee4000 00040
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: SSDT 00000000bfebb5b4 00269 (v01 LENOVO TP-7K    00002290 MSFT 03000000)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: ECDT 00000000bfecbc69 00052 (v01 LENOVO TP-7K    00002290 LNVO 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: TCPA 00000000bfecbcbb 00032 (v02 LENOVO TP-7K    00002290 LNVO 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: APIC 00000000bfecbced 00068 (v01 LENOVO TP-7K    00002290 LNVO 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: MCFG 00000000bfecbd55 0003C (v01 LENOVO TP-7K    00002290 LNVO 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: HPET 00000000bfecbd91 00038 (v01 LENOVO TP-7K    00002290 LNVO 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: SLIC 00000000bfecbe62 00176 (v01 LENOVO TP-7K    00002290  LTP 00000000)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: BOOT 00000000bfecbfd8 00028 (v01 LENOVO TP-7K    00002290  LTP 00000001)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: SSDT 00000000bfee26d9 0025F (v01 LENOVO TP-7K    00002290 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: SSDT 00000000bfee2938 000A6 (v01 LENOVO TP-7K    00002290 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: SSDT 00000000bfee29de 004F7 (v01 LENOVO TP-7K    00002290 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: SSDT 00000000bfee2ed5 001D8 (v01 LENOVO TP-7K    00002290 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: DMI detected: Lenovo ThinkPad R61
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: Added _OSI(Linux)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] No NUMA configuration found
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Faking a node at 0000000000000000-00000000bfeb0000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Bootmem setup node 0 0000000000000000-00000000bfeb0000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   NODE_DATA [0000000000008000 - 000000000000ffff]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   bootmap [0000000000010000 -  0000000000027fd7] pages 18
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] (8 early reservations) ==> bootmem [0000000000 - 00bfeb0000]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #1 [00037a9000 - 00037ca000]   XEN PAGETABLES ==> [00037a9000 - 00037ca000]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #3 [0001000000 - 00016a49d4]    TEXT DATA BSS ==> [0001000000 - 00016a49d4]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #4 [00016c5000 - 0003000800]          RAMDISK ==> [00016c5000 - 0003000800]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #5 [0003001000 - 00037a9000]   XEN START INFO ==> [0003001000 - 00037a9000]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #6 [00016a5000 - 00016a514c]              BRK ==> [00016a5000 - 00016a514c]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   #7 [0000100000 - 00006e0000]          PGTABLE ==> [0000100000 - 00006e0000]
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] found SMP MP-table at [ffff8800000f69e0] f69e0
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Zone PFN ranges:
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   DMA      0x00000000 -> 0x00001000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]   Normal   0x00100000 -> 0x00100000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Movable zone start PFN for each node
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] early_node_map[2] active PFN ranges
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]     0: 0x00000000 -> 0x0000009d
Aug 21 09:08:27 BUBBLE kernel: [    0.000000]     0: 0x00000100 -> 0x000bfeb0
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1008
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] IOAPIC[0]: apic_id 1, version 0, address 0xfec00000, GSI 0-0
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] PM: Registered nosave memory: 000000000009e000 - 0000000000100000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:30000000)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Booting paravirtualized kernel on Xen
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Xen version: 4.0.1-rc5 (preserve-AD) (dom0)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880003800000 s90328 r8192 d24360 u122880
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] pcpu-alloc: s90328 r8192 d24360 u122880 alloc=30*4096
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1 
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Xen: using vcpu_info placement
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 773742
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Policy zone: DMA32
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Kernel command line: root=UUID=dd594014-8570-45a6-be99-25f04210c866 ro
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Initializing CPU#0
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] DMA: Placing 64MB software IO TLB between ffff8800065e2000 - ffff88000a5e2000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] DMA: software IO TLB at phys 0x65e2000 - 0xa5e2000
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen_swiotlb_fixup: buf=ffff8800065e2000 size=67108864
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen_swiotlb_fixup: buf=ffff88000a642000 size=32768
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Memory: 2987740k/3144384k available (3138k kernel code, 396k absent, 156248k reserved, 1900k data, 596k init)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Hierarchical RCU implementation.
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] NR_IRQS:4352 nr_irqs:768
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen: sci override: source_irq=9 global_irq=9 trigger=c polarity=1
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen_allocate_pirq: returning irq 9 for gsi 9
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] xen: acpi sci 9
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Console: colour VGA+ 80x25
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] console [tty0] enabled
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] installing Xen timer for CPU 0
Aug 21 09:08:27 BUBBLE kernel: [    0.000000] Detected 1995.064 MHz processor.
Aug 21 09:08:27 BUBBLE kernel: [    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.12 BogoMIPS (lpj=7980256)
Aug 21 09:08:27 BUBBLE kernel: [    0.004000] Security Framework initialized
Aug 21 09:08:27 BUBBLE kernel: [    0.004000] SELinux:  Disabled at boot.
Aug 21 09:08:27 BUBBLE kernel: [    0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.004214] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.005322] Mount-cache hash table entries: 256
Aug 21 09:08:27 BUBBLE kernel: [    0.005598] Initializing cgroup subsys ns
Aug 21 09:08:27 BUBBLE kernel: [    0.005671] Initializing cgroup subsys cpuacct
Aug 21 09:08:27 BUBBLE kernel: [    0.005740] Initializing cgroup subsys devices
Aug 21 09:08:27 BUBBLE kernel: [    0.005807] Initializing cgroup subsys freezer
Aug 21 09:08:27 BUBBLE kernel: [    0.005874] Initializing cgroup subsys net_cls
Aug 21 09:08:27 BUBBLE kernel: [    0.005984] CPU: L1 I cache: 32K, L1 D cache: 32K
Aug 21 09:08:27 BUBBLE kernel: [    0.006098] CPU: L2 cache: 4096K
Aug 21 09:08:27 BUBBLE kernel: [    0.006166] CPU 0/0x0 -> Node 0
Aug 21 09:08:27 BUBBLE kernel: [    0.006231] CPU: Physical Processor ID: 0
Aug 21 09:08:27 BUBBLE kernel: [    0.006296] CPU: Processor Core ID: 0
Aug 21 09:08:27 BUBBLE kernel: [    0.006364] mce: CPU supports 6 MCE banks
Aug 21 09:08:27 BUBBLE kernel: [    0.006452] Performance Events: unsupported p6 CPU model 15 no PMU driver, software events only.
Aug 21 09:08:27 BUBBLE kernel: [    0.006643] SMP alternatives: switching to UP code
Aug 21 09:08:27 BUBBLE kernel: [    0.012000] ACPI: Core revision 20090903
Aug 21 09:08:27 BUBBLE kernel: [    0.044365] installing Xen timer for CPU 1
Aug 21 09:08:27 BUBBLE kernel: [    0.044477] SMP alternatives: switching to SMP code
Aug 21 09:08:27 BUBBLE kernel: [    0.000007] Initializing CPU#1
Aug 21 09:08:27 BUBBLE kernel: [    0.000055] CPU: L1 I cache: 32K, L1 D cache: 32K
Aug 21 09:08:27 BUBBLE kernel: [    0.000058] CPU: L2 cache: 4096K
Aug 21 09:08:27 BUBBLE kernel: [    0.000063] CPU 1/0x0 -> Node 0
Aug 21 09:08:27 BUBBLE kernel: [    0.000065] CPU: Physical Processor ID: 0
Aug 21 09:08:27 BUBBLE kernel: [    0.000067] CPU: Processor Core ID: 1
Aug 21 09:08:27 BUBBLE kernel: [    0.048147] Brought up 2 CPUs
Aug 21 09:08:27 BUBBLE kernel: [    0.048706] devtmpfs: initialized
Aug 21 09:08:27 BUBBLE kernel: [    0.052180] Grant table initialized
Aug 21 09:08:27 BUBBLE kernel: [    0.052180] regulator: core version 0.5
Aug 21 09:08:27 BUBBLE kernel: [    0.052237] NET: Registered protocol family 16
Aug 21 09:08:27 BUBBLE kernel: [    0.052415] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 21 09:08:27 BUBBLE kernel: [    0.052415] ACPI: bus type pci registered
Aug 21 09:08:27 BUBBLE kernel: [    0.052415] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
Aug 21 09:08:27 BUBBLE kernel: [    0.052415] PCI: MCFG area at f0000000 reserved in E820
Aug 21 09:08:27 BUBBLE kernel: [    0.070187] PCI: Using MMCONFIG at f0000000 - f3ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.070253] PCI: Using configuration type 1 for base access
Aug 21 09:08:27 BUBBLE kernel: [    0.070930] bio: create slab <bio-0> at 0
Aug 21 09:08:27 BUBBLE kernel: [    0.074797] ACPI: EC: EC description table is found, configuring boot EC
Aug 21 09:08:27 BUBBLE kernel: [    0.088525] ACPI: BIOS _OSI(Linux) query honored via DMI
Aug 21 09:08:27 BUBBLE kernel: [    0.099222] ACPI: Interpreter enabled
Aug 21 09:08:27 BUBBLE kernel: [    0.100001] ACPI: (supports S0 S3 S4 S5)
Aug 21 09:08:27 BUBBLE kernel: [    0.100001] ACPI: Using IOAPIC for interrupt routing
Aug 21 09:08:27 BUBBLE kernel: [    0.115070] ACPI: EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62
Aug 21 09:08:27 BUBBLE kernel: [    0.115209] ACPI: Power Resource [PUBS] (on)
Aug 21 09:08:27 BUBBLE kernel: [    0.118045] ACPI: ACPI Dock Station Driver: 3 docks/bays found
Aug 21 09:08:27 BUBBLE kernel: [    0.118715] ACPI: PCI Root Bridge [PCI0] (0000:00)
Aug 21 09:08:27 BUBBLE kernel: [    0.119061] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.119133] pci 0000:00:01.0: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.120356] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.120434] pci 0000:00:19.0: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.121270] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.121348] pci 0000:00:1a.7: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.121780] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.121857] pci 0000:00:1b.0: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.122227] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.122305] pci 0000:00:1c.0: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.122686] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.122763] pci 0000:00:1c.1: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.123144] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.123222] pci 0000:00:1c.2: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.123603] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.123681] pci 0000:00:1c.3: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1c.4: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1d.7: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
Aug 21 09:08:27 BUBBLE kernel: [    0.124001] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
Aug 21 09:08:27 BUBBLE kernel: [    0.124651] pci 0000:00:1f.2: PME# supported from D3hot
Aug 21 09:08:27 BUBBLE kernel: [    0.124727] pci 0000:00:1f.2: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.126329] pci 0000:03:00.0: PME# supported from D0 D3hot
Aug 21 09:08:27 BUBBLE kernel: [    0.126409] pci 0000:03:00.0: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.126606] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Aug 21 09:08:27 BUBBLE kernel: [    0.127800] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.127879] pci 0000:15:00.0: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.128001] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.128001] pci 0000:15:00.1: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.128001] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.128001] pci 0000:15:00.2: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.128327] pci 0000:15:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.128406] pci 0000:15:00.3: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.128816] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.128895] pci 0000:15:00.4: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.129306] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
Aug 21 09:08:27 BUBBLE kernel: [    0.129384] pci 0000:15:00.5: PME# disabled
Aug 21 09:08:27 BUBBLE kernel: [    0.129674] pci 0000:00:1e.0: transparent bridge
Aug 21 09:08:27 BUBBLE kernel: [    0.145768] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
Aug 21 09:08:27 BUBBLE kernel: [    0.146586] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.147376] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.148171] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.148990] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.149810] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.150631] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.151450] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
Aug 21 09:08:27 BUBBLE kernel: [    0.152124] xen_balloon: Initialising balloon driver with page order 0.
Aug 21 09:08:27 BUBBLE kernel: [    0.152289] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Aug 21 09:08:27 BUBBLE kernel: [    0.152382] vgaarb: loaded
Aug 21 09:08:27 BUBBLE kernel: [    0.152491] PCI: Using ACPI for IRQ routing
Aug 21 09:08:27 BUBBLE kernel: [    0.152653] Switching to clocksource xen
Aug 21 09:08:27 BUBBLE kernel: [    0.153859] pnp: PnP ACPI init
Aug 21 09:08:27 BUBBLE kernel: [    0.153934] ACPI: bus type pnp registered
Aug 21 09:08:27 BUBBLE kernel: [    0.156350] xen_allocate_pirq: returning irq 13 for gsi 13
Aug 21 09:08:27 BUBBLE kernel: [    0.156489] xen_allocate_pirq: returning irq 8 for gsi 8
Aug 21 09:08:27 BUBBLE kernel: [    0.156628] xen_allocate_pirq: returning irq 1 for gsi 1
Aug 21 09:08:27 BUBBLE kernel: [    0.156760] xen_allocate_pirq: returning irq 12 for gsi 12
Aug 21 09:08:27 BUBBLE kernel: [    0.159228] pnp: PnP ACPI: found 11 devices
Aug 21 09:08:27 BUBBLE kernel: [    0.159295] ACPI: ACPI bus type pnp unregistered
Aug 21 09:08:27 BUBBLE kernel: [    0.159370] system 00:00: iomem range 0x0-0x9ffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159440] system 00:00: iomem range 0xc0000-0xc3fff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159510] system 00:00: iomem range 0xc4000-0xc7fff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159580] system 00:00: iomem range 0xc8000-0xcbfff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159650] system 00:00: iomem range 0xcc000-0xcffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159720] system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159790] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159860] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.159931] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160002] system 00:00: iomem range 0xec000-0xeffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160072] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160141] system 00:00: iomem range 0x100000-0xbfffffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160224] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160306] system 00:00: iomem range 0xfed4c000-0xffffffff could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160404] system 00:02: ioport range 0x164e-0x164f has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160475] system 00:02: ioport range 0x1000-0x107f has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160544] system 00:02: ioport range 0x1180-0x11bf has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160614] system 00:02: ioport range 0x800-0x80f has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160684] system 00:02: ioport range 0x15e0-0x15ef has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160753] system 00:02: ioport range 0x1600-0x165f could not be reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160824] system 00:02: iomem range 0xf0000000-0xf3ffffff has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160895] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.160965] system 00:02: iomem range 0xfed14000-0xfed17fff has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.161036] system 00:02: iomem range 0xfed18000-0xfed18fff has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.161106] system 00:02: iomem range 0xfed19000-0xfed19fff has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.161176] system 00:02: iomem range 0xfed45000-0xfed4bfff has been reserved
Aug 21 09:08:27 BUBBLE kernel: [    0.167421] PM-Timer failed consistency check  (0x0xffffff) - aborting.
Aug 21 09:08:27 BUBBLE kernel: [    0.167720] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xf0000000-0xefffffff]
Aug 21 09:08:27 BUBBLE kernel: [    0.167803] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Aug 21 09:08:27 BUBBLE kernel: [    0.167873] pci 0000:00:01.0:   IO window: 0x2000-0x2fff
Aug 21 09:08:27 BUBBLE kernel: [    0.167946] pci 0000:00:01.0:   MEM window: 0xd4000000-0xd6ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:01.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.0:   IO window: 0x3000-0x3fff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.0:   MEM window: 0xfc000000-0xfdffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.0:   PREFETCH window: 0x000000f8000000-0x000000f80fffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.1:   IO window: 0x4000-0x4fff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.1:   MEM window: 0xdc100000-0xdf2fffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.1:   PREFETCH window: 0x000000dfd00000-0x000000dfdfffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.2:   IO window: 0x5000-0x5fff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.2:   MEM window: 0xd8000000-0xd9ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.2:   PREFETCH window: 0x000000dfa00000-0x000000dfafffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.3:   IO window: 0x6000-0x6fff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.3:   MEM window: 0xd0000000-0xd1ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.3:   PREFETCH window: 0x000000df700000-0x000000df7fffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.4:   IO window: 0x7000-0x7fff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.4:   MEM window: 0xcc000000-0xcdffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1c.4:   PREFETCH window: 0x000000df400000-0x000000df4fffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:15:00.0:   IO window: 0x008000-0x0080ff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:15:00.0:   IO window: 0x008400-0x0084ff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:15:00.0:   PREFETCH window: 0xf4000000-0xf7ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:15:00.0:   MEM window: 0xc0000000-0xc3ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1e.0:   IO window: 0x8000-0xbfff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1e.0:   MEM window: 0xf8100000-0xfbffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.168005] pci 0000:00:1e.0:   PREFETCH window: 0x000000f4000000-0x000000f7ffffff
Aug 21 09:08:27 BUBBLE kernel: [    0.170509] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 21 09:08:27 BUBBLE kernel: [    0.170628] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Aug 21 09:08:27 BUBBLE kernel: [    0.170752] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Aug 21 09:08:27 BUBBLE kernel: [    0.170879] pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Aug 21 09:08:27 BUBBLE kernel: [    0.171003] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
Aug 21 09:08:27 BUBBLE kernel: [    0.171113] xen_allocate_pirq: returning irq 20 for gsi 20
Aug 21 09:08:27 BUBBLE kernel: [    0.171184] Already setup the GSI :20
Aug 21 09:08:27 BUBBLE kernel: [    0.171249] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Aug 21 09:08:27 BUBBLE kernel: [    0.171341] pci 0000:00:1e.0: enabling device (0005 -> 0007)
Aug 21 09:08:27 BUBBLE kernel: [    0.171457] xen_allocate_pirq: returning irq 16 for gsi 16
Aug 21 09:08:27 BUBBLE kernel: [    0.171527] Already setup the GSI :16
Aug 21 09:08:27 BUBBLE kernel: [    0.171592] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 21 09:08:27 BUBBLE kernel: [    0.171804] NET: Registered protocol family 2
Aug 21 09:08:27 BUBBLE kernel: [    0.172243] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.175204] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.179604] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.180250] TCP: Hash tables configured (established 524288 bind 65536)
Aug 21 09:08:27 BUBBLE kernel: [    0.180322] TCP reno registered
Aug 21 09:08:27 BUBBLE kernel: [    0.180527] NET: Registered protocol family 1
Aug 21 09:08:27 BUBBLE kernel: [    0.181081] Unpacking initramfs...
Aug 21 09:08:27 BUBBLE kernel: [    0.220141] Freeing initrd memory: 25838k freed
Aug 21 09:08:27 BUBBLE kernel: [    0.235769] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 21 09:08:27 BUBBLE kernel: [    0.235850] DMA: Placing 64MB software IO TLB between ffff8800065e2000 - ffff88000a5e2000
Aug 21 09:08:27 BUBBLE kernel: [    0.235932] DMA: software IO TLB at phys 0x65e2000 - 0xa5e2000
Aug 21 09:08:27 BUBBLE kernel: [    0.236138] Simple Boot Flag at 0x35 set to 0x1
Aug 21 09:08:27 BUBBLE kernel: [    0.236660] audit: initializing netlink socket (disabled)
Aug 21 09:08:27 BUBBLE kernel: [    0.236744] type=2000 audit(1282396097.911:1): initialized
Aug 21 09:08:27 BUBBLE kernel: [    0.240488] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Aug 21 09:08:27 BUBBLE kernel: [    0.242401] VFS: Disk quotas dquot_6.5.2
Aug 21 09:08:27 BUBBLE kernel: [    0.246349] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 21 09:08:27 BUBBLE kernel: [    0.248303] msgmni has been set to 5885
Aug 21 09:08:27 BUBBLE kernel: [    0.248652] alg: No test for stdrng (krng)
Aug 21 09:08:27 BUBBLE kernel: [    0.248787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Aug 21 09:08:27 BUBBLE kernel: [    0.248869] io scheduler noop registered
Aug 21 09:08:27 BUBBLE kernel: [    0.248934] io scheduler anticipatory registered
Aug 21 09:08:27 BUBBLE kernel: [    0.248999] io scheduler deadline registered
Aug 21 09:08:27 BUBBLE kernel: [    0.249103] io scheduler cfq registered (default)
Aug 21 09:08:27 BUBBLE kernel: [    0.258360] hpet_acpi_add: no address or irqs in _CRS
Aug 21 09:08:27 BUBBLE kernel: [    0.258460] Linux agpgart interface v0.103
Aug 21 09:08:27 BUBBLE kernel: [    0.258611] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 21 09:08:27 BUBBLE kernel: [    0.259168] input: Macintosh mouse button emulation as /devices/virtual/input/input0
Aug 21 09:08:27 BUBBLE kernel: [    0.259316] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Aug 21 09:08:27 BUBBLE kernel: [    0.267171] serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 21 09:08:27 BUBBLE kernel: [    0.267244] serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 21 09:08:27 BUBBLE kernel: [    0.267412] mice: PS/2 mouse device common for all mice
Aug 21 09:08:27 BUBBLE kernel: [    0.267560] rtc_cmos 00:07: RTC can wake from S4
Aug 21 09:08:27 BUBBLE kernel: [    0.267678] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
Aug 21 09:08:27 BUBBLE kernel: [    0.267807] rtc0: alarms up to one month, y3k, 114 bytes nvram
Aug 21 09:08:27 BUBBLE kernel: [    0.267886] cpuidle: using governor ladder
Aug 21 09:08:27 BUBBLE kernel: [    0.267952] cpuidle: using governor menu
Aug 21 09:08:27 BUBBLE kernel: [    0.268021] No iBFT detected.
Aug 21 09:08:27 BUBBLE kernel: [    0.268417] TCP cubic registered
Aug 21 09:08:27 BUBBLE kernel: [    0.268643] NET: Registered protocol family 10
Aug 21 09:08:27 BUBBLE kernel: [    0.269277] lo: Disabled Privacy Extensions
Aug 21 09:08:27 BUBBLE kernel: [    0.269653] Mobile IPv6
Aug 21 09:08:27 BUBBLE kernel: [    0.269720] NET: Registered protocol family 17
Aug 21 09:08:27 BUBBLE kernel: [    0.269899] registered taskstats version 1
Aug 21 09:08:27 BUBBLE kernel: [    0.271622] rtc_cmos 00:07: setting system clock to 2010-08-21 13:08:17 UTC (1282396097)
Aug 21 09:08:27 BUBBLE kernel: [    0.271773] Initalizing network drop monitor service
Aug 21 09:08:27 BUBBLE kernel: [    0.271921] Freeing unused kernel memory: 596k freed
Aug 21 09:08:27 BUBBLE kernel: [    0.272302] Write protecting the kernel read-only data: 4312k
Aug 21 09:08:27 BUBBLE kernel: [    0.272838] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Aug 21 09:08:27 BUBBLE kernel: [    0.309082] udev: starting version 160
Aug 21 09:08:27 BUBBLE kernel: [    0.483828] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
Aug 21 09:08:27 BUBBLE kernel: [    0.483904] e1000e: Copyright (c) 1999-2008 Intel Corporation.
Aug 21 09:08:27 BUBBLE kernel: [    0.484005] xen_allocate_pirq: returning irq 20 for gsi 20
Aug 21 09:08:27 BUBBLE kernel: [    0.484159] Already setup the GSI :20
Aug 21 09:08:27 BUBBLE kernel: [    0.484226] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Aug 21 09:08:27 BUBBLE kernel: [    0.518058] usbcore: registered new interface driver usbfs
Aug 21 09:08:27 BUBBLE kernel: [    0.518167] usbcore: registered new interface driver hub
Aug 21 09:08:27 BUBBLE kernel: [    0.536243] usbcore: registered new device driver usb
Aug 21 09:08:27 BUBBLE kernel: [    0.540833] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 21 09:08:27 BUBBLE kernel: [    0.546084] SCSI subsystem initialized
Aug 21 09:08:27 BUBBLE kernel: [    0.571199] ricoh-mmc: Ricoh MMC Controller disabling driver
Aug 21 09:08:27 BUBBLE kernel: [    0.571273] ricoh-mmc: Copyright(c) Philip Langdale
Aug 21 09:08:27 BUBBLE kernel: [    0.571369] ricoh-mmc: Ricoh MMC controller found at 0000:15:00.3 [1180:0843] (rev 11)
Aug 21 09:08:27 BUBBLE kernel: [    0.571501] ricoh-mmc: Controller is now disabled.
Aug 21 09:08:27 BUBBLE kernel: [    0.578416] firewire_ohci 0000:15:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Aug 21 09:08:27 BUBBLE kernel: [    0.582136] thermal LNXTHERM:01: registered as thermal_zone0
Aug 21 09:08:27 BUBBLE kernel: [    0.582218] ACPI: Thermal Zone [THM0] (36 C)
Aug 21 09:08:27 BUBBLE kernel: [    0.584190] sdhci: Secure Digital Host Controller Interface driver
Aug 21 09:08:27 BUBBLE kernel: [    0.584219] thermal LNXTHERM:02: registered as thermal_zone1
Aug 21 09:08:27 BUBBLE kernel: [    0.584232] ACPI: Thermal Zone [THM1] (41 C)
Aug 21 09:08:27 BUBBLE kernel: [    0.584389] sdhci: Copyright(c) Pierre Ossman
Aug 21 09:08:27 BUBBLE kernel: [    0.660018] firewire_ohci: Added fw-ohci device 0000:15:00.1, OHCI version 1.10
Aug 21 09:08:27 BUBBLE kernel: [    0.660162] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
Aug 21 09:08:27 BUBBLE kernel: [    0.660317] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Aug 21 09:08:27 BUBBLE kernel: [    0.661435] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
Aug 21 09:08:27 BUBBLE kernel: [    0.662633] Registered led device: mmc0::
Aug 21 09:08:27 BUBBLE kernel: [    0.663737] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
Aug 21 09:08:27 BUBBLE kernel: [    0.742668] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:15:58:c9:91:92
Aug 21 09:08:27 BUBBLE kernel: [    0.742753] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
Aug 21 09:08:27 BUBBLE kernel: [    0.742859] 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: ffffff-0ff
Aug 21 09:08:27 BUBBLE kernel: [    0.743236] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.743557] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.743641] xen_allocate_pirq: returning irq 22 for gsi 22
Aug 21 09:08:27 BUBBLE kernel: [    0.743711] Already setup the GSI :22
Aug 21 09:08:27 BUBBLE kernel: [    0.743776] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Aug 21 09:08:27 BUBBLE kernel: [    0.743877] ehci_hcd 0000:00:1a.7: EHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.743965] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
Aug 21 09:08:27 BUBBLE kernel: [    0.748033] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfe225800
Aug 21 09:08:27 BUBBLE kernel: [    0.756021] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Aug 21 09:08:27 BUBBLE kernel: [    0.756119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Aug 21 09:08:27 BUBBLE kernel: [    0.756188] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.756269] usb usb1: Product: EHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.756334] usb usb1: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.756401] usb usb1: SerialNumber: 0000:00:1a.7
Aug 21 09:08:27 BUBBLE kernel: [    0.756555] usb usb1: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.756664] hub 1-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.756747] hub 1-0:1.0: 4 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.756914] xen_allocate_pirq: returning irq 16 for gsi 16
Aug 21 09:08:27 BUBBLE kernel: [    0.756984] Already setup the GSI :16
Aug 21 09:08:27 BUBBLE kernel: [    0.757049] ata_piix 0000:00:1f.1: PCI INT C -> GSI 16 (level, low) -> IRQ 16
Aug 21 09:08:27 BUBBLE kernel: [    0.757331] scsi0 : ata_piix
Aug 21 09:08:27 BUBBLE kernel: [    0.757522] scsi1 : ata_piix
Aug 21 09:08:27 BUBBLE kernel: [    0.758591] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18c0 irq 14
Aug 21 09:08:27 BUBBLE kernel: [    0.758660] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18c8 irq 15
Aug 21 09:08:27 BUBBLE kernel: [    0.758813] xen_allocate_pirq: returning irq 16 for gsi 16
Aug 21 09:08:27 BUBBLE kernel: [    0.758885] Already setup the GSI :16
Aug 21 09:08:27 BUBBLE kernel: [    0.758950] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
Aug 21 09:08:27 BUBBLE kernel: [    0.759274] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x5 impl SATA mode
Aug 21 09:08:27 BUBBLE kernel: [    0.759382] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
Aug 21 09:08:27 BUBBLE kernel: [    0.759779] scsi2 : ahci
Aug 21 09:08:27 BUBBLE kernel: [    0.759950] scsi3 : ahci
Aug 21 09:08:27 BUBBLE kernel: [    0.760133] scsi4 : ahci
Aug 21 09:08:27 BUBBLE kernel: [    0.760337] ata3: SATA max UDMA/133 abar m2048@0xfe225000 port 0xfe225100 irq 746
Aug 21 09:08:27 BUBBLE kernel: [    0.760417] ata4: DUMMY
Aug 21 09:08:27 BUBBLE kernel: [    0.760483] ata5: SATA max UDMA/133 abar m2048@0xfe225000 port 0xfe225200 irq 746
Aug 21 09:08:27 BUBBLE kernel: [    0.760925] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.761238] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.761340] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Aug 21 09:08:27 BUBBLE kernel: [    0.761438] ehci_hcd 0000:00:1d.7: EHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.761515] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
Aug 21 09:08:27 BUBBLE kernel: [    0.761674] ehci_hcd 0000:00:1d.7: debug port 1
Aug 21 09:08:27 BUBBLE kernel: [    0.765669] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfe225c00
Aug 21 09:08:27 BUBBLE kernel: [    0.780024] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Aug 21 09:08:27 BUBBLE kernel: [    0.780118] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Aug 21 09:08:27 BUBBLE kernel: [    0.780188] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.780269] usb usb2: Product: EHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.780335] usb usb2: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.780404] usb usb2: SerialNumber: 0000:00:1d.7
Aug 21 09:08:27 BUBBLE kernel: [    0.780555] usb usb2: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.780675] hub 2-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.780757] hub 2-0:1.0: 6 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.873530] uhci_hcd: USB Universal Host Controller Interface driver
Aug 21 09:08:27 BUBBLE kernel: [    0.873646] xen_allocate_pirq: returning irq 20 for gsi 20
Aug 21 09:08:27 BUBBLE kernel: [    0.873721] Already setup the GSI :20
Aug 21 09:08:27 BUBBLE kernel: [    0.873787] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Aug 21 09:08:27 BUBBLE kernel: [    0.873877] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.873953] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Aug 21 09:08:27 BUBBLE kernel: [    0.874130] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001820
Aug 21 09:08:27 BUBBLE kernel: [    0.874284] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
Aug 21 09:08:27 BUBBLE kernel: [    0.874354] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.874435] usb usb3: Product: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.874503] usb usb3: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.874571] usb usb3: SerialNumber: 0000:00:1a.0
Aug 21 09:08:27 BUBBLE kernel: [    0.874724] usb usb3: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.874882] hub 3-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.874966] hub 3-0:1.0: 2 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.876757] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.877068] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.877152] xen_allocate_pirq: returning irq 21 for gsi 21
Aug 21 09:08:27 BUBBLE kernel: [    0.877228] Already setup the GSI :21
Aug 21 09:08:27 BUBBLE kernel: [    0.877298] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Aug 21 09:08:27 BUBBLE kernel: [    0.877392] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.877482] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Aug 21 09:08:27 BUBBLE kernel: [    0.877659] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
Aug 21 09:08:27 BUBBLE kernel: [    0.877823] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Aug 21 09:08:27 BUBBLE kernel: [    0.877901] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.877987] usb usb4: Product: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.878061] usb usb4: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.878131] usb usb4: SerialNumber: 0000:00:1a.1
Aug 21 09:08:27 BUBBLE kernel: [    0.878335] usb usb4: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.878488] hub 4-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.878572] hub 4-0:1.0: 2 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.879093] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.879922] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.880002] xen_allocate_pirq: returning irq 16 for gsi 16
Aug 21 09:08:27 BUBBLE kernel: [    0.880085] Already setup the GSI :16
Aug 21 09:08:27 BUBBLE kernel: [    0.880150] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 21 09:08:27 BUBBLE kernel: [    0.880241] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.880318] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
Aug 21 09:08:27 BUBBLE kernel: [    0.887082] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001860
Aug 21 09:08:27 BUBBLE kernel: [    0.887245] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Aug 21 09:08:27 BUBBLE kernel: [    0.887315] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.887398] usb usb5: Product: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.887466] usb usb5: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.887534] usb usb5: SerialNumber: 0000:00:1d.0
Aug 21 09:08:27 BUBBLE kernel: [    0.887743] usb usb5: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.887901] hub 5-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.887983] hub 5-0:1.0: 2 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.888171] xen_allocate_pirq: returning irq 17 for gsi 17
Aug 21 09:08:27 BUBBLE kernel: [    0.888251] Already setup the GSI :17
Aug 21 09:08:27 BUBBLE kernel: [    0.888322] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Aug 21 09:08:27 BUBBLE kernel: [    0.888415] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.888495] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
Aug 21 09:08:27 BUBBLE kernel: [    0.888643] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001880
Aug 21 09:08:27 BUBBLE kernel: [    0.888791] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Aug 21 09:08:27 BUBBLE kernel: [    0.888861] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.888944] usb usb6: Product: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.889011] usb usb6: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.889079] usb usb6: SerialNumber: 0000:00:1d.1
Aug 21 09:08:27 BUBBLE kernel: [    0.889267] usb usb6: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.889416] hub 6-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.889497] hub 6-0:1.0: 2 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.889907] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.890219] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    0.890299] xen_allocate_pirq: returning irq 18 for gsi 18
Aug 21 09:08:27 BUBBLE kernel: [    0.890370] Already setup the GSI :18
Aug 21 09:08:27 BUBBLE kernel: [    0.890435] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Aug 21 09:08:27 BUBBLE kernel: [    0.890523] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.890599] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
Aug 21 09:08:27 BUBBLE kernel: [    0.890792] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
Aug 21 09:08:27 BUBBLE kernel: [    0.890942] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Aug 21 09:08:27 BUBBLE kernel: [    0.891012] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 21 09:08:27 BUBBLE kernel: [    0.891093] usb usb7: Product: UHCI Host Controller
Aug 21 09:08:27 BUBBLE kernel: [    0.891159] usb usb7: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd
Aug 21 09:08:27 BUBBLE kernel: [    0.891226] usb usb7: SerialNumber: 0000:00:1d.2
Aug 21 09:08:27 BUBBLE kernel: [    0.891366] usb usb7: configuration #1 chosen from 1 choice
Aug 21 09:08:27 BUBBLE kernel: [    0.891469] hub 7-0:1.0: USB hub found
Aug 21 09:08:27 BUBBLE kernel: [    0.891549] hub 7-0:1.0: 2 ports detected
Aug 21 09:08:27 BUBBLE kernel: [    0.920734] ata1.00: ATAPI: HL-DT-ST DVDRAM GMA-4082N, PX07, max UDMA/33
Aug 21 09:08:27 BUBBLE kernel: [    0.936382] ata1.00: configured for UDMA/33
Aug 21 09:08:27 BUBBLE kernel: [    0.942153] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRAM GMA-4082N PX07 PQ: 0 ANSI: 5
Aug 21 09:08:27 BUBBLE kernel: [    1.080036] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Aug 21 09:08:27 BUBBLE kernel: [    1.081384] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Aug 21 09:08:27 BUBBLE kernel: [    1.081469] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Aug 21 09:08:27 BUBBLE kernel: [    1.082656] ata3.00: ATA-8: Hitachi HTS722020K9SA00, DC4OC76A, max UDMA/133
Aug 21 09:08:27 BUBBLE kernel: [    1.082725] ata3.00: 390721968 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Aug 21 09:08:27 BUBBLE kernel: [    1.084261] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Aug 21 09:08:27 BUBBLE kernel: [    1.084345] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Aug 21 09:08:27 BUBBLE kernel: [    1.085543] ata3.00: configured for UDMA/133
Aug 21 09:08:27 BUBBLE kernel: [    1.088029] ata5: SATA link down (SStatus 0 SControl 300)
Aug 21 09:08:27 BUBBLE kernel: [    1.102509] ata3.00: configured for UDMA/133
Aug 21 09:08:27 BUBBLE kernel: [    1.102577] ata3: EH complete
Aug 21 09:08:27 BUBBLE kernel: [    1.102758] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HTS72202 DC4O PQ: 0 ANSI: 5
Aug 21 09:08:27 BUBBLE kernel: [    1.118241] sd 2:0:0:0: [sda] 390721968 512-byte logical blocks: (200 GB/186 GiB)
Aug 21 09:08:27 BUBBLE kernel: [    1.118451] sd 2:0:0:0: [sda] Write Protect is off
Aug 21 09:08:27 BUBBLE kernel: [    1.118672] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 21 09:08:27 BUBBLE kernel: [    1.118999]  sda: sda1 sda2 < sda5
Aug 21 09:08:27 BUBBLE kernel: [    1.160107] firewire_core: created device fw0: GUID 00016c2000175c12, S400
Aug 21 09:08:27 BUBBLE kernel: [    1.163799]  sda6 sda7 >
Aug 21 09:08:27 BUBBLE kernel: [    1.179087] sd 2:0:0:0: [sda] Attached SCSI disk
Aug 21 09:08:27 BUBBLE kernel: [    1.195318] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Aug 21 09:08:27 BUBBLE kernel: [    1.195403] Uniform CD-ROM driver Revision: 3.20
Aug 21 09:08:27 BUBBLE kernel: [    1.202236] sr 0:0:0:0: Attached scsi generic sg0 type 5
Aug 21 09:08:27 BUBBLE kernel: [    1.202783] sd 2:0:0:0: Attached scsi generic sg1 type 0
Aug 21 09:08:27 BUBBLE kernel: [    1.958045] PM: Starting manual resume from disk
Aug 21 09:08:27 BUBBLE kernel: [    2.023309] EXT4-fs (sda5): mounted filesystem with ordered data mode
Aug 21 09:08:27 BUBBLE kernel: [    3.374930] udev: starting version 160
Aug 21 09:08:27 BUBBLE kernel: [    3.647635] ACPI: SSDT 00000000bfee1b32 002C4 (v01  PmRef  Cpu0Ist 00000100 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    3.674770] ACPI: SSDT 00000000bfee1e7b 0085E (v01  PmRef  Cpu0Cst 00000100 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    3.743351] Marking TSC unstable due to TSC halts in idle
Aug 21 09:08:27 BUBBLE kernel: [    3.743477] ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3])
Aug 21 09:08:27 BUBBLE kernel: [    3.744470] ACPI: SSDT 00000000bfee1a6a 000C8 (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    3.747336] ACPI: SSDT 00000000bfee1df6 00085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
Aug 21 09:08:27 BUBBLE kernel: [    3.785277] ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3])
Aug 21 09:08:27 BUBBLE kernel: [    3.857747] ACPI: AC Adapter [AC] (on-line)
Aug 21 09:08:27 BUBBLE kernel: [    3.865168] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Aug 21 09:08:27 BUBBLE kernel: [    3.874959] ACPI: Lid Switch [LID]
Aug 21 09:08:27 BUBBLE kernel: [    3.875253] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
Aug 21 09:08:27 BUBBLE kernel: [    3.875403] ACPI: Sleep Button [SLPB]
Aug 21 09:08:27 BUBBLE kernel: [    3.875754] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Aug 21 09:08:27 BUBBLE kernel: [    3.875892] ACPI: Power Button [PWRF]
Aug 21 09:08:27 BUBBLE kernel: [    3.892598] ACPI: Battery Slot [BAT0] (battery present)
Aug 21 09:08:27 BUBBLE kernel: [    3.919222] cfg80211: Using static regulatory domain info
Aug 21 09:08:27 BUBBLE kernel: [    3.919296] cfg80211: Regulatory domain: US
Aug 21 09:08:27 BUBBLE kernel: [    3.919364] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 21 09:08:27 BUBBLE kernel: [    3.919447] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
Aug 21 09:08:27 BUBBLE kernel: [    3.919518] 	(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Aug 21 09:08:27 BUBBLE kernel: [    3.919588] 	(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Aug 21 09:08:27 BUBBLE kernel: [    3.919659] 	(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Aug 21 09:08:27 BUBBLE kernel: [    3.919730] 	(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
Aug 21 09:08:27 BUBBLE kernel: [    3.919800] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
Aug 21 09:08:27 BUBBLE kernel: [    3.919878] cfg80211: Calling CRDA for country: US
Aug 21 09:08:27 BUBBLE kernel: [    3.927235] ACPI: WMI: Mapper loaded
Aug 21 09:08:27 BUBBLE kernel: [    4.186065] Non-volatile memory driver v1.3
Aug 21 09:08:27 BUBBLE kernel: [    4.218853] input: PC Speaker as /devices/platform/pcspkr/input/input5
Aug 21 09:08:27 BUBBLE kernel: [    4.271756] thinkpad_acpi: ThinkPad ACPI Extras v0.23
Aug 21 09:08:27 BUBBLE kernel: [    4.271827] thinkpad_acpi: http://ibm-acpi.sf.net/
Aug 21 09:08:27 BUBBLE kernel: [    4.271894] thinkpad_acpi: ThinkPad BIOS 7KETC9WW (2.29 ), EC 7KHT24WW-1.08
Aug 21 09:08:27 BUBBLE kernel: [    4.271963] thinkpad_acpi: Lenovo ThinkPad R61, model 8919W1B
Aug 21 09:08:27 BUBBLE kernel: [    4.274218] thinkpad_acpi: ACPI backlight control delay disabled
Aug 21 09:08:27 BUBBLE kernel: [    4.274644] thinkpad_acpi: radio switch found; radios are enabled
Aug 21 09:08:27 BUBBLE kernel: [    4.275029] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Aug 21 09:08:27 BUBBLE kernel: [    4.275116] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Aug 21 09:08:27 BUBBLE kernel: [    4.283770] acpi device:06: registered as cooling_device0
Aug 21 09:08:27 BUBBLE kernel: [    4.284954] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input6
Aug 21 09:08:27 BUBBLE kernel: [    4.285097] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
Aug 21 09:08:27 BUBBLE kernel: [    4.286516] Registered led device: tpacpi::thinklight
Aug 21 09:08:27 BUBBLE kernel: [    4.286625] Registered led device: tpacpi::power
Aug 21 09:08:27 BUBBLE kernel: [    4.286725] Registered led device: tpacpi::standby
Aug 21 09:08:27 BUBBLE kernel: [    4.286817] Registered led device: tpacpi::thinkvantage
Aug 21 09:08:27 BUBBLE kernel: [    4.292105] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
Aug 21 09:08:27 BUBBLE kernel: [    4.292592] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
Aug 21 09:08:27 BUBBLE kernel: [    4.661258] nvidia: module license 'NVIDIA' taints kernel.
Aug 21 09:08:27 BUBBLE kernel: [    4.661375] Disabling lock debugging due to kernel taint
Aug 21 09:08:27 BUBBLE kernel: [    4.792648] xen_allocate_pirq: returning irq 23 for gsi 23
Aug 21 09:08:27 BUBBLE kernel: [    4.792723] Already setup the GSI :23
Aug 21 09:08:27 BUBBLE kernel: [    4.792789] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Aug 21 09:08:27 BUBBLE kernel: [    4.805998] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
Aug 21 09:08:27 BUBBLE kernel: [    4.806086] iwl3945: Copyright(c) 2003-2009 Intel Corporation
Aug 21 09:08:27 BUBBLE kernel: [    4.806283] xen_allocate_pirq: returning irq 17 for gsi 17
Aug 21 09:08:27 BUBBLE kernel: [    4.806355] Already setup the GSI :17
Aug 21 09:08:27 BUBBLE kernel: [    4.806421] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Aug 21 09:08:27 BUBBLE kernel: [    4.875688] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
Aug 21 09:08:27 BUBBLE kernel: [    4.879368] iwl3945 0000:03:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
Aug 21 09:08:27 BUBBLE kernel: [    4.879454] iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
Aug 21 09:08:27 BUBBLE kernel: [    5.000827] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
Aug 21 09:08:27 BUBBLE kernel: [    5.000903] yenta_cardbus 0000:15:00.0: Socket status: 30000006
Aug 21 09:08:27 BUBBLE kernel: [    5.000978] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge I/O window: 0x8000 - 0xbfff
Aug 21 09:08:27 BUBBLE kernel: [    5.001064] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xf8100000 - 0xfbffffff
Aug 21 09:08:27 BUBBLE kernel: [    5.001151] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xf4000000 - 0xf7ffffff
Aug 21 09:08:27 BUBBLE kernel: [    5.040474] nvidia 0000:01:00.0: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    5.040606] nvidia 0000:01:00.0: power state changed by ACPI to D0
Aug 21 09:08:27 BUBBLE kernel: [    5.044095] xen_allocate_pirq: returning irq 16 for gsi 16
Aug 21 09:08:27 BUBBLE kernel: [    5.046230] Already setup the GSI :16
Aug 21 09:08:27 BUBBLE kernel: [    5.046297] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 21 09:08:27 BUBBLE kernel: [    5.046387] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
Aug 21 09:08:27 BUBBLE kernel: [    5.046676] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  173.14.25  Thu Jan 28 01:53:43 PST 2010
Aug 21 09:08:27 BUBBLE kernel: [    5.046900] NVRM: PAT configuration unsupported, falling back to MTRRs.
Aug 21 09:08:27 BUBBLE kernel: [    5.086594] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input8
Aug 21 09:08:27 BUBBLE kernel: [    5.118010] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input9
Aug 21 09:08:27 BUBBLE kernel: [    5.380427] xen_allocate_pirq: returning irq 17 for gsi 17
Aug 21 09:08:27 BUBBLE kernel: [    5.380569] Already setup the GSI :17
Aug 21 09:08:27 BUBBLE kernel: [    5.380676] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Aug 21 09:08:27 BUBBLE kernel: [    5.381288] hda_intel: probe_mask set to 0x1 for device 17aa:20ac
Aug 21 09:08:27 BUBBLE kernel: [    5.897628] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input10
Aug 21 09:08:27 BUBBLE kernel: [    6.738725] Adding 2051064k swap on /dev/sda7.  Priority:-1 extents:1 across:2051064k 
Aug 21 09:08:27 BUBBLE kernel: [    7.163749] loop: module loaded
Aug 21 09:08:27 BUBBLE kernel: [    7.189119] thinkpad_ec: thinkpad_ec 0.40 loaded.
Aug 21 09:08:27 BUBBLE kernel: [    7.193144] tp_smapi 0.40 loading...
Aug 21 09:08:27 BUBBLE kernel: [    7.193360] tp_smapi successfully loaded (smapi_port=0xb2).
Aug 21 09:08:27 BUBBLE kernel: [    7.200683] hdaps: LENOVO ThinkPad R61 detected, setting orientation 1
Aug 21 09:08:27 BUBBLE kernel: [    7.202170] hdaps: device successfully initialized.
Aug 21 09:08:27 BUBBLE kernel: [    7.204108] input: ThinkPad HDAPS joystick emulation as /devices/virtual/input/input11
Aug 21 09:08:27 BUBBLE kernel: [    7.205196] input: ThinkPad HDAPS accelerometer data as /devices/virtual/input/input12
Aug 21 09:08:27 BUBBLE kernel: [    7.205484] hdaps: driver successfully loaded.
Aug 21 09:08:27 BUBBLE kernel: [    8.911908] fuse init (API version 7.13)
Aug 21 09:08:27 BUBBLE kernel: [    9.914986] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 21 09:08:27 BUBBLE kernel: [   10.065310] Event-channel device installed.
Aug 21 09:08:28 BUBBLE kernel: [   10.992299] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input13
Aug 21 09:08:32 BUBBLE kernel: [   15.033362] iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-2.ucode
Aug 21 09:08:32 BUBBLE kernel: [   15.287877] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
Aug 21 09:08:32 BUBBLE kernel: [   15.357634] Registered led device: iwl-phy0::radio
Aug 21 09:08:32 BUBBLE kernel: [   15.357734] Registered led device: iwl-phy0::assoc
Aug 21 09:08:32 BUBBLE kernel: [   15.357821] Registered led device: iwl-phy0::RX
Aug 21 09:08:32 BUBBLE kernel: [   15.357904] Registered led device: iwl-phy0::TX
Aug 21 09:08:32 BUBBLE kernel: [   15.374662] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Aug 21 09:08:34 BUBBLE kernel: [   17.277556] Bridge firewalling registered
Aug 21 09:08:35 BUBBLE kernel: [   17.927877] lp: driver loaded but no devices found
Aug 21 09:08:35 BUBBLE kernel: [   17.968614] ppdev: user-space parallel port driver
Aug 21 09:08:45 BUBBLE kernel: [   28.172092] smapi smapi: set_real_thresh: set start to 39 for bat=0
Aug 21 09:08:45 BUBBLE kernel: [   28.396093] smapi smapi: set_real_thresh: set stop to 70 for bat=0
Aug 21 09:08:49 BUBBLE kernel: [   32.126698] PGD 2b01067 PUD bc850067 PMD 242d067 PTE fffffffffffff237
Aug 21 09:08:49 BUBBLE kernel: [   32.126716] CPU 0 
Aug 21 09:08:49 BUBBLE kernel: [   32.126720] Modules linked in: cpufreq_powersave cpufreq_conservative cpufreq_userspace cpufreq_stats parport_pc ppdev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdaps tp_smapi thinkpad_ec loop firewire_sbp2 snd_hda_codec_analog snd_hda_intel snd_hda_codec joydev snd_hwdep arc4 pcmcia snd_pcm_oss snd_mixer_oss snd_pcm ecb snd_seq_midi yenta_socket serio_raw iwl3945 snd_rawmidi i2c_i801 rsrc_nonstatic nvidia(P) snd_seq_midi_event video thinkpad_acpi pcmcia_core iwlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button battery ac processor acpi_processor ext4 mbcache jbd2 crc16 sg sr_mod sd_mod crc_t10dif cdrom ata_generic uhci_hcd sdhci_pci sdhci ahci firewire_ohci ata_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_wait_scan]
Aug 21 09:08:49 BUBBLE kernel: [   32.126863] Pid: 1723, comm: Xorg Tainted: P           2.6.32-5-xen-amd64 #1 8919W1B
Aug 21 09:08:49 BUBBLE kernel: [   32.126867] RIP: e033:[<00007ff88e2ecc22>]  [<00007ff88e2ecc22>] 0x7ff88e2ecc22
Aug 21 09:08:49 BUBBLE kernel: [   32.126875] RSP: e02b:00007fff2738f110  EFLAGS: 00010203
Aug 21 09:08:49 BUBBLE kernel: [   32.126878] RAX: 0000000000000000 RBX: 000000000151c440 RCX: 0000000000000001
Aug 21 09:08:49 BUBBLE kernel: [   32.126882] RDX: 0000000000000000 RSI: 00007ff893775000 RDI: 0000000000000000
Aug 21 09:08:49 BUBBLE kernel: [   32.126885] RBP: 0000000000000020 R08: 000000000151c3c0 R09: 00007ff893776018
Aug 21 09:08:49 BUBBLE kernel: [   32.126888] R10: 00007ff893776008 R11: 0000000000000206 R12: 0000000000000002
Aug 21 09:08:49 BUBBLE kernel: [   32.126891] R13: 0000000000000001 R14: 00007ff88e872af0 R15: 00007ff88e872af0
Aug 21 09:08:49 BUBBLE kernel: [   32.126897] FS:  00007ff893760700(0000) GS:ffff880003800000(0000) knlGS:0000000000000000
Aug 21 09:08:49 BUBBLE kernel: [   32.126901] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug 21 09:08:49 BUBBLE kernel: [   32.126904] CR2: 00007ff893775000 CR3: 00000000bcfb6000 CR4: 0000000000002660
Aug 21 09:08:49 BUBBLE kernel: [   32.126907] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 21 09:08:49 BUBBLE kernel: [   32.126911] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Aug 21 09:08:49 BUBBLE kernel: [   32.126915] Process Xorg (pid: 1723, threadinfo ffff880002a06000, task ffff8800bce58000)
Aug 21 09:08:49 BUBBLE kernel: [   32.126917] 
Aug 21 09:08:49 BUBBLE kernel: [   32.126924]  RSP <00007fff2738f110>
Aug 21 09:08:49 BUBBLE kernel: [   32.126929] ---[ end trace 49a53d55e2ef959f ]---
Aug 21 09:09:03 BUBBLE kernel: [   46.085869] PGD 27c7067 PUD bd452067 PMD 274f067 PTE fffffffffffff237
Aug 21 09:09:03 BUBBLE kernel: [   46.085888] CPU 1 
Aug 21 09:09:03 BUBBLE kernel: [   46.085891] Modules linked in: cpufreq_powersave cpufreq_conservative cpufreq_userspace cpufreq_stats parport_pc ppdev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdaps tp_smapi thinkpad_ec loop firewire_sbp2 snd_hda_codec_analog snd_hda_intel snd_hda_codec joydev snd_hwdep arc4 pcmcia snd_pcm_oss snd_mixer_oss snd_pcm ecb snd_seq_midi yenta_socket serio_raw iwl3945 snd_rawmidi i2c_i801 rsrc_nonstatic nvidia(P) snd_seq_midi_event video thinkpad_acpi pcmcia_core iwlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button battery ac processor acpi_processor ext4 mbcache jbd2 crc16 sg sr_mod sd_mod crc_t10dif cdrom ata_generic uhci_hcd sdhci_pci sdhci ahci firewire_ohci ata_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_wait_scan]
Aug 21 09:09:03 BUBBLE kernel: [   46.086035] Pid: 1981, comm: Xorg Tainted: P      D    2.6.32-5-xen-amd64 #1 8919W1B
Aug 21 09:09:03 BUBBLE kernel: [   46.086038] RIP: e033:[<00007f70d0740c22>]  [<00007f70d0740c22>] 0x7f70d0740c22
Aug 21 09:09:03 BUBBLE kernel: [   46.086047] RSP: e02b:00007fff034f2250  EFLAGS: 00010203
Aug 21 09:09:03 BUBBLE kernel: [   46.086050] RAX: 0000000000000000 RBX: 00000000027b0440 RCX: 0000000000000001
Aug 21 09:09:03 BUBBLE kernel: [   46.086053] RDX: 0000000000000000 RSI: 00007f70d5bc9000 RDI: 0000000000000000
Aug 21 09:09:03 BUBBLE kernel: [   46.086056] RBP: 0000000000000020 R08: 00000000027b03c0 R09: 00007f70d5bca018
Aug 21 09:09:03 BUBBLE kernel: [   46.086059] R10: 00007f70d5bca008 R11: 0000000000000202 R12: 0000000000000002
Aug 21 09:09:03 BUBBLE kernel: [   46.086062] R13: 0000000000000001 R14: 00007f70d0cc6af0 R15: 00007f70d0cc6af0
Aug 21 09:09:03 BUBBLE kernel: [   46.086068] FS:  00007f70d5bb4700(0000) GS:ffff88000381e000(0000) knlGS:0000000000000000
Aug 21 09:09:03 BUBBLE kernel: [   46.086072] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug 21 09:09:03 BUBBLE kernel: [   46.086075] CR2: 00007f70d5bc9000 CR3: 00000000025e2000 CR4: 0000000000002660
Aug 21 09:09:03 BUBBLE kernel: [   46.086078] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 21 09:09:03 BUBBLE kernel: [   46.086082] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Aug 21 09:09:03 BUBBLE kernel: [   46.086086] Process Xorg (pid: 1981, threadinfo ffff8800bd0c4000, task ffff8800bd4169f0)
Aug 21 09:09:03 BUBBLE kernel: [   46.086088] 
Aug 21 09:09:03 BUBBLE kernel: [   46.086095]  RSP <00007fff034f2250>
Aug 21 09:09:03 BUBBLE kernel: [   46.086100] ---[ end trace 49a53d55e2ef95a0 ]---
Aug 21 09:09:15 BUBBLE kernel: [   58.736132] PGD 267f067 PUD 265e067 PMD 2be3067 PTE fffffffffffff237
Aug 21 09:09:15 BUBBLE kernel: [   58.736152] CPU 1 
Aug 21 09:09:15 BUBBLE kernel: [   58.736156] Modules linked in: cpufreq_powersave cpufreq_conservative cpufreq_userspace cpufreq_stats parport_pc ppdev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdaps tp_smapi thinkpad_ec loop firewire_sbp2 snd_hda_codec_analog snd_hda_intel snd_hda_codec joydev snd_hwdep arc4 pcmcia snd_pcm_oss snd_mixer_oss snd_pcm ecb snd_seq_midi yenta_socket serio_raw iwl3945 snd_rawmidi i2c_i801 rsrc_nonstatic nvidia(P) snd_seq_midi_event video thinkpad_acpi pcmcia_core iwlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button battery ac processor acpi_processor ext4 mbcache jbd2 crc16 sg sr_mod sd_mod crc_t10dif cdrom ata_generic uhci_hcd sdhci_pci sdhci ahci firewire_ohci ata_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_wait_scan]
Aug 21 09:09:15 BUBBLE kernel: [   58.736308] Pid: 1984, comm: Xorg Tainted: P      D    2.6.32-5-xen-amd64 #1 8919W1B
Aug 21 09:09:15 BUBBLE kernel: [   58.736311] RIP: e033:[<00007f0dc2941c22>]  [<00007f0dc2941c22>] 0x7f0dc2941c22
Aug 21 09:09:15 BUBBLE kernel: [   58.736319] RSP: e02b:00007fff876c99a0  EFLAGS: 00010203
Aug 21 09:09:15 BUBBLE kernel: [   58.736322] RAX: 0000000000000000 RBX: 000000000216a440 RCX: 0000000000000001
Aug 21 09:09:15 BUBBLE kernel: [   58.736325] RDX: 0000000000000000 RSI: 00007f0dc7dca000 RDI: 0000000000000000
Aug 21 09:09:15 BUBBLE kernel: [   58.736329] RBP: 0000000000000020 R08: 000000000216a3c0 R09: 00007f0dc7dcb018
Aug 21 09:09:15 BUBBLE kernel: [   58.736332] R10: 00007f0dc7dcb008 R11: 0000000000000206 R12: 0000000000000002
Aug 21 09:09:15 BUBBLE kernel: [   58.736335] R13: 0000000000000001 R14: 00007f0dc2ec7af0 R15: 00007f0dc2ec7af0
Aug 21 09:09:15 BUBBLE kernel: [   58.736341] FS:  00007f0dc7db5700(0000) GS:ffff88000381e000(0000) knlGS:0000000000000000
Aug 21 09:09:15 BUBBLE kernel: [   58.736345] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug 21 09:09:15 BUBBLE kernel: [   58.736351] CR2: 00007f0dc7dca000 CR3: 0000000002733000 CR4: 0000000000002660
Aug 21 09:09:15 BUBBLE kernel: [   58.736355] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 21 09:09:15 BUBBLE kernel: [   58.736358] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Aug 21 09:09:15 BUBBLE kernel: [   58.736362] Process Xorg (pid: 1984, threadinfo ffff880002b86000, task ffff8800bd4169f0)
Aug 21 09:09:15 BUBBLE kernel: [   58.736364] 
Aug 21 09:09:15 BUBBLE kernel: [   58.736371]  RSP <00007fff876c99a0>
Aug 21 09:09:15 BUBBLE kernel: [   58.736376] ---[ end trace 49a53d55e2ef95a1 ]---
Aug 21 09:09:28 BUBBLE kernel: [   71.388438] PGD bd205067 PUD bc808067 PMD 202e067 PTE fffffffffffff237
Aug 21 09:09:28 BUBBLE kernel: [   71.388456] CPU 1 
Aug 21 09:09:28 BUBBLE kernel: [   71.388460] Modules linked in: cpufreq_powersave cpufreq_conservative cpufreq_userspace cpufreq_stats parport_pc ppdev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdaps tp_smapi thinkpad_ec loop firewire_sbp2 snd_hda_codec_analog snd_hda_intel snd_hda_codec joydev snd_hwdep arc4 pcmcia snd_pcm_oss snd_mixer_oss snd_pcm ecb snd_seq_midi yenta_socket serio_raw iwl3945 snd_rawmidi i2c_i801 rsrc_nonstatic nvidia(P) snd_seq_midi_event video thinkpad_acpi pcmcia_core iwlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button battery ac processor acpi_processor ext4 mbcache jbd2 crc16 sg sr_mod sd_mod crc_t10dif cdrom ata_generic uhci_hcd sdhci_pci sdhci ahci firewire_ohci ata_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_wait_scan]
Aug 21 09:09:28 BUBBLE kernel: [   71.388603] Pid: 1987, comm: Xorg Tainted: P      D    2.6.32-5-xen-amd64 #1 8919W1B
Aug 21 09:09:28 BUBBLE kernel: [   71.388606] RIP: e033:[<00007f5ae336ec22>]  [<00007f5ae336ec22>] 0x7f5ae336ec22
Aug 21 09:09:28 BUBBLE kernel: [   71.388615] RSP: e02b:00007fff44083f30  EFLAGS: 00010203
Aug 21 09:09:28 BUBBLE kernel: [   71.388618] RAX: 0000000000000000 RBX: 0000000000ebc440 RCX: 0000000000000001
Aug 21 09:09:28 BUBBLE kernel: [   71.388622] RDX: 0000000000000000 RSI: 00007f5ae87f7000 RDI: 0000000000000000
Aug 21 09:09:28 BUBBLE kernel: [   71.388625] RBP: 0000000000000020 R08: 0000000000ebc3c0 R09: 00007f5ae87f8018
Aug 21 09:09:28 BUBBLE kernel: [   71.388628] R10: 00007f5ae87f8008 R11: 0000000000000206 R12: 0000000000000002
Aug 21 09:09:28 BUBBLE kernel: [   71.388631] R13: 0000000000000001 R14: 00007f5ae38f4af0 R15: 00007f5ae38f4af0
Aug 21 09:09:28 BUBBLE kernel: [   71.388637] FS:  00007f5ae87e2700(0000) GS:ffff88000381e000(0000) knlGS:0000000000000000
Aug 21 09:09:28 BUBBLE kernel: [   71.388641] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug 21 09:09:28 BUBBLE kernel: [   71.388644] CR2: 00007f5ae87f7000 CR3: 0000000002b91000 CR4: 0000000000002660
Aug 21 09:09:28 BUBBLE kernel: [   71.388647] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 21 09:09:28 BUBBLE kernel: [   71.388651] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Aug 21 09:09:28 BUBBLE kernel: [   71.388654] Process Xorg (pid: 1987, threadinfo ffff8800020f4000, task ffff8800bd412a60)
Aug 21 09:09:28 BUBBLE kernel: [   71.388657] 
Aug 21 09:09:28 BUBBLE kernel: [   71.388664]  RSP <00007fff44083f30>
Aug 21 09:09:28 BUBBLE kernel: [   71.388669] ---[ end trace 49a53d55e2ef95a2 ]---
Aug 21 09:09:41 BUBBLE kernel: [   84.042315] PGD bd42f067 PUD be650067 PMD bcfac067 PTE fffffffffffff237
Aug 21 09:09:41 BUBBLE kernel: [   84.042334] CPU 1 
Aug 21 09:09:41 BUBBLE kernel: [   84.042337] Modules linked in: cpufreq_powersave cpufreq_conservative cpufreq_userspace cpufreq_stats parport_pc ppdev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdaps tp_smapi thinkpad_ec loop firewire_sbp2 snd_hda_codec_analog snd_hda_intel snd_hda_codec joydev snd_hwdep arc4 pcmcia snd_pcm_oss snd_mixer_oss snd_pcm ecb snd_seq_midi yenta_socket serio_raw iwl3945 snd_rawmidi i2c_i801 rsrc_nonstatic nvidia(P) snd_seq_midi_event video thinkpad_acpi pcmcia_core iwlcore output evdev psmouse pcspkr i2c_core nvram snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc mac80211 wmi cfg80211 rfkill button battery ac processor acpi_processor ext4 mbcache jbd2 crc16 sg sr_mod sd_mod crc_t10dif cdrom ata_generic uhci_hcd sdhci_pci sdhci ahci firewire_ohci ata_piix thermal ricoh_mmc mmc_core led_class firewire_core crc_itu_t libata thermal_sys ehci_hcd scsi_mod e1000e usbcore nls_base [last unloaded: scsi_wait_scan]
Aug 21 09:09:41 BUBBLE kernel: [   84.042481] Pid: 1990, comm: Xorg Tainted: P      D    2.6.32-5-xen-amd64 #1 8919W1B
Aug 21 09:09:41 BUBBLE kernel: [   84.042484] RIP: e033:[<00007fe3a0d84c22>]  [<00007fe3a0d84c22>] 0x7fe3a0d84c22
Aug 21 09:09:41 BUBBLE kernel: [   84.042493] RSP: e02b:00007fffb9bef270  EFLAGS: 00010203
Aug 21 09:09:41 BUBBLE kernel: [   84.042496] RAX: 0000000000000000 RBX: 00000000021eb440 RCX: 0000000000000001
Aug 21 09:09:41 BUBBLE kernel: [   84.042499] RDX: 0000000000000000 RSI: 00007fe3a620d000 RDI: 0000000000000000
Aug 21 09:09:41 BUBBLE kernel: [   84.042502] RBP: 0000000000000020 R08: 00000000021eb3c0 R09: 00007fe3a620e018
Aug 21 09:09:41 BUBBLE kernel: [   84.042505] R10: 00007fe3a620e008 R11: 0000000000000206 R12: 0000000000000002
Aug 21 09:09:41 BUBBLE kernel: [   84.042509] R13: 0000000000000001 R14: 00007fe3a130aaf0 R15: 00007fe3a130aaf0
Aug 21 09:09:41 BUBBLE kernel: [   84.042515] FS:  00007fe3a61f8700(0000) GS:ffff88000381e000(0000) knlGS:0000000000000000
Aug 21 09:09:41 BUBBLE kernel: [   84.042518] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
Aug 21 09:09:41 BUBBLE kernel: [   84.042521] CR2: 00007fe3a620d000 CR3: 00000000bd57a000 CR4: 0000000000002660
Aug 21 09:09:41 BUBBLE kernel: [   84.042525] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 21 09:09:41 BUBBLE kernel: [   84.042528] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Aug 21 09:09:41 BUBBLE kernel: [   84.042532] Process Xorg (pid: 1990, threadinfo ffff8800bce94000, task ffff8800bd4154c0)
Aug 21 09:09:41 BUBBLE kernel: [   84.042534] 
Aug 21 09:09:41 BUBBLE kernel: [   84.042541]  RSP <00007fffb9bef270>
Aug 21 09:09:41 BUBBLE kernel: [   84.042546] ---[ end trace 49a53d55e2ef95a3 ]---
Aug 21 09:09:47 BUBBLE shutdown[2031]: shutting down for system halt

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-08-31 15:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30  0:08 xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor‏ Mike Viau
2010-08-30  5:52 ` xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor? Pasi Kärkkäinen
2010-08-30 13:32   ` [Pkg-xen-devel] " Mike Viau
2010-08-30  9:58 ` xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor‏ Ian Campbell
2010-08-30 13:38   ` [Pkg-xen-devel] [Xen-devel] " Mike Viau
2010-08-30 13:39     ` [Pkg-xen-devel] " Ian Campbell
2010-08-30 14:16       ` [Pkg-xen-devel] [Xen-devel] " Mike Viau
2010-08-30 14:44         ` Konrad Rzeszutek Wilk
2010-08-30 15:08           ` Mike Viau
2010-08-30 15:31             ` Konrad Rzeszutek Wilk
2010-08-31  8:21               ` [Pkg-xen-devel] " Ian Campbell
2010-08-31 12:34                 ` [Pkg-xen-devel] [Xen-devel] " Mike Viau
2010-08-31 12:38                   ` [Pkg-xen-devel] " Ian Campbell
2010-08-31 14:07                     ` [Pkg-xen-devel] [Xen-devel] " Mike Viau
2010-08-31 15:43                       ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.