Mohit Dhingra | 10 Feb 15:52
Picon

Query - Issue creating VMs when not using bridge that Xen created, but using ovswitch.

Hello,

I have installed Xen as Hypervisor with OpenSUSE running in Dom0. I want to use ovswitch (ovs) instead of the bridges that Xen created. In order to do so, I installed ovs in dom0 just like for the plain Linux.

Xen has replaced eth0 with peth0, and has created a bridge named eth0. And eth0 is connected peth0 interface , vif2.0 interface (VM), and everything is working fine. Now I delete the VM.

Now, for OVS, I have deleted the bridge eth0, I have created an ovs bridge named br0 using ovs-vsctl and connected it with peth0.
I comment the lines for network bridging & vif bridging.
#(network-script network-bridge)
#(vif-script vif-bridge)
And restart the xend.


Then, when I create a VM( By Yast), I get an error,

Failed to start the VM.
Error: Device 0 (vif) could not be connected. hotplug scripts not working

What should I do, if I want to run OVS as my bridge, and XEN VMs.

----------------------------
Thanks & Regards
Mohit Dhingra 

_______________________________________________
Xen-users mailing list
Xen-users <at> lists.xensource.com
http://lists.xensource.com/xen-users
Jonathan Nieder | 7 Feb 22:51
Picon

getting X to work, GPU lockups on dom0

Hi all,

Debian sid system.  NV34M graphics card (GeForce FX Go5200 64M).  I'm
trying to get started using Xen on my laptop.  CPU is a Pentium 4 with
no vmx, so this is all PV.  I install the kernel and hypervisor, boot
into the Xen dom0, and try to start X so I can launch a web browser
and see what to do next.

Unfortunately X fails to start.  The screen turns black and stays that
way, though I can blindly run a few commands.  Xorg.0.log has a few
hundred

	(EE) FBDEV(0): FBIOPUTCMAP: Invalid argument

lines.

Looking more closely, I see that the actual trouble happened a little
earlier: dmesg informs me:

| [    8.703713] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x0000fdc0 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
| [    8.704276] Console: switching to colour frame buffer device 175x65
| [   10.553368] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x00010048 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
| [   12.402789] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x000101c8 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
| [   14.252200] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x000103cc State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
| [   14.260058] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon

By contrast, when I boot the same kernel on bare hardware I don't get
the PFIFO_DMA_PUSHER or GPU lockup messages and X works fine.

Hypervisor is xen-hypervisor-4.1-i386 from Debian, version 4.1.2-2.
Reproducible with linux-image-3.2.0-1-686-pae version 3.2.4-1 and with
linus's master (8597559a78e1, 2012-02-06) and linux-next
(e9e792b45a9b, 2012-02-06).

dmesg from running the native kernel (good) and dom0 (bad) attached.

I also tried blacklisting the nouveau kernel module and starting X
with the vesa driver.  That also didn't work.

Is this behavior expected?  Does starting X in the dom0 work on other
cards?

