|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen-testing: xend doesn't start. undefined symbol: xc_cp
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" <min.lee@xxxxxxxxxx> 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 <module>
> from xen.xend.server import SrvDaemon
> File
> "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line
> 20, in <module>
> 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@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|