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-users

RE: [Xen-users] xend start problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] xend start problem
From: Nicholas Mount <nmount@xxxxxxxxxxxx>
Date: Thu, 28 Apr 2005 15:52:40 -0700
Delivery-date: Thu, 28 Apr 2005 22:52:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxx [mailto:maw48@xxxxxxxxxxxxxxxx] On Behalf Of
Mark Williamson
Sent: Thursday, April 14, 2005 7:31 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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