Curious,
Jonathan
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.3.0-rc2+ (jrn <at> burratino) (gcc version 4.7.0 20120205 (experimental)
[trunk revision 183903] (Debian 4.7-20120205-1) ) #21 SMP Tue Feb 7 14:31:01 CST 2012
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000f6f0000 (usable)
[    0.000000]  BIOS-e820: 000000000f6f0000 - 000000000f700000 (reserved)
[    0.000000]  BIOS-e820: 000000000f700000 - 000000003fef0000 (usable)
[    0.000000]  BIOS-e820: 000000003fef0000 - 000000003fef8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003fef8000 - 000000003fefa000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003ff00000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI present.
[    0.000000] DMI: IBM 288173U/288173U, BIOS 1XET57WW (1.16 ) 11/30/2006
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3fef0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03FF00000 mask FFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01a00000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-0000000037bfe000
[    0.000000]  0000000000 - 0000200000 page 4k
[    0.000000]  0000200000 - 0037a00000 page 2M
[    0.000000]  0037a00000 - 0037bfe000 page 4k
[    0.000000] kernel direct mapping tables up to 37bfe000 @ 19fb000-1a00000
[    0.000000] RAMDISK: 37712000 - 37b81000
[    0.000000] ACPI: RSDP 000f6d90 00024 (v02 IBM   )
[    0.000000] ACPI: XSDT 3fef1ace 0005C (v01 IBM    TP-1X    00001160  LTP 00000000)
[    0.000000] ACPI: FACP 3fef1b2a 00081 (v02 IBM    TP-1X    00001160 IBM  00000001)
[    0.000000] ACPI: DSDT 3fef1c11 062A4 (v01 IBM    TP-1X    00001160 MSFT 0100000D)
[    0.000000] ACPI: FACS 3fef9000 00040
[    0.000000] ACPI: SSDT 3fef1bde 00033 (v01 IBM    TP-1X    00001160 MSFT 0100000D)
[    0.000000] ACPI: ECDT 3fef7eb5 00051 (v01 IBM    TP-1X    00001160 IBM  00000001)
[    0.000000] ACPI: APIC 3fef7f06 00068 (v01 IBM    TP-1X    00001160 LOHR 00000064)
[    0.000000] ACPI: HPET 3fef7f6e 00038 (v01 IBM    TP-1X    00001160 PTL  00000064)
[    0.000000] ACPI: TCPA 3fef7fa6 00032 (v01 IBM    TP-1X    00001160 PTL  00000001)
[    0.000000] ACPI: BOOT 3fef7fd8 00028 (v01 IBM    TP-1X    00001160  LTP 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 130MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x00037bfe
[    0.000000]   HighMem  0x00037bfe -> 0x0003fef0
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0000f6f0
[    0.000000]     0: 0x0000f700 -> 0x0003fef0
[    0.000000] On node 0 totalpages: 261743
[    0.000000] free_area_init_node: node 0, pgdat c1368700, node_mem_map f6f12200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 222486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 262 pages used for memmap
[    0.000000]   HighMem zone: 33260 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0x0 is invalid
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000f6f0000 - 000000000f700000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6c00000 s28672 r0 d20480 u1048576
[    0.000000] pcpu-alloc: s28672 r0 d20480 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259697
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc2+
root=/dev/mapper/data-rootfs ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 2094848 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00037bfe:0003fef0)
[    0.000000] Memory: 1026884k/1047488k available (2418k kernel code, 20088k reserved, 1097k data, 352k
init, 134088k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc136f000 - 0xc13c7000   ( 352 kB)
[    0.000000]       .data : 0xc125c9d8 - 0xc136ee00   (1097 kB)
[    0.000000]       .text : 0xc1000000 - 0xc125c9d8   (2418 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f640a000 soft=f640c000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3186.568 MHz processor.
[    0.010002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6373.13
BogoMIPS (lpj=31865680)
[    0.020005] pid_max: default: 32768 minimum: 301
[    0.020052] Mount-cache hash table entries: 512
[    0.020216] Initializing cgroup subsys cpuacct
[    0.020220] Initializing cgroup subsys memory
[    0.020232] Initializing cgroup subsys devices
[    0.020235] Initializing cgroup subsys freezer
[    0.020237] Initializing cgroup subsys net_cls
[    0.020240] Initializing cgroup subsys blkio
[    0.020283] CPU: Physical Processor ID: 0
[    0.020286] CPU: Processor Core ID: 0
[    0.020290] mce: CPU supports 4 MCE banks
[    0.020303] CPU0: Thermal monitoring enabled (TM2)
[    0.020308] using mwait in idle threads.
[    0.021041] ACPI: Core revision 20120111
[    0.030071] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.030417] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.135988] CPU0: Mobile Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 01
[    0.140000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.140000] ... version:                0
[    0.140000] ... bit width:              40
[    0.140000] ... generic registers:      18
[    0.140000] ... value mask:             000000ffffffffff
[    0.140000] ... max period:             0000007fffffffff
[    0.140000] ... fixed-purpose events:   0
[    0.140000] ... event mask:             000000000003ffff
[    0.140000] NMI watchdog enabled, takes one hw-pmu counter.
[    0.140000] CPU 1 irqstacks, hard=f6488000 soft=f648a000
[    0.140000] Booting Node   0, Processors  #1 Ok.
[    0.140000] smpboot cpu 1: start_ip = 9b000
[    0.020000] Initializing CPU#1
[    0.150000] TSC synchronization [CPU#0 -> CPU#1]:
[    0.150000] Measured 24629944164 cycles TSC warp between CPUs, turning off TSC clock.
[    0.150000] Marking TSC unstable due to check_tsc_sync_source failed
[    0.150062] NMI watchdog enabled, takes one hw-pmu counter.
[    0.150117] Brought up 2 CPUs
[    0.150123] Total of 2 processors activated (12746.27 BogoMIPS).
[    0.151169] devtmpfs: initialized
[    0.151169] PM: Registering ACPI NVS region at 3fef8000 (8192 bytes)
[    0.151169] NET: Registered protocol family 16
[    0.151169] ACPI: bus type pci registered
[    0.151169] PCI: PCI BIOS revision 2.10 entry at 0xfd960, last bus=8
[    0.151169] PCI: Using configuration type 1 for base access
[    0.151169] bio: create slab <bio-0> at 0
[    0.151169] ACPI: Added _OSI(Module Device)
[    0.151169] ACPI: Added _OSI(Processor Device)
[    0.151169] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.151169] ACPI: Added _OSI(Processor Aggregator Device)
[    0.151638] ACPI: EC: EC description table is found, configuring boot EC
[    0.170295] ACPI: Interpreter enabled
[    0.170304] ACPI: (supports S0 S3 S4 S5)
[    0.170333] ACPI: Using IOAPIC for interrupt routing
[    0.172359] ACPI: EC: GPE storm detected, transactions will use polling mode
[    0.601932] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.602089] ACPI: No dock devices found.
[    0.602097] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.602524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.603229] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.603234] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.603238] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.603243] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.603246] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.603250] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.603254] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.603258] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[    0.603262] PCI: root bus 00: using default resources
[    0.603325] PCI host bridge to bus 0000:00
[    0.603330] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.603334] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[    0.603350] pci 0000:00:00.0: [8086:3580] type 0 class 0x000600
[    0.603362] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.603422] pci 0000:00:00.1: [8086:3584] type 0 class 0x000880
[    0.603475] pci 0000:00:00.3: [8086:3585] type 0 class 0x000880
[    0.603531] pci 0000:00:01.0: [8086:3581] type 1 class 0x000604
[    0.603596] pci 0000:00:1d.0: [8086:24c2] type 0 class 0x000c03
[    0.603644] pci 0000:00:1d.0: reg 20: [io  0x1800-0x181f]
[    0.603682] pci 0000:00:1d.1: [8086:24c4] type 0 class 0x000c03
[    0.603730] pci 0000:00:1d.1: reg 20: [io  0x1820-0x183f]
[    0.603767] pci 0000:00:1d.2: [8086:24c7] type 0 class 0x000c03
[    0.603814] pci 0000:00:1d.2: reg 20: [io  0x1840-0x185f]
[    0.603864] pci 0000:00:1d.7: [8086:24cd] type 0 class 0x000c03
[    0.603888] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[    0.603987] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.604009] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.604057] pci 0000:00:1f.0: [8086:24cc] type 0 class 0x000601
[    0.604128] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[    0.604135] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH4 GPIO
[    0.604154] pci 0000:00:1f.1: [8086:24ca] type 0 class 0x000101
[    0.604169] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.604181] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.604192] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.604203] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.604214] pci 0000:00:1f.1: reg 20: [io  0x1860-0x186f]
[    0.604226] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.604258] pci 0000:00:1f.3: [8086:24c3] type 0 class 0x000c05
[    0.604306] pci 0000:00:1f.3: reg 20: [io  0x1880-0x189f]
[    0.604347] pci 0000:00:1f.5: [8086:24c5] type 0 class 0x000401
[    0.604364] pci 0000:00:1f.5: reg 10: [io  0x1c00-0x1cff]
[    0.604374] pci 0000:00:1f.5: reg 14: [io  0x18c0-0x18ff]
[    0.604385] pci 0000:00:1f.5: reg 18: [mem 0xc0000c00-0xc0000dff]
[    0.604395] pci 0000:00:1f.5: reg 1c: [mem 0xc0000800-0xc00008ff]
[    0.604443] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.604464] pci 0000:00:1f.6: [8086:24c6] type 0 class 0x000703
[    0.604481] pci 0000:00:1f.6: reg 10: [io  0x2400-0x24ff]
[    0.604492] pci 0000:00:1f.6: reg 14: [io  0x2000-0x207f]
[    0.604554] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.604585] pci 0000:01:00.0: [10de:0324] type 0 class 0x000300
[    0.604602] pci 0000:01:00.0: reg 10: [mem 0xc1000000-0xc1ffffff]
[    0.604611] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff pref]
[    0.604644] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.604709] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.604715] pci 0000:00:01.0:   bridge window [mem 0xc1000000-0xc1ffffff]
[    0.604720] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff pref]
[    0.604751] pci 0000:02:01.0: [104c:ac55] type 2 class 0x000607
[    0.604771] pci 0000:02:01.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.604800] pci 0000:02:01.0: supports D1 D2
[    0.604803] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.604825] pci 0000:02:01.1: [104c:ac55] type 2 class 0x000607
[    0.604844] pci 0000:02:01.1: reg 10: [mem 0x00000000-0x00000fff]
[    0.604873] pci 0000:02:01.1: supports D1 D2
[    0.604876] pci 0000:02:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.604906] pci 0000:02:02.0: [168c:0013] type 0 class 0x000200
[    0.604925] pci 0000:02:02.0: reg 10: [mem 0xc2000000-0xc200ffff]
[    0.605038] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
[    0.605044] pci 0000:00:1e.0:   bridge window [io  0x3000-0x6fff]
[    0.605050] pci 0000:00:1e.0:   bridge window [mem 0xc2000000-0xcfffffff]
[    0.605055] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf7ffffff pref]
[    0.605059] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.605063] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[    0.605145] pci_bus 0000:00: on NUMA node 0
[    0.605151] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.605257] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.605309] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.605418]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.608492] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.608595] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.608694] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.608793] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.608892] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.608991] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.609076] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.609176] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.609288] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.609288] vgaarb: loaded
[    0.609288] vgaarb: bridge control possible 0000:01:00.0
[    0.609288] PCI: Using ACPI for IRQ routing
[    0.609288] PCI: pci_cache_line_size set to 64 bytes
[    0.609288] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.609288] reserve RAM buffer: 000000000f6f0000 - 000000000fffffff 
[    0.609288] reserve RAM buffer: 000000003fef0000 - 000000003fffffff 
[    0.609288] pnp: PnP ACPI init
[    0.609288] ACPI: bus type pnp registered
[    0.610621] pnp 00:00: [bus 00-ff]
[    0.610626] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.610629] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.610632] pnp 00:00: [io  0x0d00-0xffff window]
[    0.610636] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.610639] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.610642] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.610645] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.610649] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.610652] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.610655] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.610658] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.610662] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.610665] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.610668] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.610671] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.610674] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.610678] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.610681] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[    0.610684] pnp 00:00: [mem 0x00000000 window]
[    0.610739] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.610764] pnp 00:01: [io  0x0010-0x001f]
[    0.610767] pnp 00:01: [io  0x0090-0x009f]
[    0.610770] pnp 00:01: [io  0x0024-0x0025]
[    0.610773] pnp 00:01: [io  0x0028-0x0029]
[    0.610776] pnp 00:01: [io  0x002c-0x002d]
[    0.610778] pnp 00:01: [io  0x0030-0x0031]
[    0.610781] pnp 00:01: [io  0x0034-0x0035]
[    0.610784] pnp 00:01: [io  0x0038-0x0039]
[    0.610786] pnp 00:01: [io  0x003c-0x003d]
[    0.610789] pnp 00:01: [io  0x00a4-0x00a5]
[    0.610792] pnp 00:01: [io  0x00a8-0x00a9]
[    0.610794] pnp 00:01: [io  0x00ac-0x00ad]
[    0.610797] pnp 00:01: [io  0x00b0-0x00b5]
[    0.610800] pnp 00:01: [io  0x00b8-0x00b9]
[    0.610803] pnp 00:01: [io  0x00bc-0x00bd]
[    0.610805] pnp 00:01: [io  0x004e-0x004f]
[    0.610808] pnp 00:01: [io  0x0050-0x0053]
[    0.610811] pnp 00:01: [io  0x0072-0x0077]
[    0.610813] pnp 00:01: [io  0x002e-0x002f]
[    0.610816] pnp 00:01: [io  0x1000-0x107f]
[    0.610819] pnp 00:01: [io  0x1180-0x11bf]
[    0.610822] pnp 00:01: [io  0x0600-0x060f]
[    0.610825] pnp 00:01: [io  0x0068]
[    0.610827] pnp 00:01: [io  0x006c]
[    0.610830] pnp 00:01: [io  0x0800-0x080f]
[    0.610913] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.610918] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.610922] system 00:01: [io  0x0600-0x060f] has been reserved
[    0.610927] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.610933] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.610953] pnp 00:02: [io  0x0000-0x000f]
[    0.610956] pnp 00:02: [io  0x0080-0x008f]
[    0.610959] pnp 00:02: [io  0x00c0-0x00df]
[    0.610963] pnp 00:02: [dma 4]
[    0.611007] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.611021] pnp 00:03: [io  0x0061]
[    0.611061] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.611076] pnp 00:04: [io  0x00f0]
[    0.611089] pnp 00:04: [irq 13]
[    0.611133] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.611148] pnp 00:05: [io  0x0070-0x0071]
[    0.611159] pnp 00:05: [irq 8]
[    0.611201] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.611216] pnp 00:06: [io  0x0060]
[    0.611219] pnp 00:06: [io  0x0064]
[    0.611226] pnp 00:06: [irq 1]
[    0.611268] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.611287] pnp 00:07: [irq 12]
[    0.611332] pnp 00:07: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
[    0.611491] pnp 00:08: Plug and Play ACPI device, IDs PNP0400 (disabled)
[    0.800092] pnp: PnP ACPI: found 9 devices
[    0.800095] ACPI: ACPI bus type pnp unregistered
[    0.837936] Switching to clocksource acpi_pm
[    0.837972] PCI: max bus depth: 2 pci_try_num: 3
[    0.837999] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40000000-0x400003ff]
[    0.838008] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[    0.838012] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.838018] pci 0000:00:01.0:   bridge window [mem 0xc1000000-0xc1ffffff]
[    0.838023] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff pref]
[    0.838033] pci 0000:02:01.0: BAR 0: assigned [mem 0xc4000000-0xc4000fff]
[    0.838040] pci 0000:02:01.1: BAR 0: assigned [mem 0xc8000000-0xc8000fff]
[    0.838047] pci 0000:02:01.1: BAR 16: assigned [mem 0xcc000000-0xcfffffff]
[    0.838052] pci 0000:02:01.1: BAR 15: assigned [mem 0xf0000000-0xf3ffffff pref]
[    0.838056] pci 0000:02:01.1: BAR 14: assigned [io  0x3000-0x30ff]
[    0.838059] pci 0000:02:01.1: BAR 13: assigned [io  0x3400-0x34ff]
[    0.838065] pci 0000:02:01.0: BAR 16: assigned [mem 0x44000000-0x47ffffff]
[    0.838069] pci 0000:02:01.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
[    0.838073] pci 0000:02:01.0: BAR 14: assigned [io  0x3800-0x38ff]
[    0.838076] pci 0000:02:01.0: BAR 13: assigned [io  0x3c00-0x3cff]
[    0.838080] pci 0000:02:01.0: CardBus bridge to [bus 03-06]
[    0.838083] pci 0000:02:01.0:   bridge window [io  0x3c00-0x3cff]
[    0.838088] pci 0000:02:01.0:   bridge window [io  0x3800-0x38ff]
[    0.838093] pci 0000:02:01.0:   bridge window [mem 0xf4000000-0xf7ffffff pref]
[    0.838099] pci 0000:02:01.0:   bridge window [mem 0x44000000-0x47ffffff]
[    0.838104] pci 0000:02:01.1: CardBus bridge to [bus 07-07]
[    0.838107] pci 0000:02:01.1:   bridge window [io  0x3400-0x34ff]
[    0.838112] pci 0000:02:01.1:   bridge window [io  0x3000-0x30ff]
[    0.838117] pci 0000:02:01.1:   bridge window [mem 0xf0000000-0xf3ffffff pref]
[    0.838123] pci 0000:02:01.1:   bridge window [mem 0xcc000000-0xcfffffff]
[    0.838128] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
[    0.838132] pci 0000:00:1e.0:   bridge window [io  0x3000-0x6fff]
[    0.838139] pci 0000:00:1e.0:   bridge window [mem 0xc2000000-0xcfffffff]
[    0.838144] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf7ffffff pref]
[    0.838164] pci 0000:00:1e.0: setting latency timer to 64
[    0.838201] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.838205] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
[    0.838209] pci_bus 0000:01: resource 1 [mem 0xc1000000-0xc1ffffff]
[    0.838212] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff pref]
[    0.838216] pci_bus 0000:02: resource 0 [io  0x3000-0x6fff]
[    0.838219] pci_bus 0000:02: resource 1 [mem 0xc2000000-0xcfffffff]
[    0.838222] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf7ffffff pref]
[    0.838225] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
[    0.838228] pci_bus 0000:02: resource 5 [mem 0x00000000-0xfffffffff]
[    0.838232] pci_bus 0000:03: resource 0 [io  0x3c00-0x3cff]
[    0.838235] pci_bus 0000:03: resource 1 [io  0x3800-0x38ff]
[    0.838238] pci_bus 0000:03: resource 2 [mem 0xf4000000-0xf7ffffff pref]
[    0.838241] pci_bus 0000:03: resource 3 [mem 0x44000000-0x47ffffff]
[    0.838244] pci_bus 0000:07: resource 0 [io  0x3400-0x34ff]
[    0.838247] pci_bus 0000:07: resource 1 [io  0x3000-0x30ff]
[    0.838251] pci_bus 0000:07: resource 2 [mem 0xf0000000-0xf3ffffff pref]
[    0.838254] pci_bus 0000:07: resource 3 [mem 0xcc000000-0xcfffffff]
[    0.838292] NET: Registered protocol family 2
[    0.838340] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.838545] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.839316] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.839878] TCP: Hash tables configured (established 131072 bind 65536)
[    0.839881] TCP reno registered
[    0.839886] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.839907] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.839907] NET: Registered protocol family 1
[    0.839907] pci 0000:01:00.0: Boot video device
[    0.839907] PCI: CLS 32 bytes, default 64
[    0.839907] Unpacking initramfs...
[    0.986516] Freeing initrd memory: 4540k freed
[    0.991578] Simple Boot Flag at 0x35 set to 0x1
[    0.992217] audit: initializing netlink socket (disabled)
[    0.992240] type=2000 audit(1328649804.989:1): initialized
[    1.006559] highmem bounce pool size: 64 pages
[    1.006569] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.009385] msgmni has been set to 1752
[    1.009674] alg: No test for stdrng (krng)
[    1.009769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.009776] io scheduler noop registered
[    1.009784] io scheduler cfq registered (default)
[    1.010024] GHES: HEST is not enabled!
[    1.010030] XENFS: not registering filesystem on non-xen platform
[    1.010127] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.010837] Linux agpgart interface v0.103
[    1.010968] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
[    1.030853] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    1.030968] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.034371] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.034382] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.034612] mousedev: PS/2 mouse device common for all mice
[    1.034679] rtc_cmos 00:05: RTC can wake from S4
[    1.034836] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.034862] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    1.034875] cpuidle: using governor ladder
[    1.034878] cpuidle: using governor menu
[    1.034949] TCP cubic registered
[    1.035117] NET: Registered protocol family 10
[    1.035301] Mobile IPv6
[    1.035305] NET: Registered protocol family 17
[    1.035327] Using IPI No-Shortcut mode
[    1.035514] PM: Hibernation image not present or could not be loaded.
[    1.035534] registered taskstats version 1
[    1.035958] rtc_cmos 00:05: setting system clock to 2012-02-07 21:23:25 UTC (1328649805)
[    1.036132] Freeing unused kernel memory: 352k freed
[    1.036459] Write protecting the kernel text: 2420k
[    1.036503] Write protecting the kernel read-only data: 880k
[    1.056282] udevd[47]: starting version 175
[    1.065217] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.109832] SCSI subsystem initialized
[    1.124020] usbcore: registered new interface driver usbfs
[    1.124061] usbcore: registered new interface driver hub
[    1.135567] usbcore: registered new device driver usb
[    1.137213] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.137336] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.137345] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.137360] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.137406] ehci_hcd 0000:00:1d.7: debug port 1
[    1.141321] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.141449] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
[    1.155695] libata version 3.00 loaded.
[    1.160070] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.160437] hub 1-0:1.0: USB hub found
[    1.160451] hub 1-0:1.0: 6 ports detected
[    1.161804] uhci_hcd: USB Universal Host Controller Interface driver
[    1.161949] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.161958] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.161976] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.162044] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001800
[    1.162413] hub 2-0:1.0: USB hub found
[    1.162424] hub 2-0:1.0: 2 ports detected
[    1.162611] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.162618] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.162634] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.162687] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[    1.163006] hub 3-0:1.0: USB hub found
[    1.163016] hub 3-0:1.0: 2 ports detected
[    1.163192] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.163199] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.163210] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.163259] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[    1.163570] hub 4-0:1.0: USB hub found
[    1.163580] hub 4-0:1.0: 2 ports detected
[    1.164589] ata_piix 0000:00:1f.1: version 2.13
[    1.164612] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    1.164695] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.169207] scsi0 : ata_piix
[    1.169655] scsi1 : ata_piix
[    1.170481] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[    1.170490] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[    1.350609] ata2.00: ATAPI: UJDA760 DVD/CDRW, 1.02, max UDMA/33
[    1.350756] ata1.00: ATA-6: HTS548080M9AT00, MG4OA5DA, max UDMA/100
[    1.350763] ata1.00: 156301488 sectors, multi 16: LBA 
[    1.390421] ata2.00: configured for UDMA/33
[    1.390546] ata1.00: configured for UDMA/100
[    1.390738] scsi 0:0:0:0: Direct-Access     ATA      HTS548080M9AT00  MG4O PQ: 0 ANSI: 5
[    1.392525] scsi 1:0:0:0: CD-ROM            MATSHITA UJDA760 DVD/CDRW 1.02 PQ: 0 ANSI: 5
[    1.403483] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.403611] sd 0:0:0:0: [sda] Write Protect is off
[    1.403618] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.403673] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.430128] thermal LNXTHERM:00: registered as thermal_zone0
[    1.430133] ACPI: Thermal Zone [THRM] (66 C)
[    1.444871]  sda: sda1 sda2 sda3 < sda5 >
[    1.445636] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.756680] device-mapper: uevent: version 1.0.3
[    1.757499] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel <at> redhat.com
[    1.820059] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    1.917082] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    3.036880] udevd[251]: starting version 175
[    3.371532] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    3.371618] ACPI: Lid Switch [LID]
[    3.371751] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    3.371767] ACPI: Sleep Button [SLPB]
[    3.371903] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.371911] ACPI: Power Button [PWRF]
[    3.384618] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:05/LNXVIDEO:01/input/input4
[    3.384637] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[    3.446800] iTCO_vendor_support: vendor-support=0
[    3.459321] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    3.459500] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060)
[    3.460264] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.575019] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    3.923826] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    3.936478] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input6
[    9.310161] ACPI: Battery Slot [BAT1] (battery present)
[    9.371269] cfg80211: Calling CRDA to update world regulatory domain
[    9.629533] ath5k 0000:02:02.0: registered as 'phy0'
[    9.714920] snd_intel8x0 0000:00:1f.5: power state changed by ACPI to D0
[    9.714934] snd_intel8x0 0000:00:1f.5: power state changed by ACPI to D0
[    9.715002] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[   10.102901] ath: EEPROM regdomain: 0x64
[   10.102904] ath: EEPROM indicates we should expect a direct regpair map
[   10.102909] ath: Country alpha2 being used: 00
[   10.102912] ath: Regpair used: 0x64
[   10.130332] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.130745] ath5k phy0: Atheros AR5213A chip found (MAC: 0x59, PHY: 0x43)
[   10.130752] ath5k phy0: RF2112B 2GHz radio found (0x46)
[   10.660026] intel8x0_measure_ac97_clock: measured 59918 usecs (11 samples)
[   10.660031] intel8x0: measured clock 183 rejected
[   11.030035] intel8x0_measure_ac97_clock: measured 59970 usecs (2888 samples)
[   11.030041] intel8x0: clocking to 48000
[   11.505734] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   11.610343] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   11.698174] loop: module loaded
[   12.847926] Adding 2928636k swap on /dev/mapper/data-swap.  Priority:-1 extents:1 across:2928636k 
[   13.166785] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[   13.192490] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   13.251265] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   14.354815] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.138021] wlan0: authenticate with 58:6d:8f:39:d9:e8 (try 1)
[   15.139480] wlan0: authenticated
[   15.147433] wlan0: associate with 58:6d:8f:39:d9:e8 (try 1)
[   15.151060] wlan0: RX AssocResp from 58:6d:8f:39:d9:e8 (capab=0x411 status=0 aid=1)
[   15.151064] wlan0: associated
[   15.151069] wlan0: moving STA 58:6d:8f:39:d9:e8 to state 1
[   15.151072] wlan0: moving STA 58:6d:8f:39:d9:e8 to state 2
[   15.151612] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.202213] wlan0: moving STA 58:6d:8f:39:d9:e8 to state 3
[   25.540028] wlan0: no IPv6 routers present
[   42.673854] [drm] Initialized drm 1.1.0 20060810
[   42.738823] wmi: Mapper loaded
[   42.913176] VGA switcheroo: detected Optimus DSM method \ handle
[   42.913324] nouveau 0000:01:00.0: power state changed by ACPI to D0
[   42.913336] nouveau 0000:01:00.0: power state changed by ACPI to D0
[   42.916846] [drm] nouveau 0000:01:00.0: Detected an NV30 generation card (0x034400b1)
[   42.917241] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[   42.971838] [drm] nouveau 0000:01:00.0: ... BIOS checksum invalid
[   42.971843] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[   42.971849] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[   42.971852] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
[   42.971993] [drm] nouveau 0000:01:00.0: ... appears to be valid
[   42.972169] [drm] nouveau 0000:01:00.0: BMP BIOS found
[   42.972172] [drm] nouveau 0000:01:00.0: BMP version 5.41
[   42.972176] [drm] nouveau 0000:01:00.0: Bios version 04.34.20.81
[   42.972380] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
[   42.972387] [drm] nouveau 0000:01:00.0: DCB version 2.2
[   42.972394] [drm] nouveau 0000:01:00.0: DCB outp 00: 030003f3 00000005
[   42.972400] [drm] nouveau 0000:01:00.0: DCB outp 01: 01010300 000088b8
[   42.972703] [drm] nouveau 0000:01:00.0: Loading NV17 power sequencing microcode
[   42.972712] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xF160
[   42.974770] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xF3FB
[   42.974787] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xF541
[   42.974847] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xF6F1
[   42.974854] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xF70E
[   42.974861] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 5 at offset 0xF72B
[   43.034778] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 6 at offset 0xF8C4
[   43.034786] [drm] nouveau 0000:01:00.0: BIOS FP mode: 1400x1050 (108000kHz pixel clock)
[   43.035749] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
[   43.035756] [drm] nouveau 0000:01:00.0: 0: core 100MHz memory 200MHz timing 0 fanspeed 100%
[   43.035761] [drm] nouveau 0000:01:00.0: 1: core 175MHz memory 350MHz timing 1 fanspeed 75%
[   43.035766] [drm] nouveau 0000:01:00.0: 2: core 200MHz memory 400MHz timing 2 fanspeed 100%
[   43.035819] [drm] nouveau 0000:01:00.0: c: core 175MHz memory 351MHz
[   43.036094] [TTM] Zone  kernel: Available graphics memory: 448844 kiB.
[   43.036099] [TTM] Zone highmem: Available graphics memory: 515888 kiB.
[   43.036102] [TTM] Initializing pool allocator.
[   43.036109] [TTM] Initializing DMA pool allocator.
[   43.036128] [drm] nouveau 0000:01:00.0: Detected 128MiB VRAM
[   43.036932] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[   43.036963] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[   43.037010] nouveau 0000:01:00.0: putting AGP V2 device into 4x mode
[   43.037031] [drm] nouveau 0000:01:00.0: 256 MiB GART (aperture)
[   43.037145] [drm] nouveau 0000:01:00.0: Saving VGA fonts
[   43.093423] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   43.093432] [drm] No driver support for vblank timestamp query.
[   43.098018] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 0)
[   43.098027] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 1)
[   43.171445] [drm] nouveau 0000:01:00.0: allocated 1400x1050 fb: 0x49000, bo f540ca00
[   43.171594] fbcon: nouveaufb (fb0) is primary device
[   43.185610] [drm] nouveau 0000:01:00.0: Calling LVDS script 1:
[   43.185616] [drm] nouveau 0000:01:00.0: Calling LVDS script 6:
[   43.185620] [drm] nouveau 0000:01:00.0: 0xE04C: Parsing digital output script table
[   43.685491] [drm] nouveau 0000:01:00.0: Calling LVDS script 2:
[   43.685496] [drm] nouveau 0000:01:00.0: 0xE168: Parsing digital output script table
[   43.733541] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 0)
[   43.733545] [drm] nouveau 0000:01:00.0: Calling LVDS script 5:
[   43.733548] [drm] nouveau 0000:01:00.0: 0xE035: Parsing digital output script table
[   43.733558] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A
[   43.736601] Console: switching to colour frame buffer device 175x65
[   43.739442] fb0: nouveaufb frame buffer device
[   43.739445] drm: registered panic notifier
[   43.739452] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[    0.000000] Reserving virtual address space above 0xf5800000
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.3.0-rc2+ (jrn <at> burratino) (gcc version 4.7.0 20120205 (experimental)
[trunk revision 183903] (Debian 4.7-20120205-1) ) #21 SMP Tue Feb 7 14:31:01 CST 2012
[    0.000000] Freeing  9f-100 pfn range: 97 pages freed
[    0.000000] 1-1 mapping on 9f->100
[    0.000000] Freeing  f6f0-f700 pfn range: 16 pages freed
[    0.000000] 1-1 mapping on f6f0->f700
[    0.000000] 1-1 mapping on 3fef0->100000
[    0.000000] Released 113 pages of unused memory
[    0.000000] Set 786817 page(s) to 1-1 mapping
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  Xen: 000000000009f000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000000f6f0000 (usable)
[    0.000000]  Xen: 000000000f6f0000 - 000000000f700000 (reserved)
[    0.000000]  Xen: 000000000f700000 - 000000003fef0000 (usable)
[    0.000000]  Xen: 000000003fef0000 - 000000003fef8000 (ACPI data)
[    0.000000]  Xen: 000000003fef8000 - 000000003fefa000 (ACPI NVS)
[    0.000000]  Xen: 000000003ff00000 - 0000000040000000 (reserved)
[    0.000000]  Xen: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  Xen: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  Xen: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI present.
[    0.000000] DMI: IBM 288173U/288173U, BIOS 1XET57WW (1.16 ) 11/30/2006
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3fef0 max_arch_pfn = 0x1000000
[    0.000000] initial memory mapped : 0 - 02bff000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-000000002d3fe000
[    0.000000]  0000000000 - 002d3fe000 page 4k
[    0.000000] kernel direct mapping tables up to 2d3fe000 @ 2a92000-2bff000
[    0.000000] xen: setting RW the range 2be6000 - 2bff000
[    0.000000] RAMDISK: 01693000 - 02199000
[    0.000000] ACPI: RSDP 000f6d90 00024 (v02 IBM   )
[    0.000000] ACPI: XSDT 3fef1ace 0005C (v01 IBM    TP-1X    00001160  LTP 00000000)
[    0.000000] ACPI: FACP 3fef1b2a 00081 (v02 IBM    TP-1X    00001160 IBM  00000001)
[    0.000000] ACPI: DSDT 3fef1c11 062A4 (v01 IBM    TP-1X    00001160 MSFT 0100000D)
[    0.000000] ACPI: FACS 3fef9000 00040
[    0.000000] ACPI: SSDT 3fef1bde 00033 (v01 IBM    TP-1X    00001160 MSFT 0100000D)
[    0.000000] ACPI: ECDT 3fef7eb5 00051 (v01 IBM    TP-1X    00001160 IBM  00000001)
[    0.000000] ACPI: APIC 3fef7f06 00068 (v01 IBM    TP-1X    00001160 LOHR 00000064)
[    0.000000] ACPI: HPET 3fef7f6e 00038 (v01 IBM    TP-1X    00001160 PTL  00000064)
[    0.000000] ACPI: TCPA 3fef7fa6 00032 (v01 IBM    TP-1X    00001160 PTL  00000001)
[    0.000000] ACPI: BOOT 3fef7fd8 00028 (v01 IBM    TP-1X    00001160  LTP 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 298MB HIGHMEM available.
[    0.000000] 723MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 2d3fe000
[    0.000000]   low ram: 0 - 2d3fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0002d3fe
[    0.000000]   HighMem  0x0002d3fe -> 0x0003fef0
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0000f6f0
[    0.000000]     0: 0x0000f700 -> 0x0003fef0
[    0.000000] On node 0 totalpages: 261743
[    0.000000] free_area_init_node: node 0, pgdat c1368700, node_mem_map ecbfd200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1416 pages used for memmap
[    0.000000]   Normal zone: 179814 pages, LIFO batch:31
[    0.000000]   HighMem zone: 598 pages used for memmap
[    0.000000]   HighMem zone: 75932 pages, LIFO batch:15
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] BIOS bug: APIC version is 0 for CPU 0/0x0, fixing up to 0x10
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1 already used, trying 2
[    0.000000] IOAPIC[0]: apic_id 2, version 255, address 0xfec00000, GSI 0-255
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0x0 is invalid
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 272
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000f6f0000 - 000000000f700000
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.1.2 (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @ecbdd000 s28672 r0 d20480 u49152
[    0.000000] pcpu-alloc: s28672 r0 d20480 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259697
[    0.000000] Kernel command line: placeholder root=/dev/mapper/data-rootfs ro
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 2094848 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Placing 64MB software IO TLB between e8919000 - ec919000
[    0.000000] software IO TLB at phys 0x28919000 - 0x2c919000
[    0.000000] Initializing HighMem for node 0 (0002d3fe:0003fef0)
[    0.000000] Memory: 867032k/1047488k available (2418k kernel code, 95208k reserved, 1097k data, 352k
init, 221388k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xf5716000 - 0xf57ff000   ( 932 kB)
[    0.000000]     pkmap   : 0xf5400000 - 0xf5600000   (2048 kB)
[    0.000000]     vmalloc : 0xedbfe000 - 0xf53fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xed3fe000   ( 723 MB)
[    0.000000]       .init : 0xc136f000 - 0xc13c7000   ( 352 kB)
[    0.000000]       .data : 0xc125c9d8 - 0xc136ee00   (1097 kB)
[    0.000000]       .text : 0xc1000000 - 0xc125c9d8   (2418 kB)
[    0.000000] SLUB: Genslabs=15, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=e8418000 soft=e841a000
[    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=0
[    0.000000] xen: registering gsi 9 triggering 0 polarity 0
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: acpi sci 9
[    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.000000] xen_map_pirq_gsi: returning irq 9 for gsi 9
[    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] Detected 3186.546 MHz processor.
[    0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6373.09
BogoMIPS (lpj=31865460)
[    0.010000] pid_max: default: 32768 minimum: 301
[    0.010000] Mount-cache hash table entries: 512
[    0.010000] Initializing cgroup subsys cpuacct
[    0.010000] Initializing cgroup subsys memory
[    0.010000] Initializing cgroup subsys devices
[    0.010000] Initializing cgroup subsys freezer
[    0.010000] Initializing cgroup subsys net_cls
[    0.010000] Initializing cgroup subsys blkio
[    0.010000] CPU: Physical Processor ID: 0
[    0.010000] CPU: Processor Core ID: 0
[    0.010000] ACPI: Core revision 20120111
[    0.020130] cpu 0 spinlock event irq 273
[    0.020278] Performance Events: unsupported Netburst CPU model 4 no PMU driver, software events only.
[    0.020785] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.021081] CPU 1 irqstacks, hard=e8484000 soft=e8486000
[    0.021089] installing Xen timer for CPU 1
[    0.021207] cpu 1 spinlock event irq 279
[    0.010000] Initializing CPU#1
[    0.021541] NMI watchdog disabled (cpu1): hardware events not enabled
[    0.021795] Brought up 2 CPUs
[    0.021982] devtmpfs: initialized
[    0.021982] PM: Registering ACPI NVS region at 3fef8000 (8192 bytes)
[    0.021982] Grant tables using version 2 layout.
[    0.021982] Grant table initialized
[    0.021982] NET: Registered protocol family 16
[    0.021982] ACPI: bus type pci registered
[    0.021982] PCI: PCI BIOS revision 2.10 entry at 0xfd960, last bus=8
[    0.021982] PCI: Using configuration type 1 for base access
[    0.021982] bio: create slab <bio-0> at 0
[    0.021982] ACPI: Added _OSI(Module Device)
[    0.021982] ACPI: Added _OSI(Processor Device)
[    0.021982] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.021982] ACPI: Added _OSI(Processor Aggregator Device)
[    0.034453] ACPI: EC: EC description table is found, configuring boot EC
[    0.068782] ACPI: Interpreter enabled
[    0.068885] ACPI: (supports S0 S3 S4 S5)
[    0.069273] ACPI: Using IOAPIC for interrupt routing
[    0.084975] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.085562] ACPI: No dock devices found.
[    0.085664] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.090865] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.092518] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.092526] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.092533] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.092540] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.092547] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.092553] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.092560] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.092567] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[    0.092574] PCI: root bus 00: using default resources
[    0.092650] PCI host bridge to bus 0000:00
[    0.092750] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.092853] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[    0.092998] pci 0000:00:00.0: [8086:3580] type 0 class 0x000600
[    0.093025] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.093251] pci 0000:00:00.1: [8086:3584] type 0 class 0x000880
[    0.093468] pci 0000:00:00.3: [8086:3585] type 0 class 0x000880
[    0.093697] pci 0000:00:01.0: [8086:3581] type 1 class 0x000604
[    0.093918] pci 0000:00:1d.0: [8086:24c2] type 0 class 0x000c03
[    0.094066] pci 0000:00:1d.0: reg 20: [io  0x1800-0x181f]
[    0.094177] pci 0000:00:1d.1: [8086:24c4] type 0 class 0x000c03
[    0.094326] pci 0000:00:1d.1: reg 20: [io  0x1820-0x183f]
[    0.094435] pci 0000:00:1d.2: [8086:24c7] type 0 class 0x000c03
[    0.094583] pci 0000:00:1d.2: reg 20: [io  0x1840-0x185f]
[    0.094725] pci 0000:00:1d.7: [8086:24cd] type 0 class 0x000c03
[    0.094790] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[    0.095070] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.095126] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.095265] pci 0000:00:1f.0: [8086:24cc] type 0 class 0x000601
[    0.095482] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[    0.095621] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH4 GPIO
[    0.095771] pci 0000:00:1f.1: [8086:24ca] type 0 class 0x000101
[    0.095817] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.095849] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.095882] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.095914] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.095946] pci 0000:00:1f.1: reg 20: [io  0x1860-0x186f]
[    0.095979] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.096070] pci 0000:00:1f.3: [8086:24c3] type 0 class 0x000c05
[    0.096219] pci 0000:00:1f.3: reg 20: [io  0x1880-0x189f]
[    0.096341] pci 0000:00:1f.5: [8086:24c5] type 0 class 0x000401
[    0.096395] pci 0000:00:1f.5: reg 10: [io  0x1c00-0x1cff]
[    0.096427] pci 0000:00:1f.5: reg 14: [io  0x18c0-0x18ff]
[    0.096458] pci 0000:00:1f.5: reg 18: [mem 0xc0000c00-0xc0000dff]
[    0.096489] pci 0000:00:1f.5: reg 1c: [mem 0xc0000800-0xc00008ff]
[    0.096648] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.096706] pci 0000:00:1f.6: [8086:24c6] type 0 class 0x000703
[    0.096759] pci 0000:00:1f.6: reg 10: [io  0x2400-0x24ff]
[    0.096790] pci 0000:00:1f.6: reg 14: [io  0x2000-0x207f]
[    0.096998] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.097090] pci 0000:01:00.0: [10de:0324] type 0 class 0x000300
[    0.097147] pci 0000:01:00.0: reg 10: [mem 0xc1000000-0xc1ffffff]
[    0.097177] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff pref]
[    0.097300] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.097536] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.097651] pci 0000:00:01.0:   bridge window [mem 0xc1000000-0xc1ffffff]
[    0.097665] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff pref]
[    0.097743] pci 0000:02:01.0: [104c:ac55] type 2 class 0x000607
[    0.097799] pci 0000:02:01.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.097890] pci 0000:02:01.0: supports D1 D2
[    0.097897] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.097956] pci 0000:02:01.1: [104c:ac55] type 2 class 0x000607
[    0.098012] pci 0000:02:01.1: reg 10: [mem 0x00000000-0x00000fff]
[    0.098108] pci 0000:02:01.1: supports D1 D2
[    0.098115] pci 0000:02:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.098197] pci 0000:02:02.0: [168c:0013] type 0 class 0x000200
[    0.098253] pci 0000:02:02.0: reg 10: [mem 0xc2000000-0xc200ffff]
[    0.098619] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
[    0.098734] pci 0000:00:1e.0:   bridge window [io  0x3000-0x6fff]
[    0.098749] pci 0000:00:1e.0:   bridge window [mem 0xc2000000-0xcfffffff]
[    0.098763] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf7ffffff pref]
[    0.098770] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.098777] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
[    0.099024] pci_bus 0000:00: on NUMA node 0
[    0.099034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.099199] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.099291] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.099506]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    0.106061] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.106975] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.107886] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.108811] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.109721] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.110121] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.111012] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.112072] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.112909] xen/balloon: Initialising balloon driver.
[    0.113478] xen-balloon: Initialising balloon driver.
[    0.113765] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.113765] vgaarb: loaded
[    0.113765] vgaarb: bridge control possible 0000:01:00.0
[    0.113765] PCI: Using ACPI for IRQ routing
[    0.113765] PCI: pci_cache_line_size set to 64 bytes
[    0.113765] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.113765] reserve RAM buffer: 000000000f6f0000 - 000000000fffffff 
[    0.113765] reserve RAM buffer: 000000003fef0000 - 000000003fffffff 
[    0.113765] Switching to clocksource xen
[    0.113765] pnp: PnP ACPI init
[    0.113765] ACPI: bus type pnp registered
[    0.113765] pnp 00:00: [bus 00-ff]
[    0.113765] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.113765] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.113765] pnp 00:00: [io  0x0d00-0xffff window]
[    0.113765] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.113765] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.113765] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.113765] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.113765] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.113765] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.113765] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.113765] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.113765] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.113765] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.113765] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.113765] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.113765] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.113765] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.113765] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[    0.113765] pnp 00:00: [mem 0x00000000 window]
[    0.113765] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.113765] pnp 00:01: [io  0x0010-0x001f]
[    0.113765] pnp 00:01: [io  0x0090-0x009f]
[    0.113765] pnp 00:01: [io  0x0024-0x0025]
[    0.113765] pnp 00:01: [io  0x0028-0x0029]
[    0.113765] pnp 00:01: [io  0x002c-0x002d]
[    0.113765] pnp 00:01: [io  0x0030-0x0031]
[    0.113765] pnp 00:01: [io  0x0034-0x0035]
[    0.113765] pnp 00:01: [io  0x0038-0x0039]
[    0.113765] pnp 00:01: [io  0x003c-0x003d]
[    0.113765] pnp 00:01: [io  0x00a4-0x00a5]
[    0.113765] pnp 00:01: [io  0x00a8-0x00a9]
[    0.113765] pnp 00:01: [io  0x00ac-0x00ad]
[    0.113765] pnp 00:01: [io  0x00b0-0x00b5]
[    0.113765] pnp 00:01: [io  0x00b8-0x00b9]
[    0.113765] pnp 00:01: [io  0x00bc-0x00bd]
[    0.113765] pnp 00:01: [io  0x004e-0x004f]
[    0.113765] pnp 00:01: [io  0x0050-0x0053]
[    0.113765] pnp 00:01: [io  0x0072-0x0077]
[    0.113765] pnp 00:01: [io  0x002e-0x002f]
[    0.113765] pnp 00:01: [io  0x1000-0x107f]
[    0.113765] pnp 00:01: [io  0x1180-0x11bf]
[    0.113765] pnp 00:01: [io  0x0600-0x060f]
[    0.113765] pnp 00:01: [io  0x0068]
[    0.113765] pnp 00:01: [io  0x006c]
[    0.113765] pnp 00:01: [io  0x0800-0x080f]
[    0.113859] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.113965] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.114069] system 00:01: [io  0x0600-0x060f] has been reserved
[    0.114172] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.114278] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.114325] pnp 00:02: [io  0x0000-0x000f]
[    0.114332] pnp 00:02: [io  0x0080-0x008f]
[    0.114338] pnp 00:02: [io  0x00c0-0x00df]
[    0.114344] pnp 00:02: [dma 4]
[    0.114414] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.114447] pnp 00:03: [io  0x0061]
[    0.114518] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.114552] pnp 00:04: [io  0x00f0]
[    0.114562] xen: registering gsi 13 triggering 1 polarity 0
[    0.114575] xen_map_pirq_gsi: returning irq 13 for gsi 13
[    0.114676] xen: --> pirq=13 -> irq=13 (gsi=13)
[    0.114692] pnp 00:04: [irq 13]
[    0.114770] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.114799] pnp 00:05: [io  0x0070-0x0071]
[    0.114807] xen: registering gsi 8 triggering 1 polarity 0
[    0.114814] xen_map_pirq_gsi: returning irq 8 for gsi 8
[    0.114914] xen: --> pirq=8 -> irq=8 (gsi=8)
[    0.114924] pnp 00:05: [irq 8]
[    0.114997] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.115027] pnp 00:06: [io  0x0060]
[    0.115033] pnp 00:06: [io  0x0064]
[    0.115040] xen: registering gsi 1 triggering 1 polarity 0
[    0.115047] xen_map_pirq_gsi: returning irq 1 for gsi 1
[    0.115147] xen: --> pirq=1 -> irq=1 (gsi=1)
[    0.115156] pnp 00:06: [irq 1]
[    0.115237] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.115266] xen: registering gsi 12 triggering 1 polarity 0
[    0.115274] xen_map_pirq_gsi: returning irq 12 for gsi 12
[    0.115374] xen: --> pirq=12 -> irq=12 (gsi=12)
[    0.115384] pnp 00:07: [irq 12]
[    0.115462] pnp 00:07: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
[    0.115728] pnp 00:08: Plug and Play ACPI device, IDs PNP0400 (disabled)
[    0.117496] pnp: PnP ACPI: found 9 devices
[    0.117595] ACPI: ACPI bus type pnp unregistered
[    0.133006] PM-Timer failed consistency check  (0x0xffffff) - aborting.
[    0.133137] PCI: max bus depth: 2 pci_try_num: 3
[    0.133188] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40000000-0x400003ff]
[    0.137567] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[    0.137673] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.137784] pci 0000:00:01.0:   bridge window [mem 0xc1000000-0xc1ffffff]
[    0.137895] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff pref]
[    0.138039] pci 0000:02:01.0: BAR 0: assigned [mem 0xc4000000-0xc4000fff]
[    0.138154] pci 0000:02:01.1: BAR 0: assigned [mem 0xc8000000-0xc8000fff]
[    0.138269] pci 0000:02:01.1: BAR 16: assigned [mem 0xcc000000-0xcfffffff]
[    0.138375] pci 0000:02:01.1: BAR 15: assigned [mem 0xf0000000-0xf3ffffff pref]
[    0.138503] pci 0000:02:01.1: BAR 14: assigned [io  0x3000-0x30ff]
[    0.138607] pci 0000:02:01.1: BAR 13: assigned [io  0x3400-0x34ff]
[    0.138713] pci 0000:02:01.0: BAR 16: assigned [mem 0x44000000-0x47ffffff]
[    0.138820] pci 0000:02:01.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
[    0.138948] pci 0000:02:01.0: BAR 14: assigned [io  0x3800-0x38ff]
[    0.139052] pci 0000:02:01.0: BAR 13: assigned [io  0x3c00-0x3cff]
[    0.139156] pci 0000:02:01.0: CardBus bridge to [bus 03-06]
[    0.139257] pci 0000:02:01.0:   bridge window [io  0x3c00-0x3cff]
[    0.139368] pci 0000:02:01.0:   bridge window [io  0x3800-0x38ff]
[    0.139479] pci 0000:02:01.0:   bridge window [mem 0xf4000000-0xf7ffffff pref]
[    0.139613] pci 0000:02:01.0:   bridge window [mem 0x44000000-0x47ffffff]
[    0.139725] pci 0000:02:01.1: CardBus bridge to [bus 07-07]
[    0.139827] pci 0000:02:01.1:   bridge window [io  0x3400-0x34ff]
[    0.139937] pci 0000:02:01.1:   bridge window [io  0x3000-0x30ff]
[    0.140048] pci 0000:02:01.1:   bridge window [mem 0xf0000000-0xf3ffffff pref]
[    0.140059] pci 0000:02:01.1:   bridge window [mem 0xcc000000-0xcfffffff]
[    0.140059] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
[    0.140059] pci 0000:00:1e.0:   bridge window [io  0x3000-0x6fff]
[    0.140059] pci 0000:00:1e.0:   bridge window [mem 0xc2000000-0xcfffffff]
[    0.140059] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf7ffffff pref]
[    0.140059] pci 0000:00:1e.0: setting latency timer to 64
[    0.140059] xen: registering gsi 20 triggering 0 polarity 1
[    0.140846] xen: --> pirq=20 -> irq=20 (gsi=20)
[    0.140879] xen: registering gsi 21 triggering 0 polarity 1
[    0.140895] xen: --> pirq=21 -> irq=21 (gsi=21)
[    0.140914] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.140922] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
[    0.140929] pci_bus 0000:01: resource 1 [mem 0xc1000000-0xc1ffffff]
[    0.140935] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff pref]
[    0.140942] pci_bus 0000:02: resource 0 [io  0x3000-0x6fff]
[    0.140948] pci_bus 0000:02: resource 1 [mem 0xc2000000-0xcfffffff]
[    0.140954] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf7ffffff pref]
[    0.140961] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
[    0.140967] pci_bus 0000:02: resource 5 [mem 0x00000000-0xfffffffff]
[    0.140973] pci_bus 0000:03: resource 0 [io  0x3c00-0x3cff]
[    0.140979] pci_bus 0000:03: resource 1 [io  0x3800-0x38ff]
[    0.140986] pci_bus 0000:03: resource 2 [mem 0xf4000000-0xf7ffffff pref]
[    0.140992] pci_bus 0000:03: resource 3 [mem 0x44000000-0x47ffffff]
[    0.140998] pci_bus 0000:07: resource 0 [io  0x3400-0x34ff]
[    0.141004] pci_bus 0000:07: resource 1 [io  0x3000-0x30ff]
[    0.141011] pci_bus 0000:07: resource 2 [mem 0xf0000000-0xf3ffffff pref]
[    0.141017] pci_bus 0000:07: resource 3 [mem 0xcc000000-0xcfffffff]
[    0.141063] NET: Registered protocol family 2
[    0.141230] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.141555] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.142463] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.143141] TCP: Hash tables configured (established 131072 bind 65536)
[    0.143245] TCP reno registered
[    0.143343] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.143464] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.143730] NET: Registered protocol family 1
[    0.144131] pci 0000:01:00.0: Boot video device
[    0.144166] PCI: CLS 32 bytes, default 64
[    0.144291] Unpacking initramfs...
[    0.198386] Freeing initrd memory: 11288k freed
[    0.211511] Simple Boot Flag at 0x35 set to 0x1
[    0.212322] audit: initializing netlink socket (disabled)
[    0.212445] type=2000 audit(1328648987.859:1): initialized
[    0.227075] highmem bounce pool size: 64 pages
[    0.227186] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.230219] msgmni has been set to 1283
[    0.230872] alg: No test for stdrng (krng)
[    0.231129] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.231261] io scheduler noop registered
[    0.231365] io scheduler cfq registered (default)
[    0.231750] GHES: HEST is not enabled!
[    0.232209] Event-channel device installed.
[    0.233510] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.234419] xen: registering gsi 17 triggering 0 polarity 1
[    0.234443] xen: --> pirq=17 -> irq=17 (gsi=17)
[    0.234711] Linux agpgart interface v0.103
[    0.235060] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
[    0.255360] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.255607] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.258200] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.258310] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.258765] mousedev: PS/2 mouse device common for all mice
[    0.258983] rtc_cmos 00:05: RTC can wake from S4
[    0.259439] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.259597] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    0.259798] TCP cubic registered
[    0.260099] NET: Registered protocol family 10
[    0.260438] Mobile IPv6
[    0.260534] NET: Registered protocol family 17
[    0.260656] Using IPI No-Shortcut mode
[    0.261074] PM: Hibernation image not present or could not be loaded.
[    0.261101] registered taskstats version 1
[    0.261746] rtc_cmos 00:05: setting system clock to 2012-02-07 21:09:47 UTC (1328648987)
[    0.262113] Freeing unused kernel memory: 352k freed
[    0.263835] Write protecting the kernel text: 2420k
[    0.264407] Write protecting the kernel read-only data: 880k
[    0.287883] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.327630] udevd[49]: starting version 175
[    0.477294] usbcore: registered new interface driver usbfs
[    0.477470] usbcore: registered new interface driver hub
[    0.484841] usbcore: registered new device driver usb
[    0.489122] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.489316] xen: registering gsi 23 triggering 0 polarity 1
[    0.489355] xen: --> pirq=23 -> irq=23 (gsi=23)
[    0.489433] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.489450] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.489592] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.489824] ehci_hcd 0000:00:1d.7: debug port 1
[    0.493862] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.493950] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc0000000
[    0.520305] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.521604] hub 1-0:1.0: USB hub found
[    0.521738] hub 1-0:1.0: 6 ports detected
[    0.524674] uhci_hcd: USB Universal Host Controller Interface driver
[    0.524896] xen: registering gsi 16 triggering 0 polarity 1
[    0.524935] xen: --> pirq=16 -> irq=16 (gsi=16)
[    0.524976] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.524994] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.525135] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.525429] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001800
[    0.553991] hub 2-0:1.0: USB hub found
[    0.554131] hub 2-0:1.0: 2 ports detected
[    0.554489] xen: registering gsi 19 triggering 0 polarity 1
[    0.554532] xen: --> pirq=19 -> irq=19 (gsi=19)
[    0.554575] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.554593] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.554740] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.555026] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[    0.580534] hub 3-0:1.0: USB hub found
[    0.580684] hub 3-0:1.0: 2 ports detected
[    0.581048] xen: registering gsi 18 triggering 0 polarity 1
[    0.581097] xen: --> pirq=18 -> irq=18 (gsi=18)
[    0.581144] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.581161] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.581299] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.581573] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[    0.595314] hub 4-0:1.0: USB hub found
[    0.595456] hub 4-0:1.0: 2 ports detected
[    0.603754] thermal LNXTHERM:00: registered as thermal_zone0
[    0.603888] ACPI: Thermal Zone [THRM] (59 C)
[    0.686808] SCSI subsystem initialized
[    0.705332] libata version 3.00 loaded.
[    0.708337] ata_piix 0000:00:1f.1: version 2.13
[    0.708377] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    0.708527] xen: registering gsi 18 triggering 0 polarity 1
[    0.708545] xen_map_pirq_gsi: returning irq 18 for gsi 18
[    0.708670] xen: --> pirq=18 -> irq=18 (gsi=18)
[    0.708681] Already setup the GSI :18
[    0.708927] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.710027] scsi0 : ata_piix
[    0.713193] scsi1 : ata_piix
[    0.714773] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[    0.714883] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[    0.890769] ata1.00: ATA-6: HTS548080M9AT00, MG4OA5DA, max UDMA/100
[    0.890880] ata1.00: 156301488 sectors, multi 16: LBA 
[    0.900579] ata2.00: ATAPI: UJDA760 DVD/CDRW, 1.02, max UDMA/33
[    0.930650] ata1.00: configured for UDMA/100
[    0.931041] scsi 0:0:0:0: Direct-Access     ATA      HTS548080M9AT00  MG4O PQ: 0 ANSI: 5
[    0.940500] ata2.00: configured for UDMA/33
[    0.942580] scsi 1:0:0:0: CD-ROM            MATSHITA UJDA760 DVD/CDRW 1.02 PQ: 0 ANSI: 5
[    0.959076] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    0.959475] sd 0:0:0:0: [sda] Write Protect is off
[    0.959613] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.959721] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.999878]  sda: sda1 sda2 sda3 < sda5 >
[    1.001270] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.310106] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    1.460008] device-mapper: uevent: version 1.0.3
[    1.460996] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel <at> redhat.com
[    1.782185] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    3.556195] udevd[249]: starting version 175
[    3.890230] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    3.890488] ACPI: Lid Switch [LID]
[    3.890770] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    3.890941] ACPI: Sleep Button [SLPB]
[    3.891233] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.891398] ACPI: Power Button [PWRF]
[    4.005873] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:05/LNXVIDEO:01/input/input4
[    4.006055] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[    4.066107] ACPI: AC Adapter [AC] (on-line)
[    4.120603] iTCO_vendor_support: vendor-support=0
[    4.226136] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.344425] cfg80211: Calling CRDA to update world regulatory domain
[    4.577840] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    4.590510] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input6
[    5.189927] ACPI: Battery Slot [BAT1] (battery present)
[    5.213626] Non-volatile memory driver v1.3
[    5.250321] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    5.250674] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060)
[    5.251012] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.308625] [drm] Initialized drm 1.1.0 20060810
[    5.332699] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    5.332822] thinkpad_acpi: http://ibm-acpi.sf.net/
[    5.332921] thinkpad_acpi: ThinkPad BIOS 1XET57WW (1.16 ), EC unknown
[    5.333024] thinkpad_acpi: IBM ThinkPad G41, model 288173U
[    5.336769] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    5.340676] Registered led device: tpacpi::power
[    5.340957] Registered led device: tpacpi::standby
[    5.351936] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    5.357924] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[    5.676528] xen: registering gsi 18 triggering 0 polarity 1
[    5.676545] xen_map_pirq_gsi: returning irq 18 for gsi 18
[    5.676651] xen: --> pirq=18 -> irq=18 (gsi=18)
[    5.676658] Already setup the GSI :18
[    5.676906] ath5k 0000:02:02.0: registered as 'phy0'
[    5.682429] wmi: Mapper loaded
[    5.883021] snd_intel8x0 0000:00:1f.5: power state changed by ACPI to D0
[    5.883169] snd_intel8x0 0000:00:1f.5: power state changed by ACPI to D0
[    5.883318] xen: registering gsi 17 triggering 0 polarity 1
[    5.883336] xen_map_pirq_gsi: returning irq 17 for gsi 17
[    5.883461] xen: --> pirq=17 -> irq=17 (gsi=17)
[    5.883472] Already setup the GSI :17
[    5.883573] intel8x0: disable (unknown or VT-d) VM optimization
[    5.883765] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[    5.994565] VGA switcheroo: detected Optimus DSM method \ handle
[    5.994828] nouveau 0000:01:00.0: power state changed by ACPI to D0
[    5.994955] nouveau 0000:01:00.0: power state changed by ACPI to D0
[    5.995091] xen: registering gsi 17 triggering 0 polarity 1
[    5.995107] xen_map_pirq_gsi: returning irq 17 for gsi 17
[    5.995234] xen: --> pirq=17 -> irq=17 (gsi=17)
[    5.995248] Already setup the GSI :17
[    6.004745] [drm] nouveau 0000:01:00.0: Detected an NV30 generation card (0x034400b1)
[    6.005961] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[    6.061617] [drm] nouveau 0000:01:00.0: ... BIOS checksum invalid
[    6.061724] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[    6.061867] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
[    6.061971] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
[    6.062260] [drm] nouveau 0000:01:00.0: ... appears to be valid
[    6.062574] [drm] nouveau 0000:01:00.0: BMP BIOS found
[    6.062675] [drm] nouveau 0000:01:00.0: BMP version 5.41
[    6.062790] [drm] nouveau 0000:01:00.0: Bios version 04.34.20.81
[    6.063163] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
[    6.063295] [drm] nouveau 0000:01:00.0: DCB version 2.2
[    6.063425] [drm] nouveau 0000:01:00.0: DCB outp 00: 030003f3 00000005
[    6.063530] [drm] nouveau 0000:01:00.0: DCB outp 01: 01010300 000088b8
[    6.063813] [drm] nouveau 0000:01:00.0: Loading NV17 power sequencing microcode
[    6.063953] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xF160
[    6.066131] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xF3FB
[    6.066283] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xF541
[    6.066472] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xF6F1
[    6.066609] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xF70E
[    6.066755] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 5 at offset 0xF72B
[    6.125926] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 6 at offset 0xF8C4
[    6.126068] [drm] nouveau 0000:01:00.0: BIOS FP mode: 1400x1050 (108000kHz pixel clock)
[    6.127173] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
[    6.127289] [drm] nouveau 0000:01:00.0: 0: core 100MHz memory 200MHz timing 0 fanspeed 100%
[    6.127427] [drm] nouveau 0000:01:00.0: 1: core 175MHz memory 350MHz timing 1 fanspeed 75%
[    6.127566] [drm] nouveau 0000:01:00.0: 2: core 200MHz memory 400MHz timing 2 fanspeed 100%
[    6.127716] [drm] nouveau 0000:01:00.0: c: core 175MHz memory 351MHz
[    6.128151] [TTM] Zone  kernel: Available graphics memory: 328642 kiB.
[    6.128271] [TTM] Zone highmem: Available graphics memory: 439336 kiB.
[    6.128381] [TTM] Initializing pool allocator.
[    6.128497] [TTM] Initializing DMA pool allocator.
[    6.128620] [drm] nouveau 0000:01:00.0: Detected 128MiB VRAM
[    6.128783] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[    6.128953] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[    6.129201] nouveau 0000:01:00.0: putting AGP V2 device into 4x mode
[    6.129358] [drm] nouveau 0000:01:00.0: 256 MiB GART (aperture)
[    6.129631] [drm] nouveau 0000:01:00.0: Saving VGA fonts
[    6.187012] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    6.187125] [drm] No driver support for vblank timestamp query.
[    6.196491] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 0)
[    6.196624] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 1)
[    6.268454] ath: EEPROM regdomain: 0x64
[    6.268461] ath: EEPROM indicates we should expect a direct regpair map
[    6.268469] ath: Country alpha2 being used: 00
[    6.268474] ath: Regpair used: 0x64
[    6.277217] [drm] nouveau 0000:01:00.0: allocated 1400x1050 fb: 0x49000, bo c1d0ec00
[    6.277708] fbcon: nouveaufb (fb0) is primary device
[    6.292207] [drm] nouveau 0000:01:00.0: Calling LVDS script 1:
[    6.292215] [drm] nouveau 0000:01:00.0: Calling LVDS script 6:
[    6.292220] [drm] nouveau 0000:01:00.0: 0xE04C: Parsing digital output script table
[    6.302196] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.303163] ath5k phy0: Atheros AR5213A chip found (MAC: 0x59, PHY: 0x43)
[    6.303169] ath5k phy0: RF2112B 2GHz radio found (0x46)
[    6.792391] [drm] nouveau 0000:01:00.0: Calling LVDS script 2:
[    6.792400] [drm] nouveau 0000:01:00.0: 0xE168: Parsing digital output script table
[    6.830121] intel8x0_measure_ac97_clock: measured 59891 usecs (11 samples)
[    6.830127] intel8x0: measured clock 183 rejected
[    6.840471] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 0)
[    6.840479] [drm] nouveau 0000:01:00.0: Calling LVDS script 5:
[    6.840486] [drm] nouveau 0000:01:00.0: 0xE035: Parsing digital output script table
[    6.840501] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A
[    7.210216] intel8x0_measure_ac97_clock: measured 53764 usecs (2591 samples)
[    7.210223] intel8x0: clocking to 48000
[    8.703713] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x0000fdc0 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
[    8.704276] Console: switching to colour frame buffer device 175x65
[   10.553368] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x00010048 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
[   12.402789] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x000101c8 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
[   14.252200] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x000103cc State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
[   14.260058] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon
[   14.260058] fb0: nouveaufb frame buffer device
[   14.260058] drm: registered panic notifier
[   16.136685] [drm] nouveau 0000:01:00.0: PFIFO_DMA_PUSHER - Ch 0 Get 0x10000000 Put 0x000106e4 State
0xc0000000 (err: MEM_FAULT) Push 0x00000000
[   16.136938] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[   16.785104] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   16.910534] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   17.009608] loop: module loaded
[   18.890365] Adding 2928636k swap on /dev/mapper/data-swap.  Priority:-1 extents:1 across:2928636k 
[   19.286767] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[   19.322467] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   19.359012] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   20.641126] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   21.439387] wlan0: authenticate with 58:6d:8f:39:d9:e8 (try 1)
[   21.442557] wlan0: authenticated
[   21.451845] wlan0: associate with 58:6d:8f:39:d9:e8 (try 1)
[   21.454239] wlan0: RX AssocResp from 58:6d:8f:39:d9:e8 (capab=0x411 status=0 aid=1)
[   21.454247] wlan0: associated
[   21.454255] wlan0: moving STA 58:6d:8f:39:d9:e8 to state 1
[   21.454261] wlan0: moving STA 58:6d:8f:39:d9:e8 to state 2
[   21.455075] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   21.523238] wlan0: moving STA 58:6d:8f:39:d9:e8 to state 3
[   32.360072] wlan0: no IPv6 routers present
[   36.646456] XENBUS: Unable to read cpu state
[   36.652141] XENBUS: Unable to read cpu state
_______________________________________________
Xen-users mailing list
Xen-users <at> lists.xensource.com
http://lists.xensource.com/xen-users
Jyothi shetty | 10 Feb 05:32
Picon
Gravatar

