diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-February/012314.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-February/012314.html | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-February/012314.html b/zarb-ml/mageia-dev/2012-February/012314.html new file mode 100644 index 000000000..f6fc6280b --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/012314.html @@ -0,0 +1,142 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] New dracut - please test + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20New%20dracut%20-%20please%20test&In-Reply-To=%3C4F48BF1B.4050605%40colin.guthr.ie%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="012308.html"> + <LINK REL="Next" HREF="012341.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] New dracut - please test</H1> + <B>Colin Guthrie</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20New%20dracut%20-%20please%20test&In-Reply-To=%3C4F48BF1B.4050605%40colin.guthr.ie%3E" + TITLE="[Mageia-dev] New dracut - please test">mageia at colin.guthr.ie + </A><BR> + <I>Sat Feb 25 11:59:39 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="012308.html">[Mageia-dev] New dracut - please test +</A></li> + <LI>Next message: <A HREF="012341.html">[Mageia-dev] New dracut - please test +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#12314">[ date ]</a> + <a href="thread.html#12314">[ thread ]</a> + <a href="subject.html#12314">[ subject ]</a> + <a href="author.html#12314">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>'Twas brillig, and David W. Hodgins at 25/02/12 07:35 did gyre and gimble: +><i> On Fri, 24 Feb 2012 06:42:01 -0500, Colin Guthrie +</I>><i> <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: +</I>><i> +</I>>><i> The other big change here is to automatically generate a much bigger +</I>>><i> initramfs when doing an upgrade from mga1. This will include a lot more +</I>>><i> stuff (e.g. lvm, raid etc) that may or may not be needed on a given +</I>>><i> setup, but until you boot with dracut you cannot generate an initramfs +</I>>><i> that will be able to detect only what is needed for boot. +</I>><i> +</I>><i> Looking at the current version of the init script, it's clear +</I>><i> what the problem is ... +</I>><i> +</I>><i> check_finished && break +</I>><i> +</I>><i> udevsettle +</I>><i> +</I>><i> check_finished && break +</I>><i> +</I>><i> The above statement will always be true on a single core +</I>><i> system, so the following code never gets executed. +</I> +As I've said before, I really do not think this is anything to do with +number of cores. I do see that there is a chicken and egg problem, but +why would the number of cores affect this? Nothing runs in the +background here. + +As stated earlier +(<A HREF="https://www.mageia.org/pipermail/mageia-dev/2012-February/011709.html">https://www.mageia.org/pipermail/mageia-dev/2012-February/011709.html</A>), +the problem is simply that there are no calls to wait_for_dev for the +lvm drives and thus the whole initqueue stuff just glosses over things +and doesn't ever activate them. + +What is different to the last time is that now for hostonly initrds (not +the one you generated), the wait_for_dev call WILL be added. I had hoped +this different approach would have fixed your problem. + +However, due to me now doing this fallback non-hostonly initrd, the +original problem still manifests itself. + +Can you test that generating a new initrd after booting via dracut (and +thus getting a hostonly one) does actually activate your usr partition? +I'm not 100% convinced there will not still be a problem with the +"resume" support and swap partitions, but it will hopefully give you a +smooth boot even if resume support is busted. + +The non-hostonly problem does need a fix and I'll see what can be done. + +Col + + + + +-- + +Colin Guthrie +colin(at)mageia.org +<A HREF="http://colin.guthr.ie/">http://colin.guthr.ie/</A> + +Day Job: + Tribalogic Limited <A HREF="http://www.tribalogic.net/">http://www.tribalogic.net/</A> +Open Source: + Mageia Contributor <A HREF="http://www.mageia.org/">http://www.mageia.org/</A> + PulseAudio Hacker <A HREF="http://www.pulseaudio.org/">http://www.pulseaudio.org/</A> + Trac Hacker <A HREF="http://trac.edgewall.org/">http://trac.edgewall.org/</A> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="012308.html">[Mageia-dev] New dracut - please test +</A></li> + <LI>Next message: <A HREF="012341.html">[Mageia-dev] New dracut - please test +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#12314">[ date ]</a> + <a href="thread.html#12314">[ thread ]</a> + <a href="subject.html#12314">[ subject ]</a> + <a href="author.html#12314">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |