One more relevent fact....
The problem has something to do with the CDROM.
When I remove the cdrom from the "vif=[...]" line in the config file, the domU starts up and runs perfectly.
Derek.
On 7/18/07, Derek <xen@xxxxxxxxxxxxxxxx> wrote:
Correction:
I wrote...
> By the way, I'm pretty sure my hotplug scrips are indeed NOT working.
> Used to be when I did a "tail -v /var/log/messages" and then plugged > and unplugged usb devices, there were messages for each connection > and disconnection. Now, I see no such messages when I plug/unplug
> USB devices. But I don't know what I did to break them, or how to fix them!
I think this is a red herring. I tried it again, and in fact it _does_ report attachment and detachment of USB devices. I had accidentally unplugged the wrong device when I tried it the first time, from a hub attached to a different computer! Sorry for the misinformation.
Derek.
On 7/18/07, Derek <xen@xxxxxxxxxxxxxxxx> wrote:
Hi all,
I can no longer start my windows domU under xen. Googling the error message it seems this is a common problem, but from a huge diversity of causes, none of which help me figure things out.
The message I see when I start my domU (winxp) is:
Error: Device 5632 (vbd) could not be connected. Hotplug scripts not working.
This occurs about 30 seconds after starting the domain. xm list during that time shows the domain paused. If you unpause it, you see some windows boot activity, but you still get the same message and failure at about the 30 second mark.
This is on a system that was previously working. It has been running continuously for about a month, and this occurred right after the last reboot. I can't think of any configuration changes I have made since it last worked OK, although I suppose there might be some.
By the way, I'm pretty sure my hotplug scrips are indeed NOT working. Used to be when I did a "tail -v /var/log/messages" and then plugged and unplugged usb devices, there were messages for each connection and disconnection. Now, I see no such messages when I plug/unplug USB devices. But I don't know what I did to break them, or how to fix them!
"/etc/init.d/hotplug restart" works fine without error, but does not fix the problem.
Any pointers would be appreciated.
Thanks, Derek.
My system is:
Running xen-3.0.4
under Gentoo x86 uname -a Linux localhost 2.6.16.33-xen #25 SMP Mon Feb 12 13:57:39 MST 2007 i686 Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz GenuineIntel GNU/Linux
My HVM domiain config file is:
import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm'
memory = 512 name = "WindowsXP" usb = 1 usbdevice = "tablet" vif = [ 'type=ioemu, mac=00:16:3e:00:00:94, bridge=xenbr0' ] disk = [ 'phy:/dev/main/win_xp_guest_domain,hda,w', 'phy:/dev/cdrom,hdc:cdrom,r']
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' boot="c" sdl=1 vnc=0 vncviewer=0 stdvga=0 serial='pty' ne2000=0 audio=1 soundhw='all' localtime=0
xm dmesg seems uneventful: __ __ _____ ___ _ _ _ \ \/ /___ _ __ |___ / / _ \| || | / | \ // _ \ '_ \ |_ \| | | | || |_ __| | / \ __/ | | | ___) | |_| |__ _|__| |
/_/\_\___|_| |_| |____(_)___(_) |_| |_|
http://www.cl.cam.ac.uk/netos/xen University of Cambridge Computer Laboratory
Xen version 3.0.4-1 (root@) (gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)) Tue Jan 23 22:14:27 MST 2007 Latest ChangeSet: unavailable
(XEN) Command line: (hd0,0)/xen-3.0.4-1.gz dom0_mem=262144
(XEN) Physical RAM map: (XEN) 0000000000000000 - 000000000009d800 (usable) (XEN) 000000000009d800 - 00000000000a0000 (reserved) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 000000007fedf800 (usable)
(XEN) 000000007fedf800 - 000000007fee0000 (reserved) (XEN) 000000007fee0000 - 000000007fee3000 (ACPI NVS) (XEN) 000000007fee3000 - 000000007fef0000 (ACPI data) (XEN) 000000007fef0000 - 000000007ff00000 (reserved)
(XEN) 00000000f0000000 - 00000000f4000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) System RAM: 2046MB (2095600kB) (XEN) ACPI: RSDP (v000 HP-CPC ) @ 0x000f7cf0
(XEN) ACPI: RSDT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee3040 (XEN) ACPI: FADT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee30c0 (XEN) ACPI: MCFG (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee77c0
(XEN) ACPI: MADT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee76c0 (XEN) ACPI: SSDT (v001 HP-CPC Cpu0Ist 0x00003000 INTL 0x20040311) @ 0x7fee7840 (XEN) ACPI: SSDT (v001 HP-CPC CpuPm 0x00003000 INTL 0x20040311) @ 0x7fee7cd0
(XEN) ACPI: DSDT (v001 HP-CPC AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000 (XEN) NUMA turned off (XEN) Faking a node at 0000000000000000-000000007fedf000 (XEN) Domain heap initialised: DMA width 30 bits
(XEN) Xen heap: 10MB (10320kB) (XEN) PAE disabled. (XEN) found SMP MP-table at 000f5f90 (XEN) DMI present. (XEN) Using APIC driver default (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) (XEN) Processor #1 6:15 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 1 I/O APICs (XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Initializing CPU#0 (XEN) Detected 2133.454 MHz processor. (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: L2 cache: 2048K (XEN) CPU: Physical Processor ID: 0
(XEN) CPU: Processor Core ID: 0 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#0. (XEN) CPU0: Intel(R) Core(TM)2 CPU 6400 @
2.13GHz stepping 06 (XEN) Mapping cpu 0 to node 255 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) Mapping cpu 1 to node 255 (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: L2 cache: 2048K
(XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 1 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#1. (XEN) CPU1: Intel(R) Core(TM)2 CPU 6400 @
2.13GHz stepping 06 (XEN) Total of 2 processors activated. (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) checking TSC synchronization across 2 CPUs: passed.
(XEN) Platform timer is 1.193MHz PIT (XEN) Brought up 2 CPUs (XEN) Machine check exception polling timer started. (XEN) *** LOADING DOMAIN 0 *** (XEN) Domain 0 kernel supports features = { 0000001f }. (XEN) Domain 0 kernel requires features = { 00000000 }.
(XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 03000000->04000000 (61440 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: c0100000->c05d7c68 (XEN) Init. ramdisk: c05d8000->c0ab5000
(XEN) Phys-Mach map: c0ab5000->c0af5000 (XEN) Start info: c0af5000->c0af546c (XEN) Page tables: c0af6000->c0afa000 (XEN) Boot stack: c0afa000->c0afb000 (XEN) TOTAL: c0000000->c0c00000
(XEN) ENTRY ADDRESS: c0100000 (XEN) Dom0 has maximum 2 VCPUs (XEN) Initrd len 0x4dd000, start at 0xc05d8000 (XEN) Scrubbing Free RAM: ..................done. (XEN) Xen trace buffers: disabled (XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings) (XEN) Xen is relinquishing VGA console. (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen).
dmesg says this:
Linux version 2.6.16.33-xen (root@localhost) (gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)) #25 SMP Mon Feb 12 13:57:39 MST 2007 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000010800000 (usable)
0MB HIGHMEM available. 264MB LOWMEM available. On node 0 totalpages: 67584 DMA zone: 67584 pages, LIFO batch:15 DMA32 zone: 0 pages, LIFO batch:0 Normal zone: 0 pages, LIFO batch:0 HighMem zone: 0 pages, LIFO batch:0
found SMP MP-table at 000f5f90 DMI present. ACPI: RSDP (v000 HP-CPC ) @ 0x000f7cf0 ACPI: RSDT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee3040 ACPI: FADT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee30c0
ACPI: MCFG (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee77c0 ACPI: MADT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee76c0 ACPI: SSDT (v001 HP-CPC Cpu0Ist 0x00003000 INTL 0x20040311) @ 0x7fee7840
ACPI: SSDT (v001 HP-CPC CpuPm 0x00003000 INTL 0x20040311) @ 0x7fee7cd0 ACPI: DSDT (v001 HP-CPC AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 80000000 (gap: 7ff00000:70100000)
Built 1 zonelists Kernel command line: udev dolvm2 root=/dev/ram0 lvm2root=/dev/mapper/main-gentoo_x86_root Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0 CPU 0 irqstacks, hard=c0576000 soft=c056e000 PID hash table entries: 2048 (order: 11, 32768 bytes) Xen reported: 2133.454 MHz processor. Console: colour VGA+ 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Software IO TLB enabled: Aperture: 2 megabytes Kernel range: 0x00000000c0afe000 - 0x00000000c0cfe000 Address size: 30 bits vmalloc area: d1000000-fb7fe000, maxmem 33ffe000
Memory: 246400k/270336k available (3264k kernel code, 15416k reserved, 1048k data, 200k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine..
5335.87 BogoMIPS (lpj=10671741) Mount-cache hash table entries: 512 CPU: After generic identify, caps: bfebd3f1 20100000 00000000 00000000 0000e3bd 00000000 00000001 CPU: After vendor identify, caps: bfebd3f1 20100000 00000000 00000000 0000e3bd 00000000 00000001
CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: After all inits, caps: bfebd3f1 20100000 00000000 00000140 0000e3bd 00000000 00000001 Checking 'hlt' instruction... OK. CPU 1 irqstacks, hard=c0577000 soft=c056f000
ENABLING IO-APIC IRQs Brought up 2 CPUs Initializing CPU#1 migration_cost=10 checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd Freeing initrd memory: 4980k freed
Grant table initialized NET: Registered protocol family 16 ACPI: bus type pci registered PCI: Using MMCONFIG ACPI: Subsystem revision 20060127 ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) Boot video device is 0000:01:00.0 PCI: Transparent bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 *7 9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init
pnp: PnP ACPI: found 13 devices xen_mem: Initialising balloon driver. SCSI subsystem initialized usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
pnp: 00:09: ioport range 0x400-0x4bf could not be reserved PCI: Bridge: 0000:00:01.0 IO window: disabled. MEM window: fa000000-fcffffff PREFETCH window: e0000000-efffffff PCI: Bridge: 0000:00:1c.0
IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:00:1e.0 IO window: d000-dfff MEM window: fdb00000-fddfffff PREFETCH window: fde00000-fdefffff ACPI: PCI Interrupt 0000:00:
01.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:
1c.0 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 audit: initializing netlink socket (disabled) audit(1188261457.032:1): initialized VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). JFS: nTxBlock = 2048, nTxLock = 16384 SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem Initializing Cryptographic API io scheduler noop registered io scheduler deadline registered (default) ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:01.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:01.0:pcie00] Allocate Port Service[0000:00:01.0:pcie03] ACPI: PCI Interrupt 0000:00:
1c.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:
1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize loop: loaded (max 8 devices) e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI e100: Copyright(c) 1999-2005 Intel Corporation ACPI: PCI Interrupt 0000:03:
04.0[A] -> GSI 16 (level, low) -> IRQ 16 e100: eth0: e100_probe: addr 0xfdeff000, irq 16, MAC addr 00:60:B0:1A:46:42 tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <
maxk@xxxxxxxxxxxx> Xen virtual console successfully installed as ttyS0 Event-channel device installed. Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0... Probing IDE interface ide1... libata version 1.20 loaded. ahci 0000:00:1f.2: version 1.2 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:
1f.2 to 64 ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ata1: SATA max UDMA/133 cmd 0xD100E100 ctl 0x0 bmdma 0x0 irq 17
ata2: SATA max UDMA/133 cmd 0xD100E180 ctl 0x0 bmdma 0x0 irq 17 ata3: SATA max UDMA/133 cmd 0xD100E200 ctl 0x0 bmdma 0x0 irq 17 ata4: SATA max UDMA/133 cmd 0xD100E280 ctl 0x0 bmdma 0x0 irq 17 ata5: SATA max UDMA/133 cmd 0xD100E300 ctl 0x0 bmdma 0x0 irq 17
ata6: SATA max UDMA/133 cmd 0xD100E380 ctl 0x0 bmdma 0x0 irq 17 ata1: SATA link up 3.0 Gbps (SStatus 123) ata1: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4123 85:7469 86:bc01 87:4123 88:40ff ata1: dev 0 ATA-8, max UDMA7, 976773168 sectors: LBA48
ata1: dev 0 configured for UDMA/133 scsi0 : ahci ata2: SATA link up 3.0 Gbps (SStatus 123) ata2: dev 0 cfg 49:2f00 82:7469 83:7f61 84:4163 85:7469 86:3c41 87:4163 88:407f ata2: dev 0 ATA-7, max UDMA/133, 976773168 sectors: LBA48
ata2: dev 0 configured for UDMA/133 scsi1 : ahci ata3: SATA link up 1.5 Gbps (SStatus 113) ata3: dev 0 cfg 49:0f00 82:0000 83:0000 84:0000 85:0000 86:0000 87:0000 88:0007 ata3: dev 0 ATAPI, max UDMA/33
ata3: dev 0 configured for UDMA/33 scsi2 : ahci ata4: SATA link down (SStatus 0) scsi3 : ahci ata5: SATA link up 1.5 Gbps (SStatus 113) ata5: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4673 85:7c69 86:3e21 87:4663 88:007f
ata5: dev 0 ATA-7, max UDMA/133, 586114704 sectors: LBA48 ata5: dev 0 configured for UDMA/133 scsi4 : ahci ata6: SATA link down (SStatus 0) scsi5 : ahci Vendor: ATA Model: SAMSUNG HD501LJ Rev: CR10
Type: Direct-Access ANSI SCSI revision: 05 Vendor: ATA Model: WDC WD5000YS-01M Rev: 07.0 Type: Direct-Access ANSI SCSI revision: 05 Vendor: HL-DT-ST Model: DVDRRW GSA-H30L Rev: S544
Type: CD-ROM ANSI SCSI revision: 05 Vendor: ATA Model: Maxtor 6L300S0 Rev: BACE Type: Direct-Access ANSI SCSI revision: 05 SCSI device sda: 976773168 512-byte hdwr sectors (500108 MB)
sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back SCSI device sda: 976773168 512-byte hdwr sectors (500108 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back sda: sda1 sda2 sd 0:0:0:0: Attached scsi disk sda SCSI device sdb: 976773168 512-byte hdwr sectors (500108 MB) sdb: Write Protect is off sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back SCSI device sdb: 976773168 512-byte hdwr sectors (500108 MB) sdb: Write Protect is off sdb: Mode Sense: 00 3a 00 00 SCSI device sdb: drive cache: write back sdb: sdb1 sdb2
sd 1:0:0:0: Attached scsi disk sdb SCSI device sdc: 586114704 512-byte hdwr sectors (300091 MB) sdc: Write Protect is off sdc: Mode Sense: 00 3a 00 00 SCSI device sdc: drive cache: write back SCSI device sdc: 586114704 512-byte hdwr sectors (300091 MB)
sdc: Write Protect is off sdc: Mode Sense: 00 3a 00 00 SCSI device sdc: drive cache: write back sdc: sdc1 sdc2 sdc3 sdc4 sd 4:0:0:0: Attached scsi disk sdc ata3: translated ATA stat/err 0x51/60 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20 sr 2:0:0:0: Attached scsi CD-ROM sr0 sd 0:0:0:0: Attached scsi generic sg0 type 0 sd 1:0:0:0: Attached scsi generic sg1 type 0 sr 2:0:0:0: Attached scsi generic sg2 type 5
sd 4:0:0:0: Attached scsi generic sg3 type 0 ieee1394: Initialized config rom entry `ip1394' ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 20 (level, low) -> IRQ 18 ohci1394: fw-host0: Unexpected PCI resource length of 1000!
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[18] MMIO=[fddff000-fddff7ff] Max Packet=[1024] IR/IT contexts=[8/8] ACPI: PCI Interrupt 0000:00:1a.7[A] -> GSI 23 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:
1a.7 to 64 ehci_hcd 0000:00:1a.7: EHCI Host Controller PCI: cache line size of 32 is not supported by device 0000:00:1a.7 ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:
1a.7 : irq 19, io mem 0xfdffe000 ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected
ACPI: PCI Interrupt 0000:00: 1d.7[A] -> GSI 23 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller PCI: cache line size of 32 is not supported by device 0000:00:
1d.7 ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfdffd000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) USB Universal Host Controller Interface driver v2.3 ACPI: PCI Interrupt 0000:00:
1a.0[A] -> GSI 23 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:1a.0 to 64 uhci_hcd 0000:00:1a.0: UHCI Host Controller uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 19, io base 0x0000fe00 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 19 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1a.1 to 64 uhci_hcd 0000:00:1a.1: UHCI Host Controller uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000fd00
usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:
1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.0: irq 19, io base 0x0000fc00 usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 17 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:
1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000fb00 usb usb6: configuration #1 chosen from 1 choice hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected usb 2-2: new high speed USB device using ehci_hcd and address 2 ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:
1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000fa00 usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found hub 7-0:1.0: 2 ports detected usb 2-2: configuration #1 chosen from 1 choice hub 2-2:1.0: USB hub found hub 2-2:1.0: 4 ports detected Initializing USB Mass Storage driver...
usb 4-1: new full speed USB device using uhci_hcd and address 2 ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011d80000c34717] usb 4-1: configuration #1 chosen from 1 choice usb 7-1: new full speed USB device using uhci_hcd and address 2
usb 7-1: configuration #1 chosen from 1 choice hub 7-1:1.0: USB hub found hub 7-1:1.0: 4 ports detected usb 2-2.1: new low speed USB device using ehci_hcd and address 4 usb 2-2.1: configuration #1 chosen from 1 choice
scsi6 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 2 usb-storage: waiting for device to settle before scanning usb 7-1.1: new low speed USB device using uhci_hcd and address 3
usb 7-1.1: configuration #1 chosen from 1 choice usbcore: registered new driver usb-storage USB Mass Storage support registered. usbcore: registered new driver hiddev hiddev96: USB HID v1.10 Device [American Power Conversion Back-UPS XS 1500 LCD FW:
837.H4 .D USB FW:H4 ] on usb-0000:00:1d.7-2.1 input: ATEN ATEN-COMPOSITE as /class/input/input0 input: USB HID v1.10 Keyboard [ATEN ATEN-COMPOSITE] on usb-0000:00:1d.2-1.1 input: ATEN ATEN-COMPOSITE as /class/input/input1
input: USB HID v1.10 Mouse [ATEN ATEN-COMPOSITE] on usb-0000:00:1d.2-1.1 usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 device-mapper: 4.5.0-ioctl (2005-10-04) initialised:
dm-devel@xxxxxxxxxx NET: Registered protocol family 2 input: AT Translated Set 2 keyboard as /class/input/input2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 5, 131072 bytes) TCP: Hash tables configured (established 16384 bind 16384) TCP reno registered IPv4 over IPv4 tunneling driver TCP bic registered NET: Registered protocol family 1
NET: Registered protocol family 17 Using IPI Shortcut mode md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. RAMDISK: ext2 filesystem found at block 0 RAMDISK: Loading 4980KiB [1 disk] into ram disk... done.
EXT2-fs warning: checktime reached, running e2fsck is recommended VFS: Mounted root (ext2 filesystem). Freeing unused kernel memory: 200k freed logips2pp: Detected unknown logitech mouse model 0 kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode. input: PS/2 Logitech Mouse as /class/input/input3 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04
ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51
ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) Vendor: Generic Model: USB SD Reader Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 00
sd 6:0:0:0: Attached scsi removable disk sdd sd 6:0:0:0: Attached scsi generic sg4 type 0 Vendor: Generic Model: USB CF Reader Rev: 1.01 Type: Direct-Access ANSI SCSI revision: 00
sd 6:0:0:1: Attached scsi removable disk sde sd 6:0:0:1: Attached scsi generic sg5 type 0 Vendor: Generic Model: USB SM Reader Rev: 1.02 Type: Direct-Access ANSI SCSI revision: 00
sd 6:0:0:2: Attached scsi removable disk sdf sd 6:0:0:2: Attached scsi generic sg6 type 0 Vendor: Generic Model: USB MS Reader Rev: 1.03 Type: Direct-Access ANSI SCSI revision: 00
sd 6:0:0:3: Attached scsi removable disk sdg sd 6:0:0:3: Attached scsi generic sg7 type 0 usb-storage: device scan complete ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:
1b.0 to 64 hw_random hardware driver 1.0.0 loaded hda_codec: Unknown model for ALC882, trying auto-probe from BIOS... EXT3 FS on dm-9, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on dm-0, internal journal
EXT3-fs: mounted filesystem with ordered data mode. Adding 2097144k swap on /dev/mapper/main-swap. Priority:-1 extents:1 across:2097144k Real Time Clock Driver v1.12ac e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
device vif0.0 entered promiscuous mode xenbr0: port 1(vif0.0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 1(vif0.0) entering forwarding state e100: peth0: e100_watchdog: link up, 100Mbps, full-duplex
device peth0 entered promiscuous mode xenbr0: port 2(peth0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 2(peth0) entering forwarding state device tap0 entered promiscuous mode
device vif1.0 entered promiscuous mode xenbr0: port 3(tap0) entering learning state xenbr0: topology change detected, propagating xenbr0: port 3(tap0) entering forwarding state xenbr0: port 4(vif1.0) entering disabled state
device vif1.0 left promiscuous mode xenbr0: port 4(vif1.0) entering disabled state xenbr0: port 3(tap0) entering disabled state device tap0 left promiscuous mode xenbr0: port 3(tap0) entering disabled state
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|