xm create xenguest.cfg -c hangs

hi all,

Iam trying to create image for live migration using command

xm create xenguest.cfg -c

it hangs giving with following lines

[    8.210432] Microcode Update Driver: v2.00-xen
<tigran <at> aivazian.fsnet.co.uk>, Peter Oruba
[   40.821726] NET: Registered protocol family 10
[   40.822047] lo: Disabled Privacy Extensions
[   75.580090] syslog-ng invoked oom-killer: gfp_mask=0x201da,
order=0, oom_adj=0
[   75.580105] syslog-ng cpuset=/ mems_allowed=0
[   75.580112] Pid: 1746, comm: syslog-ng Not tainted 2.6.32.12-0.7-xen #1
[   75.580119] Call Trace:
[   75.580141]  [<c000a901>] try_stack_unwind+0x1b1/0x1f0
[   75.580154]  [<c000830f>] dump_trace+0x3f/0xe0
[   75.580164]  [<c000a56b>] show_trace_log_lvl+0x4b/0x60
[   75.580175]  [<c000a598>] show_trace+0x18/0x20
[   75.580185]  [<c02f7154>] dump_stack+0x6d/0x79
[   75.580198]  [<c0089e6b>] oom_kill_process+0xab/0x1e0
[   75.580207]  [<c008a4ee>] __out_of_memory+0x4e/0xb0
[   75.580219]  [<c008a5a4>] out_of_memory+0x54/0xb0
[   75.580230]  [<c008d377>] __alloc_pages_slowpath+0x3a7/0x470
[   75.580242]  [<c008d558>] __alloc_pages_nodemask+0x118/0x120
[   75.580256]  [<c008fc0d>] __do_page_cache_readahead+0xdd/0x1f0
[   75.580265]  [<c008fd47>] ra_submit+0x27/0x40
[   75.580277]  [<c0088950>] filemap_fault+0x380/0x390
[   75.580288]  [<c00a04b9>] __do_fault+0x59/0x680
[   75.580300]  [<c00a3dfe>] handle_mm_fault+0x1be/0x500
[   75.580310]  [<c02fc30e>] do_page_fault+0x1be/0x340
[   75.580322]  [<c02fa4f8>] error_code+0x30/0x38
[   75.580339]  [<b76fe542>] 0xb76fe542
[   75.580345] Mem-Info:
[   75.580350] DMA per-cpu:
[   75.580357] CPU    0: hi:    0, btch:   1 usd:   0
[   75.580364] Normal per-cpu:
[   75.580372] CPU    0: hi:  155, btch:  38 usd:  50
[   75.580382] active_anon:116070 inactive_anon:7901 isolated_anon:0
[   75.580384]  active_file:0 inactive_file:17 isolated_file:0
[   75.580386]  unevictable:0 dirty:0 writeback:0 unstable:0
[   75.580388]  free:1182 slab_reclaimable:243 slab_unreclaimable:716
[   75.580390]  mapped:8 shmem:13 pagetables:0 bounce:0
[   75.580415] DMA free:2048kB min:88kB low:108kB high:132kB
active_anon:8096kB inactive_anon:512kB active_file:0kB
inactive_file:0kB unevictable:0kB isolated(anon):0kB
isolated(file):0kB present:16256kB mlocked:0kB dirty:0kB writeback:0kB
mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB
kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB
writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[   75.580439] lowmem_reserve[]: 0 492 492 492
[   75.580456] Normal free:2680kB min:2792kB low:3488kB high:4188kB
active_anon:456184kB inactive_anon:31092kB active_file:0kB
inactive_file:68kB unevictable:0kB isolated(anon):0kB
isolated(file):0kB present:503872kB mlocked:0kB dirty:0kB
writeback:0kB mapped:32kB shmem:52kB slab_reclaimable:972kB
slab_unreclaimable:2864kB kernel_stack:344kB pagetables:0kB
unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:15
all_unreclaimable? no
[   75.580480] lowmem_reserve[]: 0 0 0 0
[   75.580490] DMA: 2*4kB 25*8kB 37*16kB 37*32kB 1*64kB 0*128kB
0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 2048kB
[   75.580515] Normal: 0*4kB 1*8kB 1*16kB 1*32kB 1*64kB 0*128kB
0*256kB 1*512kB 0*1024kB 1*2048kB 0*4096kB = 2680kB
[   75.580539] 31 total pagecache pages
[   75.580544] 0 pages in swap cache
[   75.580549] Swap cache stats: add 0, delete 0, find 0/0
[   75.580554] Free swap  = 0kB
[   75.580559] Total swap = 0kB
[   75.581926] 133120 pages RAM
[   75.581936] 0 pages HighMem
[   75.581940] 5677 pages reserved
[   75.581944] 47 pages shared
[   75.581948] 126099 pages non-shared
[   75.581955] Out of memory: kill process 1247 (syslog-ng) score 2852
or a child
[   75.581962] Killed process 1247 (syslog-ng)

