All, I am having an issue with running xen on Fedora Core6 - x86_64. Installed the latest versions of kernel-xen, xen and xen-devel packages using yum.Whenxend tries to startup, it is printing this traceback: Traceback (most recent call last): File "/usr/sbin/xend", line 49, in ? from xen.xend.server import SrvDaemon File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 17, in ? import xen.lowlevel.xc ImportError: libxenctrl.so.3.0: cannot open shared object file: No such file or directory That lib is on my ldpath. ldconfig -p | grep -i xen shows: libxenstore.so.3.0 (libc6) => /usr/lib/libxenstore.so.3.0 libxenstore.so (libc6) => /usr/lib/libxenstore.so libxenguest.so.3.0 (libc6) => /usr/lib/libxenguest.so.3.0 libxenguest.so (libc6) => /usr/lib/libxenguest.so libxenctrl.so.3.0 (libc6) => /usr/lib/libxenctrl.so.3.0 libxenctrl.so (libc6) => /usr/lib/libxenctrl.so Any one know what''s happening here? Any pointers greatly appreciated. thanks prabhakar
> > Traceback (most recent call last): > File "/usr/sbin/xend", line 49, in ? > from xen.xend.server import SrvDaemon > File > "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line > 17, in ? > import xen.lowlevel.xc > ImportError: libxenctrl.so.3.0: cannot open shared object file: No such > file or directory >I do believe that you need to install the xen-libs package, which should also be available via yum. Doing an "rpm -ql xen-libs" on my working machine shows: [root@lore ~]# rpm -ql xen-libs /usr/lib/libblktap.so.3.0 /usr/lib/libblktap.so.3.0.0 /usr/lib/libxenctrl.so.3.0 /usr/lib/libxenctrl.so.3.0.0 /usr/lib/libxenguest.so.3.0 /usr/lib/libxenguest.so.3.0.0 /usr/lib/libxenstore.so.3.0 /usr/lib/libxenstore.so.3.0.0 Chris Lalancette
Aha. I installed xen-devel but didnt try xen-libs. Will try that when I get home today.This must be a recent change? I had Xen working on this same machine with the 2911 version and didnt have this issue. thanks -prabhakar On 4/20/07, Chris Lalancette <clalance@redhat.com> wrote:> > > > > Traceback (most recent call last): > > File "/usr/sbin/xend", line 49, in ? > > from xen.xend.server import SrvDaemon > > File > > "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line > > 17, in ? > > import xen.lowlevel.xc > > ImportError: libxenctrl.so.3.0: cannot open shared object file: No such > > file or directory > > > > I do believe that you need to install the xen-libs package, which should > also be available via yum. Doing an "rpm -ql xen-libs" on my working > machine shows: > > [root@lore ~]# rpm -ql xen-libs > /usr/lib/libblktap.so.3.0 > /usr/lib/libblktap.so.3.0.0 > /usr/lib/libxenctrl.so.3.0 > /usr/lib/libxenctrl.so.3.0.0 > /usr/lib/libxenguest.so.3.0 > /usr/lib/libxenguest.so.3.0.0 > /usr/lib/libxenstore.so.3.0 > /usr/lib/libxenstore.so.3.0.0 > > > Chris Lalancette >
Prabhakar Chaganti wrote:> Aha. I installed xen-devel but didnt try xen-libs. Will try that when I > get home today.This must be a recent change? I had Xen working on this > same machine with the 2911 version and didnt have this issue. > > > thanks > -prabhakarNo, not a recent change; it''s been like this for quite a while (IIRC, FC-5 didn''t have this split, but FC-6 has had this split since it was released). Chris Lalancette
xen-libs was already installed. I think the issue may be on the x86_64 machine only. Yum seems to have messed something up. It installed xen-libs but i couldnt find them. :-( Anyways I did a clean Fedora Core 6 install on an i386 and everything was installed and worked correctly. thanks On 4/20/07, Chris Lalancette <clalance@redhat.com> wrote:> > Prabhakar Chaganti wrote: > > Aha. I installed xen-devel but didnt try xen-libs. Will try that when I > > get home today.This must be a recent change? I had Xen working on this > > same machine with the 2911 version and didnt have this issue. > > > > > > thanks > > -prabhakar > > No, not a recent change; it''s been like this for quite a while (IIRC, FC-5 > didn''t have this split, but FC-6 has had this split since it was > released). > > Chris Lalancette >