[Gllug] Debian DomU on CentOS 5 Dom0

Stephen Nelson-Smith sanelson at gmail.com
Thu Aug 13 06:34:30 UTC 2009


I need to run a Debian VM on a CentOS host.
I've created an ext3 filesystem and some swap on two sparse images, loop
mounted the image, and performed a basic lenny debootstrap.  I've then
copied the CentOS kernel modules over to what will be the Debian, DomU,
written an /etc/fstab in the Debian DomU and a domain config file on the
CentOS guest:

proc            /proc           proc    defaults        0       0
/dev/xvda1       /               ext3    defaults,errors=remount-ro 0
1
/dev/xvda2       none            swap    sw              0       0
[root at garlic etc]#

kernel = '/boot/vmlinuz-2.6.18-92.1.6.el5xen'
ramdisk = '/boot/initrd-2.6.18-92.1.6.el5xen.img'
memory = '256'
name = 'DebianTest'
vif = [ '' ]
extra = 'xencons=tty'
disk = ['tap:aio:/vmdata/test.img,xvda1,w',
'tap:aio:/vmdata/test-swap.img,xvda2,w']
root = "/dev/xvda1 ro"

The result is a kernel panic.  I've fiddled and googled for about 4 hrs, and
can't get beyond this.  Detailed diagnostics below.  I'd really appreciate
some help, if anyone can?


TIA,

S.

Here's the output:

