summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-April/014140.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-April/014140.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-1be510f9529cb082f802408b472a77d074b394c0.tar
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz
archives-1be510f9529cb082f802408b472a77d074b394c0.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2012-April/014140.html')
-rw-r--r--zarb-ml/mageia-dev/2012-April/014140.html128
1 files changed, 128 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-April/014140.html b/zarb-ml/mageia-dev/2012-April/014140.html
new file mode 100644
index 000000000..74303de13
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-April/014140.html
@@ -0,0 +1,128 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Help: Please find me initscripts without LSB headers!
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Help%3A%20Please%20find%20me%20initscripts%20without%20LSB%0A%09headers%21&In-Reply-To=%3C4F855D50.6070604%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="014139.html">
+ <LINK REL="Next" HREF="014141.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Help: Please find me initscripts without LSB headers!</H1>
+ <B>Colin Guthrie</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Help%3A%20Please%20find%20me%20initscripts%20without%20LSB%0A%09headers%21&In-Reply-To=%3C4F855D50.6070604%40colin.guthr.ie%3E"
+ TITLE="[Mageia-dev] Help: Please find me initscripts without LSB headers!">mageia at colin.guthr.ie
+ </A><BR>
+ <I>Wed Apr 11 12:30:40 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="014139.html">[Mageia-dev] Help: Please find me initscripts without LSB headers!
+</A></li>
+ <LI>Next message: <A HREF="014141.html">[Mageia-dev] Help: Please find me initscripts without LSB headers!
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#14140">[ date ]</a>
+ <a href="thread.html#14140">[ thread ]</a>
+ <a href="subject.html#14140">[ subject ]</a>
+ <a href="author.html#14140">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>'Twas brillig, and Pascal Terjan at 11/04/12 11:24 did gyre and gimble:
+&gt;<i> On Wed, Apr 11, 2012 at 11:07, Colin Guthrie &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>&gt; wrote:
+</I>&gt;&gt;<i> Hi,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> I need to find all initscripts we ship that do not contain LSB header
+</I>&gt;&gt;<i> information!
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Ideally you should find them and fix the scripts, but if in doubt ask me!
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> This is the result of debug work on:
+</I>&gt;&gt;<i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=5262#c19">https://bugs.mageia.org/show_bug.cgi?id=5262#c19</A>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Where overzealous use of priorities from non-LSB compatible scripts has
+</I>&gt;&gt;<i> resulted in ordering cycle deadlocks. We need to nuke these problems.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> This can be fixed by providing proper LSB headers in initscripts (likely
+</I>&gt;&gt;<i> easier) or native systemd units (better if you can do it).
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Here is a document that tracks all packages we provide which provide
+</I>&gt;&gt;<i> sysvinit scripts. Please can people go through the list and fill in the
+</I>&gt;&gt;<i> blanks. I've started it off. The only cells to free edit are either your
+</I>&gt;&gt;<i> name, or notes about things. The others have data validation - i.e. a
+</I>&gt;&gt;<i> drop down. I've provided links to subversion which in many cases is
+</I>&gt;&gt;<i> sufficient to verify the initscripts as they are often just included in
+</I>&gt;&gt;<i> the SOURCES folder, not packaged upstream. For some however you will
+</I>&gt;&gt;<i> need to check a bit.
+</I>&gt;<i>
+</I>&gt;<i> Can't this be automated?
+</I>&gt;<i> Get the list of binary rpms containing initscripts with urpmf (I guess
+</I>&gt;<i> that's what you did), extract the initiscripts from a local mirror,
+</I>&gt;<i> grep to see if they have LSB Headers?
+</I>
+That part can be automated I guess. I don't have a handy mirror tho'.
+Also if the script has native systemd it might be a false negative, but
+I guess they would be suitably small to be checked by hand.
+
+That said, the list isn't super long :)
+
+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="014139.html">[Mageia-dev] Help: Please find me initscripts without LSB headers!
+</A></li>
+ <LI>Next message: <A HREF="014141.html">[Mageia-dev] Help: Please find me initscripts without LSB headers!
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#14140">[ date ]</a>
+ <a href="thread.html#14140">[ thread ]</a>
+ <a href="subject.html#14140">[ subject ]</a>
+ <a href="author.html#14140">[ 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>