have no idea whats the error

tryied googleing but didnt get any solution

please help

Thanks
Ram Prasad Pangeni | 9 Feb 10:34
Picon
Favicon
Gravatar

Post Migration Check

Hello,
  I am working on a heuristic that does the migration of VM from one
physical machine to another based on certain criteria. Now, for the success
of my algorithm I want to verify the success of the migration. How can I
verify (must cover every possibility) whether the VM migration is successful
from the source physical machine's Dom-0 (the machine from where the VM is
migrated)? 
Thanks in advance.

Ram  

--
View this message in context: http://xen.1045712.n5.nabble.com/Post-Migration-Check-tp5468996p5468996.html
Sent from the Xen - User mailing list archive at Nabble.com.
DN Singh | 5 Feb 16:35
Picon

Routed Network with Xen

Hello List,


I am trying to configure a setup where the IPs have to bound to the dom0, and then via internal network, these can be used on the domUs. This is a requirement, as the IPs can be configured only on the Dom0 due to their static configuration.
I have configured the routed config, and installed the VMs using virt-install. The problem is that the VMs aren't accessible via static IP.
The OS is CentOS 5.7, and Xen is 3.0, the one that comes with the repositories.

I have changed the network scripts in xend-config.sxp and the kernel parameters as per this URL: http://www.devco.net/archives/2007/10/18/xen_bridging_and_hetzner.php