% xm create /etc/xen/test -c
Using config file "/etc/xen/test".
Started domain DebianTest
Bootdata ok (command line is  root=/dev/xvda1 ro xencons=tty)
Linux version 2.6.18-92.1.6.el5xen (mockbuild at builder15.centos.org) (gcc
version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Wed Jun 25 14:13:10 EDT
2008
BIOS-provided physical RAM map:
 Xen: 0000000000000000 - 0000000010800000 (usable)
No mptable found.
Built 1 zonelists.  Total pages: 67584
Kernel command line:  root=/dev/xvda1 ro xencons=tty
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 16384 bytes)
Xen reported: 2593.496 MHz processor.
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Software IO TLB disabled
Memory: 245292k/270336k available (2417k kernel code, 16540k reserved, 1350k
data, 176k init)
Calibrating delay using timer specific routine.. 6488.64 BogoMIPS
(lpj=12977290)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 256
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
(SMP-)alternatives turned off
Brought up 1 CPUs
checking if image is initramfs... it is
Grant table initialized
NET: Registered protocol family 16
ACPI Exception (utmutex-0262): AE_BAD_PARAMETER, Thread 1F7A0 could not
acquire Mutex [2] [20060707]
No dock devices found.
ACPI Exception (utmutex-0262): AE_BAD_PARAMETER, Thread 1F7A0 could not
acquire Mutex [2] [20060707]
Brought up 1 CPUs
PCI: Fatal: No PCI config space access function found
PCI: setting up Xen PCI frontend stub
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
xen_mem: Initialising balloon driver.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: System does not support PCI
PCI: System does not support PCI
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
TCP established hash table entries: 16384 (order: 6, 262144 bytes)
TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 16384 bind 8192)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1250144807.162:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 2CF4015CB6F1C3F3
- User ID: CentOS (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
rtc: IRQ 8 is not free.
Non-volatile memory driver v1.2
Linux agpgart interface v0.101 (c) Dave Jones
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
WARNING: Failed to register Xen virtual console driver as 'tty1'
Event-channel device installed.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: No PS/2 controller found. Probing ports directly.
i8042.c: No controller found.
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
TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
XENBUS: Device with no driver: device/vbd/51713
XENBUS: Device with no driver: device/vbd/51714
XENBUS: Device with no driver: device/vif/0
Write protecting the kernel read-only data: 461k
USB Universal Host Controller Interface driver v3.0
SCSI subsystem initialized
3ware 9000 Storage Controller device driver for Linux v2.26.02.008.
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.11.5-ioctl (2007-12-12) initialised:
dm-devel at redhat.com
Kernel panic - not syncing: Attempted to kill init!

And the xm log output:

2009-08-13 06:26:45 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:200)
XendDomainInfo.create([\047vm\047, [\047name\047, \047DebianTest\047],
[\047memory\047, \047256\047], [\047vcpus\047, 1], [\047image\047,
[\047linux\047, [\047kernel\047,
\047/boot/vmlinuz-2.6.18-92.1.6.el5xen\047], [\047ramdisk\047,
\047/boot/initrd-2.6.18-92.1.6.el5xen.img\047], [\047root\047,
\047/dev/xvda1 ro\047], [\047args\047, \047xencons=tty\047]]],
[\047device\047, [\047tap\047, [\047uname\047,
\047tap:aio:/vmdata/test.img\047], [\047dev\047, \047xvda1\047],
[\047mode\047, \047w\047]]], [\047device\047, [\047tap\047, [\047uname\047,
\047tap:aio:/vmdata/test-swap.img\047], [\047dev\047, \047xvda2\047],
[\047mode\047, \047w\047]]], [\047device\047, [\047vif\047]]])
[2009-08-13 06:26:45 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:306)
parseConfig: config is [\047vm\047, [\047name\047, \047DebianTest\047],
[\047memory\047, \047256\047], [\047vcpus\047, 1], [\047image\047,
[\047linux\047, [\047kernel\047,
\047/boot/vmlinuz-2.6.18-92.1.6.el5xen\047], [\047ramdisk\047,
\047/boot/initrd-2.6.18-92.1.6.el5xen.img\047], [\047root\047,
\047/dev/xvda1 ro\047], [\047args\047, \047xencons=tty\047]]],
[\047device\047, [\047tap\047, [\047uname\047,
\047tap:aio:/vmdata/test.img\047], [\047dev\047, \047xvda1\047],
[\047mode\047, \047w\047]]], [\047device\047, [\047tap\047, [\047uname\047,
\047tap:aio:/vmdata/test-swap.img\047], [\047dev\047, \047xvda2\047],
[\047mode\047, \047w\047]]], [\047device\047, [\047vif\047]]]
[2009-08-13 06:26:45 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:411)
parseConfig: result is {\047shadow_memory\047: None, \047start_time\047:
None, \047uuid\047: None, \047on_crash\047: None, \047on_reboot\047: None,
\047localtime\047: None, \047image\047: [\047linux\047, [\047kernel\047,
\047/boot/vmlinuz-2.6.18-92.1.6.el5xen\047], [\047ramdisk\047,
\047/boot/initrd-2.6.18-92.1.6.el5xen.img\047], [\047root\047,
\047/dev/xvda1 ro\047], [\047args\047, \047xencons=tty\047]],
\047on_poweroff\047: None, \047bootloader_args\047: None, \047cpus\047:
None, \047name\047: \047DebianTest\047, \047backend\047: [], \047vcpus\047:
1, \047cpu_weight\047: None, \047features\047: None, \047vcpu_avail\047:
None, \047memory\047: 256, \047device\047: [(\047tap\047, [\047tap\047,
[\047uname\047, \047tap:aio:/vmdata/test.img\047], [\047dev\047,
\047xvda1\047], [\047mode\047, \047w\047]]), (\047tap\047, [\047tap\047,
[\047uname\047, \047tap:aio:/vmdata/test-swap.img\047], [\047dev\047,
\047xvda2\047], [\047mode\047, \047w\047]]), (\047vif\047, [\047vif\047])],
\047bootloader\047: None, \047cpu\047: None, \047maxmem\047: None}
[2009-08-13 06:26:45 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1350)
XendDomainInfo.construct: None
[2009-08-13 06:26:45 xend 2874] DEBUG (balloon:127) Balloon: 4196400 KiB
free; need 2048; done.
[2009-08-13 06:26:45 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1398)
XendDomainInfo.initDomain: 89 1.0
[2009-08-13 06:26:45 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1437)
_initDomain:shadow_memory=0x0, maxmem=0x100, memory=0x100.
[2009-08-13 06:26:45 xend 2874] DEBUG (balloon:127) Balloon: 4196392 KiB
free; need 262144; done.
[2009-08-13 06:26:45 xend 2874] INFO (image:137) buildDomain os=linux dom=89
vcpus=1
[2009-08-13 06:26:45 xend 2874] DEBUG (image:202) domid          = 89
[2009-08-13 06:26:45 xend 2874] DEBUG (image:203) memsize        = 256
[2009-08-13 06:26:45 xend 2874] DEBUG (image:204) image          =
/boot/vmlinuz-2.6.18-92.1.6.el5xen
[2009-08-13 06:26:45 xend 2874] DEBUG (image:205) store_evtchn   = 1
[2009-08-13 06:26:45 xend 2874] DEBUG (image:206) console_evtchn = 2
[2009-08-13 06:26:45 xend 2874] DEBUG (image:207) cmdline        =
 root=/dev/xvda1 ro xencons=tty
