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: Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>
Subject: Re: [Xen-users] problem running xend
From: Jayesh Salvi <jayeshsalvi@xxxxxxxxx>
Date: Mon, 12 Dec 2005 01:02:18 +1800
Cc: ian.pratt@xxxxxxxxxxxx, Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 11 Dec 2005 07:03:35 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZJgj4If2Lv3knVd+MA4PKVigUDWriA9EP3zgS7bYi81m+bgOIGIxMDULJZOHmJjbn1nkTSr4lQCgKiwbc5aeX+0+ehvPr3a3l6tVRDaqbyChFjEFT8WjA43j2VW5k/YOEwPNZfQ26si0slOYxAInYAc/UbMa79EE5GLVB0D76dA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <A95E2296287EAD4EB592B5DEEFCE0E9D409C84@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <A95E2296287EAD4EB592B5DEEFCE0E9D409C84@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
That was it. Thanks a lot.

I had old xen with FC4. Doing 'make uninstall' wiped many files out. Then I manually did 'rm -rf /usr/lib/python*/site-packages
/xen' and 'rm -rf /usr/lib/libxc*' Then I did 'make install' and 'xend start' was successful.

Thanks,
Jayesh
On 12/11/05, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx> wrote:

> 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



--
Jayesh

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>