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] xen on suse 9.3 and software raid

To: Gerd Knorr <kraxel@xxxxxxxxxxx>, hare@xxxxxxx
Subject: Re: [Xen-users] xen on suse 9.3 and software raid
From: Andreas Gruenbacher <agruen@xxxxxxx>
Date: Wed, 11 May 2005 16:47:11 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 11 May 2005 14:50:09 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <8764xri5h0.fsf@xxxxxxxxxxx>
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: SUSE LINUX Products GMBH
References: <Pine.LNX.4.58.0504262344130.23086@xxxxxxxxxxxxx> <42720A1B.3010905@xxxxxxxxxxxx> <8764xri5h0.fsf@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8
Hi Gerd,

On Tuesday 10 May 2005 15:19, Gerd Knorr wrote:
> Robbie Dinn <robbie@xxxxxxxxxxxx> writes:
> > Any one else got any ideas?
>
> Had a look today, figured mkinitrd has a bug which causes it using the
> default kernel modules, not the xen kernel ones in case you have both
> -default and -xen installed (which most likely is the case).
>
> Try the patch below, rerun mkinitrd, reboot and see whenever it works
> better then.
>
> HTH,
>
>   Gerd
>
> --- /sbin/mkinitrd.o  2005-05-10 14:52:30.201725832 +0200
> +++ /sbin/mkinitrd    2005-05-10 15:11:45.752785097 +0200
> @@ -1671,6 +1671,8 @@
>      fi
>
>      # Filter modules into fs and non-fs (driver) modules
> +    fs_modules=""
> +    drv_modules=""
>      for module in $resolved_modules; do
>       case $module in
>           */kernel/fs/*)

both variables are local to mkinitrd_kernel(), so they don't need to be 
initialized separately. The bug must be somewhere else, sorry.

Could you please run mkinitrd via bash so that we see the trace,

    bash -x /sbin/mkinitrd?

Thanks,
-- 
Andreas Gruenbacher <agruen@xxxxxxx>
SUSE Labs, SUSE LINUX PRODUCTS GMBH

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