The link states that I have to configure the IPs in Dom0, and they will get automatically allocated to the VMs, which is not happening.

I also tried to configure the IP in vm config file by adding vif = [ 'ip=<IP>' ]

Please help.
_______________________________________________
Xen-users mailing list
Xen-users <at> lists.xensource.com
http://lists.xensource.com/xen-users
David Christensen | 10 Feb 07:25
Favicon

entry-level XCP server using Intel desktop components

xen-users:

I'm considering building an entry-level Xen Cloud Platform server using 
Intel desktop components.

Should I choose a processor and motherboard that support Intel VT-d 
technology?  For example:

http://ark.intel.com/search/advanced/?s=t&VTD=true&FamilyText=2nd%20Generation%20Intel%C2%AE%20Core%E2%84%A2%20i5%20Processors&Sockets=1155

http://www.intel.com/support/motherboards/desktop/sb/CS-030922.htm

Specifically, the i5-2500S processor and DQ67SW motherboard?

http://ark.intel.com/products/52211/Intel-Core-i5-2500S-Processor-%286M-Cache-2_70-GHz%29

http://www.intel.com/content/www/us/en/motherboards/desktop-motherboards/desktop-board-dq67sw.html

TIA,

David
Ram Prasad Pangeni | 10 Feb 06:05
Picon
Favicon
Gravatar

