[virt-tools-list] iSCSI disk goes missing after domU installation

Konrad Rzeszutek Wilk konrad.wilk at oracle.com
Mon Apr 16 20:04:00 UTC 2012


On Mon, Apr 16, 2012 at 03:29:43PM -0400, Alan McKay wrote:
> On Mon, Apr 16, 2012 at 1:29 PM, Konrad Rzeszutek Wilk <
> konrad.wilk at oracle.com> wrote:
> 
> > What is the disk that shows up in the guest? Is it hda or xvda?
> >
> 
> Looks like xvda - see below output

OK, so the install CD unplug the emulated devices and the PV drivers
got activated. Now when you boot your guest are using

root=/dev/xvda1
or
root=UUID=xxxx
or
root=/dev/hdaX
?

And when you do boot that guest, what is your output? You can
get it easily by doing something like this:

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory=1024
maxvcpus = 3
serial='pty'   ; <========= MAKE SURE TO HAVE THAT
vcpus = 2
name="bootstrap-x86_64-pvhvm"
disk = [ 'file:/mnt/lab/bootstrap-x86_64/root_image.iso,hdc:cdrom,r','phy:/dev/guests/bootstrap-x86_64-pvhvm,xvda,w']
boot="dn"
vif = [ 'mac=00:0F:4B:00:00:68, bridge=switch' ]
vnc=1
vnclisten="0.0.0.0"
usb=1


And do 'xm console <guest>", and run 'vncviewer localhost:0'
and in the GRUB entry add this to your Linux stanza:

"console=ttyS0,115200 debug loglevel=8 initcall_debug".

That will pipe your guest output to 'xm console'. From there it should
be possible to figure out why the disks aren't seen.

Oh wait, you are using 'virt install' do this right? Then to
get that .xm file, do something like this:

[root at phenom bin]# virsh dumpxml F17 > /tmp/f17.xml
[root at phenom bin]# virsh domxml-to-native xen-xm /tmp/f17.xml
name = "F17"
uuid = "f15e454d-3ec3-1e8c-29d6-8dfe58e6e9a1"
maxmem = 1024
memory = 1024
vcpus = 1
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]
disk = [ "phy:/dev/vg_guest/f17_32,xvda,w" ]
vif = [ "mac=00:16:3e:fa:8f:9c,bridge=switch,script=vif-bridge,vifname=vif70.0" ]

[I am here using a PV guest, but you should be able to
the same with your HVM guest and add that 'serial='pty''
option], and then start the guest using 'xm create <your newly edited file>'


