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] problem running xend

To: "Jayesh Salvi" <jayeshsalvi@xxxxxxxxx>, <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] problem running xend
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Sun, 11 Dec 2005 01:28:32 -0000
Cc: ian.pratt@xxxxxxxxxxxx
Delivery-date: Sun, 11 Dec 2005 01:29:47 +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
Thread-index: AcX9TAkU9eZ2FBaLTiyPg0Uf9T3WPgAJS/6A
Thread-topic: [Xen-users] problem running xend
 
> I successfully built and installed Xen 3.0 (with linux kernel 
> 2.6.12). I however get following symbol resolution runtime 
> error while trying to do 'xend start'.
> 
> [root@orion ~]# /etc/init.d/xend start
> Traceback (most recent call last):
>   File "/usr/sbin/xend", line 33, in ?
>     from xen.xend.server import SrvDaemon
>   File 
> "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py
", line 31, in ?
>     import controller
>   File 
> "/usr/lib/python2.4/site-packages/xen/xend/server/controller.p
y", line 23, in ?
>     from xen.xend.xenstore import DBVar
>   File 
> "/usr/lib/python2.4/site-packages/xen/xend/xenstore/__init__.p
y", line 17, in ?
>     from xsnode import *
>   File 
> "/usr/lib/python2.4/site-packages/xen/xend/xenstore/xsnode.py"
, line 26, in ?
>     from xen.lowlevel import xs
> ImportError: 
> /usr/lib/python2.4/site-packages/xen/lowlevel/xs.so: 
> undefined symbol: xs_shutdown


I'l wager that you had an old version of Xen installed, and just copied
this over the top.

I'd recommend doing the following then re-installing:

mv /etc/xen /etc/xen-old
rm -rf /usr/lib/python/xen /usr/lib/python*/site-packages/xen
rm -rf /usr/lib/libxc*


If you have the source, do "make uninstall" which does a rather more
thorough job.

Ian

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

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