Resource Usage

Hi all,
  I am new to Xen. Currently I am working on VM migration project. For my
project, I need to calculate VM Resource Usage without ssh'ing into the VMs.
How can I fetch the resource usage (i.e. CPU, Memory, Disk, & Network) of
Dom-Us from Dom-0? 
  I know that the "Xentop" tool help for the same, but I found that the
memory usage, network usage, disk usage information provided by "Xentop" is
not fully correct. Is there any correct method to do the same.
  Also, I need to calculate "Residual Capacity" for all the resources. How
can I calculate that (residual capacity of the physical machine) from Dom-0?
NOTE: Residual Capacity is the == ( total resource - resource usage ). That
is, how can I compute the total memory, disk, network resource of the system
& the usage for the same. 

Ram Pangeni

--
View this message in context: http://xen.1045712.n5.nabble.com/Resource-Usage-tp5471538p5471538.html
Sent from the Xen - User mailing list archive at Nabble.com.
Ram Prasad Pangeni | 10 Feb 06:05
Picon
Favicon
Gravatar

Resource Usage

Hi all,
  I am new to Xen. Currently I am working on VM migration project. For my
project, I need to calculate VM Resource Usage without ssh'ing into the VMs.
How can I fetch the resource usage (i.e. CPU, Memory, Disk, & Network) of
Dom-Us from Dom-0? 
  I know that the "Xentop" tool help for the same, but I found that the
