This is the error that I am getting on the redhat server that I have
installed xen on. Any ideas? I have installed Twisted but still no luck,
here is what I get.
# xend start
Traceback (most recent call last):
File "/usr/sbin/xend", line 27, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 28, in ?
from xen.lowlevel import xu
ImportError: /usr/lib/python/xen/lowlevel/xu.so: cannot open shared object
file: No such file or directory
As you can see the file does exist.
# ls -al /usr/lib/python/xen/lowlevel/xu.so
-rwxr-xr-x 1 root root 103683 Apr 28 15:39
/usr/lib/python/xen/lowlevel/xu.so
-----Original Message-----
From: maw48@hermes.cam.ac.uk [mailto:maw48@hermes.cam.ac.uk] On Behalf Of
Mark Williamson
Sent: Thursday, April 14, 2005 7:31 PM
To: xen-users@lists.xensource.com
Cc: Nicholas Mount
Subject: Re: [Xen-users] xend start problem
Looks like you need to install the Twisted Matrix framework. There may be a
"twisted" package for your distro. You can also (IIRC) use "make
install-twisted" in the top level makefile in the Xen repo to fetch and
install this.
See http://wiki.xensource.com/xenwiki/XenFaq for a list of packages (the
names should work directly on Debian, other distros may use slightly
different names).
Cheers,
Mark
On Thursday 14 April 2005 21:37, Nicholas Mount wrote:> Boots up find but when I run xend start I get this. Any idea what I
> need to change?
>
> /usr/lib/python/xen/xend/server/SrvDaemon.py:28: RuntimeWarning:
> Python C API version mismatch for module xen.lowlevel.xu: This Python
> has API version 1011, module xen.lowlevel.xu has version 1012.
> from xen.lowlevel import xu
> Traceback (most recent call last):
> File "/usr/sbin/xend", line 27, in ?
> from xen.xend.server import SrvDaemon
> File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 35,
in ?
> from xen.xend.server import SrvServer
> File "/usr/lib/python/xen/xend/server/SrvServer.py", line 28,
in ?
> from twisted.web import server, static
> ImportError: No module named web
>
> Nicholas Mount
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users