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

[Xen-devel] undefined symbol xcio_error when running 'xend start'

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] undefined symbol xcio_error when running 'xend start'
From: Muli Ben-Yehuda <mulix@xxxxxxxxx>
Date: Wed, 14 Sep 2005 12:07:01 +0300
Cc: ishimony@xxxxxxxxxx
Delivery-date: Wed, 14 Sep 2005 09:04:23 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.10i
Hi,

We've been seeing this error from xend with today's unstable:

Traceback (most recent call last):
File "/usr/sbin/xend", line 36, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py",
line 41, in ?
import channel
File "/usr/lib/python2.4/site-packages/xen/xend/server/channel.py",
line 3, in ?
import xen.lowlevel.xc; xc = xen.lowlevel.xc.new()
ImportError: /usr/lib/python2.4/site-packages/xen/lowlevel/xc.so:
undefined symbol: xcio_error

Blowing up /usr/lib/python2.4/site-packages/xen/ and rerunning
install-tools fixes it, so it's probably stale entries left behind in
there which python is then picking up. Should the directory be removed
whenever install-tools is run?

Cheers,
Muli
-- 
Muli Ben-Yehuda
http://www.mulix.org | http://mulix.livejournal.com/

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] undefined symbol xcio_error when running 'xend start', Muli Ben-Yehuda <=