[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |