GNUbie
2010-Jul-07 09:37 UTC
[Pkg-xen-devel] Bug#588310: Xen enabled kernel cannot find the / partition
Package: xen-hypervisor-3.4-amd64 and linux-image-2.6.32-5-xen-amd64 Version: 3.4.3-1 and 2.6.32-15 Hello all, GRUB-PC does not automatically populate Xen related parameters in /boot/grub/grub.cfg so I added them manually (see below). All the packages involved on my Dell PowerEdge R710 running Debian GNU/Linux Squeeze AMD64 are from the Squeeze repository. There are four (4) 1TB SATA HDD configured in hardware RAID 1+0. The problem is, whenever I tried to boot the first menuentry/kernel (see below), somehow it cannot find the /dev/sda3 which is supposedly the / partition. But when I tried to boot the second menuentry/kernel, it works as expected although xend is not running. Below are some information of my system for your reference. Thank you in advance. Regards, GNUbie # cat /etc/debian_version squeeze/sid # uname -r 2.6.32-5-xen-amd64 # dpkg -l | grep -i xen ii libxenstore3.0 3.4.3-1 Xenstore communications library for Xen ii linux-headers-2.6-xen-amd64 2.6.32+27 Header files for Linux 2.6-xen-amd64 (meta-package) ii linux-headers-2.6.32-5-common-xen 2.6.32-15 Common header files for Linux 2.6.32-5-xen ii linux-headers-2.6.32-5-xen-amd64 2.6.32-15 Header files for Linux 2.6.32-5-xen-amd64 ii linux-image-2.6-xen-amd64 2.6.32+27 Linux 2.6 for 64-bit PCs (meta-package), Xen dom0 support, Xe ii linux-image-2.6.32-5-xen-amd64 2.6.32-15 Linux 2.6.32 for 64-bit PCs, Xen dom0 support ii linux-image-xen-amd64 2.6.32+27 Linux for 64-bit PCs (meta-package), Xen dom0 support, Xen do ii xen-hypervisor-3.4-amd64 3.4.3-1 The Xen Hypervisor on AMD64 ii xen-utils-3.4 3.4.3-1 XEN administrative tools ii xen-utils-common 4.0.0-1 XEN administrative tools - common files ii xenstore-utils 3.4.3-1 Xenstore utilities for Xen # cat /etc/fstab proc /proc proc defaults 0 0 UUID=c565893c-cefc-47f3-b6f8-008e948d4b02 / ext4 errors=remount-ro 0 1 UUID=dc60eb97-4ca3-4fa1-b7ba-2fdcd88eddc9 /boot ext4 defaults 0 2 /dev/mapper/vg0-tmp /tmp ext4 noatime,nodev,nosuid 0 2 /dev/mapper/vg0-usr /usr ext4 defaults 0 2 /dev/mapper/vg0-var /var ext4 noatime,nodev 0 2 UUID=05b534c0-49f5-4923-a5f3-a55314084c03 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0 none /proc/xen xenfs defaults 0 0 Below is a snippet of my /boot/grub/grub.cfg file: - - - < s n i p > - - - # NOT WORKING menuentry "Debian GNU/Linux 2.6.32-5 and Xen 3.4.3-1" --class debian --class gnu-linux --class gnu --class os { insmod ext2 set root='(hd0,1)' multiboot /xen-3.4-amd64.gz /xen-3.4-amd64.gz dom0_mem=512M module /vmlinuz-2.6.32-5-xen-amd64 /vmlinuz-2.6.32-5-xen-amd64 root=/dev/sda3 ro console=tty0 console=ttyS0,9600n8 noapic nolapic elevator=cfq nomodeset module /initrd.img-2.6.32-5-xen-amd64 /initrd.img-2.6.32-5-xen-amd64 } # WORKING menuentry "Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64" --class debian --class gnu-linux --class gnu --class os { insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set dc60eb97-4ca3-4fa1-b7ba-2fdcd88eddc9 echo Loading Linux 2.6.32-5-xen-amd64 ... linux /vmlinuz-2.6.32-5-xen-amd64 root=UUID=c565893c-cefc-47f3-b6f8-008e948d4b02 ro noapic nolapic elevator=cfq echo Loading initial ramdisk ... initrd /initrd.img-2.6.32-5-xen-amd64 } - - - < s n i p > - - - Below is a snippet of my serial console logs during bootup: - - - < s n i p > - - - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-15) (ben at decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 06:38:33 UTC 2010 [ 0.000000] Command line: root=/dev/sda3 ro console=tty0 console=ttyS0,9600n8 noapic nolapic elevator=cfq nomodeset [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] released 0 pages of unused memory [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] Xen: 0000000000000000 - 00000000000a0000 (usable) [ 0.000000] Xen: 00000000000a0000 - 0000000000100000 (reserved) [ 0.000000] Xen: 0000000000100000 - 0000000020000000 (usable) [ 0.000000] Xen: 00000000cf679000 - 00000000cf68f000 (reserved) [ 0.000000] Xen: 00000000cf68f000 - 00000000cf6ce000 (ACPI data) [ 0.000000] Xen: 00000000cf6ce000 - 00000000d0000000 (reserved) [ 0.000000] Xen: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] Xen: 00000000fe000000 - 0000000100000000 (reserved) [ 0.000000] DMI 2.6 present. [ 0.000000] last_pfn = 0x20000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106 [ 0.000000] init_memory_mapping: 0000000000000000-0000000020000000 [ 0.000000] RAMDISK: 016c1000 - 0320b600 [ 0.000000] ACPI: RSDP 00000000000f0cd0 00024 (v02 DELL ) [ 0.000000] ACPI: XSDT 00000000000f0dd4 0009C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: FACP 00000000cf6b3f9c 000F4 (v03 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: DSDT 00000000cf68f000 03D5A (v01 DELL PE_SC3 00000001 INTL 20050624) [ 0.000000] ACPI: FACS 00000000cf6b6000 00040 [ 0.000000] ACPI: APIC 00000000cf6b3478 0015E (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SPCR 00000000cf6b35d8 00050 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HPET 00000000cf6b362c 00038 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: 00000000cf6b3668 001B0 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: MCFG 00000000cf6b38c4 0003C (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: WD__ 00000000cf6b3904 00134 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SLIC 00000000cf6b3a3c 00024 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: ERST 00000000cf692edc 00270 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: HEST 00000000cf69314c 003A8 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: BERT 00000000cf692d5c 00030 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: EINJ 00000000cf692d8c 00150 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SRAT 00000000cf6b3bc0 00370 (v01 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: TCPA 00000000cf6b3f34 00064 (v02 DELL PE_SC3 00000001 DELL 00000001) [ 0.000000] ACPI: SSDT 00000000cf6b7000 0220C (v01 INTEL PPM RCM 80000001 INTL 20061109) [ 0.000000] SRAT: PXM 1 -> APIC 32 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 34 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 50 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 52 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 33 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 35 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 51 -> Node 0 [ 0.000000] SRAT: PXM 1 -> APIC 53 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 1 0-d0000000 [ 0.000000] SRAT: Node 0 PXM 1 100000000-230000000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000020000000 [ 0.000000] NODE_DATA [0000000000008000 - 000000000000ffff] [ 0.000000] bootmap [0000000000010000 - 0000000000013fff] pages 4 [ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0020000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [000330d000 - 000332a000] XEN PAGETABLES ==> [000330d000 - 000332a000] [ 0.000000] #2 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #3 [0001000000 - 00016a0594] TEXT DATA BSS ==> [0001000000 - 00016a0594] [ 0.000000] #4 [00016c1000 - 000320b600] RAMDISK ==> [00016c1000 - 000320b600] [ 0.000000] #5 [000320c000 - 000330d000] XEN START INFO ==> [000320c000 - 000330d000] [ 0.000000] #6 [00016a1000 - 00016a14fd] BRK ==> [00016a1000 - 00016a14fd] [ 0.000000] #7 [0000100000 - 00001e2000] PGTABLE ==> [0000100000 - 00001e2000] [ 0.000000] found SMP MP-table at [ffff8800000fe710] fe710 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000000 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x000000a0 [ 0.000000] 0: 0x00000100 -> 0x00020000 [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] Using ACPI for processor (LAPIC) configuration information [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 [ 0.000000] Intel MultiProcessor Specification v1.4 [ 0.000000] MPTABLE: OEM ID: DELL [ 0.000000] MPTABLE: Product ID: PE 0235 [ 0.000000] MPTABLE: APIC at: 0xFEE00000 [ 0.000000] I/O APIC #1 Version 32 at 0xFEC00000. [ 0.000000] I/O APIC #2 Version 32 at 0xFEC80000. [ 0.000000] Processors: 8 [ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:af679000) [ 0.000000] Booting paravirtualized kernel on Xen [ 0.000000] Xen version: 3.4.3 (preserve-AD) (dom0) [ 0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff880003360000 s90008 r8192 d20584 u118784 [ 0.000000] pcpu-alloc: s90008 r8192 d20584 u118784 alloc=29*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.030776] Xen: using vcpu_info placement [ 0.030781] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128955 [ 0.030783] Policy zone: DMA32 [ 0.030785] Kernel command line: root=/dev/sda3 ro console=tty0 console=ttyS0,9600n8 noapic nolapic elevator=cfq nomodeset [ 0.030830] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.031107] Initializing CPU#0 [ 0.039509] DMA: Placing 64MB software IO TLB between ffff880003e31000 - ffff880007e31000 [ 0.039513] DMA: software IO TLB at phys 0x3e31000 - 0x7e31000 [ 0.039515] xen_swiotlb_fixup: buf=ffff880003e31000 size=67108864 [ 0.056185] xen_swiotlb_fixup: buf=ffff880007e91000 size=32768 [ 0.057991] Memory: 412740k/524288k available (3131k kernel code, 384k absent, 111164k reserved, 1899k data, 592k init) [ 0.058020] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.058045] Hierarchical RCU implementation. [ 0.058052] NR_IRQS:4352 nr_irqs:592 [ 0.058121] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.058123] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.058126] xen: sci override: source_irq=9 global_irq=9 trigger=c polarity=1 [ 0.058137] Already setup the GSI :9 [ 0.058138] xen: acpi sci 9 [ 0.063969] Console: colour VGA+ 80x25 [ 0.070213] console [tty0] enabled [ 8.120101] console [ttyS0] enabled [ 8.161778] installing Xen timer for CPU 0 [ 8.210741] Detected 2394.000 MHz processor. [ 8.261770] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.00 BogoMIPS (lpj=9576000) [ 8.388790] Security Framework initialized [ 8.437735] SELinux: Disabled at boot. [ 8.483654] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 8.567093] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 8.649409] Mount-cache hash table entries: 256 [ 8.703671] Initializing cgroup subsys ns [ 8.751573] Initializing cgroup subsys cpuacct [ 8.804681] Initializing cgroup subsys devices [ 8.857783] Initializing cgroup subsys freezer [ 8.910883] Initializing cgroup subsys net_cls [ 8.964019] CPU: L1 I cache: 32K, L1 D cache: 32K [ 9.020279] CPU: L2 cache: 256K [ 9.057780] CPU: L3 cache: 12288K [ 9.097365] CPU 0/0x20 -> Node 0 [ 9.135907] CPU: Unsupported number of siblings 32 [ 9.191084] mce: CPU supports 9 MCE banks [ 9.241152] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only. [ 9.346364] SMP alternatives: switching to UP code [ 9.426741] ACPI: Core revision 20090903 [ 9.478660] ACPI: setting ELCR to 0200 (from cc60) [ 9.536210] installing Xen timer for CPU 1 [ 9.585184] SMP alternatives: switching to SMP code [ 0.000006] Initializing CPU#1 [ 0.000040] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000042] CPU: L2 cache: 256K [ 0.000044] CPU: L3 cache: 12288K [ 0.000047] CPU 1/0x22 -> Node 0 [ 0.000048] CPU: Unsupported number of siblings 32 [ 9.665916] installing Xen timer for CPU 2 [ 0.000005] Initializing CPU#2 [ 0.000038] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000040] CPU: L2 cache: 256K [ 0.000041] CPU: L3 cache: 12288K [ 0.000044] CPU 2/0x32 -> Node 0 [ 0.000046] CPU: Unsupported number of siblings 32 [ 9.980618] installing Xen timer for CPU 3 [ 0.000005] Initializing CPU#3 [ 0.000038] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000040] CPU: L2 cache: 256K [ 0.000041] CPU: L3 cache: 12288K [ 0.000044] CPU 3/0x34 -> Node 0 [ 0.000046] CPU: Unsupported number of siblings 32 [ 10.295323] installing Xen timer for CPU 4 [ 0.000004] Initializing CPU#4 [ 0.000042] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000045] CPU: L2 cache: 256K [ 0.000047] CPU: L3 cache: 12288K [ 0.000051] CPU 4/0x21 -> Node 0 [ 0.000053] CPU: Unsupported number of siblings 32 [ 10.610043] installing Xen timer for CPU 5 [ 0.000004] Initializing CPU#5 [ 0.000033] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000034] CPU: L2 cache: 256K [ 0.000035] CPU: L3 cache: 12288K [ 0.000038] CPU 5/0x23 -> Node 0 [ 0.000040] CPU: Unsupported number of siblings 32 [ 10.924732] installing Xen timer for CPU 6 [ 0.000004] Initializing CPU#6 [ 0.000033] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000035] CPU: L2 cache: 256K [ 0.000036] CPU: L3 cache: 12288K [ 0.000039] CPU 6/0x33 -> Node 0 [ 0.000041] CPU: Unsupported number of siblings 32 [ 11.239427] installing Xen timer for CPU 7 [ 0.000004] Initializing CPU#7 [ 0.000033] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.000035] CPU: L2 cache: 256K [ 0.000036] CPU: L3 cache: 12288K [ 0.000039] CPU 7/0x35 -> Node 0 [ 0.000041] CPU: Unsupported number of siblings 32 [ 11.554069] Brought up 8 CPUs [ 11.855537] devtmpfs: initialized [ 11.897800] Grant table initialized [ 11.939468] regulator: core version 0.5 [ 11.985343] NET: Registered protocol family 16 [ 12.038610] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 12.129177] ACPI: bus type pci registered [ 12.177135] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 12.261441] PCI: MCFG area at e0000000 reserved in E820 [ 12.361168] PCI: Using MMCONFIG at e0000000 - efffffff [ 12.422593] PCI: Using configuration type 1 for base access [ 12.494856] bio: create slab <bio-0> at 0 [ 12.546777] ACPI: BIOS _OSI(Linux) query ignored [ 12.602124] ACPI: Interpreter enabled [ 12.645869] ACPI: (supports S0 S4 S5) [ 12.689744] ACPI: Using PIC for interrupt routing [ 12.750871] ACPI Warning: Incorrect checksum in table [ ] - D5, should be 19 (20090903/tbutils-314) [ 12.862677] ACPI: No dock devices found. [ 12.909969] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 12.967357] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 13.040229] pci 0000:00:00.0: PME# disabled [ 13.090348] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 13.163216] pci 0000:00:01.0: PME# disabled [ 13.213323] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 13.286195] pci 0000:00:03.0: PME# disabled [ 13.336301] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 13.409168] pci 0000:00:04.0: PME# disabled [ 13.459275] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 13.532145] pci 0000:00:05.0: PME# disabled [ 13.582250] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold [ 13.655124] pci 0000:00:06.0: PME# disabled [ 13.705230] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold [ 13.778103] pci 0000:00:07.0: PME# disabled [ 13.828210] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 13.901084] pci 0000:00:09.0: PME# disabled [ 13.951802] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 14.024675] pci 0000:00:1a.7: PME# disabled [ 14.075070] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 14.147942] pci 0000:00:1d.7: PME# disabled [ 14.198138] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO [ 14.289747] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO [ 14.371975] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) [ 14.462543] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f) [ 14.553114] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f) [ 14.644023] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 14.716891] pci 0000:01:00.0: PME# disabled [ 14.767048] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold [ 14.839918] pci 0000:01:00.1: PME# disabled [ 14.890184] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 14.963052] pci 0000:02:00.0: PME# disabled [ 15.013207] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold [ 15.086079] pci 0000:02:00.1: PME# disabled [ 15.136348] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 15.256553] pci 0000:00:1e.0: transparent bridge [ 15.318742] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15) [ 15.400482] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15) [ 15.482224] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15) [ 15.563974] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15) [ 15.645723] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15) [ 15.727470] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15) [ 15.809231] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 15.904591] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15) [ 15.986313] Failed to sync pcpu 0 [ 16.025910] xen_balloon: Initialising balloon driver with page order 0. [ 16.105062] vgaarb: device added: PCI:0000:08:03.0,decodes=io+mem,owns=io+mem,locks=none [ 16.201871] vgaarb: loaded [ 16.234245] PCI: Using ACPI for IRQ routing [ 16.284427] Switching to clocksource xen [ 16.332652] pnp: PnP ACPI init [ 16.369123] ACPI: bus type pnp registered [ 16.417422] Already setup the GSI :13 [ 16.461328] Already setup the GSI :8 [ 16.504386] Already setup the GSI :4 [ 16.547543] Already setup the GSI :3 [ 16.593019] pnp: PnP ACPI: found 13 devices [ 16.643002] ACPI: ACPI bus type pnp unregistered [ 16.698207] system 00:07: ioport range 0x800-0x87f has been reserved [ 16.774198] system 00:07: ioport range 0x880-0x8ff could not be reserved [ 16.854347] system 00:07: ioport range 0x900-0x91f has been reserved [ 16.930334] system 00:07: ioport range 0x920-0x923 has been reserved [ 17.006327] system 00:07: ioport range 0x924-0x924 has been reserved [ 17.082315] system 00:07: ioport range 0xc00-0xc7f has been reserved [ 17.158300] system 00:07: ioport range 0xca0-0xca7 has been reserved [ 17.234287] system 00:07: ioport range 0xca9-0xcab has been reserved [ 17.310279] system 00:07: ioport range 0xcad-0xcaf has been reserved [ 17.386287] system 00:08: ioport range 0xca8-0xca8 has been reserved [ 17.462274] system 00:08: ioport range 0xcac-0xcac has been reserved [ 17.538280] system 00:0a: iomem range 0xe0000000-0xefffffff has been reserved [ 17.623642] system 00:0c: iomem range 0xfed90000-0xfed91fff has been reserved [ 17.714000] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 17.784787] pci 0000:00:01.0: IO window: disabled [ 17.843100] pci 0000:00:01.0: MEM window: 0xd6000000-0xd9ffffff [ 17.915971] pci 0000:00:01.0: PREFETCH window: disabled [ 17.980524] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02 [ 18.051311] pci 0000:00:03.0: IO window: disabled [ 18.109618] pci 0000:00:03.0: MEM window: 0xda000000-0xddffffff [ 18.182492] pci 0000:00:03.0: PREFETCH window: disabled [ 18.247045] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03 [ 18.317834] pci 0000:00:04.0: IO window: 0xf000-0xffff [ 18.381346] pci 0000:00:04.0: MEM window: 0xdf100000-0xdf1fffff [ 18.454216] pci 0000:00:04.0: PREFETCH window: disabled [ 18.518771] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04 [ 18.589555] pci 0000:00:05.0: IO window: disabled [ 18.647866] pci 0000:00:05.0: MEM window: disabled [ 18.707215] pci 0000:00:05.0: PREFETCH window: disabled [ 18.771763] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05 [ 18.842549] pci 0000:00:06.0: IO window: disabled [ 18.900856] pci 0000:00:06.0: MEM window: disabled [ 18.960201] pci 0000:00:06.0: PREFETCH window: disabled [ 19.024752] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06 [ 19.095535] pci 0000:00:07.0: IO window: disabled [ 19.153843] pci 0000:00:07.0: MEM window: disabled [ 19.213193] pci 0000:00:07.0: PREFETCH window: disabled [ 19.277743] pci 0000:00:09.0: PCI bridge, secondary bus 0000:07 [ 19.348530] pci 0000:00:09.0: IO window: disabled [ 19.406838] pci 0000:00:09.0: MEM window: disabled [ 19.466188] pci 0000:00:09.0: PREFETCH window: disabled [ 19.530745] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08 [ 19.601530] pci 0000:00:1e.0: IO window: disabled [ 19.659837] pci 0000:00:1e.0: MEM window: 0xde000000-0xdeffffff [ 19.732709] pci 0000:00:1e.0: PREFETCH window: 0x000000d5800000-0x000000d5ffffff [ 19.823481] ACPI: PCI Interrupt Link [LK00] enabled at IRQ 15 [ 19.892204] Already setup the GSI :15 [ 19.935946] pci 0000:00:01.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 20.030697] xen_allocate_pirq: returning irq 15 for gsi 15 [ 20.096291] Already setup the GSI :15 [ 20.140032] pci 0000:00:03.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 20.234773] xen_allocate_pirq: returning irq 15 for gsi 15 [ 20.300364] Already setup the GSI :15 [ 20.344106] pci 0000:00:04.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 20.438847] xen_allocate_pirq: returning irq 15 for gsi 15 [ 20.504440] Already setup the GSI :15 [ 20.548187] pci 0000:00:05.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 20.642928] xen_allocate_pirq: returning irq 15 for gsi 15 [ 20.708519] Already setup the GSI :15 [ 20.752261] pci 0000:00:06.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 20.847003] xen_allocate_pirq: returning irq 15 for gsi 15 [ 20.912601] Already setup the GSI :15 [ 20.956348] pci 0000:00:07.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 21.051090] xen_allocate_pirq: returning irq 15 for gsi 15 [ 21.116687] Already setup the GSI :15 [ 21.160427] pci 0000:00:09.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 21.255212] NET: Registered protocol family 2 [ 21.307347] IP route cache hash table entries: 4096 (order: 3, 32768 bytes) [ 21.390838] TCP established hash table entries: 16384 (order: 6, 262144 bytes) [ 21.477358] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 21.556535] TCP: Hash tables configured (established 16384 bind 16384) [ 21.634602] TCP reno registered [ 21.672183] NET: Registered protocol family 1 [ 21.739654] Unpacking initramfs... [ 21.800769] Freeing initrd memory: 27945k freed [ 21.859367] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 21.936404] DMA: Placing 64MB software IO TLB between ffff880003e31000 - ffff880007e31000 [ 22.034249] DMA: software IO TLB at phys 0x3e31000 - 0x7e31000 [ 22.104691] audit: initializing netlink socket (disabled) [ 22.169546] type=2000 audit(1278492417.420:1): initialized [ 22.235288] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 22.312649] VFS: Disk quotas dquot_6.5.2 [ 22.359563] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 22.436668] msgmni has been set to 860 [ 12.815074] alg: No test for stdrng (krng) [ 22.530825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 22.619311] io scheduler noop registered [ 22.666176] io scheduler anticipatory registered [ 22.721362] io scheduler deadline registered [ 22.772423] io scheduler cfq registered (default) [ 22.832808] registering netback [ 22.871608] hpet_acpi_add: no address or irqs in _CRS [ 22.932015] Linux agpgart interface v0.103 [ 22.980984] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 23.056060] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 23.128019] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 23.205093] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 23.271870] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 23.338644] input: Macintosh mouse button emulation as /devices/virtual/input/input0 [ 23.431348] PNP: No PS/2 controller found. Probing ports directly. [ 23.507655] i8042: probe of i8042 failed with error -38 [ 23.570197] mice: PS/2 mouse device common for all mice [ 23.632704] rtc_cmos 00:04: RTC can wake from S4 [ 23.687928] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 23.760837] rtc0: alarms up to one day, y3k, 242 bytes nvram [ 23.828516] cpuidle: using governor ladder [ 23.877456] cpuidle: using governor menu [ 23.924341] No iBFT detected. [ 23.959996] TCP cubic registered [ 23.998641] NET: Registered protocol family 10 [ 24.052160] lo: Disabled Privacy Extensions [ 24.102360] Mobile IPv6 [ 24.131540] NET: Registered protocol family 17 [ 24.184722] registered taskstats version 1 [ 24.234485] rtc_cmos 00:04: setting system clock to 2010-07-07 08:47:06 UTC (1278492426) [ 24.331319] Initalizing network drop monitor service [ 24.390736] Freeing unused kernel memory: 592k freed [ 24.450181] Write protecting the kernel read-only data: 4308k Loading, please wait... [ 13.305934] udev: starting version 158 [ 13.684776] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.2 (Aug 21, 2009) [ 14.969875] SCSI subsystem initialized [ 14.971469] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008 [ 14.971489] megasas: 0x1000:0x0060:0x1028:0x1f0c: bus 3:slot 0:func 0 [ 14.971509] xen_allocate_pirq: returning irq 15 for gsi 15 [ 14.971514] Already setup the GSI :15 [ 14.971516] megaraid_sas 0000:03:00.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 13.102305] megasas: FW now in Ready state [ 14.678031] usbcore: registered new interface driver usbfs [ 14.678069] usbcore: registered new interface driver hub [ 14.680227] usbcore: registered new device driver usb [ 14.686531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 14.686861] ACPI: PCI Interrupt Link [LK03] enabled at IRQ 10 [ 14.686875] Already setup the GSI :10 [ 14.686878] ehci_hcd 0000:00:1a.7: PCI INT C -> Link[LK03] -> GSI 10 (level, low) -> IRQ 10 [ 14.686904] ehci_hcd 0000:00:1a.7: EHCI Host Controller [ 14.686926] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 14.686992] ehci_hcd 0000:00:1a.7: debug port 1 [ 14.690924] ehci_hcd 0000:00:1a.7: irq 10, io mem 0xdf0ff800 [ 24.683858] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 24.683879] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 24.683881] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 24.683883] usb usb1: Product: EHCI Host Controller [ 24.683884] usb usb1: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd [ 24.683886] usb usb1: SerialNumber: 0000:00:1a.7 [ 24.683946] usb usb1: configuration #1 chosen from 1 choice [ 24.683971] hub 1-0:1.0: USB hub found [ 24.683986] hub 1-0:1.0: 4 ports detected [ 24.684285] ACPI: PCI Interrupt Link [LK07] enabled at IRQ 14 [ 24.684293] Already setup the GSI :14 [ 24.684296] ata_piix 0000:00:1f.2: PCI INT C -> Link[LK07] -> GSI 14 (level, low) -> IRQ 14 [ 24.684302] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ] [ 24.843438] scsi1 : ata_piix [ 24.843593] scsi2 : ata_piix [ 24.843689] ata1: SATA max UDMA/133 cmd 0xec10 ctl 0xec08 bmdma 0xec20 irq 14 [ 24.843694] ata2: SATA max UDMA/133 cmd 0xec18 ctl 0xec0c bmdma 0xec28 irq 14 [ 24.843917] ACPI: PCI Interrupt Link [LK05] enabled at IRQ 6 [ 24.843925] Already setup the GSI :6 [ 24.843927] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LK05] -> GSI 6 (level, low) -> IRQ 6 [ 24.843947] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 24.843956] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 [ 24.844007] ehci_hcd 0000:00:1d.7: debug port 1 [ 24.847903] ehci_hcd 0000:00:1d.7: irq 6, io mem 0xdf0ffc00 [ 24.867317] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 24.867336] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 24.867338] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 24.867339] usb usb2: Product: EHCI Host Controller [ 24.867341] usb usb2: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd [ 24.867342] usb usb2: SerialNumber: 0000:00:1d.7 [ 24.867433] usb usb2: configuration #1 chosen from 1 choice [ 24.867496] hub 2-0:1.0: USB hub found [ 24.867511] hub 2-0:1.0: 4 ports detected [ 24.951469] uhci_hcd: USB Universal Host Controller Interface driver [ 24.951666] ACPI: PCI Interrupt Link [LK01] enabled at IRQ 14 [ 24.951670] xen_allocate_pirq: returning irq 14 for gsi 14 [ 24.951673] Already setup the GSI :14 [ 24.951676] uhci_hcd 0000:00:1a.0: PCI INT A -> Link[LK01] -> GSI 14 (level, low) -> IRQ 14 [ 24.951687] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 24.951696] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 [ 24.951729] uhci_hcd 0000:00:1a.0: irq 14, io base 0x0000ec40 [ 24.951780] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 24.951782] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 24.951784] usb usb3: Product: UHCI Host Controller [ 24.951785] usb usb3: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd [ 24.951787] usb usb3: SerialNumber: 0000:00:1a.0 [ 24.951845] usb usb3: configuration #1 chosen from 1 choice [ 24.951880] hub 3-0:1.0: USB hub found [ 24.951892] hub 3-0:1.0: 2 ports detected [ 24.952121] ACPI: PCI Interrupt Link [LK02] enabled at IRQ 11 [ 24.952129] Already setup the GSI :11 [ 24.952131] uhci_hcd 0000:00:1a.1: PCI INT B -> Link[LK02] -> GSI 11 (level, low) -> IRQ 11 [ 24.952142] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 24.952150] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 24.952193] uhci_hcd 0000:00:1a.1: irq 11, io base 0x0000ec60 [ 24.952242] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 24.952244] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 24.952245] usb usb4: Product: UHCI Host Controller [ 24.952247] usb usb4: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd [ 24.952248] usb usb4: SerialNumber: 0000:00:1a.1 [ 24.952298] usb usb4: configuration #1 chosen from 1 choice [ 24.952320] hub 4-0:1.0: USB hub found [ 24.952334] hub 4-0:1.0: 2 ports detected [ 24.952381] xen_allocate_pirq: returning irq 6 for gsi 6 [ 24.952384] Already setup the GSI :6 [ 24.952386] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LK05] -> GSI 6 (level, low) -> IRQ 6 [ 24.952399] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 24.952404] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 24.952437] uhci_hcd 0000:00:1d.0: irq 6, io base 0x0000ec80 [ 24.952485] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 24.952487] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 24.952488] usb usb5: Product: UHCI Host Controller [ 24.952490] usb usb5: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd [ 24.952491] usb usb5: SerialNumber: 0000:00:1d.0 [ 24.952540] usb usb5: configuration #1 chosen from 1 choice [ 24.952562] hub 5-0:1.0: USB hub found [ 24.952572] hub 5-0:1.0: 2 ports detected [ 24.952792] ACPI: PCI Interrupt Link [LK04] enabled at IRQ 5 [ 24.952802] Already setup the GSI :5 [ 24.952805] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LK04] -> GSI 5 (level, low) -> IRQ 5 [ 24.952818] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 24.952826] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 24.952871] uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000eca0 [ 24.952922] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 24.952924] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 24.952926] usb usb6: Product: UHCI Host Controller [ 24.952928] usb usb6: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd [ 24.952929] usb usb6: SerialNumber: 0000:00:1d.1 [ 24.952980] usb usb6: configuration #1 chosen from 1 choice [ 24.953004] hub 6-0:1.0: USB hub found [ 24.953015] hub 6-0:1.0: 2 ports detected [ 25.115270] usb 1-3: new high speed USB device using ehci_hcd and address 3 [ 25.263228] ata1: link resume succeeded after 1 retries [ 25.527223] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 25.551488] ata1.00: ATAPI: TSSTcorp DVD+/-RW TS-L633C, D250, max UDMA/100 [ 25.551497] ata1.00: applying bridge limits [ 25.587493] ata1.00: configured for UDMA/100 [ 25.875098] ata2: failed to resume link (SControl 0) [ 25.887382] ata2: SATA link down (SStatus 4 SControl 0) [ 30.114350] ehci_hcd 0000:00:1a.7: Unlink after no-IRQ? Controller is probably using the wrong IRQ. [ 30.590285] ata1.00: qc timeout (cmd 0xa0) [ 30.590292] ata1.00: TEST_UNIT_READY failed (err_mask=0x5) [ 31.066248] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 31.126519] ata1.00: configured for UDMA/100 [ 22.260967] xen_allocate_pirq: returning irq 15 for gsi 15 [ 22.326580] Already setup the GSI :15 [ 22.370330] bnx2 0000:01:00.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 22.466298] bnx2 0000:01:00.0: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 22.560726] bnx2 0000:01:00.0: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 22.655765] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d6000000, IRQ 15, node addr b8:ac:6f:80:e2:77 [ 22.805470] xen_allocate_pirq: returning irq 14 for gsi 14 [ 22.871070] Already setup the GSI :14 [ 22.914814] bnx2 0000:01:00.1: PCI INT B -> Link[LK01] -> GSI 14 (level, low) -> IRQ 14 [ 23.010767] bnx2 0000:01:00.1: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 23.104615] bnx2 0000:01:00.1: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 23.198945] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 14, node addr b8:ac:6f:80:e2:79 [ 23.343636] xen_allocate_pirq: returning irq 15 for gsi 15 [ 23.409234] Already setup the GSI :15 [ 23.452981] bnx2 0000:02:00.0: PCI INT A -> Link[LK00] -> GSI 15 (level, low) -> IRQ 15 [ 23.548935] bnx2 0000:02:00.0: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 23.642779] bnx2 0000:02:00.0: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 23.737089] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem da000000, IRQ 15, node addr b8:ac:6f:80:e2:7b [ 23.881776] xen_allocate_pirq: returning irq 14 for gsi 14 [ 23.947372] Already setup the GSI :14 [ 23.991116] bnx2 0000:02:00.1: PCI INT B -> Link[LK01] -> GSI 14 (level, low) -> IRQ 14 [ 24.087068] bnx2 0000:02:00.1: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j3.fw [ 24.180954] bnx2 0000:02:00.1: firmware: requesting bnx2/bnx2-rv2p-09-5.0.0.j3.fw [ 24.275234] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 14, node addr b8:ac:6f:80:e2:7d [ 36.125334] ata1.00: qc timeout (cmd 0xa0) [ 36.174300] ata1.00: TEST_UNIT_READY failed (err_mask=0x5) [ 36.239919] ata1: limiting SATA link speed to 1.5 Gbps [ 36.301358] ata1.00: limiting speed to UDMA/100:PIO3 [ 36.833330] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 36.961551] ata1.00: configured for UDMA/100 [ 40.668868] usb 1-3: device not accepting address 3, error -110 [ 40.848854] usb 1-3: new high speed USB device using ehci_hcd and address 4 [ 42.008761] ata1.00: qc timeout (cmd 0xa0) [ 42.057725] ata1.00: TEST_UNIT_READY failed (err_mask=0x5) [ 42.123326] ata1.00: disabled [ 42.158799] ata1: hard resetting link [ 42.676750] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 42.750717] ata1: EH complete [ 56.483243] usb 1-3: device not accepting address 4, error -110 [ 56.663230] usb 1-3: new high speed USB device using ehci_hcd and address 5 [ 67.174144] usb 1-3: device not accepting address 5, error -110 [ 67.354131] usb 1-3: new high speed USB device using ehci_hcd and address 6 [ 77.865041] usb 1-3: device not accepting address 6, error -110 [ 77.936022] hub 1-0:1.0: unable to enumerate USB device on port 3 [ 78.137017] usb 3-1: new full speed USB device using uhci_hcd and address 2 [ 79.652886] usb 3-1: New USB device found, idVendor=0557, idProduct=8021 [ 79.733052] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 79.818658] usb 3-1: configuration #1 chosen from 1 choice [ 79.900922] hub 3-1:1.0: USB hub found [ 80.148854] hub 3-1:1.0: 4 ports detected [ 83.868475] usb 3-1.1: new low speed USB device using uhci_hcd and address 3 [ 87.836065] usb 3-1.1: New USB device found, idVendor=0557, idProduct=2213 [ 87.918310] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 88.005769] usb 3-1.1: Product: CS64US V1.0.076 [ 88.059926] usb 3-1.1: Manufacturer: ATEN Advance Tech Inc. [ 88.126819] usb 3-1.1: configuration #1 chosen from 1 choice [ 93.331504] uhci_hcd 0000:00:1a.0: Unlink after no-IRQ? Controller is probably using the wrong IRQ. [ 89.096539] usbcore: registered new interface driver hiddev [ 89.581973] input: ATEN Advance Tech Inc. CS64US V1.0.076 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1 [ 89.723577] generic-usb 0003:0557:2213.0001: input,hidraw0: USB HID v1.00 Keyboard [ATEN Advance Tech Inc. CS64US V1.0.076] on usb-0000:00:1a.0-1.1/input0 [ 90.325879] input: ATEN Advance Tech Inc. CS64US V1.0.076 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input2 [ 90.467500] generic-usb 0003:0557:2213.0002: input,hidraw1: USB HID v1.00 Mouse [ATEN Advance Tech Inc. CS64US V1.0.076] on usb-0000:00:1a.0-1.1/input1 [ 90.629897] usbcore: registered new interface driver usbhid [ 90.696538] usbhid: v2.6:USB HID core driver udevadm settle - timeout of 180 seconds reached, the event queue contains: /sys/devices/pci0000:00/0000:00:04.0/0000:03:00.0 (581) udevd[127[ 204.675691] scsi0 : LSI SAS based MegaRAID driver ]: worker [139] unexpectedly returned with status 0x0100 ude[ 193.890939] device-mapper: uevent: version 1.0.3 vd[127]: worker [ 193.960470] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel at redhat.com [139] failed while handling '/devices/pci0000:00/0000:00:04.0/0000:03:00.0' Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Waiting for root file system ... done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sda3 does not exist. Dropping to a shell! BusyBox v1.15.3 (Debian 1:1.15.3-1) built-in shell (ash) Enter 'help' for a list of built-in commands. /bin/sh: can't access tty; job control turned off (initramfs) [ 372.554010] INFO: task scsi_scan_0:340 blocked for more than 120 seconds. [ 372.635213] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 372.728912] scsi_scan_0 D 0000000000000000 0 340 2 0x00000000 [ 372.811257] ffff88001fd1a350 0000000000000246 0000000000000000 ffffffffa002968c [ 372.899942] 0000000226f47b00 ffff880002f47500 000000000000f8a0 ffff880002921fd8 [ 372.988640] 0000000000015640 0000000000015640 ffff880002148000 ffff8800021482f8 [ 373.077342] Call Trace: [ 373.106541] [<ffffffffa002968c>] ? scsi_sg_alloc+0x0/0x3f [scsi_mod] [ 373.183589] [<ffffffff8130b324>] ? schedule_timeout+0x2e/0xdd [ 373.253353] [<ffffffffa0028eab>] ? scsi_request_fn+0x0/0x506 [scsi_mod] [ 373.333505] [<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe [ 373.408455] [<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe [ 373.483409] [<ffffffff8117fe5e>] ? blk_peek_request+0x18b/0x19f [ 373.555238] [<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe [ 373.630188] [<ffffffff8130b1dc>] ? wait_for_common+0xde/0x15b [ 373.699934] [<ffffffff8104c144>] ? default_wake_function+0x0/0x9 [ 373.772807] [<ffffffff811839a1>] ? blk_execute_rq+0x9d/0xd0 [ 373.840476] [<ffffffff8117ed15>] ? blk_rq_bio_prep+0x39/0x69 [ 373.909180] [<ffffffff8118361f>] ? blk_rq_map_kern+0xe8/0x114 [ 373.978928] [<ffffffffa002a2e8>] ? scsi_execute+0xdc/0x12f [scsi_mod] [ 374.057003] [<ffffffffa002a37b>] ? scsi_execute_req+0x40/0xb9 [scsi_mod] [ 374.138193] [<ffffffffa002a3c2>] ? scsi_execute_req+0x87/0xb9 [scsi_mod] [ 374.219386] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 374.296418] [<ffffffffa002b405>] ? scsi_probe_and_add_lun+0x2d0/0xc21 [scsi_mod] [ 374.385944] [<ffffffff8122d484>] ? dev_set_name+0x4d/0x55 [ 374.451529] [<ffffffff8100e6fd>] ? xen_force_evtchn_callback+0x9/0xa [ 374.528560] [<ffffffff8130b886>] ? mutex_lock+0xd/0x31 [ 374.591031] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 374.668060] [<ffffffff81190be7>] ? kobject_get+0x12/0x17 [ 374.732606] [<ffffffff8122cf7c>] ? get_device+0x14/0x1a [ 374.796116] [<ffffffffa002ad89>] ? scsi_alloc_target+0x223/0x260 [scsi_mod] [ 374.880430] [<ffffffffa002bff0>] ? __scsi_scan_target+0xa1/0x593 [scsi_mod] [ 374.964739] [<ffffffff8100b513>] ? xen_end_context_switch+0x9/0x12 [ 375.039689] [<ffffffff81010677>] ? __switch_to+0x160/0x297 [ 375.106320] [<ffffffffa002c52f>] ? scsi_scan_channel+0x4d/0x78 [scsi_mod] [ 375.188553] [<ffffffffa002c637>] ? scsi_scan_host_selected+0xdd/0x11d [scsi_mod] [ 375.278084] [<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] [ 375.356156] [<ffffffffa002c6fe>] ? do_scan_async+0x16/0x13a [scsi_mod] [ 375.435267] [<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] [ 375.513338] [<ffffffff8106683d>] ? kthread+0x79/0x81 [ 375.573729] [<ffffffff81012baa>] ? child_rip+0xa/0x20 [ 375.635158] [<ffffffff81011d61>] ? int_ret_from_sys_call+0x7/0x1b [ 375.709064] [<ffffffff8101251d>] ? retint_restore_args+0x5/0x6 [ 375.779850] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 375.856881] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 375.933915] [<ffffffff81012ba0>] ? child_rip+0x0/0x20 [ 382.231142] scsi 0:0:0:0: megasas: RESET -1 cmd=12 retries=0 [ 382.298823] megasas: [ 0]waiting for 1 commands to complete [ 383.367127] megasas: reset successful [ 404.940400] scsi 0:0:0:0: megasas: RESET -1 cmd=0 retries=0 [ 405.007043] megasas: [ 0]waiting for 1 commands to complete [ 406.076383] megasas: reset successful [ 406.121180] scsi 0:0:0:0: megasas: RESET -1 cmd=12 retries=0 [ 406.188857] megasas: reset successful [ 426.080295] scsi 0:0:0:0: megasas: RESET -1 cmd=0 retries=0 [ 426.146937] megasas: [ 0]waiting for 1 commands to complete [ 427.084286] megasas: reset successful [ 427.129080] scsi 0:0:0:0: megasas: RESET -1 cmd=12 retries=0 [ 427.196760] megasas: reset successful [ 447.088200] scsi 0:0:0:0: megasas: RESET -1 cmd=0 retries=0 [ 447.154838] megasas: [ 0]waiting for 1 commands to complete [ 448.092190] megasas: reset successful [ 448.136986] scsi 0:0:0:0: Device offlined - not ready after error recovery [ 625.415387] INFO: task scsi_scan_0:340 blocked for more than 120 seconds. [ 625.496554] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 625.590218] scsi_scan_0 D 0000000000000000 0 340 2 0x00000000 [ 625.672463] ffff88001fd1a350 0000000000000246 0000000000000000 ffffffffa002968c [ 625.761001] 0000000226f47b00 ffff880002f46f00 000000000000f8a0 ffff880002921fd8 [ 625.849530] 0000000000015640 0000000000015640 ffff880002148000 ffff8800021482f8 [ 625.938058] Call Trace: [ 625.967219] [<ffffffffa002968c>] ? scsi_sg_alloc+0x0/0x3f [scsi_mod] [ 626.044223] [<ffffffff8130b324>] ? schedule_timeout+0x2e/0xdd [ 626.113949] [<ffffffffa0028eab>] ? scsi_request_fn+0x0/0x506 [scsi_mod] [ 626.194073] [<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe [ 626.268992] [<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe [ 626.343918] [<ffffffff8117fe5e>] ? blk_peek_request+0x18b/0x19f [ 626.415724] [<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe [ 626.490648] [<ffffffff8130b1dc>] ? wait_for_common+0xde/0x15b [ 626.560366] [<ffffffff8104c144>] ? default_wake_function+0x0/0x9 [ 626.633205] [<ffffffff811839a1>] ? blk_execute_rq+0x9d/0xd0 [ 626.700843] [<ffffffff8117ed15>] ? blk_rq_bio_prep+0x39/0x69 [ 626.769523] [<ffffffff8118361f>] ? blk_rq_map_kern+0xe8/0x114 [ 626.839244] [<ffffffffa002a2e8>] ? scsi_execute+0xdc/0x12f [scsi_mod] [ 626.917292] [<ffffffffa002a37b>] ? scsi_execute_req+0x40/0xb9 [scsi_mod] [ 626.998458] [<ffffffffa002a3c2>] ? scsi_execute_req+0x87/0xb9 [scsi_mod] [ 627.079623] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 627.156629] [<ffffffffa002b405>] ? scsi_probe_and_add_lun+0x2d0/0xc21 [scsi_mod] [ 627.246128] [<ffffffff8122d484>] ? dev_set_name+0x4d/0x55 [ 627.311689] [<ffffffff8100e6fd>] ? xen_force_evtchn_callback+0x9/0xa [ 627.393710] [<ffffffff8130b886>] ? mutex_lock+0xd/0x31 [ 627.456151] [<ffffffff81190be7>] ? kobject_get+0x12/0x17 [ 627.520671] [<ffffffff8122cf7c>] ? get_device+0x14/0x1a [ 627.584149] [<ffffffffa002ad89>] ? scsi_alloc_target+0x223/0x260 [scsi_mod] [ 627.668433] [<ffffffffa002bff0>] ? __scsi_scan_target+0xa1/0x593 [scsi_mod] [ 627.752718] [<ffffffff8100b513>] ? xen_end_context_switch+0x9/0x12 [ 627.827641] [<ffffffff81010677>] ? __switch_to+0x160/0x297 [ 627.894245] [<ffffffffa002c52f>] ? scsi_scan_channel+0x4d/0x78 [scsi_mod] [ 627.976447] [<ffffffffa002c637>] ? scsi_scan_host_selected+0xdd/0x11d [scsi_mod] [ 628.065948] [<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] [ 628.143992] [<ffffffffa002c6fe>] ? do_scan_async+0x16/0x13a [scsi_mod] [ 628.223077] [<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] [ 628.301119] [<ffffffff8106683d>] ? kthread+0x79/0x81 [ 628.361477] [<ffffffff81012baa>] ? child_rip+0xa/0x20 [ 628.422875] [<ffffffff81011d61>] ? int_ret_from_sys_call+0x7/0x1b [ 628.496756] [<ffffffff8101251d>] ? retint_restore_args+0x5/0x6 [ 628.567515] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 628.644516] [<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 [ 628.721521] [<ffffffff81012ba0>] ? child_rip+0x0/0x20 [ 636.759361] scsi 0:0:1:0: megasas: RESET -2 cmd=12 retries=0 [ 636.827006] megasas: [ 0]waiting for 1 commands to complete [ 637.895338] megasas: reset successful [ 647.939301] scsi 0:0:1:0: megasas: RESET -2 cmd=0 retries=0 [ 648.005907] megasas: [ 0]waiting for 1 commands to complete [ 648.995298] megasas: reset successful [ 649.040064] scsi 0:0:1:0: megasas: RESET -2 cmd=12 retries=0 [ 649.107710] megasas: reset successful [ 668.999202] scsi 0:0:1:0: megasas: RESET -2 cmd=0 retries=0 [ 669.065807] megasas: [ 0]waiting for 1 commands to complete [ 670.003198] megasas: reset successful [ 670.047965] scsi 0:0:1:0: megasas: RESET -2 cmd=12 retries=0 [ 670.115612] megasas: reset successful [ 690.007104] scsi 0:0:1:0: megasas: RESET -2 cmd=0 retries=0 [ 690.073711] megasas: [ 0]waiting for 1 commands to complete [ 691.011098] megasas: reset successful [ 691.055858] scsi 0:0:1:0: Device offlined - not ready after error recovery - - - < s n i p > - - - # lshw squeeze description: Rack Mount Chassis product: PowerEdge R710 vendor: Dell Inc. serial: 7ZGS52S width: 64 bits capabilities: smbios-2.6 dmi-2.6 vsyscall64 vsyscall32 configuration: boot=normal chassis=rackmount uuid=44454C4C-5A00-1047-8053-B7C04F353253 *-core description: Motherboard product: 0MD99X vendor: Dell Inc. physical id: 0 version: A02 serial: ..CN7082104U00D0. *-firmware description: BIOS vendor: Dell Inc. physical id: 0 version: 2.0.13 (04/06/2010) size: 64KiB capacity: 4032KiB capabilities: isa pci pnp upgrade shadowing cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int9keyboard int14serial int10video acpi usb biosbootspecification netboot *-cpu:0 description: CPU product: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz vendor: Intel Corp. physical id: 400 bus info: cpu at 0 version: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz slot: CPU1 size: 2400MHz capacity: 3600MHz width: 64 bits clock: 1565MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid *-cache:0 description: L1 cache physical id: 700 size: 128KiB capacity: 128KiB capabilities: internal write-back data *-cache:1 description: L2 cache physical id: 701 size: 1MiB capacity: 2MiB capabilities: internal write-back unified *-cache:2 description: L3 cache physical id: 702 size: 12MiB capacity: 12MiB capabilities: internal write-back unified *-cpu:1 DISABLED description: CPU [empty] vendor: Intel physical id: 401 slot: CPU2 *-memory description: System Memory physical id: 1000 slot: System board or motherboard size: 8GiB *-bank:0 description: DIMM Synchronous [empty] physical id: 0 slot: DIMM_A1 width: 64 bits *-bank:1 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M393B5673FH0-CH9 vendor: 00CE00B380CE physical id: 1 serial: 83276ABC slot: DIMM_A2 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:2 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M393B5673FH0-CH9 vendor: 00CE00B380CE physical id: 2 serial: 83276AB9 slot: DIMM_A3 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:3 description: DIMM Synchronous [empty] physical id: 3 slot: DIMM_A4 width: 64 bits *-bank:4 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M393B5673FH0-CH9 vendor: 00CE00B380CE physical id: 4 serial: 83276ABA slot: DIMM_A5 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:5 description: DIMM Synchronous 1333 MHz (0.8 ns) product: M393B5673FH0-CH9 vendor: 00CE00B380CE physical id: 5 serial: 83276ABD slot: DIMM_A6 size: 2GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:6 description: DIMM Synchronous [empty] physical id: 6 slot: DIMM_A7 width: 64 bits *-bank:7 description: DIMM Synchronous [empty] physical id: 7 slot: DIMM_A8 width: 64 bits *-bank:8 description: DIMM Synchronous [empty] physical id: 8 slot: DIMM_A9 width: 64 bits *-bank:9 description: DIMM Synchronous [empty] physical id: 9 slot: DIMM_B1 width: 64 bits *-bank:10 description: DIMM Synchronous [empty] physical id: a slot: DIMM_B2 width: 64 bits *-bank:11 description: DIMM Synchronous [empty] physical id: b slot: DIMM_B3 width: 64 bits *-bank:12 description: DIMM Synchronous [empty] physical id: c slot: DIMM_B4 width: 64 bits *-bank:13 description: DIMM Synchronous [empty] physical id: d slot: DIMM_B5 width: 64 bits *-bank:14 description: DIMM Synchronous [empty] physical id: e slot: DIMM_B6 width: 64 bits *-bank:15 description: DIMM Synchronous [empty] physical id: f slot: DIMM_B7 width: 64 bits *-bank:16 description: DIMM Synchronous [empty] physical id: 10 slot: DIMM_B8 width: 64 bits *-bank:17 description: DIMM Synchronous [empty] physical id: 11 slot: DIMM_B9 width: 64 bits *-pci description: Host bridge product: 5520 I/O Hub to ESI Port vendor: Intel Corporation physical id: 100 bus info: pci at 0000:00:00.0 version: 13 width: 32 bits clock: 33MHz *-pci:0 description: PCI bridge product: 5520/5500/X58 I/O Hub PCI Express Root Port 1 vendor: Intel Corporation physical id: 1 bus info: pci at 0000:00:01.0 version: 13 width: 32 bits clock: 33MHz capabilities: pci msi pciexpress pm normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:15 memory:d6000000-d9ffffff *-network:0 description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0 bus info: pci at 0000:01:00.0 logical name: eth0 version: 20 serial: b8:ac:6f:80:e2:77 size: 1GB/s capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=full firmware=5.0.11 NCSI 2.0.5 ip=192.168.1.35 latency=0 link=yes multicast=yes port=twisted pair speed=1GB/s resources: irq:15 memory:d6000000-d7ffffff *-network:1 DISABLED description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0.1 bus info: pci at 0000:01:00.1 logical name: eth1 version: 20 serial: b8:ac:6f:80:e2:79 capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.0.11 NCSI 2.0.5 latency=0 link=no multicast=yes port=twisted pair resources: irq:14 memory:d8000000-d9ffffff *-pci:1 description: PCI bridge product: 5520/5500/X58 I/O Hub PCI Express Root Port 3 vendor: Intel Corporation physical id: 3 bus info: pci at 0000:00:03.0 version: 13 width: 32 bits clock: 33MHz capabilities: pci msi pciexpress pm normal_decode bus_master cap_list configuration: driver=pcieport resources: irq:15 memory:da000000-ddffffff *-network:0 DISABLED description: Ethernet interface product: NetXtreme II BCM5709 Gigabit Ethernet vendor: Broadcom Corporation physical id: 0 bus info: pci at 0000:02:00.0 logical name: eth2 version: 20 serial: b8:ac:6f:80:e2:7b capacity: 1GB/s width: 64 bits clock: 33MHz capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.0.11 NCSI 2.0.5 latency=0 link=no multicast=yes port=twisted pair resource
Debian Bug Tracking System
2010-Jul-07 09:54 UTC
[Pkg-xen-devel] Bug#588310: marked as done (Xen enabled kernel cannot find the / partition)
Your message dated Wed, 7 Jul 2010 11:50:22 +0200 with message-id <20100707095021.GA7027 at wavehammer.waldi.eu.org> and subject line Re: [Pkg-xen-devel] Bug#588310: Xen enabled kernel cannot find the / partition has caused the Debian Bug report #588310, regarding Xen enabled kernel cannot find the / partition to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 588310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588310 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: GNUbie <gnubie at gmail.com> Subject: Xen enabled kernel cannot find the / partition Date: Wed, 7 Jul 2010 17:37:54 +0800 Size: 61197 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100707/3d9cdff6/attachment-0002.eml> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: Re: [Pkg-xen-devel] Bug#588310: Xen enabled kernel cannot find the / partition Date: Wed, 7 Jul 2010 11:50:22 +0200 Size: 2348 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100707/3d9cdff6/attachment-0003.eml>
GNUbie
2010-Jul-07 10:06 UTC
[Pkg-xen-devel] Bug#588310: closed by Bastian Blank <waldi@debian.org> (Re: Bug#588310: Xen enabled kernel cannot find the / partition)
Package: xen-hypervisor-3.4-amd64 and linux-image-2.6.32-5-xen-amd64 Version: 3.4.3-1 and 2.6.32-15 Hello Bastian, I'm sorry but I don't exactly understand on what were you trying to say. I am on Debian Squeeze AMD64 and all the packages installed were all came from the Squeeze repository. Are you trying to say that I have to use the Xen version 4.0.x from the Unstable repository while running the rest of the packages including the Linux kernel from the Squeeze repository? Currently, my running kernel is linux-image-2.6.32-5-xen-amd64. Please advice. Thank you in advance. Regards, GNUbie On Wed, Jul 7, 2010 at 5:54 PM, Debian Bug Tracking System <owner at bugs.debian.org> wrote:> This is an automatic notification regarding your Bug report > which was filed against the xen-hypervisor-3.4-amd64 and linux-image-2.6.32-5-xen-amd64 package: > > #588310: Xen enabled kernel cannot find the / partition > > It has been closed by Bastian Blank <waldi at debian.org>. > > Their explanation is attached below along with your original report. > If this explanation is unsatisfactory and you have not received a > better one in a separate message then please contact Bastian Blank <waldi at debian.org> by > replying to this email. > > > -- > 588310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588310 > Debian Bug Tracking System > Contact owner at bugs.debian.org with problems > > > ---------- Forwarded message ---------- > From:?Bastian Blank <waldi at debian.org> > To:?588310-done at bugs.debian.org > Date:?Wed, 7 Jul 2010 11:50:22 +0200 > Subject:?Re: [Pkg-xen-devel] Bug#588310: Xen enabled kernel cannot find the / partition > On Wed, Jul 07, 2010 at 05:37:54PM +0800, GNUbie wrote: >> Package: xen-hypervisor-3.4-amd64 and linux-image-2.6.32-5-xen-amd64 >> Version: 3.4.3-1 and 2.6.32-15 > > xen-hypervisor-3.4-amd64 is not longer in unstable. > >> [ ? 19.823481] ACPI: PCI Interrupt Link [LK00] enabled at IRQ 15 >> [ ? 19.892204] Already setup the GSI :15 >> [ ? 19.935946] pci 0000:00:01.0: PCI INT A -> Link[LK00] -> GSI 15 >> (level, low) -> IRQ 15 > > Older Xen versions (<< 4.0.0) hardcodes GSI <= 15 (the ISA legacy range) > as legacy, aka edge and high triggered and refuses to change it on > command by the kernel if using the new interrupt interface. There is no > chance that this can work with this kernel. > > Bastian > > -- > Many Myths are based on truth > ? ? ? ? ? ? ? ?-- Spock, "The Way to Eden", ?stardate 5832.3 > > > > ---------- Forwarded message ---------- > From:?GNUbie <gnubie at gmail.com> > To:?submit at bugs.debian.org > Date:?Wed, 7 Jul 2010 17:37:54 +0800 > Subject:?Xen enabled kernel cannot find the / partition > Package: xen-hypervisor-3.4-amd64 and linux-image-2.6.32-5-xen-amd64 > Version: 3.4.3-1 and 2.6.32-15 > > Hello all, > > GRUB-PC does not automatically populate Xen related parameters in > /boot/grub/grub.cfg so I added them manually (see below). All the > packages involved on my Dell PowerEdge R710 running Debian GNU/Linux > Squeeze AMD64 are from the Squeeze repository. There are four (4) 1TB > SATA HDD configured in hardware RAID 1+0. > > The problem is, whenever I tried to boot the first menuentry/kernel > (see below), somehow it cannot find the /dev/sda3 which is supposedly > the / partition. But when I tried to boot the second menuentry/kernel, > it works as expected although xend is not running. > > Below are some information of my system for your reference. > > Thank you in advance. > > Regards, > > GNUbie > > # cat /etc/debian_version > squeeze/sid > > # uname -r > 2.6.32-5-xen-amd64 > > # dpkg -l | grep -i xen > ii ?libxenstore3.0 ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.3-1 > ? ?Xenstore communications library for Xen > ii ?linux-headers-2.6-xen-amd64 ? ? ? ? ? ? 2.6.32+27 > ? ?Header files for Linux 2.6-xen-amd64 (meta-package) > ii ?linux-headers-2.6.32-5-common-xen ? ? ? 2.6.32-15 > ? ?Common header files for Linux 2.6.32-5-xen > ii ?linux-headers-2.6.32-5-xen-amd64 ? ? ? ?2.6.32-15 > ? ?Header files for Linux 2.6.32-5-xen-amd64 > ii ?linux-image-2.6-xen-amd64 ? ? ? ? ? ? ? 2.6.32+27 > ? ?Linux 2.6 for 64-bit PCs (meta-package), Xen dom0 support, Xe > ii ?linux-image-2.6.32-5-xen-amd64 ? ? ? ? ?2.6.32-15 > ? ?Linux 2.6.32 for 64-bit PCs, Xen dom0 support > ii ?linux-image-xen-amd64 ? ? ? ? ? ? ? ? ? 2.6.32+27 > ? ?Linux for 64-bit PCs (meta-package), Xen dom0 support, Xen do > ii ?xen-hypervisor-3.4-amd64 ? ? ? ? ? ? ? ?3.4.3-1 > ? ?The Xen Hypervisor on AMD64 > ii ?xen-utils-3.4 ? ? ? ? ? ? ? ? ? ? ? ? ? 3.4.3-1 > ? ?XEN administrative tools > ii ?xen-utils-common ? ? ? ? ? ? ? ? ? ? ? ?4.0.0-1 > ? ?XEN administrative tools - common files > ii ?xenstore-utils ? ? ? ? ? ? ? ? ? ? ? ? ?3.4.3-1 > ? ?Xenstore utilities for Xen > > # cat /etc/fstab > proc ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?/proc proc defaults ? ? ? ? ? ? 0 0 > UUID=c565893c-cefc-47f3-b6f8-008e948d4b02 / ? ? ext4 errors=remount-ro ? ?0 1 > UUID=dc60eb97-4ca3-4fa1-b7ba-2fdcd88eddc9 /boot ext4 defaults ? ? ? ? ? ? 0 2 > /dev/mapper/vg0-tmp ? ? ? ? ? ? ? ? ? ? ? /tmp ?ext4 noatime,nodev,nosuid 0 2 > /dev/mapper/vg0-usr ? ? ? ? ? ? ? ? ? ? ? /usr ?ext4 defaults ? ? ? ? ? ? 0 2 > /dev/mapper/vg0-var ? ? ? ? ? ? ? ? ? ? ? /var ?ext4 noatime,nodev ? ? ? ?0 2 > UUID=05b534c0-49f5-4923-a5f3-a55314084c03 none ?swap sw ? ? ? ? ? ? ? ? ? 0 0 > /dev/scd0 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /media/cdrom0 udf,iso9660 > user,noauto 0 0 > /dev/sdb1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? /media/usb0 auto rw,user,noauto 0 0 > none ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?/proc/xen ?xenfs defaults ? ? ? 0 0 > > Below is a snippet of my /boot/grub/grub.cfg file: > > - - - < s n i p > - - - > # NOT WORKING > menuentry "Debian GNU/Linux 2.6.32-5 and Xen 3.4.3-1" --class debian > --class gnu-linux --class gnu --class os { > ? ?insmod ext2 > ? ?set root='(hd0,1)' > ? ?multiboot /xen-3.4-amd64.gz /xen-3.4-amd64.gz dom0_mem=512M > ? ?module /vmlinuz-2.6.32-5-xen-amd64 /vmlinuz-2.6.32-5-xen-amd64 > root=/dev/sda3 ro console=tty0 console=ttyS0,9600n8 noapic nolapic > elevator=cfq nomodeset > ? ?module /initrd.img-2.6.32-5-xen-amd64 /initrd.img-2.6.32-5-xen-amd64 > } > # WORKING > menuentry "Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64" --class > debian --class gnu-linux --class gnu --class os { > ? ? ? ?insmod ext2 > ? ? ? ?set root='(hd0,1)' > ? ? ? ?search --no-floppy --fs-uuid --set dc60eb97-4ca3-4fa1-b7ba-2fdcd88eddc9 > ? ? ? ?echo ? ?Loading Linux 2.6.32-5-xen-amd64 ... > ? ? ? ?linux ? /vmlinuz-2.6.32-5-xen-amd64 > root=UUID=c565893c-cefc-47f3-b6f8-008e948d4b02 ro ?noapic nolapic > elevator=cfq > ? ? ? ?echo ? ?Loading initial ramdisk ... > ? ? ? ?initrd ?/initrd.img-2.6.32-5-xen-amd64 > } > - - - < s n i p > - - - > > Below is a snippet of my serial console logs during bootup: > > - - - < s n i p > - - - > [ ? ?0.000000] Initializing cgroup subsys cpuset > [ ? ?0.000000] Initializing cgroup subsys cpu > [ ? ?0.000000] Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-15) > (ben at decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue > Jun 1 06:38:33 UTC 2010 > [ ? ?0.000000] Command line: root=/dev/sda3 ro console=tty0 > console=ttyS0,9600n8 noapic nolapic elevator=cfq nomodeset > [ ? ?0.000000] KERNEL supported cpus: > [ ? ?0.000000] ? Intel GenuineIntel > [ ? ?0.000000] ? AMD AuthenticAMD > [ ? ?0.000000] ? Centaur CentaurHauls > [ ? ?0.000000] released 0 pages of unused memory > [ ? ?0.000000] BIOS-provided physical RAM map: > [ ? ?0.000000] ?Xen: 0000000000000000 - 00000000000a0000 (usable) > [ ? ?0.000000] ?Xen: 00000000000a0000 - 0000000000100000 (reserved) > [ ? ?0.000000] ?Xen: 0000000000100000 - 0000000020000000 (usable) > [ ? ?0.000000] ?Xen: 00000000cf679000 - 00000000cf68f000 (reserved) > [ ? ?0.000000] ?Xen: 00000000cf68f000 - 00000000cf6ce000 (ACPI data) > [ ? ?0.000000] ?Xen: 00000000cf6ce000 - 00000000d0000000 (reserved) > [ ? ?0.000000] ?Xen: 00000000e0000000 - 00000000f0000000 (reserved) > [ ? ?0.000000] ?Xen: 00000000fe000000 - 0000000100000000 (reserved) > [ ? ?0.000000] DMI 2.6 present. > [ ? ?0.000000] last_pfn = 0x20000 max_arch_pfn = 0x400000000 > [ ? ?0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106 > [ ? ?0.000000] init_memory_mapping: 0000000000000000-0000000020000000 > [ ? ?0.000000] RAMDISK: 016c1000 - 0320b600 > [ ? ?0.000000] ACPI: RSDP 00000000000f0cd0 00024 (v02 DELL ?) > [ ? ?0.000000] ACPI: XSDT 00000000000f0dd4 0009C (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: FACP 00000000cf6b3f9c 000F4 (v03 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: DSDT 00000000cf68f000 03D5A (v01 DELL ? PE_SC3 > 00000001 INTL 20050624) > [ ? ?0.000000] ACPI: FACS 00000000cf6b6000 00040 > [ ? ?0.000000] ACPI: APIC 00000000cf6b3478 0015E (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: SPCR 00000000cf6b35d8 00050 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: HPET 00000000cf6b362c 00038 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: ? ? ?00000000cf6b3668 001B0 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: MCFG 00000000cf6b38c4 0003C (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: WD__ 00000000cf6b3904 00134 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: SLIC 00000000cf6b3a3c 00024 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: ERST 00000000cf692edc 00270 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: HEST 00000000cf69314c 003A8 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: BERT 00000000cf692d5c 00030 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: EINJ 00000000cf692d8c 00150 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: SRAT 00000000cf6b3bc0 00370 (v01 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: TCPA 00000000cf6b3f34 00064 (v02 DELL ? PE_SC3 > 00000001 DELL 00000001) > [ ? ?0.000000] ACPI: SSDT 00000000cf6b7000 0220C (v01 ?INTEL PPM RCM > 80000001 INTL 20061109) > [ ? ?0.000000] SRAT: PXM 1 -> APIC 32 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 34 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 50 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 52 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 33 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 35 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 51 -> Node 0 > [ ? ?0.000000] SRAT: PXM 1 -> APIC 53 -> Node 0 > [ ? ?0.000000] SRAT: Node 0 PXM 1 0-d0000000 > [ ? ?0.000000] SRAT: Node 0 PXM 1 100000000-230000000 > [ ? ?0.000000] Bootmem setup node 0 0000000000000000-0000000020000000 > [ ? ?0.000000] ? NODE_DATA [0000000000008000 - 000000000000ffff] > [ ? ?0.000000] ? bootmap [0000000000010000 - ?0000000000013fff] pages 4 > [ ? ?0.000000] (8 early reservations) ==> bootmem [0000000000 - 0020000000] > [ ? ?0.000000] ? #0 [0000000000 - 0000001000] ? BIOS data page ==> > [0000000000 - 0000001000] > [ ? ?0.000000] ? #1 [000330d000 - 000332a000] ? XEN PAGETABLES ==> > [000330d000 - 000332a000] > [ ? ?0.000000] ? #2 [0000006000 - 0000008000] ? ? ? TRAMPOLINE ==> > [0000006000 - 0000008000] > [ ? ?0.000000] ? #3 [0001000000 - 00016a0594] ? ?TEXT DATA BSS ==> > [0001000000 - 00016a0594] > [ ? ?0.000000] ? #4 [00016c1000 - 000320b600] ? ? ? ? ?RAMDISK ==> > [00016c1000 - 000320b600] > [ ? ?0.000000] ? #5 [000320c000 - 000330d000] ? XEN START INFO ==> > [000320c000 - 000330d000] > [ ? ?0.000000] ? #6 [00016a1000 - 00016a14fd] ? ? ? ? ? ? ?BRK ==> > [00016a1000 - 00016a14fd] > [ ? ?0.000000] ? #7 [0000100000 - 00001e2000] ? ? ? ? ?PGTABLE ==> > [0000100000 - 00001e2000] > [ ? ?0.000000] found SMP MP-table at [ffff8800000fe710] fe710 > [ ? ?0.000000] Zone PFN ranges: > [ ? ?0.000000] ? DMA ? ? ?0x00000000 -> 0x00001000 > [ ? ?0.000000] ? DMA32 ? ?0x00001000 -> 0x00100000 > [ ? ?0.000000] ? Normal ? 0x00100000 -> 0x00100000 > [ ? ?0.000000] Movable zone start PFN for each node > [ ? ?0.000000] early_node_map[2] active PFN ranges > [ ? ?0.000000] ? ? 0: 0x00000000 -> 0x000000a0 > [ ? ?0.000000] ? ? 0: 0x00000100 -> 0x00020000 > [ ? ?0.000000] ACPI: PM-Timer IO Port: 0x808 > [ ? ?0.000000] Using ACPI for processor (LAPIC) configuration information > [ ? ?0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 > [ ? ?0.000000] Intel MultiProcessor Specification v1.4 > [ ? ?0.000000] MPTABLE: OEM ID: DELL > [ ? ?0.000000] MPTABLE: Product ID: PE 0235 > [ ? ?0.000000] MPTABLE: APIC at: 0xFEE00000 > [ ? ?0.000000] I/O APIC #1 Version 32 at 0xFEC00000. > [ ? ?0.000000] I/O APIC #2 Version 32 at 0xFEC80000. > [ ? ?0.000000] Processors: 8 > [ ? ?0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs > [ ? ?0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 > [ ? ?0.000000] Allocating PCI resources starting at 20000000 (gap: > 20000000:af679000) > [ ? ?0.000000] Booting paravirtualized kernel on Xen > [ ? ?0.000000] Xen version: 3.4.3 (preserve-AD) (dom0) > [ ? ?0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1 > [ ? ?0.000000] PERCPU: Embedded 29 pages/cpu @ffff880003360000 s90008 > r8192 d20584 u118784 > [ ? ?0.000000] pcpu-alloc: s90008 r8192 d20584 u118784 alloc=29*4096 > [ ? ?0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 > [ ? ?0.030776] Xen: using vcpu_info placement > [ ? ?0.030781] Built 1 zonelists in Node order, mobility grouping on. > Total pages: 128955 > [ ? ?0.030783] Policy zone: DMA32 > [ ? ?0.030785] Kernel command line: root=/dev/sda3 ro console=tty0 > console=ttyS0,9600n8 noapic nolapic elevator=cfq nomodeset > [ ? ?0.030830] PID hash table entries: 2048 (order: 2, 16384 bytes) > [ ? ?0.031107] Initializing CPU#0 > [ ? ?0.039509] DMA: Placing 64MB software IO TLB between > ffff880003e31000 - ffff880007e31000 > [ ? ?0.039513] DMA: software IO TLB at phys 0x3e31000 - 0x7e31000 > [ ? ?0.039515] xen_swiotlb_fixup: buf=ffff880003e31000 size=67108864 > [ ? ?0.056185] xen_swiotlb_fixup: buf=ffff880007e91000 size=32768 > [ ? ?0.057991] Memory: 412740k/524288k available (3131k kernel code, > 384k absent, 111164k reserved, 1899k data, 592k init) > [ ? ?0.058020] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, > CPUs=8, Nodes=1 > [ ? ?0.058045] Hierarchical RCU implementation. > [ ? ?0.058052] NR_IRQS:4352 nr_irqs:592 > [ ? ?0.058121] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > [ ? ?0.058123] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > [ ? ?0.058126] xen: sci override: source_irq=9 global_irq=9 trigger=c polarity=1 > [ ? ?0.058137] Already setup the GSI :9 > [ ? ?0.058138] xen: acpi sci 9 > [ ? ?0.063969] Console: colour VGA+ 80x25 > [ ? ?0.070213] console [tty0] enabled > [ ? ?8.120101] console [ttyS0] enabled > [ ? ?8.161778] installing Xen timer for CPU 0 > [ ? ?8.210741] Detected 2394.000 MHz processor. > [ ? ?8.261770] Calibrating delay loop (skipped), value calculated > using timer frequency.. 4788.00 BogoMIPS (lpj=9576000) > [ ? ?8.388790] Security Framework initialized > [ ? ?8.437735] SELinux: ?Disabled at boot. > [ ? ?8.483654] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) > [ ? ?8.567093] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) > [ ? ?8.649409] Mount-cache hash table entries: 256 > [ ? ?8.703671] Initializing cgroup subsys ns > [ ? ?8.751573] Initializing cgroup subsys cpuacct > [ ? ?8.804681] Initializing cgroup subsys devices > [ ? ?8.857783] Initializing cgroup subsys freezer > [ ? ?8.910883] Initializing cgroup subsys net_cls > [ ? ?8.964019] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?9.020279] CPU: L2 cache: 256K > [ ? ?9.057780] CPU: L3 cache: 12288K > [ ? ?9.097365] CPU 0/0x20 -> Node 0 > [ ? ?9.135907] CPU: Unsupported number of siblings 32 > [ ? ?9.191084] mce: CPU supports 9 MCE banks > [ ? ?9.241152] Performance Events: unsupported p6 CPU model 44 no PMU > driver, software events only. > [ ? ?9.346364] SMP alternatives: switching to UP code > [ ? ?9.426741] ACPI: Core revision 20090903 > [ ? ?9.478660] ACPI: setting ELCR to 0200 (from cc60) > [ ? ?9.536210] installing Xen timer for CPU 1 > [ ? ?9.585184] SMP alternatives: switching to SMP code > [ ? ?0.000006] Initializing CPU#1 > [ ? ?0.000040] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000042] CPU: L2 cache: 256K > [ ? ?0.000044] CPU: L3 cache: 12288K > [ ? ?0.000047] CPU 1/0x22 -> Node 0 > [ ? ?0.000048] CPU: Unsupported number of siblings 32 > [ ? ?9.665916] installing Xen timer for CPU 2 > [ ? ?0.000005] Initializing CPU#2 > [ ? ?0.000038] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000040] CPU: L2 cache: 256K > [ ? ?0.000041] CPU: L3 cache: 12288K > [ ? ?0.000044] CPU 2/0x32 -> Node 0 > [ ? ?0.000046] CPU: Unsupported number of siblings 32 > [ ? ?9.980618] installing Xen timer for CPU 3 > [ ? ?0.000005] Initializing CPU#3 > [ ? ?0.000038] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000040] CPU: L2 cache: 256K > [ ? ?0.000041] CPU: L3 cache: 12288K > [ ? ?0.000044] CPU 3/0x34 -> Node 0 > [ ? ?0.000046] CPU: Unsupported number of siblings 32 > [ ? 10.295323] installing Xen timer for CPU 4 > [ ? ?0.000004] Initializing CPU#4 > [ ? ?0.000042] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000045] CPU: L2 cache: 256K > [ ? ?0.000047] CPU: L3 cache: 12288K > [ ? ?0.000051] CPU 4/0x21 -> Node 0 > [ ? ?0.000053] CPU: Unsupported number of siblings 32 > [ ? 10.610043] installing Xen timer for CPU 5 > [ ? ?0.000004] Initializing CPU#5 > [ ? ?0.000033] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000034] CPU: L2 cache: 256K > [ ? ?0.000035] CPU: L3 cache: 12288K > [ ? ?0.000038] CPU 5/0x23 -> Node 0 > [ ? ?0.000040] CPU: Unsupported number of siblings 32 > [ ? 10.924732] installing Xen timer for CPU 6 > [ ? ?0.000004] Initializing CPU#6 > [ ? ?0.000033] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000035] CPU: L2 cache: 256K > [ ? ?0.000036] CPU: L3 cache: 12288K > [ ? ?0.000039] CPU 6/0x33 -> Node 0 > [ ? ?0.000041] CPU: Unsupported number of siblings 32 > [ ? 11.239427] installing Xen timer for CPU 7 > [ ? ?0.000004] Initializing CPU#7 > [ ? ?0.000033] CPU: L1 I cache: 32K, L1 D cache: 32K > [ ? ?0.000035] CPU: L2 cache: 256K > [ ? ?0.000036] CPU: L3 cache: 12288K > [ ? ?0.000039] CPU 7/0x35 -> Node 0 > [ ? ?0.000041] CPU: Unsupported number of siblings 32 > [ ? 11.554069] Brought up 8 CPUs > [ ? 11.855537] devtmpfs: initialized > [ ? 11.897800] Grant table initialized > [ ? 11.939468] regulator: core version 0.5 > [ ? 11.985343] NET: Registered protocol family 16 > [ ? 12.038610] ACPI FADT declares the system doesn't support PCIe > ASPM, so disable it > [ ? 12.129177] ACPI: bus type pci registered > [ ? 12.177135] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 > [ ? 12.261441] PCI: MCFG area at e0000000 reserved in E820 > [ ? 12.361168] PCI: Using MMCONFIG at e0000000 - efffffff > [ ? 12.422593] PCI: Using configuration type 1 for base access > [ ? 12.494856] bio: create slab <bio-0> at 0 > [ ? 12.546777] ACPI: BIOS _OSI(Linux) query ignored > [ ? 12.602124] ACPI: Interpreter enabled > [ ? 12.645869] ACPI: (supports S0 S4 S5) > [ ? 12.689744] ACPI: Using PIC for interrupt routing > [ ? 12.750871] ACPI Warning: Incorrect checksum in table [ ? ?] - D5, > should be 19 (20090903/tbutils-314) > [ ? 12.862677] ACPI: No dock devices found. > [ ? 12.909969] ACPI: PCI Root Bridge [PCI0] (0000:00) > [ ? 12.967357] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold > [ ? 13.040229] pci 0000:00:00.0: PME# disabled > [ ? 13.090348] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold > [ ? 13.163216] pci 0000:00:01.0: PME# disabled > [ ? 13.213323] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold > [ ? 13.286195] pci 0000:00:03.0: PME# disabled > [ ? 13.336301] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold > [ ? 13.409168] pci 0000:00:04.0: PME# disabled > [ ? 13.459275] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold > [ ? 13.532145] pci 0000:00:05.0: PME# disabled > [ ? 13.582250] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold > [ ? 13.655124] pci 0000:00:06.0: PME# disabled > [ ? 13.705230] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold > [ ? 13.778103] pci 0000:00:07.0: PME# disabled > [ ? 13.828210] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold > [ ? 13.901084] pci 0000:00:09.0: PME# disabled > [ ? 13.951802] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold > [ ? 14.024675] pci 0000:00:1a.7: PME# disabled > [ ? 14.075070] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold > [ ? 14.147942] pci 0000:00:1d.7: PME# disabled > [ ? 14.198138] pci 0000:00:1f.0: quirk: region 0800-087f claimed by > ICH6 ACPI/GPIO/TCO > [ ? 14.289747] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO > [ ? 14.371975] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at > 0c00 (mask 007f) > [ ? 14.462543] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at > 0ca0 (mask 000f) > [ ? 14.553114] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at > 00e0 (mask 000f) > [ ? 14.644023] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold > [ ? 14.716891] pci 0000:01:00.0: PME# disabled > [ ? 14.767048] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold > [ ? 14.839918] pci 0000:01:00.1: PME# disabled > [ ? 14.890184] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold > [ ? 14.963052] pci 0000:02:00.0: PME# disabled > [ ? 15.013207] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold > [ ? 15.086079] pci 0000:02:00.1: PME# disabled > [ ? 15.136348] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe > device. ?You can enable it with 'pcie_aspm=force' > [ ? 15.256553] pci 0000:00:1e.0: transparent bridge > [ ? 15.318742] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15) > [ ? 15.400482] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15) > [ ? 15.482224] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15) > [ ? 15.563974] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15) > [ ? 15.645723] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15) > [ ? 15.727470] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15) > [ ? 15.809231] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 11 > 14 15) *0, disabled. > [ ? 15.904591] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15) > [ ? 15.986313] Failed to sync pcpu 0 > [ ? 16.025910] xen_balloon: Initialising balloon driver with page order 0. > [ ? 16.105062] vgaarb: device added: > PCI:0000:08:03.0,decodes=io+mem,owns=io+mem,locks=none > [ ? 16.201871] vgaarb: loaded > [ ? 16.234245] PCI: Using ACPI for IRQ routing > [ ? 16.284427] Switching to clocksource xen > [ ? 16.332652] pnp: PnP ACPI init > [ ? 16.369123] ACPI: bus type pnp registered > [ ? 16.417422] Already setup the GSI :13 > [ ? 16.461328] Already setup the GSI :8 > [ ? 16.504386] Already setup the GSI :4 > [ ? 16.547543] Already setup the GSI :3 > [ ? 16.593019] pnp: PnP ACPI: found 13 devices > [ ? 16.643002] ACPI: ACPI bus type pnp unregistered > [ ? 16.698207] system 00:07: ioport range 0x800-0x87f has been reserved > [ ? 16.774198] system 00:07: ioport range 0x880-0x8ff could not be reserved > [ ? 16.854347] system 00:07: ioport range 0x900-0x91f has been reserved > [ ? 16.930334] system 00:07: ioport range 0x920-0x923 has been reserved > [ ? 17.006327] system 00:07: ioport range 0x924-0x924 has been reserved > [ ? 17.082315] system 00:07: ioport range 0xc00-0xc7f has been reserved > [ ? 17.158300] system 00:07: ioport range 0xca0-0xca7 has been reserved > [ ? 17.234287] system 00:07: ioport range 0xca9-0xcab has been reserved > [ ? 17.310279] system 00:07: ioport range 0xcad-0xcaf has been reserved > [ ? 17.386287] system 00:08: ioport range 0xca8-0xca8 has been reserved > [ ? 17.462274] system 00:08: ioport range 0xcac-0xcac has been reserved > [ ? 17.538280] system 00:0a: iomem range 0xe0000000-0xefffffff has been reserved > [ ? 17.623642] system 00:0c: iomem range 0xfed90000-0xfed91fff has been reserved > [ ? 17.714000] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 > [ ? 17.784787] pci 0000:00:01.0: ? IO window: disabled > [ ? 17.843100] pci 0000:00:01.0: ? MEM window: 0xd6000000-0xd9ffffff > [ ? 17.915971] pci 0000:00:01.0: ? PREFETCH window: disabled > [ ? 17.980524] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02 > [ ? 18.051311] pci 0000:00:03.0: ? IO window: disabled > [ ? 18.109618] pci 0000:00:03.0: ? MEM window: 0xda000000-0xddffffff > [ ? 18.182492] pci 0000:00:03.0: ? PREFETCH window: disabled > [ ? 18.247045] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03 > [ ? 18.317834] pci 0000:00:04.0: ? IO window: 0xf000-0xffff > [ ? 18.381346] pci 0000:00:04.0: ? MEM window: 0xdf100000-0xdf1fffff > [ ? 18.454216] pci 0000:00:04.0: ? PREFETCH window: disabled > [ ? 18.518771] pci 0000:00:05.0: PCI bridge, secondary bus 0000:04 > [ ? 18.589555] pci 0000:00:05.0: ? IO window: disabled > [ ? 18.647866] pci 0000:00:05.0: ? MEM window: disabled > [ ? 18.707215] pci 0000:00:05.0: ? PREFETCH window: disabled > [ ? 18.771763] pci 0000:00:06.0: PCI bridge, secondary bus 0000:05 > [ ? 18.842549] pci 0000:00:06.0: ? IO window: disabled > [ ? 18.900856] pci 0000:00:06.0: ? MEM window: disabled > [ ? 18.960201] pci 0000:00:06.0: ? PREFETCH window: disabled > [ ? 19.024752] pci 0000:00:07.0: PCI bridge, secondary bus 0000:06 > [ ? 19.095535] pci 0000:00:07.0: ? IO window: disabled > [ ? 19.153843] pci 0000:00:07.0: ? MEM window: disabled > [ ? 19.213193] pci 0000:00:07.0: ? PREFETCH window: disabled > [ ? 19.277743] pci 0000:00:09.0: PCI bridge, secondary bus 0000:07 > [ ? 19.348530] pci 0000:00:09.0: ? IO window: disabled > [ ? 19.406838] pci 0000:00:09.0: ? MEM window: disabled > [ ? 19.466188] pci 0000:00:09.0: ? PREFETCH window: disabled > [ ? 19.530745] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08 > [ ? 19.601530] pci 0000:00:1e.0: ? IO window: disabled > [ ? 19.659837] pci 0000:00:1e.0: ? MEM window: 0xde000000-0xdeffffff > [ ? 19.732709] pci 0000:00:1e.0: ? PREFETCH window: > 0x000000d5800000-0x000000d5ffffff > [ ? 19.823481] ACPI: PCI Interrupt Link [LK00] enabled at IRQ 15 > [ ? 19.892204] Already setup the GSI :15 > [ ? 19.935946] pci 0000:00:01.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 20.030697] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 20.096291] Already setup the GSI :15 > [ ? 20.140032] pci 0000:00:03.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 20.234773] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 20.300364] Already setup the GSI :15 > [ ? 20.344106] pci 0000:00:04.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 20.438847] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 20.504440] Already setup the GSI :15 > [ ? 20.548187] pci 0000:00:05.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 20.642928] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 20.708519] Already setup the GSI :15 > [ ? 20.752261] pci 0000:00:06.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 20.847003] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 20.912601] Already setup the GSI :15 > [ ? 20.956348] pci 0000:00:07.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 21.051090] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 21.116687] Already setup the GSI :15 > [ ? 21.160427] pci 0000:00:09.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 21.255212] NET: Registered protocol family 2 > [ ? 21.307347] IP route cache hash table entries: 4096 (order: 3, 32768 bytes) > [ ? 21.390838] TCP established hash table entries: 16384 (order: 6, > 262144 bytes) > [ ? 21.477358] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) > [ ? 21.556535] TCP: Hash tables configured (established 16384 bind 16384) > [ ? 21.634602] TCP reno registered > [ ? 21.672183] NET: Registered protocol family 1 > [ ? 21.739654] Unpacking initramfs... > [ ? 21.800769] Freeing initrd memory: 27945k freed > [ ? 21.859367] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) > [ ? 21.936404] DMA: Placing 64MB software IO TLB between > ffff880003e31000 - ffff880007e31000 > [ ? 22.034249] DMA: software IO TLB at phys 0x3e31000 - 0x7e31000 > [ ? 22.104691] audit: initializing netlink socket (disabled) > [ ? 22.169546] type=2000 audit(1278492417.420:1): initialized > [ ? 22.235288] HugeTLB registered 2 MB page size, pre-allocated 0 pages > [ ? 22.312649] VFS: Disk quotas dquot_6.5.2 > [ ? 22.359563] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) > [ ? 22.436668] msgmni has been set to 860 > [ ? 12.815074] alg: No test for stdrng (krng) > [ ? 22.530825] Block layer SCSI generic (bsg) driver version 0.4 > loaded (major 253) > [ ? 22.619311] io scheduler noop registered > [ ? 22.666176] io scheduler anticipatory registered > [ ? 22.721362] io scheduler deadline registered > [ ? 22.772423] io scheduler cfq registered (default) > [ ? 22.832808] registering netback > [ ? 22.871608] hpet_acpi_add: no address or irqs in _CRS > [ ? 22.932015] Linux agpgart interface v0.103 > [ ? 22.980984] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled > [ ? 23.056060] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > [ ? 23.128019] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A > [ ? 23.205093] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > [ ? 23.271870] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A > [ ? 23.338644] input: Macintosh mouse button emulation as > /devices/virtual/input/input0 > [ ? 23.431348] PNP: No PS/2 controller found. Probing ports directly. > [ ? 23.507655] i8042: probe of i8042 failed with error -38 > [ ? 23.570197] mice: PS/2 mouse device common for all mice > [ ? 23.632704] rtc_cmos 00:04: RTC can wake from S4 > [ ? 23.687928] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 > [ ? 23.760837] rtc0: alarms up to one day, y3k, 242 bytes nvram > [ ? 23.828516] cpuidle: using governor ladder > [ ? 23.877456] cpuidle: using governor menu > [ ? 23.924341] No iBFT detected. > [ ? 23.959996] TCP cubic registered > [ ? 23.998641] NET: Registered protocol family 10 > [ ? 24.052160] lo: Disabled Privacy Extensions > [ ? 24.102360] Mobile IPv6 > [ ? 24.131540] NET: Registered protocol family 17 > [ ? 24.184722] registered taskstats version 1 > [ ? 24.234485] rtc_cmos 00:04: setting system clock to 2010-07-07 > 08:47:06 UTC (1278492426) > [ ? 24.331319] Initalizing network drop monitor service > [ ? 24.390736] Freeing unused kernel memory: 592k freed > [ ? 24.450181] Write protecting the kernel read-only data: 4308k > Loading, please wait... > [ ? 13.305934] udev: starting version 158 > [ ? 13.684776] Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 > v2.0.2 (Aug 21, 2009) > [ ? 14.969875] SCSI subsystem initialized > [ ? 14.971469] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008 > [ ? 14.971489] megasas: 0x1000:0x0060:0x1028:0x1f0c: bus 3:slot 0:func 0 > [ ? 14.971509] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 14.971514] Already setup the GSI :15 > [ ? 14.971516] megaraid_sas 0000:03:00.0: PCI INT A -> Link[LK00] -> > GSI 15 (level, low) -> IRQ 15 > [ ? 13.102305] megasas: FW now in Ready state > [ ? 14.678031] usbcore: registered new interface driver usbfs > [ ? 14.678069] usbcore: registered new interface driver hub > [ ? 14.680227] usbcore: registered new device driver usb > [ ? 14.686531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver > [ ? 14.686861] ACPI: PCI Interrupt Link [LK03] enabled at IRQ 10 > [ ? 14.686875] Already setup the GSI :10 > [ ? 14.686878] ehci_hcd 0000:00:1a.7: PCI INT C -> Link[LK03] -> GSI > 10 (level, low) -> IRQ 10 > [ ? 14.686904] ehci_hcd 0000:00:1a.7: EHCI Host Controller > [ ? 14.686926] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned > bus number 1 > [ ? 14.686992] ehci_hcd 0000:00:1a.7: debug port 1 > [ ? 14.690924] ehci_hcd 0000:00:1a.7: irq 10, io mem 0xdf0ff800 > [ ? 24.683858] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 > [ ? 24.683879] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 > [ ? 24.683881] usb usb1: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ ? 24.683883] usb usb1: Product: EHCI Host Controller > [ ? 24.683884] usb usb1: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd > [ ? 24.683886] usb usb1: SerialNumber: 0000:00:1a.7 > [ ? 24.683946] usb usb1: configuration #1 chosen from 1 choice > [ ? 24.683971] hub 1-0:1.0: USB hub found > [ ? 24.683986] hub 1-0:1.0: 4 ports detected > [ ? 24.684285] ACPI: PCI Interrupt Link [LK07] enabled at IRQ 14 > [ ? 24.684293] Already setup the GSI :14 > [ ? 24.684296] ata_piix 0000:00:1f.2: PCI INT C -> Link[LK07] -> GSI > 14 (level, low) -> IRQ 14 > [ ? 24.684302] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ] > [ ? 24.843438] scsi1 : ata_piix > [ ? 24.843593] scsi2 : ata_piix > [ ? 24.843689] ata1: SATA max UDMA/133 cmd 0xec10 ctl 0xec08 bmdma 0xec20 irq 14 > [ ? 24.843694] ata2: SATA max UDMA/133 cmd 0xec18 ctl 0xec0c bmdma 0xec28 irq 14 > [ ? 24.843917] ACPI: PCI Interrupt Link [LK05] enabled at IRQ 6 > [ ? 24.843925] Already setup the GSI :6 > [ ? 24.843927] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LK05] -> GSI 6 > (level, low) -> IRQ 6 > [ ? 24.843947] ehci_hcd 0000:00:1d.7: EHCI Host Controller > [ ? 24.843956] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned > bus number 2 > [ ? 24.844007] ehci_hcd 0000:00:1d.7: debug port 1 > [ ? 24.847903] ehci_hcd 0000:00:1d.7: irq 6, io mem 0xdf0ffc00 > [ ? 24.867317] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 > [ ? 24.867336] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 > [ ? 24.867338] usb usb2: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ ? 24.867339] usb usb2: Product: EHCI Host Controller > [ ? 24.867341] usb usb2: Manufacturer: Linux 2.6.32-5-xen-amd64 ehci_hcd > [ ? 24.867342] usb usb2: SerialNumber: 0000:00:1d.7 > [ ? 24.867433] usb usb2: configuration #1 chosen from 1 choice > [ ? 24.867496] hub 2-0:1.0: USB hub found > [ ? 24.867511] hub 2-0:1.0: 4 ports detected > [ ? 24.951469] uhci_hcd: USB Universal Host Controller Interface driver > [ ? 24.951666] ACPI: PCI Interrupt Link [LK01] enabled at IRQ 14 > [ ? 24.951670] xen_allocate_pirq: returning irq 14 for gsi 14 > [ ? 24.951673] Already setup the GSI :14 > [ ? 24.951676] uhci_hcd 0000:00:1a.0: PCI INT A -> Link[LK01] -> GSI > 14 (level, low) -> IRQ 14 > [ ? 24.951687] uhci_hcd 0000:00:1a.0: UHCI Host Controller > [ ? 24.951696] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned > bus number 3 > [ ? 24.951729] uhci_hcd 0000:00:1a.0: irq 14, io base 0x0000ec40 > [ ? 24.951780] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 > [ ? 24.951782] usb usb3: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ ? 24.951784] usb usb3: Product: UHCI Host Controller > [ ? 24.951785] usb usb3: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd > [ ? 24.951787] usb usb3: SerialNumber: 0000:00:1a.0 > [ ? 24.951845] usb usb3: configuration #1 chosen from 1 choice > [ ? 24.951880] hub 3-0:1.0: USB hub found > [ ? 24.951892] hub 3-0:1.0: 2 ports detected > [ ? 24.952121] ACPI: PCI Interrupt Link [LK02] enabled at IRQ 11 > [ ? 24.952129] Already setup the GSI :11 > [ ? 24.952131] uhci_hcd 0000:00:1a.1: PCI INT B -> Link[LK02] -> GSI > 11 (level, low) -> IRQ 11 > [ ? 24.952142] uhci_hcd 0000:00:1a.1: UHCI Host Controller > [ ? 24.952150] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned > bus number 4 > [ ? 24.952193] uhci_hcd 0000:00:1a.1: irq 11, io base 0x0000ec60 > [ ? 24.952242] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 > [ ? 24.952244] usb usb4: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ ? 24.952245] usb usb4: Product: UHCI Host Controller > [ ? 24.952247] usb usb4: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd > [ ? 24.952248] usb usb4: SerialNumber: 0000:00:1a.1 > [ ? 24.952298] usb usb4: configuration #1 chosen from 1 choice > [ ? 24.952320] hub 4-0:1.0: USB hub found > [ ? 24.952334] hub 4-0:1.0: 2 ports detected > [ ? 24.952381] xen_allocate_pirq: returning irq 6 for gsi 6 > [ ? 24.952384] Already setup the GSI :6 > [ ? 24.952386] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LK05] -> GSI 6 > (level, low) -> IRQ 6 > [ ? 24.952399] uhci_hcd 0000:00:1d.0: UHCI Host Controller > [ ? 24.952404] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned > bus number 5 > [ ? 24.952437] uhci_hcd 0000:00:1d.0: irq 6, io base 0x0000ec80 > [ ? 24.952485] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 > [ ? 24.952487] usb usb5: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ ? 24.952488] usb usb5: Product: UHCI Host Controller > [ ? 24.952490] usb usb5: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd > [ ? 24.952491] usb usb5: SerialNumber: 0000:00:1d.0 > [ ? 24.952540] usb usb5: configuration #1 chosen from 1 choice > [ ? 24.952562] hub 5-0:1.0: USB hub found > [ ? 24.952572] hub 5-0:1.0: 2 ports detected > [ ? 24.952792] ACPI: PCI Interrupt Link [LK04] enabled at IRQ 5 > [ ? 24.952802] Already setup the GSI :5 > [ ? 24.952805] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LK04] -> GSI 5 > (level, low) -> IRQ 5 > [ ? 24.952818] uhci_hcd 0000:00:1d.1: UHCI Host Controller > [ ? 24.952826] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned > bus number 6 > [ ? 24.952871] uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000eca0 > [ ? 24.952922] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 > [ ? 24.952924] usb usb6: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ ? 24.952926] usb usb6: Product: UHCI Host Controller > [ ? 24.952928] usb usb6: Manufacturer: Linux 2.6.32-5-xen-amd64 uhci_hcd > [ ? 24.952929] usb usb6: SerialNumber: 0000:00:1d.1 > [ ? 24.952980] usb usb6: configuration #1 chosen from 1 choice > [ ? 24.953004] hub 6-0:1.0: USB hub found > [ ? 24.953015] hub 6-0:1.0: 2 ports detected > [ ? 25.115270] usb 1-3: new high speed USB device using ehci_hcd and address 3 > [ ? 25.263228] ata1: link resume succeeded after 1 retries > [ ? 25.527223] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) > [ ? 25.551488] ata1.00: ATAPI: TSSTcorp DVD+/-RW TS-L633C, D250, max UDMA/100 > [ ? 25.551497] ata1.00: applying bridge limits > [ ? 25.587493] ata1.00: configured for UDMA/100 > [ ? 25.875098] ata2: failed to resume link (SControl 0) > [ ? 25.887382] ata2: SATA link down (SStatus 4 SControl 0) > [ ? 30.114350] ehci_hcd 0000:00:1a.7: Unlink after no-IRQ? ?Controller > is probably using the wrong IRQ. > [ ? 30.590285] ata1.00: qc timeout (cmd 0xa0) > [ ? 30.590292] ata1.00: TEST_UNIT_READY failed (err_mask=0x5) > [ ? 31.066248] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) > [ ? 31.126519] ata1.00: configured for UDMA/100 > [ ? 22.260967] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 22.326580] Already setup the GSI :15 > [ ? 22.370330] bnx2 0000:01:00.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 22.466298] bnx2 0000:01:00.0: firmware: requesting > bnx2/bnx2-mips-09-5.0.0.j3.fw > [ ? 22.560726] bnx2 0000:01:00.0: firmware: requesting > bnx2/bnx2-rv2p-09-5.0.0.j3.fw > [ ? 22.655765] eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI > Express found at mem d6000000, IRQ 15, node addr b8:ac:6f:80:e2:77 > [ ? 22.805470] xen_allocate_pirq: returning irq 14 for gsi 14 > [ ? 22.871070] Already setup the GSI :14 > [ ? 22.914814] bnx2 0000:01:00.1: PCI INT B -> Link[LK01] -> GSI 14 > (level, low) -> IRQ 14 > [ ? 23.010767] bnx2 0000:01:00.1: firmware: requesting > bnx2/bnx2-mips-09-5.0.0.j3.fw > [ ? 23.104615] bnx2 0000:01:00.1: firmware: requesting > bnx2/bnx2-rv2p-09-5.0.0.j3.fw > [ ? 23.198945] eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI > Express found at mem d8000000, IRQ 14, node addr b8:ac:6f:80:e2:79 > [ ? 23.343636] xen_allocate_pirq: returning irq 15 for gsi 15 > [ ? 23.409234] Already setup the GSI :15 > [ ? 23.452981] bnx2 0000:02:00.0: PCI INT A -> Link[LK00] -> GSI 15 > (level, low) -> IRQ 15 > [ ? 23.548935] bnx2 0000:02:00.0: firmware: requesting > bnx2/bnx2-mips-09-5.0.0.j3.fw > [ ? 23.642779] bnx2 0000:02:00.0: firmware: requesting > bnx2/bnx2-rv2p-09-5.0.0.j3.fw > [ ? 23.737089] eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI > Express found at mem da000000, IRQ 15, node addr b8:ac:6f:80:e2:7b > [ ? 23.881776] xen_allocate_pirq: returning irq 14 for gsi 14 > [ ? 23.947372] Already setup the GSI :14 > [ ? 23.991116] bnx2 0000:02:00.1: PCI INT B -> Link[LK01] -> GSI 14 > (level, low) -> IRQ 14 > [ ? 24.087068] bnx2 0000:02:00.1: firmware: requesting > bnx2/bnx2-mips-09-5.0.0.j3.fw > [ ? 24.180954] bnx2 0000:02:00.1: firmware: requesting > bnx2/bnx2-rv2p-09-5.0.0.j3.fw > [ ? 24.275234] eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI > Express found at mem dc000000, IRQ 14, node addr b8:ac:6f:80:e2:7d > [ ? 36.125334] ata1.00: qc timeout (cmd 0xa0) > [ ? 36.174300] ata1.00: TEST_UNIT_READY failed (err_mask=0x5) > [ ? 36.239919] ata1: limiting SATA link speed to 1.5 Gbps > [ ? 36.301358] ata1.00: limiting speed to UDMA/100:PIO3 > [ ? 36.833330] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) > [ ? 36.961551] ata1.00: configured for UDMA/100 > [ ? 40.668868] usb 1-3: device not accepting address 3, error -110 > [ ? 40.848854] usb 1-3: new high speed USB device using ehci_hcd and address 4 > [ ? 42.008761] ata1.00: qc timeout (cmd 0xa0) > [ ? 42.057725] ata1.00: TEST_UNIT_READY failed (err_mask=0x5) > [ ? 42.123326] ata1.00: disabled > [ ? 42.158799] ata1: hard resetting link > [ ? 42.676750] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) > [ ? 42.750717] ata1: EH complete > [ ? 56.483243] usb 1-3: device not accepting address 4, error -110 > [ ? 56.663230] usb 1-3: new high speed USB device using ehci_hcd and address 5 > [ ? 67.174144] usb 1-3: device not accepting address 5, error -110 > [ ? 67.354131] usb 1-3: new high speed USB device using ehci_hcd and address 6 > [ ? 77.865041] usb 1-3: device not accepting address 6, error -110 > [ ? 77.936022] hub 1-0:1.0: unable to enumerate USB device on port 3 > [ ? 78.137017] usb 3-1: new full speed USB device using uhci_hcd and address 2 > [ ? 79.652886] usb 3-1: New USB device found, idVendor=0557, idProduct=8021 > [ ? 79.733052] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 > [ ? 79.818658] usb 3-1: configuration #1 chosen from 1 choice > [ ? 79.900922] hub 3-1:1.0: USB hub found > [ ? 80.148854] hub 3-1:1.0: 4 ports detected > [ ? 83.868475] usb 3-1.1: new low speed USB device using uhci_hcd and address 3 > [ ? 87.836065] usb 3-1.1: New USB device found, idVendor=0557, idProduct=2213 > [ ? 87.918310] usb 3-1.1: New USB device strings: Mfr=1, Product=2, > SerialNumber=0 > [ ? 88.005769] usb 3-1.1: Product: CS64US V1.0.076 > [ ? 88.059926] usb 3-1.1: Manufacturer: ATEN Advance Tech Inc. > [ ? 88.126819] usb 3-1.1: configuration #1 chosen from 1 choice > [ ? 93.331504] uhci_hcd 0000:00:1a.0: Unlink after no-IRQ? ?Controller > is probably using the wrong IRQ. > [ ? 89.096539] usbcore: registered new interface driver hiddev > [ ? 89.581973] input: ATEN Advance Tech Inc. CS64US V1.0.076 as > /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1 > [ ? 89.723577] generic-usb 0003:0557:2213.0001: input,hidraw0: USB HID > v1.00 Keyboard [ATEN Advance Tech Inc. CS64US V1.0.076] on > usb-0000:00:1a.0-1.1/input0 > [ ? 90.325879] input: ATEN Advance Tech Inc. CS64US V1.0.076 as > /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.1/input/input2 > [ ? 90.467500] generic-usb 0003:0557:2213.0002: input,hidraw1: USB HID > v1.00 Mouse [ATEN Advance Tech Inc. CS64US V1.0.076] on > usb-0000:00:1a.0-1.1/input1 > [ ? 90.629897] usbcore: registered new interface driver usbhid > [ ? 90.696538] usbhid: v2.6:USB HID core driver > > udevadm settle - timeout of 180 seconds reached, the event queue contains: > ?/sys/devices/pci0000:00/0000:00:04.0/0000:03:00.0 (581) > udevd[127[ ?204.675691] scsi0 : LSI SAS based MegaRAID driver > ]: worker [139] unexpectedly returned with status 0x0100 > ude[ ?193.890939] device-mapper: uevent: version 1.0.3 > vd[127]: worker [ ?193.960470] device-mapper: ioctl: 4.15.0-ioctl > (2009-04-01) initialised: dm-devel at redhat.com > [139] failed while handling '/devices/pci0000:00/0000:00:04.0/0000:03:00.0' > Begin: Loading essential drivers ... done. > Begin: Running /scripts/init-premount ... done. > Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. > Begin: Waiting for root file system ... done. > Gave up waiting for root device. ?Common problems: > ?- Boot args (cat /proc/cmdline) > ? - Check rootdelay= (did the system wait long enough?) > ? - Check root= (did the system wait for the right device?) > ?- Missing modules (cat /proc/modules; ls /dev) > ALERT! ?/dev/sda3 does not exist. ?Dropping to a shell! > > > BusyBox v1.15.3 (Debian 1:1.15.3-1) built-in shell (ash) > Enter 'help' for a list of built-in commands. > > /bin/sh: can't access tty; job control turned off > (initramfs) [ ?372.554010] INFO: task scsi_scan_0:340 blocked for more > than 120 seconds. > [ ?372.635213] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" > disables this message. > [ ?372.728912] scsi_scan_0 ? D 0000000000000000 ? ? 0 ? 340 ? ? ?2 0x00000000 > [ ?372.811257] ?ffff88001fd1a350 0000000000000246 0000000000000000 > ffffffffa002968c > [ ?372.899942] ?0000000226f47b00 ffff880002f47500 000000000000f8a0 > ffff880002921fd8 > [ ?372.988640] ?0000000000015640 0000000000015640 ffff880002148000 > ffff8800021482f8 > [ ?373.077342] Call Trace: > [ ?373.106541] ?[<ffffffffa002968c>] ? scsi_sg_alloc+0x0/0x3f [scsi_mod] > [ ?373.183589] ?[<ffffffff8130b324>] ? schedule_timeout+0x2e/0xdd > [ ?373.253353] ?[<ffffffffa0028eab>] ? scsi_request_fn+0x0/0x506 [scsi_mod] > [ ?373.333505] ?[<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe > [ ?373.408455] ?[<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe > [ ?373.483409] ?[<ffffffff8117fe5e>] ? blk_peek_request+0x18b/0x19f > [ ?373.555238] ?[<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe > [ ?373.630188] ?[<ffffffff8130b1dc>] ? wait_for_common+0xde/0x15b > [ ?373.699934] ?[<ffffffff8104c144>] ? default_wake_function+0x0/0x9 > [ ?373.772807] ?[<ffffffff811839a1>] ? blk_execute_rq+0x9d/0xd0 > [ ?373.840476] ?[<ffffffff8117ed15>] ? blk_rq_bio_prep+0x39/0x69 > [ ?373.909180] ?[<ffffffff8118361f>] ? blk_rq_map_kern+0xe8/0x114 > [ ?373.978928] ?[<ffffffffa002a2e8>] ? scsi_execute+0xdc/0x12f [scsi_mod] > [ ?374.057003] ?[<ffffffffa002a37b>] ? scsi_execute_req+0x40/0xb9 [scsi_mod] > [ ?374.138193] ?[<ffffffffa002a3c2>] ? scsi_execute_req+0x87/0xb9 [scsi_mod] > [ ?374.219386] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?374.296418] ?[<ffffffffa002b405>] ? > scsi_probe_and_add_lun+0x2d0/0xc21 [scsi_mod] > [ ?374.385944] ?[<ffffffff8122d484>] ? dev_set_name+0x4d/0x55 > [ ?374.451529] ?[<ffffffff8100e6fd>] ? xen_force_evtchn_callback+0x9/0xa > [ ?374.528560] ?[<ffffffff8130b886>] ? mutex_lock+0xd/0x31 > [ ?374.591031] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?374.668060] ?[<ffffffff81190be7>] ? kobject_get+0x12/0x17 > [ ?374.732606] ?[<ffffffff8122cf7c>] ? get_device+0x14/0x1a > [ ?374.796116] ?[<ffffffffa002ad89>] ? scsi_alloc_target+0x223/0x260 [scsi_mod] > [ ?374.880430] ?[<ffffffffa002bff0>] ? __scsi_scan_target+0xa1/0x593 [scsi_mod] > [ ?374.964739] ?[<ffffffff8100b513>] ? xen_end_context_switch+0x9/0x12 > [ ?375.039689] ?[<ffffffff81010677>] ? __switch_to+0x160/0x297 > [ ?375.106320] ?[<ffffffffa002c52f>] ? scsi_scan_channel+0x4d/0x78 [scsi_mod] > [ ?375.188553] ?[<ffffffffa002c637>] ? > scsi_scan_host_selected+0xdd/0x11d [scsi_mod] > [ ?375.278084] ?[<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] > [ ?375.356156] ?[<ffffffffa002c6fe>] ? do_scan_async+0x16/0x13a [scsi_mod] > [ ?375.435267] ?[<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] > [ ?375.513338] ?[<ffffffff8106683d>] ? kthread+0x79/0x81 > [ ?375.573729] ?[<ffffffff81012baa>] ? child_rip+0xa/0x20 > [ ?375.635158] ?[<ffffffff81011d61>] ? int_ret_from_sys_call+0x7/0x1b > [ ?375.709064] ?[<ffffffff8101251d>] ? retint_restore_args+0x5/0x6 > [ ?375.779850] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?375.856881] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?375.933915] ?[<ffffffff81012ba0>] ? child_rip+0x0/0x20 > [ ?382.231142] scsi 0:0:0:0: megasas: RESET -1 cmd=12 retries=0 > [ ?382.298823] megasas: [ 0]waiting for 1 commands to complete > [ ?383.367127] megasas: reset successful > [ ?404.940400] scsi 0:0:0:0: megasas: RESET -1 cmd=0 retries=0 > [ ?405.007043] megasas: [ 0]waiting for 1 commands to complete > [ ?406.076383] megasas: reset successful > [ ?406.121180] scsi 0:0:0:0: megasas: RESET -1 cmd=12 retries=0 > [ ?406.188857] megasas: reset successful > [ ?426.080295] scsi 0:0:0:0: megasas: RESET -1 cmd=0 retries=0 > [ ?426.146937] megasas: [ 0]waiting for 1 commands to complete > [ ?427.084286] megasas: reset successful > [ ?427.129080] scsi 0:0:0:0: megasas: RESET -1 cmd=12 retries=0 > [ ?427.196760] megasas: reset successful > [ ?447.088200] scsi 0:0:0:0: megasas: RESET -1 cmd=0 retries=0 > [ ?447.154838] megasas: [ 0]waiting for 1 commands to complete > [ ?448.092190] megasas: reset successful > [ ?448.136986] scsi 0:0:0:0: Device offlined - not ready after error recovery > [ ?625.415387] INFO: task scsi_scan_0:340 blocked for more than 120 seconds. > [ ?625.496554] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" > disables this message. > [ ?625.590218] scsi_scan_0 ? D 0000000000000000 ? ? 0 ? 340 ? ? ?2 0x00000000 > [ ?625.672463] ?ffff88001fd1a350 0000000000000246 0000000000000000 > ffffffffa002968c > [ ?625.761001] ?0000000226f47b00 ffff880002f46f00 000000000000f8a0 > ffff880002921fd8 > [ ?625.849530] ?0000000000015640 0000000000015640 ffff880002148000 > ffff8800021482f8 > [ ?625.938058] Call Trace: > [ ?625.967219] ?[<ffffffffa002968c>] ? scsi_sg_alloc+0x0/0x3f [scsi_mod] > [ ?626.044223] ?[<ffffffff8130b324>] ? schedule_timeout+0x2e/0xdd > [ ?626.113949] ?[<ffffffffa0028eab>] ? scsi_request_fn+0x0/0x506 [scsi_mod] > [ ?626.194073] ?[<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe > [ ?626.268992] ?[<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe > [ ?626.343918] ?[<ffffffff8117fe5e>] ? blk_peek_request+0x18b/0x19f > [ ?626.415724] ?[<ffffffff8130c2f2>] ? _spin_unlock_irqrestore+0xd/0xe > [ ?626.490648] ?[<ffffffff8130b1dc>] ? wait_for_common+0xde/0x15b > [ ?626.560366] ?[<ffffffff8104c144>] ? default_wake_function+0x0/0x9 > [ ?626.633205] ?[<ffffffff811839a1>] ? blk_execute_rq+0x9d/0xd0 > [ ?626.700843] ?[<ffffffff8117ed15>] ? blk_rq_bio_prep+0x39/0x69 > [ ?626.769523] ?[<ffffffff8118361f>] ? blk_rq_map_kern+0xe8/0x114 > [ ?626.839244] ?[<ffffffffa002a2e8>] ? scsi_execute+0xdc/0x12f [scsi_mod] > [ ?626.917292] ?[<ffffffffa002a37b>] ? scsi_execute_req+0x40/0xb9 [scsi_mod] > [ ?626.998458] ?[<ffffffffa002a3c2>] ? scsi_execute_req+0x87/0xb9 [scsi_mod] > [ ?627.079623] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?627.156629] ?[<ffffffffa002b405>] ? > scsi_probe_and_add_lun+0x2d0/0xc21 [scsi_mod] > [ ?627.246128] ?[<ffffffff8122d484>] ? dev_set_name+0x4d/0x55 > [ ?627.311689] ?[<ffffffff8100e6fd>] ? xen_force_evtchn_callback+0x9/0xa > [ ?627.393710] ?[<ffffffff8130b886>] ? mutex_lock+0xd/0x31 > [ ?627.456151] ?[<ffffffff81190be7>] ? kobject_get+0x12/0x17 > [ ?627.520671] ?[<ffffffff8122cf7c>] ? get_device+0x14/0x1a > [ ?627.584149] ?[<ffffffffa002ad89>] ? scsi_alloc_target+0x223/0x260 [scsi_mod] > [ ?627.668433] ?[<ffffffffa002bff0>] ? __scsi_scan_target+0xa1/0x593 [scsi_mod] > [ ?627.752718] ?[<ffffffff8100b513>] ? xen_end_context_switch+0x9/0x12 > [ ?627.827641] ?[<ffffffff81010677>] ? __switch_to+0x160/0x297 > [ ?627.894245] ?[<ffffffffa002c52f>] ? scsi_scan_channel+0x4d/0x78 [scsi_mod] > [ ?627.976447] ?[<ffffffffa002c637>] ? > scsi_scan_host_selected+0xdd/0x11d [scsi_mod] > [ ?628.065948] ?[<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] > [ ?628.143992] ?[<ffffffffa002c6fe>] ? do_scan_async+0x16/0x13a [scsi_mod] > [ ?628.223077] ?[<ffffffffa002c6e8>] ? do_scan_async+0x0/0x13a [scsi_mod] > [ ?628.301119] ?[<ffffffff8106683d>] ? kthread+0x79/0x81 > [ ?628.361477] ?[<ffffffff81012baa>] ? child_rip+0xa/0x20 > [ ?628.422875] ?[<ffffffff81011d61>] ? int_ret_from_sys_call+0x7/0x1b > [ ?628.496756] ?[<ffffffff8101251d>] ? retint_restore_args+0x5/0x6 > [ ?628.567515] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?628.644516] ?[<ffffffff8100ee0f>] ? xen_restore_fl_direct_end+0x0/0x1 > [ ?628.721521] ?[<ffffffff81012ba0>] ? child_rip+0x0/0x20 > [ ?636.759361] scsi 0:0:1:0: megasas: RESET -2 cmd=12 retries=0 > [ ?636.827006] megasas: [ 0]waiting for 1 commands to complete > [ ?637.895338] megasas: reset successful > [ ?647.939301] scsi 0:0:1:0: megasas: RESET -2 cmd=0 retries=0 > [ ?648.005907] megasas: [ 0]waiting for 1 commands to complete > [ ?648.995298] megasas: reset successful > [ ?649.040064] scsi 0:0:1:0: megasas: RESET -2 cmd=12 retries=0 > [ ?649.107710] megasas: reset successful > [ ?668.999202] scsi 0:0:1:0: megasas: RESET -2 cmd=0 retries=0 > [ ?669.065807] megasas: [ 0]waiting for 1 commands to complete > [ ?670.003198] megasas: reset successful > [ ?670.047965] scsi 0:0:1:0: megasas: RESET -2 cmd=12 retries=0 > [ ?670.115612] megasas: reset successful > [ ?690.007104] scsi 0:0:1:0: megasas: RESET -2 cmd=0 retries=0 > [ ?690.073711] megasas: [ 0]waiting for 1 commands to complete > [ ?691.011098] megasas: reset successful > [ ?691.055858] scsi 0:0:1:0: Device offlined - not ready after error recovery > - - - < s n i p > - - - > > # lshw > squeeze > ? ?description: Rack Mount Chassis > ? ?product: PowerEdge R710 > ? ?vendor: Dell Inc. > ? ?serial: 7ZGS52S > ? ?width: 64 bits > ? ?capabilities: smbios-2.6 dmi-2.6 vsyscall64 vsyscall32 > ? ?configuration: boot=normal chassis=rackmount > uuid=44454C4C-5A00-1047-8053-B7C04F353253 > ?*-core > ? ? ? description: Motherboard > ? ? ? product: 0MD99X > ? ? ? vendor: Dell Inc. > ? ? ? physical id: 0 > ? ? ? version: A02 > ? ? ? serial: ..CN7082104U00D0. > ? ? *-firmware > ? ? ? ? ?description: BIOS > ? ? ? ? ?vendor: Dell Inc. > ? ? ? ? ?physical id: 0 > ? ? ? ? ?version: 2.0.13 (04/06/2010) > ? ? ? ? ?size: 64KiB > ? ? ? ? ?capacity: 4032KiB > ? ? ? ? ?capabilities: isa pci pnp upgrade shadowing cdboot > bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 > int13floppy720 int9keyboard int14serial int10video acpi usb > biosbootspecification netboot > ? ? *-cpu:0 > ? ? ? ? ?description: CPU > ? ? ? ? ?product: Intel(R) Xeon(R) CPU ? ? ? ? ? E5620 ?@ 2.40GHz > ? ? ? ? ?vendor: Intel Corp. > ? ? ? ? ?physical id: 400 > ? ? ? ? ?bus info: cpu at 0 > ? ? ? ? ?version: Intel(R) Xeon(R) CPU ? ? ? ? ? E5620 ?@ 2.40GHz > ? ? ? ? ?slot: CPU1 > ? ? ? ? ?size: 2400MHz > ? ? ? ? ?capacity: 3600MHz > ? ? ? ? ?width: 64 bits > ? ? ? ? ?clock: 1565MHz > ? ? ? ? ?capabilities: fpu fpu_exception wp vme de pse tsc msr pae > mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse > sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc > arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni > pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm > dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi > flexpriority ept vpid > ? ? ? ?*-cache:0 > ? ? ? ? ? ? description: L1 cache > ? ? ? ? ? ? physical id: 700 > ? ? ? ? ? ? size: 128KiB > ? ? ? ? ? ? capacity: 128KiB > ? ? ? ? ? ? capabilities: internal write-back data > ? ? ? ?*-cache:1 > ? ? ? ? ? ? description: L2 cache > ? ? ? ? ? ? physical id: 701 > ? ? ? ? ? ? size: 1MiB > ? ? ? ? ? ? capacity: 2MiB > ? ? ? ? ? ? capabilities: internal write-back unified > ? ? ? ?*-cache:2 > ? ? ? ? ? ? description: L3 cache > ? ? ? ? ? ? physical id: 702 > ? ? ? ? ? ? size: 12MiB > ? ? ? ? ? ? capacity: 12MiB > ? ? ? ? ? ? capabilities: internal write-back unified > ? ? *-cpu:1 DISABLED > ? ? ? ? ?description: CPU [empty] > ? ? ? ? ?vendor: Intel > ? ? ? ? ?physical id: 401 > ? ? ? ? ?slot: CPU2 > ? ? *-memory > ? ? ? ? ?description: System Memory > ? ? ? ? ?physical id: 1000 > ? ? ? ? ?slot: System board or motherboard > ? ? ? ? ?size: 8GiB > ? ? ? ?*-bank:0 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 0 > ? ? ? ? ? ? slot: DIMM_A1 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:1 > ? ? ? ? ? ? description: DIMM Synchronous 1333 MHz (0.8 ns) > ? ? ? ? ? ? product: M393B5673FH0-CH9 > ? ? ? ? ? ? vendor: 00CE00B380CE > ? ? ? ? ? ? physical id: 1 > ? ? ? ? ? ? serial: 83276ABC > ? ? ? ? ? ? slot: DIMM_A2 > ? ? ? ? ? ? size: 2GiB > ? ? ? ? ? ? width: 64 bits > ? ? ? ? ? ? clock: 1333MHz (0.8ns) > ? ? ? ?*-bank:2 > ? ? ? ? ? ? description: DIMM Synchronous 1333 MHz (0.8 ns) > ? ? ? ? ? ? product: M393B5673FH0-CH9 > ? ? ? ? ? ? vendor: 00CE00B380CE > ? ? ? ? ? ? physical id: 2 > ? ? ? ? ? ? serial: 83276AB9 > ? ? ? ? ? ? slot: DIMM_A3 > ? ? ? ? ? ? size: 2GiB > ? ? ? ? ? ? width: 64 bits > ? ? ? ? ? ? clock: 1333MHz (0.8ns) > ? ? ? ?*-bank:3 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 3 > ? ? ? ? ? ? slot: DIMM_A4 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:4 > ? ? ? ? ? ? description: DIMM Synchronous 1333 MHz (0.8 ns) > ? ? ? ? ? ? product: M393B5673FH0-CH9 > ? ? ? ? ? ? vendor: 00CE00B380CE > ? ? ? ? ? ? physical id: 4 > ? ? ? ? ? ? serial: 83276ABA > ? ? ? ? ? ? slot: DIMM_A5 > ? ? ? ? ? ? size: 2GiB > ? ? ? ? ? ? width: 64 bits > ? ? ? ? ? ? clock: 1333MHz (0.8ns) > ? ? ? ?*-bank:5 > ? ? ? ? ? ? description: DIMM Synchronous 1333 MHz (0.8 ns) > ? ? ? ? ? ? product: M393B5673FH0-CH9 > ? ? ? ? ? ? vendor: 00CE00B380CE > ? ? ? ? ? ? physical id: 5 > ? ? ? ? ? ? serial: 83276ABD > ? ? ? ? ? ? slot: DIMM_A6 > ? ? ? ? ? ? size: 2GiB > ? ? ? ? ? ? width: 64 bits > ? ? ? ? ? ? clock: 1333MHz (0.8ns) > ? ? ? ?*-bank:6 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 6 > ? ? ? ? ? ? slot: DIMM_A7 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:7 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 7 > ? ? ? ? ? ? slot: DIMM_A8 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:8 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 8 > ? ? ? ? ? ? slot: DIMM_A9 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:9 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 9 > ? ? ? ? ? ? slot: DIMM_B1 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:10 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: a > ? ? ? ? ? ? slot: DIMM_B2 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:11 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: b > ? ? ? ? ? ? slot: DIMM_B3 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:12 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: c > ? ? ? ? ? ? slot: DIMM_B4 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:13 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: d > ? ? ? ? ? ? slot: DIMM_B5 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:14 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: e > ? ? ? ? ? ? slot: DIMM_B6 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:15 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: f > ? ? ? ? ? ? slot: DIMM_B7 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:16 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 10 > ? ? ? ? ? ? slot: DIMM_B8 > ? ? ? ? ? ? width: 64 bits > ? ? ? ?*-bank:17 > ? ? ? ? ? ? description: DIMM Synchronous [empty] > ? ? ? ? ? ? physical id: 11 > ? ? ? ? ? ? slot: DIMM_B9 > ? ? ? ? ? ? width: 64 bits > ? ? *-pci > ? ? ? ? ?description: Host bridge > ? ? ? ? ?product: 5520 I/O Hub to ESI Port > ? ? ? ? ?vendor: Intel Corporation > ? ? ? ? ?physical id: 100 > ? ? ? ? ?bus info: pci at 0000:00:00.0 > ? ? ? ? ?version: 13 > ? ? ? ? ?width: 32 bits > ? ? ? ? ?clock: 33MHz > ? ? ? ?*-pci:0 > ? ? ? ? ? ? description: PCI bridge > ? ? ? ? ? ? product: 5520/5500/X58 I/O Hub PCI Express Root Port 1 > ? ? ? ? ? ? vendor: Intel Corporation > ? ? ? ? ? ? physical id: 1 > ? ? ? ? ? ? bus info: pci at 0000:00:01.0 > ? ? ? ? ? ? version: 13 > ? ? ? ? ? ? width: 32 bits > ? ? ? ? ? ? clock: 33MHz > ? ? ? ? ? ? capabilities: pci msi pciexpress pm normal_decode > bus_master cap_list > ? ? ? ? ? ? configuration: driver=pcieport > ? ? ? ? ? ? resources: irq:15 memory:d6000000-d9ffffff > ? ? ? ? ? *-network:0 > ? ? ? ? ? ? ? ?description: Ethernet interface > ? ? ? ? ? ? ? ?product: NetXtreme II BCM5709 Gigabit Ethernet > ? ? ? ? ? ? ? ?vendor: Broadcom Corporation > ? ? ? ? ? ? ? ?physical id: 0 > ? ? ? ? ? ? ? ?bus info: pci at 0000:01:00.0 > ? ? ? ? ? ? ? ?logical name: eth0 > ? ? ? ? ? ? ? ?version: 20 > ? ? ? ? ? ? ? ?serial: b8:ac:6f:80:e2:77 > ? ? ? ? ? ? ? ?size: 1GB/s > ? ? ? ? ? ? ? ?capacity: 1GB/s > ? ? ? ? ? ? ? ?width: 64 bits > ? ? ? ? ? ? ? ?clock: 33MHz > ? ? ? ? ? ? ? ?capabilities: pm vpd msi msix pciexpress bus_master > cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd > autonegotiation > ? ? ? ? ? ? ? ?configuration: autonegotiation=on broadcast=yes > driver=bnx2 driverversion=2.0.2 duplex=full firmware=5.0.11 NCSI 2.0.5 > ip=192.168.1.35 latency=0 link=yes multicast=yes port=twisted pair > speed=1GB/s > ? ? ? ? ? ? ? ?resources: irq:15 memory:d6000000-d7ffffff > ? ? ? ? ? *-network:1 DISABLED > ? ? ? ? ? ? ? ?description: Ethernet interface > ? ? ? ? ? ? ? ?product: NetXtreme II BCM5709 Gigabit Ethernet > ? ? ? ? ? ? ? ?vendor: Broadcom Corporation > ? ? ? ? ? ? ? ?physical id: 0.1 > ? ? ? ? ? ? ? ?bus info: pci at 0000:01:00.1 > ? ? ? ? ? ? ? ?logical name: eth1 > ? ? ? ? ? ? ? ?version: 20 > ? ? ? ? ? ? ? ?serial: b8:ac:6f:80:e2:79 > ? ? ? ? ? ? ? ?capacity: 1GB/s > ? ? ? ? ? ? ? ?width: 64 bits > ? ? ? ? ? ? ? ?clock: 33MHz > ? ? ? ? ? ? ? ?capabilities: pm vpd msi msix pciexpress bus_master > cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd > autonegotiation > ? ? ? ? ? ? ? ?configuration: autonegotiation=on broadcast=yes > driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.0.11 NCSI 2.0.5 > latency=0 link=no multicast=yes port=twisted pair > ? ? ? ? ? ? ? ?resources: irq:14 memory:d8000000-d9ffffff > ? ? ? ?*-pci:1 > ? ? ? ? ? ? description: PCI bridge > ? ? ? ? ? ? product: 5520/5500/X58 I/O Hub PCI Express Root Port 3 > ? ? ? ? ? ? vendor: Intel Corporation > ? ? ? ? ? ? physical id: 3 > ? ? ? ? ? ? bus info: pci at 0000:00:03.0 > ? ? ? ? ? ? version: 13 > ? ? ? ? ? ? width: 32 bits > ? ? ? ? ? ? clock: 33MHz > ? ? ? ? ? ? capabilities: pci msi pciexpress pm normal_decode > bus_master cap_list > ? ? ? ? ? ? configuration: driver=pcieport > ? ? ? ? ? ? resources: irq:15 memory:da000000-ddffffff > ? ? ? ? ? *-network:0 DISABLED > ? ? ? ? ? ? ? ?description: Ethernet interface > ? ? ? ? ? ? ? ?product: NetXtreme II BCM5709 Gigabit Ethernet > ? ? ? ? ? ? ? ?vendor: Broadcom Corporation > ? ? ? ? ? ? ? ?physical id: 0 > ? ? ? ? ? ? ? ?bus info: pci at 0000:02:00.0 > ? ? ? ? ? ? ? ?logical name: eth2 > ? ? ? ? ? ? ? ?version: 20 > ? ? ? ? ? ? ? ?serial: b8:ac:6f:80:e2:7b > ? ? ? ? ? ? ? ?capacity: 1GB/s > ? ? ? ? ? ? ? ?width: 64 bits > ? ? ? ? ? ? ? ?clock: 33MHz > ? ? ? ? ? ? ? ?capabilities: pm vpd msi msix pciexpress bus_master > cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd > autonegotiation > ? ? ? ? ? ? ? ?configuration: autonegotiation=on broadcast=yes > driver=bnx2 driverversion=2.0.2 duplex=half firmware=5.0.11 NCSI 2.0.5 > latency=0 link=no multicast=yes port=twisted pair > ? ? ? ? ? ? ? ?resource
Reasonably Related Threads
- Bug#603727: xen-hypervisor-4.0-amd64: i386 Dom0 crashes after doing some I/O on local storage (software Raid1 on SAS-drives with mpt2sas driver)
- Debian Squeeze hangs with kernel 2.6.32-5-xen-686
- Freeze with 2.6.32.19 and xen-4.0.1rc5
- Xen 4.2 with EFI on IBM x3650 ACPI Bug
- Cannot boot Dom0: Thread overran stack, or stack corrupted