> 
> 
> > Can you include the output of 'lspci' and 'dmesg' please?
> >
> 
> See below ... I REALLY appreciate your help.  This was supposed to be a
> simple migration from VirtualBox to Xen and now I'm caught in this quagmire
> for a good week already :-(

Virtual Box .. Hm, I wonder what it does differently. Wait, are you installing
a new guest or trying to make it work under Xen?

> 
> sorry for making this rich text but if I don't gmail will reformat it into
> garbage ...
> 
> Disk /dev/xvda: 33418 cylinders, 255 heads, 63 sectors/track
> Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
> 
>    Device Boot Start     End   #cyls    #blocks   Id  System
> /dev/xvda1          0+  32896-  32897- 264240128   83  Linux
> /dev/xvda2      32896+  33418-    522-   4192257    5  Extended
> /dev/xvda3          0       -       0          0    0  Empty
> /dev/xvda4          0       -       0          0    0  Empty
> /dev/xvda5      32896+  33418-    522-   4192256   82  Linux swap / Solaris
> 
> 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
> 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
> 00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton
> II]
> 00:01.2 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
> 00:01.3 USB controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton
> II] (rev 01)
> 00:02.0 VGA compatible controller: Cirrus Logic GD 5446
> 00:03.0 SCSI storage controller: XenSource, Inc. Xen Platform Device (rev
> 01)
> 
> 
> 
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.2.0-20-generic (buildd at allspice) (gcc
> version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu3) ) #33-Ubuntu SMP Tue Mar 27
> 16:42:26 UTC 2012 (Ubuntu 3.2.0-20.33-generic 3.2.12)
> [    0.000000] Command line: file=/cdrom/preseed/ubuntu.seed boot=casper
> initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000]   AMD AuthenticAMD
> [    0.000000]   Centaur CentaurHauls
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
> [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000efffac00 (usable)
> [    0.000000]  BIOS-e820: 00000000efffac00 - 00000000f0000000 (reserved)
> [    0.000000]  BIOS-e820: 0000000100000000 - 0000000110000000 (usable)
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] DMI 2.4 present.
> [    0.000000] DMI: Red Hat HVM domU, BIOS 3.1.2-274.12.1.el5 02/28/2012
> [    0.000000] Hypervisor detected: Xen HVM
> [    0.000000] Xen version 3.1.
> [    0.000000] Xen Platform PCI: I/O protocol version 1
> [    0.000000] Netfront and the Xen platform PCI driver have been compiled
> for this kernel: unplug emulated NICs.
> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled
> for this kernel: unplug emulated disks.
> [    0.000000] You might have to change the root device
> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
> [    0.000000] in your root= kernel command line option
> [    0.000000] HVMOP_pagetable_dying not supported
> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000
> (usable) ==> (reserved)
> [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000
> (usable)
> [    0.000000] No AGP bridge found
> [    0.000000] last_pfn = 0x110000 max_arch_pfn = 0x400000000
> [    0.000000] MTRR default type: uncachable
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-DFFFF uncachable
> [    0.000000]   E0000-EFFFF write-through
> [    0.000000]   F0000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 0000000000 mask 3800000000 write-back
> [    0.000000]   1 base 0800000000 mask 3FC0000000 write-back
> [    0.000000]   2 base 00C0000000 mask 3FC0000000 uncachable
> [    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 0x50100070406, new
> 0x7010600070106
> [    0.000000] original variable MTRRs
> [    0.000000] reg 0, base: 0GB, range: 32GB, type WB
> [    0.000000] reg 1, base: 32GB, range: 1GB, type WB
> [    0.000000] reg 2, base: 3GB, range: 1GB, type UC
> [    0.000000] total RAM covered: 32768M
> [    0.000000] Found optimal setting for mtrr clean up
> [    0.000000]  gran_size: 64K  chunk_size: 64K         num_reg: 6
>  lose cover RAM: 0G
> [    0.000000] New variable MTRRs
> [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
> [    0.000000] reg 1, base: 2GB, range: 1GB, type WB
> [    0.000000] reg 2, base: 4GB, range: 4GB, type WB
> [    0.000000] reg 3, base: 8GB, range: 8GB, type WB
> [    0.000000] reg 4, base: 16GB, range: 16GB, type WB
> [    0.000000] reg 5, base: 32GB, range: 1GB, type WB
> [    0.000000] e820 update range: 00000000c0000000 - 0000000100000000
> (usable) ==> (reserved)
> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory,
> losing 767MB of RAM.
> [    0.000000] update e820 for mtrr
> [    0.000000] modified physical RAM map:
> [    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
> [    0.000000]  modified: 0000000000010000 - 000000000009fc00 (usable)
> [    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
> [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  modified: 0000000000100000 - 00000000c0000000 (usable)
> [    0.000000]  modified: 00000000c0000000 - 00000000f0000000 (reserved)
> [    0.000000]  modified: 0000000100000000 - 0000000110000000 (usable)
> [    0.000000] last_pfn = 0x110000 max_arch_pfn = 0x400000000
> [    0.000000] last_pfn = 0xc0000 max_arch_pfn = 0x400000000
> [    0.000000] found SMP MP-table at [ffff8800000fcce0] fcce0
> [    0.000000] initial memory mapped : 0 - 20000000
> [    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
> [    0.000000] init_memory_mapping: 0000000000000000-00000000c0000000
> [    0.000000]  0000000000 - 00c0000000 page 2M
> [    0.000000] kernel direct mapping tables up to c0000000 @
> 1fffc000-20000000
> [    0.000000] init_memory_mapping: 0000000100000000-0000000110000000
> [    0.000000]  0100000000 - 0110000000 page 2M
> [    0.000000] kernel direct mapping tables up to 110000000 @
> bfffa000-c0000000
> [    0.000000] RAMDISK: 7f1b2000 - 80000000
> [    0.000000] ACPI: RSDP 00000000000eb350 00024 (v02    Xen)
> [    0.000000] ACPI: XSDT 00000000000eb2c0 00044 (v01    Xen      HVM
> 00000000 HVML 00000000)
> [    0.000000] ACPI: FACP 00000000000eb0c0 000F4 (v04    Xen      HVM
> 00000000 HVML 00000000)
> [    0.000000] ACPI: DSDT 00000000000ea050 00FEA (v02    Xen      HVM
> 00000000 INTL 20110413)
> [    0.000000] ACPI: FACS 00000000000ea010 00040
> [    0.000000] ACPI: APIC 00000000000eb1c0 0007A (v02    Xen      HVM
> 00000000 HVML 00000000)
> [    0.000000] ACPI: HPET 00000000000eb240 00038 (v01    Xen      HVM
> 00000000 HVML 00000000)
> [    0.000000] ACPI: SSDT 00000000000eb278 00045 (v02    Xen      HVM
> 00000000 HVML 00000000)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at 0000000000000000-0000000110000000
> [    0.000000] Initmem setup node 0 0000000000000000-0000000110000000
> [    0.000000]   NODE_DATA [000000010fffb000 - 000000010fffffff]
> [    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD ->
> [ffff88010c200000-ffff88010f5fffff] on node 0
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000010 -> 0x00001000
> [    0.000000]   DMA32    0x00001000 -> 0x00100000
> [    0.000000]   Normal   0x00100000 -> 0x00110000
> [    0.000000] Movable zone start PFN for each node
> [    0.000000] early_node_map[3] active PFN ranges
> [    0.000000]     0: 0x00000010 -> 0x0000009f
> [    0.000000]     0: 0x00000100 -> 0x000c0000
> [    0.000000]     0: 0x00100000 -> 0x00110000
> [    0.000000] On node 0 totalpages: 851855
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 5 pages reserved
> [    0.000000]   DMA zone: 3914 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 16320 pages used for memmap
> [    0.000000]   DMA32 zone: 766016 pages, LIFO batch:31
> [    0.000000]   Normal zone: 1024 pages used for memmap
> [    0.000000]   Normal zone: 64512 pages, LIFO batch:15
> [    0.000000] ACPI: PM-Timer IO Port: 0x1f48
> [    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[0x02] enabled)
> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI
> 0-47
> [    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 5 global_irq 5 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 7 global_irq 7 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ5 used by override.
> [    0.000000] ACPI: IRQ7 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] ACPI: IRQ10 used by override.
> [    0.000000] ACPI: IRQ11 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> [    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 64
> [    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: 00000000c0000000 -
> 00000000f0000000
> [    0.000000] PM: Registered nosave memory: 00000000f0000000 -
> 0000000100000000
> [    0.000000] Allocating PCI resources starting at f0000000 (gap:
> f0000000:10000000)
> [    0.000000] Booting paravirtualized kernel on Xen HVM
> [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2
> nr_node_ids:1
> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88010fc00000 s83072 r8192
> d23424 u1048576
> [    0.000000] pcpu-alloc: s83072 r8192 d23424 u1048576 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.
>  Total pages: 834442
> [    0.000000] Policy zone: Normal
> [    0.000000] Kernel command line: file=/cdrom/preseed/ubuntu.seed
> boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] Checking aperture...
> [    0.000000] No AGP bridge found
> [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
> [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
> [    0.000000] Memory: 3257412k/4456448k available (6565k kernel code,
> 1049028k absent, 150008k reserved, 6639k data, 920k init)
> [    0.000000] SLUB: Genslabs=15, HWalign=64, 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:16640 nr_irqs:512 16
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] allocated 27262976 bytes of page_cgroup
> [    0.000000] please try 'cgroup_disable=memory' option if you don't want
> memory cgroups
> [    0.000000] hpet clockevent registered
> [    0.000000] Fast TSC calibration using PIT
> [    0.000000] Detected 3000.170 MHz processor.
> [    0.008005] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 6000.34 BogoMIPS (lpj=12000680)
> [    0.008010] pid_max: default: 32768 minimum: 301
> [    0.008038] Security Framework initialized
> [    0.008071] AppArmor: AppArmor initialized
> [    0.008073] Yama: becoming mindful.
> [    0.009876] Dentry cache hash table entries: 524288 (order: 10, 4194304
> bytes)
> [    0.014628] Inode-cache hash table entries: 262144 (order: 9, 2097152
> bytes)
> [    0.015565] Mount-cache hash table entries: 256
> [    0.015743] Initializing cgroup subsys cpuacct
> [    0.015749] Initializing cgroup subsys memory
> [    0.015758] Initializing cgroup subsys devices
> [    0.015761] Initializing cgroup subsys freezer
> [    0.015763] Initializing cgroup subsys blkio
> [    0.015772] Initializing cgroup subsys perf_event
> [    0.015864] mce: CPU supports 0 MCE banks
> [    0.024503] ACPI: Core revision 20110623
> [    0.025004] ftrace: allocating 27049 entries in 107 pages
> [    0.033300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.072999] CPU0: Intel(R) Xeon(R) CPU           E5472  @ 3.00GHz
> stepping 0a
> [    0.076004] Performance Events: unsupported p6 CPU model 23 no PMU
> driver, software events only.
> [    0.076004] NMI watchdog disabled (cpu0): hardware events not enabled
> [    0.076004] register_vcpu_info failed: err=-38
> [    0.076004] Booting Node   0, Processors  #1 Ok.
> [    0.076004] smpboot cpu 1: start_ip = 9a000
> [    0.012000] mce: CPU supports 0 MCE banks
> [    0.168009] TSC synchronization [CPU#0 -> CPU#1]:
> [    0.168009] Measured 1073 cycles TSC warp between CPUs, turning off TSC
> clock.
> [    0.168009] Marking TSC unstable due to check_tsc_sync_source failed
> [    0.184070] NMI watchdog disabled (cpu1): hardware events not enabled
> [    0.184125] Brought up 2 CPUs
> [    0.184127] Total of 2 processors activated (11998.78 BogoMIPS).
> [    0.186920] devtmpfs: initialized
> [    0.188598] EVM: security.selinux
> [    0.188602] EVM: security.SMACK64
> [    0.188603] EVM: security.capability
> [    0.188770] print_constraints: dummy:
> [    0.188801] RTC time: 19:17:59, date: 04/16/12
> [    0.188868] NET: Registered protocol family 16
> [    0.188974] Trying to unpack rootfs image as initramfs...
> [    1.192256] ACPI: bus type pci registered
> [    1.192655] PCI: Using configuration type 1 for base access
> [    1.193739] bio: create slab <bio-0> at 0
> [    1.193847] ACPI: Added _OSI(Module Device)
> [    1.193849] ACPI: Added _OSI(Processor Device)
> [    1.193850] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    1.193852] ACPI: Added _OSI(Processor Aggregator Device)
> [    1.194251] ACPI: EC: Look up EC in DSDT
> [    1.195200] ACPI: Interpreter enabled
> [    1.195204] ACPI: (supports S0 S5)
> [    1.195215] ACPI: Using IOAPIC for interrupt routing
> [    1.196641] ACPI: No dock devices found.
> [    1.196643] HEST: Table not found.
> [    1.196646] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> [    1.196675] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    1.196733] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
> [    1.196735] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
> [    1.196737] pci_root PNP0A03:00: host bridge window [mem
> 0x000a0000-0x000bffff]
> [    1.196739] pci_root PNP0A03:00: host bridge window [mem
> 0xf0000000-0xf4ffffff]
> [    1.196879] pci 0000:00:00.0: [8086:1237] type 0 class 0x000600
> [    1.197789] pci 0000:00:01.0: [8086:7000] type 0 class 0x000601
> [    1.199126] pci 0000:00:01.1: [8086:7010] type 0 class 0x000101
> [    1.199919] pci 0000:00:01.1: reg 20: [io  0xc000-0xc00f]
> [    1.200590] pci 0000:00:01.2: [8086:7113] type 0 class 0x000680
> [    1.201777] pci 0000:00:01.2: quirk: [io  0x1f40-0x1f7f] claimed by
> PIIX4 ACPI
> [    1.202128] pci 0000:00:01.3: [8086:7020] type 0 class 0x000c03
> [    1.202950] pci 0000:00:01.3: reg 20: [io  0xc020-0xc03f]
> [    1.203608] pci 0000:00:02.0: [1013:00b8] type 0 class 0x000300
> [    1.203815] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf1ffffff pref]
> [    1.203974] pci 0000:00:02.0: reg 14: [mem 0xf2000000-0xf2000fff]
> [    1.205017] pci 0000:00:03.0: [5853:0001] type 0 class 0x000100
> [    1.205247] pci 0000:00:03.0: reg 10: [io  0xc100-0xc1ff]
> [    1.205460] pci 0000:00:03.0: reg 14: [mem 0xf3000000-0xf3ffffff pref]
> [    1.207642] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    1.207783]  pci0000:00: Unable to request _OSC control (_OSC support
> mask: 0x1e)
> [    1.210682] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 7 10 11)
> [    1.210849] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7 10 11)
> [    1.211006] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 *10 11)
> [    1.211154] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 *11)
> [    1.211263] xen/balloon: Initialising balloon driver.
> [    1.211288] xen-balloon: Initialising balloon driver.
> [    1.211427] vgaarb: device added:
> PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    1.211429] vgaarb: loaded
> [    1.211431] vgaarb: bridge control possible 0000:00:02.0
> [    1.211545] i2c-core: driver [aat2870] using legacy suspend method
> [    1.211546] i2c-core: driver [aat2870] using legacy resume method
> [    1.211609] SCSI subsystem initialized
> [    1.211681] libata version 3.00 loaded.
> [    1.211731] usbcore: registered new interface driver usbfs
> [    1.211739] usbcore: registered new interface driver hub
> [    1.211767] usbcore: registered new device driver usb
> [    1.211874] PCI: Using ACPI for IRQ routing
> [    1.211876] PCI: pci_cache_line_size set to 64 bytes
> [    1.212340] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
> [    1.212456] NetLabel: Initializing
> [    1.212458] NetLabel:  domain hash size = 128
> [    1.212459] NetLabel:  protocols = UNLABELED CIPSOv4
> [    1.212471] NetLabel:  unlabeled traffic allowed by default
> [    1.212518] HPET: 3 timers in total, 0 timers will be used for per-cpu
> timer
> [    1.212526] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [    1.212530] hpet0: 3 comparators, 64-bit 93.755157 MHz counter
> [    2.036275] Switching to clocksource hpet
> [    2.045234] AppArmor: AppArmor Filesystem Enabled
> [    2.045282] pnp: PnP ACPI init
> [    2.045305] ACPI: bus type pnp registered
> [    2.045345] pnp 00:00: [mem 0x00000000-0x0009ffff]
> [    2.045399] system 00:00: [mem 0x00000000-0x0009ffff] could not be
> reserved
> [    2.045404] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    2.045460] pnp 00:01: [bus 00-ff]
> [    2.045462] pnp 00:01: [io  0x0cf8-0x0cff]
> [    2.045464] pnp 00:01: [io  0x0000-0x0cf7 window]
> [    2.045466] pnp 00:01: [io  0x0d00-0xffff window]
> [    2.045467] pnp 00:01: [mem 0x000a0000-0x000bffff window]
> [    2.045469] pnp 00:01: [mem 0xf0000000-0xf4ffffff]
> [    2.045738] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
> [    2.045873] pnp 00:02: [io  0x10c0-0x10c2]
> [    2.045875] pnp 00:02: [io  0xb044-0xb047]
> [    2.045920] system 00:02: [io  0x10c0-0x10c2] has been reserved
> [    2.045922] system 00:02: [io  0xb044-0xb047] has been reserved
> [    2.045925] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    2.046285] pnp 00:03: [mem 0xfed00000-0xfed003ff]
> [    2.046320] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
> [    2.046339] pnp 00:04: [io  0x0010-0x001f]
> [    2.046341] pnp 00:04: [io  0x0022-0x002d]
> [    2.046342] pnp 00:04: [io  0x0030-0x003f]
> [    2.046343] pnp 00:04: [io  0x0044-0x005f]
> [    2.046345] pnp 00:04: [io  0x0062-0x0063]
> [    2.046346] pnp 00:04: [io  0x0065-0x006f]
> [    2.046352] pnp 00:04: [io  0x0072-0x007f]
> [    2.046353] pnp 00:04: [io  0x0080]
> [    2.046354] pnp 00:04: [io  0x0084-0x0086]
> [    2.046356] pnp 00:04: [io  0x0088]
> [    2.046357] pnp 00:04: [io  0x008c-0x008e]
> [    2.046358] pnp 00:04: [io  0x0090-0x009f]
> [    2.046360] pnp 00:04: [io  0x00a2-0x00bd]
> [    2.046361] pnp 00:04: [io  0x00e0-0x00ef]
> [    2.046363] pnp 00:04: [io  0x08a0-0x08a3]
> [    2.046364] pnp 00:04: [io  0x0cc0-0x0ccf]
> [    2.046365] pnp 00:04: [io  0x04d0-0x04d1]
> [    2.046403] system 00:04: [io  0x08a0-0x08a3] has been reserved
> [    2.046405] system 00:04: [io  0x0cc0-0x0ccf] has been reserved
> [    2.046407] system 00:04: [io  0x04d0-0x04d1] has been reserved
> [    2.046410] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    2.046421] pnp 00:05: [dma 4]
> [    2.046422] pnp 00:05: [io  0x0000-0x000f]
> [    2.046424] pnp 00:05: [io  0x0081-0x0083]
> [    2.046425] pnp 00:05: [io  0x0087]
> [    2.046426] pnp 00:05: [io  0x0089-0x008b]
> [    2.046428] pnp 00:05: [io  0x008f]
> [    2.046429] pnp 00:05: [io  0x00c0-0x00df]
> [    2.046430] pnp 00:05: [io  0x0480-0x048f]
> [    2.046452] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
> [    2.046461] pnp 00:06: [io  0x0070-0x0071]
> [    2.046491] pnp 00:06: [irq 8]
> [    2.046521] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    2.046529] pnp 00:07: [io  0x0061]
> [    2.046556] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
> [    2.046582] pnp 00:08: [irq 12]
> [    2.046606] pnp 00:08: Plug and Play ACPI device, IDs PNP0f13 (active)
> [    2.046620] pnp 00:09: [io  0x0060]
> [    2.046621] pnp 00:09: [io  0x0064]
> [    2.046634] pnp 00:09: [irq 1]
> [    2.046664] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b
> (active)
> [    2.046684] pnp 00:0a: [io  0x03f0-0x03f5]
> [    2.046686] pnp 00:0a: [io  0x03f7]
> [    2.046698] pnp 00:0a: [irq 6]
> [    2.046700] pnp 00:0a: [dma 2]
> [    2.046731] pnp 00:0a: Plug and Play ACPI device, IDs PNP0700 (active)
> [    2.046755] pnp 00:0b: [io  0x03f8-0x03ff]
> [    2.046767] pnp 00:0b: [irq 4]
> [    2.046791] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
> [    2.047320] pnp: PnP ACPI: found 12 devices
> [    2.047322] ACPI: ACPI bus type pnp unregistered
> [    2.054226] PCI: max bus depth: 0 pci_try_num: 1
> [    2.054237] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    2.054239] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    2.054241] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    2.054242] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xf4ffffff]
> [    2.054313] NET: Registered protocol family 2
> [    2.055021] IP route cache hash table entries: 131072 (order: 8, 1048576
> bytes)
> [    2.057405] TCP established hash table entries: 524288 (order: 11,
> 8388608 bytes)
> [    2.063469] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    2.064446] TCP: Hash tables configured (established 524288 bind 65536)
> [    2.064448] TCP reno registered
> [    2.064499] UDP hash table entries: 2048 (order: 4, 65536 bytes)
> [    2.064571] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
> [    2.064728] NET: Registered protocol family 1
> [    2.064743] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
> [    2.064867] pci 0000:00:01.0: PIIX3: Enabling Passive Release
> [    2.064951] pci 0000:00:01.0: Activating ISA DMA hang workarounds
> [    2.065113] pci 0000:00:01.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
> [    2.065328] pci 0000:00:01.3: PCI INT D disabled
> [    2.065413] pci 0000:00:02.0: Boot video device
> [    2.065547] PCI: CLS 0 bytes, default 64
> [    2.065550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    2.065553] Placing 64MB software IO TLB between ffff8800bbffa000 -
> ffff8800bfffa000
> [    2.065554] software IO TLB at phys 0xbbffa000 - 0xbfffa000
> [    2.065975] audit: initializing netlink socket (disabled)
> [    2.065987] type=2000 audit(1334603880.060:1): initialized
> [    2.101326] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    2.135469] VFS: Disk quotas dquot_6.5.2
> [    2.135531] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    2.136137] fuse init (API version 7.17)
> [    2.136232] msgmni has been set to 6362
> [    2.136557] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 253)
> [    2.136581] io scheduler noop registered
> [    2.136582] io scheduler deadline registered
> [    2.136618] io scheduler cfq registered (default)
> [    2.136718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    2.136738] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    2.137608] ERST: Table is not found!
> [    2.137610] GHES: HEST is not enabled!
> [    2.137724] xen-platform-pci 0000:00:03.0: PCI INT A -> GSI 28 (level,
> low) -> IRQ 28
> [    2.151847] Grant table initialized
> [    2.168623] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> [    2.169335] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16450
> [    4.229777] Freeing initrd memory: 14648k freed
> [    4.356747] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16450
> [    4.360344] Linux agpgart interface v0.103
> [    4.361967] brd: module loaded
> [    4.362771] loop: module loaded
> [    4.366485] blkfront device/vbd/768 num-ring-pages 1 nr_ents 32.
> [    4.369412] blkfront: xvda: barrier or flush: disabled
> [    4.370639] vbd vbd-5632: 19 xenbus_dev_probe on device/vbd/5632
> [    4.372272] ata_piix 0000:00:01.1: version 2.13
> [    4.372530] ata_piix 0000:00:01.1: setting latency timer to 64
> [    4.373182] scsi0 : ata_piix
> [    4.373324] scsi1 : ata_piix
> [    4.373369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
> [    4.373371] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
> [    4.373746] Fixed MDIO Bus: probed
> [    4.373774] tun: Universal TUN/TAP device driver, 1.6
> [    4.373776] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
> [    4.373874] PPP generic driver version 2.4.2
> [    4.373916] Initialising Xen virtual ethernet driver.
> [    4.382960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    4.382986] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    4.382996] uhci_hcd: USB Universal Host Controller Interface driver
> [    4.383119] uhci_hcd 0000:00:01.3: PCI INT D -> GSI 23 (level, low) ->
> IRQ 23
> [    4.383210] uhci_hcd 0000:00:01.3: setting latency timer to 64
> [    4.383241] uhci_hcd 0000:00:01.3: UHCI Host Controller
> [    4.383297] uhci_hcd 0000:00:01.3: new USB bus registered, assigned bus
> number 1
> [    4.383548] uhci_hcd 0000:00:01.3: irq 23, io base 0x0000c020
> [    4.385334] hub 1-0:1.0: USB hub found
> [    4.385339] hub 1-0:1.0: 2 ports detected
> [    4.385616] usbcore: registered new interface driver libusual
> [    4.385729] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at
> 0x60,0x64 irq 1,12
> [    4.387688] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    4.387707] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    4.388150] mousedev: PS/2 mouse device common for all mice
> [    4.389070] input: AT Translated Set 2 keyboard as
> /devices/platform/i8042/serio0/input/input0
> [    4.389301] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
> [    4.389381] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
> [    4.389787] device-mapper: uevent: version 1.0.3
> [    4.389948] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised:
> dm-devel at redhat.com
> [    4.389967] cpuidle: using governor ladder
> [    4.389969] cpuidle: using governor menu
> [    4.389971] EFI Variables Facility v0.08 2004-May-17
> [    4.390227] TCP cubic registered
> [    4.390350] NET: Registered protocol family 10
> [    4.391165] NET: Registered protocol family 17
> [    4.391188] Registering the dns_resolver key type
> [    4.391551] PM: Hibernation image not present or could not be loaded.
> [    4.391578] registered taskstats version 1
> [    4.484188]  xvda: xvda1 xvda2 < xvda5 >
> [    4.530243] ata2.00: ATAPI: QEMU CD-ROM, 0.8.2, max UDMA/100
> [    4.531594] ata2.00: configured for MWDMA2
> [    4.532832] scsi 1:0:0:0: CD-ROM            QEMU     QEMU CD-ROM
>  0.8. PQ: 0 ANSI: 5
> [    4.534783] ata2: drained 28 bytes to clear DRQ
> [    4.534790] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
> frozen
> [    4.534792] ata2.00: BMDMA stat 0x5
> [    4.534797] sr 1:0:0:0: CDB: Mode Sense(10): 5a 00 2a 00 00 00 00 00 80
> 00
> [    4.534808] ata2.00: cmd a0/01:00:00:80:00/00:00:00:00:00/a0 tag 0 dma
> 16512 in
> [    4.534809]          res 48/00:02:00:1c:00/00:00:00:00:00/a0 Emask 0x2
> (HSM violation)
> [    4.534812] ata2.00: status: { DRDY DRQ }
> [    4.535090] ata2: soft resetting link
> [    4.544051] XENBUS: Device with no driver: device/vbd/5632
> [    4.544072]   Magic number: 8:923:293
> [    4.544166] tty tty26: hash matches
> [    4.544292] rtc_cmos 00:06: setting system clock to 2012-04-16 19:18:03
> UTC (1334603883)
> [    4.544332] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
> [    4.544334] EDD information not available.
> [    4.690401] ata2.00: configured for MWDMA2
> [    4.690919] ata2: EH complete
> [    4.690925] sr0: scsi-1 drive
> [    4.690930] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    4.691146] sr 1:0:0:0: Attached scsi CD-ROM sr0
> [    4.691547] sr 1:0:0:0: Attached scsi generic sg0 type 5
> [    4.695622] Freeing unused kernel memory: 920k freed
> [    4.695867] Write protecting the kernel read-only data: 12288k
> [    4.701218] Freeing unused kernel memory: 1608k freed
> [    4.705636] Freeing unused kernel memory: 1200k freed
> [    4.972071] udevd[97]: starting version 175
> [    5.644449] FDC 0 is a S82078B
> [    7.737320] Btrfs loaded
> [    7.819492] xor: automatically using best checksumming function:
> generic_sse
> [    7.836028]    generic_sse:  9091.000 MB/sec
> [    7.836031] xor: using function: generic_sse (9091.000 MB/sec)
> [    7.838061] device-mapper: dm-raid45: initialized v0.2594b
> [    8.317968] ISO 9660 Extensions: Microsoft Joliet Level 3
> [    8.329407] ISO 9660 Extensions: RRIP_1991A
> [    8.643834] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [   23.701071] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   23.701078] ADDRCONF(NETDEV_UP): eth1: link is not ready
> [   23.856946] init: flush-early-job-log main process (1021) terminated
> with status 1
> [   23.989372] udevd[1034]: starting version 175
> [   24.833431] piix4_smbus 0000:00:01.2: SMBus base address uninitialized -
> upgrade BIOS or use force_addr=0xaddr
> [   24.911896] Bluetooth: Core ver 2.16
> [   24.915452] NET: Registered protocol family 31
> [   24.915459] Bluetooth: HCI device and connection manager initialized
> [   24.915462] Bluetooth: HCI socket layer initialized
> [   24.915463] Bluetooth: L2CAP socket layer initialized
> [   24.915474] Bluetooth: SCO socket layer initialized
> [   25.001996] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [   25.001999] Bluetooth: BNEP filters: protocol multicast
> [   25.008073] Bluetooth: RFCOMM TTY layer initialized
> [   25.008080] Bluetooth: RFCOMM socket layer initialized
> [   25.008082] Bluetooth: RFCOMM ver 1.11
> [   25.509341] input: ImExPS/2 Generic Explorer Mouse as
> /devices/platform/i8042/serio1/input/input1
> [   28.181924] init: failsafe main process (1234) killed by TERM signal
> [   28.831122] device-mapper: multipath: version 1.3.0 loaded
> [   38.498388] eth1: no IPv6 routers present
> [   38.721221] eth0: no IPv6 routers present
> [   40.406454] lp: driver loaded but no devices found
> [   40.676839] init: udev-fallback-graphics main process (1644) terminated
> with status 1
> [   41.211607] ppdev: user-space parallel port driver
> [   51.331823] mtrr: no MTRR for f0000000,100000 found
> [   62.326676] init: plymouth-upstart-bridge main process (1055) killed by
> TERM signal
> [  146.123642] gnome-settings-[2764]: segfault at 18 ip 00007fe28a66bd89 sp
> 00007fff8723c630 error 4 in libgnome-desktop-3.so.2.1.3[7fe28a657000+27000]
> [  193.153194] mtrr: no MTRR for f0000000,400000 found
> [  197.270951] mtrr: no MTRR for f0000000,100000 found

> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list




More information about the virt-tools-list mailing list