From mboxrd@z Thu Jan 1 00:00:00 1970 From: Min Lee Subject: Re: xen-testing: xend doesn't start. undefined symbol: xc_cpupool_movedomain Date: Tue, 13 Jul 2010 15:06:10 -0400 Message-ID: <4C3CB922.4010100@gatech.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Oh, I'll subscribe to user list. thanks, Keir. Min On 7/13/2010 2:57 PM, Keir Fraser wrote: > You have mismatching versions of variuous Xen libraries installed. In this > case, the Xc.so extension package for Python is probably from xen-unstable, > while your libxenctrl is probably from a stable branch. Hence the warning > about an unresolved symbol. > > This doesn't belong on xen-devel by the way, it's a user question. > > -- Keir > > On 13/07/2010 19:31, "Min Lee" wrote: > >> I tried current xen-testing with pvops-kernel, but xend doesn't start. >> Here's the message below. any idea? >> thanks for any help. >> Min >> >> -- >> >> root@ubuntu172:~# /etc/init.d/xend status >> Traceback (most recent call last): >> File "/usr/sbin/xend", line 36, in >> from xen.xend.server import SrvDaemon >> File >> "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line >> 20, in >> import xen.lowlevel.xc >> ImportError: /usr/local/lib/python2.6/dist-packages/xen/lowlevel/xc.so: >> undefined symbol: xc_cpupool_movedomain >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel > > >