On 10/13/06, Michael [Plouj] Ploujnikov <[EMAIL PROTECTED]> wrote:
I'll start by presenting some info about my system. You'll find the
actual problems (numbered) in the middle of this message.
I have my root file system on RAID 1
I use an initrd image to get my system going. The image was simply taken from:
http://sourceforge.net/project/showfiles.php?group_id=25076
I have added:
mount / -n -o remount,rw
[[ -z ${CDBOOT} ]] && start_addon evms
Hmm, why was this necessary? In baselayout 1.12.5-r2, the checkroot
script will already remount the root filesystem as rw if necessary,
and the /sbin/rc script will do a "start_addon evms" after starting
checkroot and modules, if evms appears in RC_VOLUME_ORDER in
/etc/conf.d/rc.
to /etc/init.d/checkroot
and removed anything evms related from /etc/init.d/checkfs
My checkfs doesn't have anything related to evms to begin with...
mount: /dev/evms/system already mounted or / busy
mount: according to mtab, rootfs is already mounted on /
Could it have already been activated by the initrd?
2. It gets worse because I see:
"Activating EVMS" at least once after the checkroot script finishes running.
I cannot find where this might be coming from.
Probably because you have evms in RC_VOLUME_ORDER in /etc/conf.d/rc,
which causes /sbin/rc to do a "start_addon evms" right after
checkroot.
-Richard
--
gentoo-user@gentoo.org mailing list