From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Ferm=EDn_Gal=E1n_M=E1rquez?= Subject: Unexpected error: exceptions.OSError Date: Sat, 29 Mar 2008 21:17:47 +0100 Message-ID: <47EEA3EB.4080006@tid.es> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, Following the indications in the bug error message itself :), I'm= =20 reporting to the list: bud:/usr/local/inteco# xm create vm2.cfg Using config file "vm2.cfg". VNC=3D 1 Unexpected error: exceptions.OSError Please report to xen-devel@lists.xensource.com 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 =3D cmd(args) File "", line 1, in File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 751, i= n=20 xm_importcommand cmd.main([command] + args) File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 1191= ,=20 in main dom =3D make_domain(opts, config) File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 982,= in=20 make_domain os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process vm2.cfg ------- kernel =3D '/usr/lib/xen-3.0.3-1/boot/hvmloader' builder =3D 'hvm' memory =3D '256' device_model =3D'/usr/lib/xen-3.0.3-1/bin/qemu-dm' disk =3D [ 'file:/data/vms/vm2.img,ioemu:hda,w', 'file:/data/iso/WinxpSP1.iso,ioemu:hdb:cdrom,r' ] name =3D 'win01' vif =3D ['type=3Dioemu, bridge=3Dxenbr1'] boot =3D 'b' vnc =3D 1 vncviewer =3D 1 sdl =3D 0 usbdevice =3D 'tablet' Some hint regarding the cause of the problem and possible solution? T= hanks! Best regards ------ Ferm=EDn