[Pkg-xen-devel] Bug#389836: xen-hypervisor-3.0-unstable-1-amd64:
HVM domU won't start
Bin Tian
tianbin at cernet.edu.cn
Thu Sep 28 03:26:06 CEST 2006
Package: xen-hypervisor-3.0-unstable-1-amd64
Version: 3.0-unstable+hg11561-1
Severity: important
The HVM domU won't start. The following is the config (comments
stripped).
--------------------begin--------------------
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen-3.0-unstable-1/boot/hvmloader"
builder='hvm'
memory = 512
name = "PlanetLab"
vcpus=2
vif = [ 'type=ioemu, mac=00:16:3E:00:10:22, bridge=xenbr0' ]
disk = [ 'file:/small/xen-disks/debian/debian.img,ioemu:hda,w',
'file:/small/xen-disks/debian/swap.img,ioemu:hdb,w' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
cdrom='/home/sparrow/PlanetLab-BootCD-3.3.iso'
fda='/home/sparrow/boot'
boot='d'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=0
vnc=1
stdvga=0
serial='pty'
---------------------end-------------------------
dell-2950:~# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1024 8 r----- 46.0
PlanetLab 2 512 1 ------ 0.0
dell-2950:~# netstat -na --inet | grep LISTEN
tcp 0 0 127.0.0.1:2402 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
You can see that none of vncserver ports is in listening state.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-xen-amd64
Locale: LANG=zh_CN, LC_CTYPE=zh_CN (charmap=GB2312)
Versions of packages xen-hypervisor-3.0-unstable-1-amd64 depends on:
ii xen-utils-3.0-uns 3.0-unstable+hg11561-1 XEN administrative tools
xen-hypervisor-3.0-unstable-1-amd64 recommends no packages.
-- no debconf information
More information about the Pkg-xen-devel
mailing list