Hi,
Im running NetBSD/Xen in Dom0 and Im trying to run Ubuntu in
DomU. When I run
xm create I get
Error: Error creating domain: (0, 'Error')
my config file is:
kernel = "/var/images/xen/vmlinuz-2.6.16.13-xenU"
memory = 256
name = "ubuntu606-minimal"
vif = [ 'mac=00:16:00:00:00:06, bridge=bridge0' ]
disk = [ 'file:/dev/vnd0d,0x301,w' ]
root = "/dev/hda1 rw"
Does this look good to everyone else?
I used vnconfig vnd0 to map to the image to a device. The
image is perfectly
mountable.
xend.log shows me these errors.
[2006-10-17 13:56:54 xend] DEBUG (XendDomainInfo:720)
init_domain> Created
domain=4 name=untu606-minimal memory=256
[2006-10-17 13:56:54 xend] INFO (console:94) Created console
id=13 domain=4
port
=9604
[2006-10-17 13:56:54 xend] ERROR (SrvBase:162) op=create:
Error creating
domain: (0, 'Error')
Traceback (most recent call last):
File
"/usr/pkg/lib/python2.3/site-packages/xen/xend/server/S
rvBase.py", line
107, in _perform
val = op_method(op, req)
File
"/usr/pkg/lib/python2.3/site-packages/xen/xend/server/S
rvDomainDir.py",
line 71, in op_create
raise XendError("Error creating domain: " +
str(ex))
XendError: Error creating domain: (0, 'Error')
Please someone help me. I dont know what to do anymore here.
I need to get
this virtual host up and running ASAP.
Thanks
Petr
|