Hi,
I have compiled xen-unstable (using hg clone
http://xenbits.xensource.com/xen-unstable.hg).
I have successfully booted into the dom0 kernel.
output of xm list:
Name ID Mem VCPUs State
Time(s)
Domain-0 0 932 1 r-----
591.2
But whenever I xm create, I get:
# xm create /etc/xen/domu1
Using config file "/etc/xen/domu1".
Xend has probably crashed! Invalid or missing HTTP status code.
My file is:
/etc/xen/domu1:
kernel = '/boot/vmlinuz-
2.6.18.8-xenU'
vif = [ '' ]
disk = ['
file:/srv/xen/fedora.fc6.img,sda1,w']
root = '/dev/sda1 ro'
What could be wrong?
Thanks.
Hayawardh