When I try to create a new HVM domU i get this error:
guineapig:/etc/xen# xm create fedora.cfg
Using config file "./fedora.cfg".
VNC= 1
Unexpected error: exceptions.OSError
Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "//usr/lib64/python/xen/xm/main.py", line 2453, in main
_, rc = _run_cmd(cmd, cmd_name, args)
File "//usr/lib64/python/xen/xm/main.py", line 2477, in _run_cmd
return True, cmd(args)
File "<string>", line 1, in <lambda>
File "//usr/lib64/python/xen/xm/main.py", line 1266, in xm_importcommand
cmd.main([command] + args)
File "//usr/lib64/python/xen/xm/create.py", line 1309, in main
dom = make_domain(opts, config)
File "//usr/lib64/python/xen/xm/create.py", line 1054, in make_domain
os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process
This is my fedora.cfg file:
guineapig:/etc/xen# cat fedora.cfg
kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '512'
device_modem = '/usr/lib/xen/bin/qemu-dm'
disk = [ 'file:/vserver/domans/fedora/fedora-disk.img,ioemu:sda1,w',
'file:/vserver/domans/fedora/fedora-swap.img,ioemu:sda2,w',
'file:/vserver/iso/F-7-x86_64-DVD.iso,ioemu:hdc:cdrom,r' ]
name = 'fedora'
vif = [ 'type=ioemu, bridge=xenbr0, vifname=fedora' ]
boot = 'd'
vnc=1
vncviewer=1
sdl=0
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
The problem doesn't happen when I create a "standard" domU without HVM.
This problem happens with a Windows HVM domU too, which was working
well ultil yesterday, but I didn't make any changes on the server...
Could you help me, please?
I searched with Google but I didn't found anything special...
Thank you very much!
Bye.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|