[2009-08-13 06:26:45 xend 2874] DEBUG (image:208) ramdisk        =
/boot/initrd-2.6.18-92.1.6.el5xen.img
[2009-08-13 06:26:45 xend 2874] DEBUG (image:209) vcpus          = 1
[2009-08-13 06:26:45 xend 2874] DEBUG (image:210) features       =
[2009-08-13 06:26:46 xend 2874] DEBUG (blkif:24) exception looking up device
number for xvda1: [Errno 2] No such file or directory: \047/dev/xvda1\047
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:110) DevController:
writing {\047virtual-device\047: \04751713\047, \047device-type\047:
\047disk\047, \047protocol\047: \047x86_64-abi\047, \047backend-id\047:
\0470\047, \047state\047: \0471\047, \047backend\047:
\047/local/domain/0/backend/tap/89/51713\047} to
/local/domain/89/device/vbd/51713.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:112) DevController:
writing {\047domain\047: \047DebianTest\047, \047frontend\047:
\047/local/domain/89/device/vbd/51713\047, \047format\047: \047raw\047,
\047dev\047: \047xvda1\047, \047state\047: \0471\047, \047params\047:
\047aio:/vmdata/test.img\047, \047mode\047: \047w\047, \047online\047:
\0471\047, \047frontend-id\047: \04789\047, \047type\047: \047tap\047} to
/local/domain/0/backend/tap/89/51713.
[2009-08-13 06:26:46 xend 2874] DEBUG (blkif:24) exception looking up device
number for xvda2: [Errno 2] No such file or directory: \047/dev/xvda2\047
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:110) DevController:
writing {\047virtual-device\047: \04751714\047, \047device-type\047:
\047disk\047, \047protocol\047: \047x86_64-abi\047, \047backend-id\047:
\0470\047, \047state\047: \0471\047, \047backend\047:
\047/local/domain/0/backend/tap/89/51714\047} to
/local/domain/89/device/vbd/51714.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:112) DevController:
writing {\047domain\047: \047DebianTest\047, \047frontend\047:
\047/local/domain/89/device/vbd/51714\047, \047format\047: \047raw\047,
\047dev\047: \047xvda2\047, \047state\047: \0471\047, \047params\047:
\047aio:/vmdata/test-swap.img\047, \047mode\047: \047w\047, \047online\047:
\0471\047, \047frontend-id\047: \04789\047, \047type\047: \047tap\047} to
/local/domain/0/backend/tap/89/51714.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:110) DevController:
writing {\047mac\047: \04700:16:3e:1a:20:fb\047, \047handle\047: \0470\047,
\047protocol\047: \047x86_64-abi\047, \047backend-id\047: \0470\047,
\047state\047: \0471\047, \047backend\047:
\047/local/domain/0/backend/vif/89/0\047} to /local/domain/89/device/vif/0.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:112) DevController:
writing {\047domain\047: \047DebianTest\047, \047handle\047: \0470\047,
\047script\047: \047/etc/xen/scripts/vif-bridge\047, \047state\047:
\0471\047, \047frontend\047: \047/local/domain/89/device/vif/0\047,
\047mac\047: \04700:16:3e:1a:20:fb\047, \047online\047: \0471\047,
\047frontend-id\047: \04789\047} to /local/domain/0/backend/vif/89/0.
[2009-08-13 06:26:46 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:756)
Storing VM details: {\047shadow_memory\047: \0470\047, \047uuid\047:
\047e43305d1-af8d-1323-e234-a7ccede0985b\047, \047on_reboot\047:
\047restart\047, \047start_time\047: \0471250144806.45\047,
\047on_poweroff\047: \047destroy\047, \047name\047: \047DebianTest\047,
\047xend/restart_count\047: \0470\047, \047vcpus\047: \0471\047,
\047vcpu_avail\047: \0471\047, \047memory\047: \047256\047,
\047on_crash\047: \047restart\047, \047image\047: "(linux (kernel
/boot/vmlinuz-2.6.18-92.1.6.el5xen) (ramdisk
/boot/initrd-2.6.18-92.1.6.el5xen.img) (root \047/dev/xvda1 ro\047) (args
\047xencons=tty\047))", \047maxmem\047: \047256\047}
[2009-08-13 06:26:46 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:791)
Storing domain details: {\047console/ring-ref\047: \0472281951\047,
\047console/port\047: \0472\047, \047name\047: \047DebianTest\047,
\047console/limit\047: \0471048576\047, \047vm\047:
\047/vm/e43305d1-af8d-1323-e234-a7ccede0985b\047, \047domid\047: \04789\047,
\047cpu/0/availability\047: \047online\047, \047memory/target\047:
\047262144\047, \047store/ring-ref\047: \0472108774\047, \047store/port\047:
\0471\047}
[2009-08-13 06:26:46 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:989)
XendDomainInfo.handleShutdownWatch
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices vif.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:149) Waiting for 0.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/vif/89/0/hotplug-status.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/vif/89/0/hotplug-status.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:490)
hotplugStatusCallback 1.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices usb.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices vbd.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices irq.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices vkbd.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices vfb.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices pci.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices ioports.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices tap.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:149) Waiting for 51713.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/tap/89/51713/hotplug-status.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:490)
hotplugStatusCallback 1.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:149) Waiting for 51714.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/tap/89/51714/hotplug-status.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:490)
hotplugStatusCallback 1.
[2009-08-13 06:26:46 xend 2874] DEBUG (DevController:143) Waiting for
devices vtpm.
[2009-08-13 06:26:46 xend 2874] INFO (XendDomain:380) Domain DebianTest (89)
unpaused.
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] WARNING (XendDomainInfo:923)
Domain has crashed: name=DebianTest id=89.
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1568)
XendDomainInfo.destroyDomain(89)
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:200)
XendDomainInfo.create([\047domain\047, [\047domid\047, 89], [\047uuid\047,
\047e43305d1-af8d-1323-e234-a7ccede0985b\047], [\047vcpus\047, 1],
[\047vcpu_avail\047, 1], [\047cpu_weight\047, 1.0], [\047memory\047, 256],
[\047shadow_memory\047, 0], [\047maxmem\047, 256], [\047features\047,
\047\047], [\047name\047, \047DebianTest\047], [\047on_poweroff\047,
\047destroy\047], [\047on_reboot\047, \047restart\047], [\047on_crash\047,
\047restart\047], [\047image\047, [\047linux\047, [\047kernel\047,
\047/boot/vmlinuz-2.6.18-92.1.6.el5xen\047], [\047ramdisk\047,
\047/boot/initrd-2.6.18-92.1.6.el5xen.img\047], [\047root\047,
\047/dev/xvda1 ro\047], [\047args\047, \047xencons=tty\047]]],
[\047device\047, [\047vif\047, [\047backend\047, 0], [\047script\047,
\047vif-bridge\047], [\047mac\047, \04700:16:3e:1a:20:fb\047]]],
[\047device\047, [\047tap\047, [\047backend\047, 0], [\047dev\047,
\047xvda1:disk\047], [\047uname\047, \047tap:aio:/vmdata/test.img\047],
[\047mode\047, \047w\047]]], [\047device\047, [\047tap\047,
[\047backend\047, 0], [\047dev\047, \047xvda2:disk\047], [\047uname\047,
\047tap:aio:/vmdata/test-swap.img\047], [\047mode\047, \047w\047]]],
[\047state\047, \047----c-\047], [\047shutdown_reason\047, \047crash\047],
[\047cpu_time\047, 0.236816415], [\047online_vcpus\047, 1],
[\047up_time\047, \0476.97923016548\047], [\047start_time\047,
\0471250144806.45\047], [\047store_mfn\047, 2108774], [\047console_mfn\047,
2281951]])
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:306)
parseConfig: config is [\047domain\047, [\047domid\047, 89], [\047uuid\047,
\047e43305d1-af8d-1323-e234-a7ccede0985b\047], [\047vcpus\047, 1],
[\047vcpu_avail\047, 1], [\047cpu_weight\047, 1.0], [\047memory\047, 256],
[\047shadow_memory\047, 0], [\047maxmem\047, 256], [\047features\047,
\047\047], [\047name\047, \047DebianTest\047], [\047on_poweroff\047,
\047destroy\047], [\047on_reboot\047, \047restart\047], [\047on_crash\047,
\047restart\047], [\047image\047, [\047linux\047, [\047kernel\047,
\047/boot/vmlinuz-2.6.18-92.1.6.el5xen\047], [\047ramdisk\047,
\047/boot/initrd-2.6.18-92.1.6.el5xen.img\047], [\047root\047,
\047/dev/xvda1 ro\047], [\047args\047, \047xencons=tty\047]]],
[\047device\047, [\047vif\047, [\047backend\047, 0], [\047script\047,
\047vif-bridge\047], [\047mac\047, \04700:16:3e:1a:20:fb\047]]],
[\047device\047, [\047tap\047, [\047backend\047, 0], [\047dev\047,
\047xvda1:disk\047], [\047uname\047, \047tap:aio:/vmdata/test.img\047],
[\047mode\047, \047w\047]]], [\047device\047, [\047tap\047,
[\047backend\047, 0], [\047dev\047, \047xvda2:disk\047], [\047uname\047,
\047tap:aio:/vmdata/test-swap.img\047], [\047mode\047, \047w\047]]],
[\047state\047, \047----c-\047], [\047shutdown_reason\047, \047crash\047],
[\047cpu_time\047, 0.236816415], [\047online_vcpus\047, 1],
[\047up_time\047, \0476.97923016548\047], [\047start_time\047,
\0471250144806.45\047], [\047store_mfn\047, 2108774], [\047console_mfn\047,
2281951]]
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:411)
parseConfig: result is {\047shadow_memory\047: 0, \047start_time\047:
1250144806.45, \047uuid\047: \047e43305d1-af8d-1323-e234-a7ccede0985b\047,
\047on_crash\047: \047restart\047, \047on_reboot\047: \047restart\047,
\047localtime\047: None, \047image\047: [\047linux\047, [\047kernel\047,
\047/boot/vmlinuz-2.6.18-92.1.6.el5xen\047], [\047ramdisk\047,
\047/boot/initrd-2.6.18-92.1.6.el5xen.img\047], [\047root\047,
\047/dev/xvda1 ro\047], [\047args\047, \047xencons=tty\047]],
\047on_poweroff\047: \047destroy\047, \047bootloader_args\047: None,
\047cpus\047: None, \047name\047: \047DebianTest\047, \047backend\047: [],
\047vcpus\047: 1, \047cpu_weight\047: 1.0, \047features\047: \047\047,
\047vcpu_avail\047: 1, \047memory\047: 256, \047device\047: [(\047vif\047,
[\047vif\047, [\047backend\047, 0], [\047script\047, \047vif-bridge\047],
[\047mac\047, \04700:16:3e:1a:20:fb\047]]), (\047tap\047, [\047tap\047,
[\047backend\047, 0], [\047dev\047, \047xvda1:disk\047], [\047uname\047,
\047tap:aio:/vmdata/test.img\047], [\047mode\047, \047w\047]]),
(\047tap\047, [\047tap\047, [\047backend\047, 0], [\047dev\047,
\047xvda2:disk\047], [\047uname\047, \047tap:aio:/vmdata/test-swap.img\047],
[\047mode\047, \047w\047]])], \047bootloader\047: None, \047cpu\047: None,
\047maxmem\047: 256}
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1350)
XendDomainInfo.construct: None
[2009-08-13 06:26:53 xend 2874] DEBUG (balloon:127) Balloon: 4179328 KiB
free; need 2048; done.
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1398)
XendDomainInfo.initDomain: 90 1.0
[2009-08-13 06:26:53 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1437)
_initDomain:shadow_memory=0x0, maxmem=0x100, memory=0x100.
[2009-08-13 06:26:53 xend 2874] DEBUG (balloon:127) Balloon: 4196376 KiB
free; need 262144; done.
[2009-08-13 06:26:53 xend 2874] INFO (image:137) buildDomain os=linux dom=90
vcpus=1
[2009-08-13 06:26:53 xend 2874] DEBUG (image:202) domid          = 90
[2009-08-13 06:26:53 xend 2874] DEBUG (image:203) memsize        = 256
[2009-08-13 06:26:53 xend 2874] DEBUG (image:204) image          =
/boot/vmlinuz-2.6.18-92.1.6.el5xen
[2009-08-13 06:26:53 xend 2874] DEBUG (image:205) store_evtchn   = 1
[2009-08-13 06:26:53 xend 2874] DEBUG (image:206) console_evtchn = 2
[2009-08-13 06:26:53 xend 2874] DEBUG (image:207) cmdline        =
 root=/dev/xvda1 ro xencons=tty
