Hi,
Following the indications in the bug error message itself :), I'm
reporting to the list:
bud:/usr/local/inteco# xm create vm2.cfg
Using config file "vm2.cfg".
VNC= 1
Unexpected error: exceptions.OSError
Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
File "/usr/lib/xen-3.0.3-1/bin/xm", line 7, in ?
main.main(sys.argv)
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 1446, in main
rc = cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 751, in
xm_importcommand
cmd.main([command] + args)
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 1191,
in main
dom = make_domain(opts, config)
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 982, in
make_domain
os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process
vm2.cfg
-------
kernel = '/usr/lib/xen-3.0.3-1/boot/hvmloader'
builder = 'hvm'
memory = '256'
device_model ='/usr/lib/xen-3.0.3-1/bin/qemu-dm'
disk = [ 'file:/data/vms/vm2.img,ioemu:hda,w',
'file:/data/iso/WinxpSP1.iso,ioemu:hdb:cdrom,r' ]
name = 'win01'
vif = ['type=ioemu, bridge=xenbr1']
boot = 'b'
vnc = 1
vncviewer = 1
sdl = 0
usbdevice = 'tablet'
Some hint regarding the cause of the problem and possible solution? Thanks!
Best regards
------
Fermín
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|