Mailing List Archive

RE: xend start problem: on suse 9.3
Hi there

I get the same error, only
/usr/lib/python/xen/lowlevel/xu.so
does -not- exist
I see a dir named
/usr/lib/python/site-packages/xen/lowlevel
with just one file in it:
__init__.pyc
even if I do a
find -name xu.*
from / I get nothing

I run Suse 9.3 and kernel 2.6.8-24.14, which seems to
be the only way to get Dom0 up under Suse 9.3 for the
time being

Hints most welcome!

Chris


>This is the error that I am getting on the redhat
>server that I have
>installed xen on. Any ideas? I have installed
>Twisted but still no luck,
>here is what I get.
>
>
># xend start
>Traceback (most recent call last):
> File "/usr/sbin/xend", line 27, in ?
> from xen.xend.server import SrvDaemon
> File
"/usr/lib/python/xen/xend/server/SrvDaemon.py", >line
28, in ?
> from xen.lowlevel import xu
>ImportError: /usr/lib/python/xen/lowlevel/xu.so:
>cannot open shared object
>file: No such file or directory
>
>As you can see the file does exist.>
>
># ls -al /usr/lib/python/xen/lowlevel/xu.so
>-rwxr-xr-x 1 root root 103683 Apr 28 15:39
>/usr/lib/python/xen/lowlevel/xu.so






___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
RE: xend start problem: on suse 9.3 [ In reply to ]
Hi all

I got dom0 up and even a DomU sort of up by doing
this:

#thanks to robie who fount this out
yast -i kernel-xen-2.6.8-24.14.i586.rpm
yast -i kernel-xen-nongpl-2.6.8-24.14.i586.rpm

#apply patch to mkinitrd as on gerd's post
mkinitrd -k kernel-xen-2.6.8-24.14 -i
initrd-xen-2.6.8-24.14

#another xen package did not work for me
yast -i xen-2.0.5d-1.1.i586.rpm

#check or edit symlinks in /boot accordingly:
# initrd-xen -> initrd-xen-2.6.8-24.14
# vmlinuz-xen -> kernel-xen-2.6.8-24.14
#or adjust menu.lst in /boot/grub accordingly

reboot into xen

#check network
ifconfig

#all OK? if yes, then
rcxend start

ifconfig
#should show a xen-br0 now

xm list
#should show something like
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 699 0 r---- 161.2

xm balloon 0 128
xm create -c /etc/xen/test wmid=3
xm list
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 699 0 r---- 161.2
test 3 64 0 r---- 28.2

greets and happy xenning

chris







___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

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