summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-July/006628.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006628.html')
-rw-r--r--zarb-ml/mageia-dev/2011-July/006628.html146
1 files changed, 146 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006628.html b/zarb-ml/mageia-dev/2011-July/006628.html
new file mode 100644
index 000000000..0a76a7d6a
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-July/006628.html
@@ -0,0 +1,146 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [Mageia 2 specifications] Systemd or not systemd
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia%202%20specifications%5D%20Systemd%20or%20not%20systemd&In-Reply-To=%3CCAC7Lmnsx3MoQJm4WbRjK0mKiLq6%3D1K974hmnN7nifFb0eUAg7Q%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006538.html">
+ <LINK REL="Next" HREF="006629.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [Mageia 2 specifications] Systemd or not systemd</H1>
+ <B>Eugeni Dodonov</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia%202%20specifications%5D%20Systemd%20or%20not%20systemd&In-Reply-To=%3CCAC7Lmnsx3MoQJm4WbRjK0mKiLq6%3D1K974hmnN7nifFb0eUAg7Q%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [Mageia 2 specifications] Systemd or not systemd">eugeni at dodonov.net
+ </A><BR>
+ <I>Thu Jul 14 03:47:07 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006538.html">[Mageia-dev] [Mageia 2 specifications] Systemd or not systemd
+</A></li>
+ <LI>Next message: <A HREF="006629.html">[Mageia-dev] [Mageia 2 specifications] Systemd or not systemd
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6628">[ date ]</a>
+ <a href="thread.html#6628">[ thread ]</a>
+ <a href="subject.html#6628">[ subject ]</a>
+ <a href="author.html#6628">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Tue, Jul 12, 2011 at 09:48, Colin Guthrie &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>&gt; wrote:
+
+&gt;<i> 'Twas brillig, and Eugeni Dodonov at 12/07/11 13:15 did gyre and gimble:
+</I>&gt;<i> &gt; If nobody objects, I could help with that. Mandriva certainly gave a
+</I>&gt;<i> &gt; large experience on how to integrate systemd into the system without
+</I>&gt;<i> &gt; killing traditional sysvinit alternative.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; It would also be extremely interested to have native systemd services
+</I>&gt;<i> &gt; which use most of systemd features (like sound and alsa scripts, which
+</I>&gt;<i> &gt; we discussed with Colin and Andrey Borzenkov some months ago but never
+</I>&gt;<i> &gt; got to implement properly).
+</I>&gt;<i>
+</I>&gt;<i> Massive +1 for systemd and massive +1 Eugeni wanting to help out! \o/
+</I>&gt;<i>
+</I>&gt;<i> I'll try and help out in bits and bobs too, tho' time is always a problem!
+</I>&gt;<i>
+</I>
+
+Ok, some n00b questions arise from my part, sorry if they seem too basic - I
+am only catching up with mga style of development :).
+
+Systemd 30 is out, with lots of nice changes, so I think we should use it
+now as we are quite early in the release cycle. It is working on my machine,
+but before doing something about it, I prefer to hear opinions :).
+
+Firstly, systemdrequires udev &gt;= 172, what is the policy to update it?
+According to 'mgarepo maintdb get udev', it has no maintainers, does anyone
+objects if I grab/update it as well?
+
+Secondly, what should be the correct way of supporting systemd in a package?
+In Mandriva, I thought on adding a --with flag to enable/disable systemd,
+but in most cases it does (almost) nothing. All services which want to
+support systemd only need to place their files into /lib/systemd - and
+that's it. Should we support opting-out of systemd in specs? I believe
+fcrozat is having the same dilemma in SuSE now as well, and he settled on
+some common packaging macros.
+
+Almost finally, should the systemd files belong to the main package, the
+same way as they do with initscripts-based one (e.g., the package would
+provide /lib/systemd/system/%{name}.service together with
+%_sysconfig/rc.d/init.d/%{name} for example), with no extra subpackages or
+flags - or should all systemd-specific files go into %{name}-systemd package
+for example? What do you think?
+
+And finally, what does seems to be the best way of starting to use systemd
+in cauldron? I have thought on 3 alternatives:
+ - easy way, only having it packaged, but not
+providing/obsoleting/conflicting with sysvinit. This way, it will work when
+kernel is booted with init=/bin/systemd (the least invasive way)
+ - compatible way (like in Mandriva) - it is available, systemd-sysvinit
+conflicts with sysvinit, so if someone installs systemd-sysvinit, sysvinit
+goes away and systemd is run by default. This seems to be the most sane way
+to me (but I could be biased), and it is easiest one for testing
+ - ultimate way - systemd provides and obsoletes sysvinit and its goodies.
+This way, systemd will be the only one (e.g., highlander style). This is how
+fedora did it if I am not mistaken, but I am not sure if it the best way.
+
+So, that's it for now from my part..
+
+Opinions?
+
+--
+Eugeni Dodonov
+<A HREF="http://eugeni.dodonov.net/">http://eugeni.dodonov.net/</A>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-dev/attachments/20110713/27e74b87/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006538.html">[Mageia-dev] [Mageia 2 specifications] Systemd or not systemd
+</A></li>
+ <LI>Next message: <A HREF="006629.html">[Mageia-dev] [Mageia 2 specifications] Systemd or not systemd
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6628">[ date ]</a>
+ <a href="thread.html#6628">[ thread ]</a>
+ <a href="subject.html#6628">[ subject ]</a>
+ <a href="author.html#6628">[ 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>