[2009-08-13 06:26:53 xend 2874] DEBUG (image:208) ramdisk        =
/boot/initrd-2.6.18-92.1.6.el5xen.img
[2009-08-13 06:26:53 xend 2874] DEBUG (image:209) vcpus          = 1
[2009-08-13 06:26:53 xend 2874] DEBUG (image:210) features       =
[2009-08-13 06:26:53 xend 2874] DEBUG (DevController:110) DevController:
writing {\047mac\047: \04700:16:3e:1a:20:fb\047, \047handle\047: \0470\047,
\047protocol\047: \047x86_64-abi\047, \047backend-id\047: \0470\047,
\047state\047: \0471\047, \047backend\047:
\047/local/domain/0/backend/vif/90/0\047} to /local/domain/90/device/vif/0.
[2009-08-13 06:26:53 xend 2874] DEBUG (DevController:112) DevController:
writing {\047domain\047: \047DebianTest\047, \047handle\047: \0470\047,
\047script\047: \047/etc/xen/scripts/vif-bridge\047, \047state\047:
\0471\047, \047frontend\047: \047/local/domain/90/device/vif/0\047,
\047mac\047: \04700:16:3e:1a:20:fb\047, \047online\047: \0471\047,
\047frontend-id\047: \04790\047} to /local/domain/0/backend/vif/90/0.
[2009-08-13 06:26:53 xend 2874] DEBUG (blkif:24) exception looking up device
number for xvda1: [Errno 2] No such file or directory: \047/dev/xvda1\047
[2009-08-13 06:26:53 xend 2874] DEBUG (DevController:110) DevController:
writing {\047virtual-device\047: \04751713\047, \047device-type\047:
\047disk\047, \047protocol\047: \047x86_64-abi\047, \047backend-id\047:
\0470\047, \047state\047: \0471\047, \047backend\047:
\047/local/domain/0/backend/tap/90/51713\047} to
/local/domain/90/device/vbd/51713.
[2009-08-13 06:26:53 xend 2874] DEBUG (DevController:112) DevController:
writing {\047domain\047: \047DebianTest\047, \047frontend\047:
\047/local/domain/90/device/vbd/51713\047, \047format\047: \047raw\047,
\047dev\047: \047xvda1\047, \047state\047: \0471\047, \047params\047:
\047aio:/vmdata/test.img\047, \047mode\047: \047w\047, \047online\047:
\0471\047, \047frontend-id\047: \04790\047, \047type\047: \047tap\047} to
/local/domain/0/backend/tap/90/51713.
[2009-08-13 06:26:53 xend 2874] DEBUG (blkif:24) exception looking up device
number for xvda2: [Errno 2] No such file or directory: \047/dev/xvda2\047
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:110) DevController:
writing {\047virtual-device\047: \04751714\047, \047device-type\047:
\047disk\047, \047protocol\047: \047x86_64-abi\047, \047backend-id\047:
\0470\047, \047state\047: \0471\047, \047backend\047:
\047/local/domain/0/backend/tap/90/51714\047} to
/local/domain/90/device/vbd/51714.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:112) DevController:
writing {\047domain\047: \047DebianTest\047, \047frontend\047:
\047/local/domain/90/device/vbd/51714\047, \047format\047: \047raw\047,
\047dev\047: \047xvda2\047, \047state\047: \0471\047, \047params\047:
\047aio:/vmdata/test-swap.img\047, \047mode\047: \047w\047, \047online\047:
\0471\047, \047frontend-id\047: \04790\047, \047type\047: \047tap\047} to
/local/domain/0/backend/tap/90/51714.
[2009-08-13 06:26:54 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:756)
Storing VM details: {\047shadow_memory\047: \0470\047, \047uuid\047:
\047e43305d1-af8d-1323-e234-a7ccede0985b\047, \047on_reboot\047:
\047restart\047, \047start_time\047: \0471250144814.16\047,
\047on_poweroff\047: \047destroy\047, \047name\047: \047DebianTest\047,
\047vcpus\047: \0471\047, \047vcpu_avail\047: \0471\047, \047memory\047:
\047256\047, \047on_crash\047: \047restart\047, \047image\047: "(linux
(kernel /boot/vmlinuz-2.6.18-92.1.6.el5xen) (ramdisk
/boot/initrd-2.6.18-92.1.6.el5xen.img) (root \047/dev/xvda1 ro\047) (args
\047xencons=tty\047))", \047maxmem\047: \047256\047}
[2009-08-13 06:26:54 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:791)
Storing domain details: {\047console/ring-ref\047: \0472549627\047,
\047console/port\047: \0472\047, \047name\047: \047DebianTest\047,
\047console/limit\047: \0471048576\047, \047vm\047:
\047/vm/e43305d1-af8d-1323-e234-a7ccede0985b\047, \047domid\047: \04790\047,
\047cpu/0/availability\047: \047online\047, \047memory/target\047:
\047262144\047, \047store/ring-ref\047: \0472102499\047, \047store/port\047:
\0471\047}
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices vif.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:149) Waiting for 0.
[2009-08-13 06:26:54 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:989)
XendDomainInfo.handleShutdownWatch
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/vif/90/0/hotplug-status.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/vif/90/0/hotplug-status.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:490)
hotplugStatusCallback 1.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices usb.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices vbd.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices irq.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices vkbd.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices vfb.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices pci.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices ioports.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices tap.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:149) Waiting for 51713.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/tap/90/51713/hotplug-status.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:490)
hotplugStatusCallback 1.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:149) Waiting for 51714.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/tap/90/51714/hotplug-status.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:476)
hotplugStatusCallback /local/domain/0/backend/tap/90/51714/hotplug-status.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:490)
hotplugStatusCallback 1.
[2009-08-13 06:26:54 xend 2874] DEBUG (DevController:143) Waiting for
devices vtpm.
[2009-08-13 06:27:00 xend.XendDomainInfo 2874] WARNING (XendDomainInfo:923)
Domain has crashed: name=DebianTest id=90.
[2009-08-13 06:27:00 xend.XendDomainInfo 2874] ERROR (XendDomainInfo:1828)
VM DebianTest restarting too fast (7.448344 seconds since the last restart).
 Refusing to restart to avoid loops.
[2009-08-13 06:27:00 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1560)
XendDomainInfo.destroy: domid=90
[2009-08-13 06:27:00 xend.XendDomainInfo 2874] DEBUG (XendDomainInfo:1568)
XendDomainInfo.destroyDomain(90)

-- 
Stephen Nelson-Smith
Technical Director
Atalanta Systems Ltd
www.atalanta-systems.com

-- 
Stephen Nelson-Smith
Technical Director
Atalanta Systems Ltd
www.atalanta-systems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.lug.org.uk/pipermail/gllug/attachments/20090813/c933a696/attachment.html>
-------------- next part --------------
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list