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] Trouble with xen-unstable x86_64

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Trouble with xen-unstable x86_64
From: Tim Post <tim.post@xxxxxxxxxxxxxxx>
Date: Wed, 27 Sep 2006 13:33:50 +0800
Delivery-date: Tue, 26 Sep 2006 22:34:56 -0700
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>
Organization: Net Kinetics
Reply-to: tim.post@xxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello, 

I downloaded the latest unstable and installed on 2 amd dual athalon 64
x2's (dual cores). 

Kernel went fine. I'm getting this error when trying to start xend :

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

However, 

root@dev4:/usr/lib64/python/xen/lowlevel# ls -lah
total 188K
drwxr-xr-x 2 root root 4.0K 2006-09-27 01:20 .
drwxr-xr-x 8 root root 4.0K 2006-09-27 01:20 ..
-rwxr-xr-x 1 root root  25K 2006-09-24 22:35 acm.so
-rw-r--r-- 1 root root    2 2006-09-24 22:01 __init__.py
-rw-r--r-- 1 root root  122 2006-09-27 01:20 __init__.pyc
-rwxr-xr-x 1 root root  79K 2006-09-24 22:35 xc.so
-rwxr-xr-x 1 root root  56K 2006-09-24 22:35 xs.so

Its there :)

Installed to ubuntu latest, with packages that I'd normally install for
3.0.2. I'm guessing that's the problem. Anyone kind enough to point out
where I may have gone wrong with python?

root@dev3:~# dpkg -l | grep python | awk '{ print $2 }'
python-minimal
python-twisted
python-twisted-conch
python-twisted-words
python2.4
python2.4-crypto
python2.4-dev
python2.4-minimal
python2.4-twisted-bin
python2.4-twisted-conch
python2.4-twisted-core
python2.4-twisted-mail
python2.4-twisted-names
python2.4-twisted-news
python2.4-twisted-runner
python2.4-twisted-words
python2.4-xml
python2.4-zopeinterface


Thanks
Tim






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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Trouble with xen-unstable x86_64, Tim Post <=