[Pkg-xen-devel] Error starting xend?
Steve Kemp
steve at steve.org.uk
Sun Sep 17 16:00:47 CEST 2006
On Sun, Sep 17, 2006 at 03:50:46PM +0200, Bastian Blank wrote:
> On Sun, Sep 17, 2006 at 02:41:34PM +0100, Steve Kemp wrote:
> > Whoah, what a big list!
> Yeah, but it says, that it is properly purged.
:)
> > > | sys.path[0] = '%s/../lib/python' % sys.path[0]
>
> Yeah, this line is broken. Use
> | sys.insert(1, '%s/../lib/python' % sys.path[0])
That gives a syntax error. Guessing I changed it to this:
sys.path.insert(1, '%s/../lib/python' % sys.path[0])
Now xend starts:
root at itchy:~# /etc/init.d/xend restart
Restarting XEN control daemon: xend.
I see an error when I boot a domain, or connect to the console:
root at itchy:~# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 873 2 r----- 51.3
builder.my.flat 9 128 1 -b---- 13.0
root at itchy:~# xm console builder.my.flat
Unexpected error: exceptions.OSError
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-3.0-unstable-1/bin/xm", line 7, in ?
main.main(sys.argv)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 1075, in main
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 713, in xm_console
File "/usr/lib/python2.4/site-packages/xen/xm/console.py", line 26, in execConsole
File "/usr/lib/python2.4/site-packages/xen/util/auxbin.py", line 29, in execute
OSError: [Errno 2] No such file or directory
Steve
--
More information about the Pkg-xen-devel
mailing list