WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] start error

To: "phcolaris" <phcolaris@xxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-devel] start error
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Mon, 12 Mar 2007 12:38:13 +0100
Delivery-date: Mon, 12 Mar 2007 04:40:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1173698130.1275.5.camel@localhost>
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
Thread-index: Acdkl8NtnK3UDfP5SMaKnyhvDYcfXgAAqwMg
Thread-topic: [Xen-devel] start error
> -----Original Message-----
> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of phcolaris
> Sent: 12 March 2007 11:16
> To: xen-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-devel] start error
> 
> hi,
> 
> trying to start a virtual machine on suse10.2 and got this error. any
> idea what could I do with it?
> thanks in advance
> -philip
> 
> command: /usr/sbin/xm create /etc/xen/vm/sol10 return 
>  Traceback (most recent call last):
>   File "/usr/sbin/xm", line 10, in 
>     main.main(sys.argv)
>   File "/usr/lib64/python2.5/site-packages/xen/xm/main.py", line 1450,
> in main
>     rc = cmd(args)
>   File "", line 1, in 
>   File "/usr/lib64/python2.5/site-packages/xen/xm/main.py", 
> line 751, in
> xm_importcommand
>     cmd.main([command] + args)
>   File "/usr/lib64/python2.5/site-packages/xen/xm/create.py", 
> line 1184,
> in main
>     dom = make_domain(opts, config)
>   File "/usr/lib64/python2.5/site-packages/xen/xm/create.py", 
> line 975,
> in make_domain
>     os.kill(vncpid, signal.SIGKILL)
> OSError: [Errno 3] No such process
>  Using config file "/etc/xen/vm/sol10".
> VNC= 1
> Unexpected error: 
> 
I don't know what's wrong, but it's clearly a failure to actually start
the VM, and it's most likely either:
1. A binary such as qemu-dm is missing. 
2. Some process dies during the startup. 

The actual error message is that the system is trying to clean up
something by killing the processes involved, but it failes because some
process is not there - I'm not sure if that's really what it should be
doing, but that's a slightly different matter. 

A dump of the last several lines in /var/log/xen/xend-debug.log may help
identify which process it is.  

--
Mats



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

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