Re: [gentoo-user] mdadm: No arrays found in config file

2006-07-18 Thread Kenton Groombridge
You are right on target.  This got rid of that message.

Thanks,
Ken

Richard Fish wrote:
> If either of these sounds right, you should be able to remove the
> "raid" entry from RC_VOLUME_ORDER in /etc/conf.d/rc.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm: No arrays found in config file

2006-07-18 Thread Richard Fish

On 7/18/06, Andreas Claesson <[EMAIL PROTECTED]> wrote:

I believe the reason for this is that your partitions are of type 'fd'
When they have that id they are automagically found and started by the
kernel, and therefor there are nothing for mdadm to do.
But this is just a guess.


That would be my guess.  Similarly, if the root filesystem is on a
raid volume, the initramfs environment may start all raid volumes, and
there will be nothing for mdadm to do.

If either of these sounds right, you should be able to remove the
"raid" entry from RC_VOLUME_ORDER in /etc/conf.d/rc.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm: No arrays found in config file

2006-07-18 Thread Andreas Claesson

On 7/19/06, Kenton Groombridge <[EMAIL PROTECTED]> wrote:

Jarry wrote:
> I have noticed following message in /var/log/boot
> (but I see them too early during boot-up):
> ...
>  * Remounting root filesystem read/write ...  [ ok ]
>  * Setting hostname to obelix ... [ ok ]
>  * Starting up RAID devices (mdadm) ...
> mdadm: No arrays found in config file [ !! ]
I have been getting this for some time but was hesitant to post a bug.
Although I get this message, my raid starts fine, and when shutting
down, I get an "OK" message that it is shutdown properly.



I believe the reason for this is that your partitions are of type 'fd'
When they have that id they are automagically found and started by the
kernel, and therefor there are nothing for mdadm to do.
But this is just a guess.

/Andreas
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm: No arrays found in config file

2006-07-18 Thread Kenton Groombridge
Jarry wrote:
> I have noticed following message in /var/log/boot
> (but I see them too early during boot-up):
> ...
>  * Remounting root filesystem read/write ...  [ ok ]
>  * Setting hostname to obelix ... [ ok ]
>  * Starting up RAID devices (mdadm) ...
> mdadm: No arrays found in config file [ !! ]
I have been getting this for some time but was hesitant to post a bug. 
Although I get this message, my raid starts fine, and when shutting
down, I get an "OK" message that it is shutdown properly.

I tried a lot of stuff to get rid of this message with no results.

Ken
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm: No arrays found in config file

2006-07-18 Thread Richard Broersma Jr
> I have noticed following message in /var/log/boot
> (but I see them too early during boot-up):
> ...
>   * Remounting root filesystem read/write ...  [ ok ]
>   * Setting hostname to obelix ... [ ok ]
>   * Starting up RAID devices (mdadm) ...
> mdadm: No arrays found in config file [ !! ]
> ...
> 
> But I do have correct entries in /etc/mdadm.conf,
> I created it with "mdadm --detail --scan >> /etc/mdadm.conf:
> 
> ARRAY /dev/md0 level=raid1 num-devices=2 
> UUID=003fda39:c9fd7a80:2590ab77:4f666e20
> ...
> ARRAY /dev/md8 level=raid1 num-devices=2 
> UUID=9500d085:ab7ec189:f308114e:c88b3121
> 
> But despite of that message, all raid-partitions are recognised
> and mounted correctly. Even "/etc/init.d/mdadm restart" works
> without any complaint. So where is the problem?

I have the same symptoms.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mdadm: No arrays found in config file

2006-07-18 Thread Jarry

Hi,

I have noticed following message in /var/log/boot
(but I see them too early during boot-up):
...
 * Remounting root filesystem read/write ...  [ ok ]
 * Setting hostname to obelix ... [ ok ]
 * Starting up RAID devices (mdadm) ...
mdadm: No arrays found in config file [ !! ]
...

But I do have correct entries in /etc/mdadm.conf,
I created it with "mdadm --detail --scan >> /etc/mdadm.conf:

ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=003fda39:c9fd7a80:2590ab77:4f666e20

...
ARRAY /dev/md8 level=raid1 num-devices=2 
UUID=9500d085:ab7ec189:f308114e:c88b3121


But despite of that message, all raid-partitions are recognised
and mounted correctly. Even "/etc/init.d/mdadm restart" works
without any complaint. So where is the problem?

Jarry

--
gentoo-user@gentoo.org mailing list