[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Problems starting HVM domain



Hey all,

I'm trying to get VT working on an Intel Pentium D 930 CPU.. when doing an 'xm dmesg', I get:

(XEN) VMXON is done

..so I'm assuming that VMX is working properly. However, when I start up a Xen domain with the following config file:

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 = 384
name = "WindowsTest"
vif = [ 'type=ioemu, bridge=xenbr0' ]
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'destroy'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm.debug'
boot='d'
sdl=0
vnc=1
vncviewer=0
stdvga=0
serial='pty'
ne2000=0

..things appear to be starting, but if I do a 'ps', I get:

root      5730  0.5  0.0      0     0 ?        Z    23:45   0:00 [qemu-dm] 
<defunct>

..any ideas on how to debug this?

------------------------------------------------------------------------
| nate carlson | natecars@xxxxxxxxxxxxxxx | http://www.natecarlson.com |
|       depriving some poor village of its idiot since 1981            |
------------------------------------------------------------------------

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.