diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-February/011701.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-February/011701.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-February/011701.html b/zarb-ml/mageia-dev/2012-February/011701.html new file mode 100644 index 000000000..318d9617b --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/011701.html @@ -0,0 +1,90 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Issues with dracut + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Issues%20with%20dracut&In-Reply-To=%3Cop.v825rzwen7mcit%40hodgins.homeip.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="011700.html"> + <LINK REL="Next" HREF="011707.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Issues with dracut</H1> + <B>David W. Hodgins</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Issues%20with%20dracut&In-Reply-To=%3Cop.v825rzwen7mcit%40hodgins.homeip.net%3E" + TITLE="[Mageia-dev] Issues with dracut">davidwhodgins at gmail.com + </A><BR> + <I>Fri Feb 3 05:37:01 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="011700.html">[Mageia-dev] [packages-commits] [203801] imported package rubygem-ruby-debug +</A></li> + <LI>Next message: <A HREF="011707.html">[Mageia-dev] Issues with dracut +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11701">[ date ]</a> + <a href="thread.html#11701">[ thread ]</a> + <a href="subject.html#11701">[ subject ]</a> + <a href="author.html#11701">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, 17 Jan 2012 07:22:30 -0500, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: + +><i> Are things working OK for you now with dracut or is it still busted? +</I> +I've finally figured out why it wasn't working for my system. + +Two separate problems. + +First, /dev/$volumegroup/$logicalvolume symlinks are no longer created. +My fstab had ... +/dev/91/usr /usr ext4 defaults,relatime,user_xattr 1 2 +which used to work, but /dev/91/usr is not created when +the lvm scan is run. /dev/mapper/91-usr is created, but not /dev/91/usr. + +Second, on my single core system, the loop to process the things found by +udev only ran +while :; do + + check_finished && break +at which point it ended the loop, without trying to run the initqueue jobs. + +I've attached a patch to fix the init script. + +Would you prefer I open a new bug report for this? + +Regards, Dave Hodgins +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: init.patch +Type: application/octet-stream +Size: 1175 bytes +Desc: not available +URL: </pipermail/mageia-dev/attachments/20120202/80fcc31c/attachment.obj> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="011700.html">[Mageia-dev] [packages-commits] [203801] imported package rubygem-ruby-debug +</A></li> + <LI>Next message: <A HREF="011707.html">[Mageia-dev] Issues with dracut +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11701">[ date ]</a> + <a href="thread.html#11701">[ thread ]</a> + <a href="subject.html#11701">[ subject ]</a> + <a href="author.html#11701">[ 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> |