Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] Unexpected error: exceptions.OSError

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Unexpected error: exceptions.OSError
From: Fermín Galán Márquez <fermin@xxxxxx>
Date: Sat, 29 Mar 2008 21:17:47 +0100
Delivery-date: Sat, 29 Mar 2008 13:18:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Icedove 1.5.0.14pre (X11/20080305)
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

<Prev in Thread] Current Thread [Next in Thread>