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

Re: [Xen-users] install problem on Linux SUSE SP1 box with Xen-2.0 ... m

To: smith.suze@xxxxxxxxx
Subject: Re: [Xen-users] install problem on Linux SUSE SP1 box with Xen-2.0 ... missing modules
From: Steven Ellis <mail_lists@xxxxxxxxxxxxxxxx>
Date: Tue, 04 Oct 2005 09:31:46 +1300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 03 Oct 2005 20:29:39 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <2f5a0c090509200401721f242e@xxxxxxxxxxxxxx>
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>
References: <2f5a0c090509200401721f242e@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050912)
suze brown wrote:

Hi,
I'm a Xen newbie excited to experiment with virtualization. I'm facing a problem with my install though.. and would appreciate all the help i can get. Downloaded the tar ball xen-2.0.7-install-x86_32.tgz <http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-2.0.7-install-x86_32.tgz> from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads.html
and am using an ia32 box running SUSE SLES9.
To install Xen, followed the procedure outlined in the user manual
and went on to make its initrd image using mkinitrd.
Now get the following..

#  mkinitrd -k vmlinuz-2.6.11.12-xen0 -i initrd-2.6.11.12-xen0
Root device:    /dev/sda1 (mounted on / as ext3)
Module list:    aic7xxx lpfcdd jbd ext3

Kernel image:   /boot/vmlinuz-2.6.11.12-xen0
Initrd image:   /boot/initrd-2.6.11.12-xen0
Shared libs: lib/ld-2.3.3.so <http://2.3.3.so> lib/libc.so.6 lib/libselinux.so.1 Cannot determine dependencies of module aic7xxx. Is modules.dep up to date?
Cannot determine dependencies of module lpfcdd. Is modules.dep up to date?
Cannot determine dependencies of module jbd. Is modules.dep up to date?
Cannot determine dependencies of module ext3. Is modules.dep up to date?
Modules:
none

Had run "depmod -a -v 2.6.11.12-xen0" to create the modules.dep file.

Noticed that the modules listed i.e aic7xxx, lpfcdd, jbd and ext3 dont really exist in the directory /lib/modules/2.6.11.12-xen0 .. :(


Now a number of these modules have been compiled into the supplied kernel. Look at
/boot/config-2.6.11.12-xen0
from the xen-2.0.7 install as see which modules have either been compiled in, or have actually been disabled.

Normally RH & Suse supply all of these as modules, but the vanilla Xen Dom0 kernels have them compiled in.

Hope this helps..

Steve

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] install problem on Linux SUSE SP1 box with Xen-2.0 ... missing modules, Steven Ellis <=