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

[Xen-users] Problems starting xen

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems starting xen
From: "Nicklas Börjesson" <nicklasb@xxxxxxxxx>
Date: Sat, 6 Oct 2007 10:35:47 +0200
Delivery-date: Sat, 06 Oct 2007 01:36:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=ZiU2JDDnmcs5KwgxfPsdrvSCTmBPvHduFiV2OwEc/Lc=; b=pqY/qBJ6Fq/Tmpqb9LImZqe2kMGM11lQdHoAtqrhC24YJGa71YQ76K4AE7hK06rnpEkC208Wdt5iBiPCJThh20xXmtSoDOxSjnpg+2QQSoHl5596DGYFvG/sNLwuB4ajaj2W/PcVV8yi6X7PqLHjVQYmWeEfp7sGuuJHbjJmjYU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fmCkxIqpWi3kZPVR0FcEQ/5isAZLWeL/lIOFAcgNlKm+IJ9c7MwkUcDGTihCdRnSv8pf/YUMf9j2O9CM8ndBrVGxl7wv6kn59hifLnUFMUTfdwTKtueM0/4sSKF68W/X9yHwvTdYuGSDVFozZiqcHMuuufMZ+wk7FBfMsplezlI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hi,
I am having serious problems starting xen.
It seems lite python won't load the library, even though there is a file at : /usr/lib/xen-3.0.3-1/lib/python/xen/lowlevel/xc.so
Is the ../ in the path not understood by the system or what?

My setup is a little bit strange in one way. But It really should not affect xend in this way in that case:
I changed the motherboard and processor, without reinstalling debian.
For some reason i forgot, so many packages are for the K7 architecture.
However, since all the xend-packages and images are of the correct amd64 flavour and doesn't use any platform specific libraries, it should not matter.

Anyway, here is the traceback:

Traceback (most recent call last):
  File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in ?
    from xen.xend.server import SrvDaemon
  File "/usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/server/SrvDaemon.py", line 17, in ?
    import xen.lowlevel.xc
ImportError: /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/lowlevel/xc.so: cannot open shared object file: No such file or directory


I am no star of python, but as far as i understand of its docs, the code should work.

//Nicklas Börjesson
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problems starting xen, Nicklas Börjesson <=