memory usage, network usage, disk usage information provided by "Xentop" is
not fully correct. Is there any correct method to do the same.
  Also, I need to calculate "Residual Capacity" for all the resources. How
can I calculate that (residual capacity of the physical machine) from Dom-0?
NOTE: Residual Capacity is the == ( total resource - resource usage ). That
is, how can I compute the total memory, disk, network resource of the system
& the usage for the same. 

Ram Pangeni

--
View this message in context: http://xen.1045712.n5.nabble.com/Resource-Usage-tp5471537p5471537.html
Sent from the Xen - User mailing list archive at Nabble.com.
Ram Prasad Pangeni | 10 Feb 06:05
Picon
Favicon
Gravatar

Resource Usage

Hi all,
  I am new to Xen. Currently I am working on VM migration project. For my
project, I need to calculate VM Resource Usage without ssh'ing into the VMs.
How can I fetch the resource usage (i.e. CPU, Memory, Disk, & Network) of
Dom-Us from Dom-0? 
  I know that the "Xentop" tool help for the same, but I found that the
memory usage, network usage, disk usage information provided by "Xentop" is
not fully correct. Is there any correct method to do the same.
  Also, I need to calculate "Residual Capacity" for all the resources. How
can I calculate that (residual capacity of the physical machine) from Dom-0?
NOTE: Residual Capacity is the == ( total resource - resource usage ). That
is, how can I compute the total memory, disk, network resource of the system
& the usage for the same. 

