SiD3WiNDR Gears  Hacker Emblem  

Archive for April 13th, 2009

Xen fails on Debian Lenny after upgrade from Etch
Date: April 13th, 2009 by SiD3WiNDR
Categories: Linux, Software

Installed Debian Etch yesterday (I need a linux kernel with xen and vserver for now, and Lenny doesn’t have one) then upgraded it to Lenny. Afterwards the Xen tools wouldn’t start anymore and produced the following error:

# /etc/init.d/xend start 
Restarting XEN control daemon: xendTraceback (most recent call last): 
File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> 
from xen.xend.server import SrvDaemon 
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/SrvDaemon.py", line 17, in <module>
 import xen.lowlevel.xc 
ImportError: /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/lowlevel/xc.so: undefined symbol: Py_InitModule4 

You can solve this in 2 ways. First, the silly way:

rm /usr/bin/python; ln -s /usr/bin/python2.4 /usr/bin/python

Or, the way you’re supposed to:

apt-get install xen-utils-3.2-1  
Post a comment (1 comment)
Weblog Calendar
April 2009
M T W T F S S
« Mar   May »
 12345
6789101112
13141516171819
20212223242526
27282930  
Sales

Browsing archives for the day Monday, April 13th, 2009.

Pages
Archives
Categories
Links
Meta
© 2002-2012, SiD3WiNDR - Proudly powered by WordPress - XHTML Compliant - RSS (Entries) - RSS (Comments)