Ram Pangeni

--
View this message in context: http://xen.1045712.n5.nabble.com/Resource-Usage-tp5471539p5471539.html
Sent from the Xen - User mailing list archive at Nabble.com.
jacek burghardt | 10 Feb 05:28
Picon
Gravatar

xen blurey drive

I wonder if is posible to assign blurey drive to domu and use makemkv to backup my blureys. Esxi supports that wth out an issue, how can I acomplish this with xen ///////////

_______________________________________________
Xen-users mailing list
Xen-users <at> lists.xensource.com
http://lists.xensource.com/xen-users
Matthew Hook | 9 Feb 20:51
Favicon

Re: Auto revertable disk

I'd rather not use an LVM master but use vhd COW disks.


However, you've said "destroy it when done work". how do I detect the shutdown?
Or better still, is there a way to run a script before a domain is created?

It looks a bit hacky but I may be able to add something into one of the scripts in /etc/xen.
Are those scripts related to the deprecated xm?  I'd prefer to use what will be current, so that would not suit.

Matt



On 8 February 2012 19:45, Shane Johnson <sdj <at> rasmussenequipment.com> wrote:
Would using LVM master then using the snap shot and then just destroying it when done work?

Shane


On Wed, Feb 8, 2012 at 7:38 PM, Matthew Hook <matthew.hook <at> otoy.com> wrote:
How do I create a Virtual Machine disk that when started the user can do whatever they like however,
when the domain ends (for any reason) the state of the disk is automatically reverted to it's original state.

I think this could be as easy as creating a copy on write VHD of the disk I want to use as the "clean state".
Then before starting the domain, delete the VHD and re-create it, then create the domain.

It's trivial to script this, but if the user was to "restart" then I want it reverted to.  So how do I detect a reboot etc?

_______________________________________________
Xen-users mailing list
Xen-users <at> lists.xensource.com
http://lists.xensource.com/xen-users



--
Shane D. Johnson
IT Administrator
Rasmussen Equipment



_______________________________________________
Xen-users mailing list
Xen-users <at> lists.xensource.com
http://lists.xensource.com/xen-users

Gmane