diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-August/007533.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-August/007533.html | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-August/007533.html b/zarb-ml/mageia-dev/2011-August/007533.html new file mode 100644 index 000000000..4aefc59ef --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007533.html @@ -0,0 +1,156 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] cauldron core/release udev-173-1.mga2 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20cauldron%20core/release%20udev-173-1.mga2&In-Reply-To=%3C1314300737.2119.180.camel%40akroma.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007519.html"> + <LINK REL="Next" HREF="007542.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] cauldron core/release udev-173-1.mga2</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20cauldron%20core/release%20udev-173-1.mga2&In-Reply-To=%3C1314300737.2119.180.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-dev] cauldron core/release udev-173-1.mga2">misc at zarb.org + </A><BR> + <I>Thu Aug 25 21:29:06 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="007519.html">[Mageia-dev] cauldron core/release udev-173-1.mga2 +</A></li> + <LI>Next message: <A HREF="007542.html">[Mageia-dev] cauldron core/release udev-173-1.mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7533">[ date ]</a> + <a href="thread.html#7533">[ thread ]</a> + <a href="subject.html#7533">[ subject ]</a> + <a href="author.html#7533">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le jeudi 25 août 2011 à 15:33 +0100, Colin Guthrie a écrit : +><i> 'Twas brillig, and D.Morgan at 25/08/11 15:22 did gyre and gimble: +</I>><i> > On Thu, Aug 25, 2011 at 4:18 PM, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: +</I>><i> >> 'Twas brillig, and Mageia Team at 25/08/11 09:56 did gyre and gimble: +</I>><i> >>> Name : udev Relocations: (not relocatable) +</I>><i> >>> Version : 173 Vendor: Mageia.Org +</I>><i> >>> Release : 1.mga2 Build Date: Thu Aug 25 10:54:41 2011 +</I>><i> >>> Install Date: (not installed) Build Host: jonund +</I>><i> >>> Group : System/Configuration/Hardware Source RPM: (none) +</I>><i> >>> Size : 745928 License: GPLv2 +</I>><i> >>> Signature : (none) +</I>><i> >>> Packager : Mageia Team <<A HREF="http://www.mageia.org">http://www.mageia.org</A>> +</I>><i> >>> URL : <A HREF="ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug">ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug</A> +</I>><i> >>> Summary : A userspace implementation of devfs +</I>><i> >>> Description : +</I>><i> >>> Udev is an implementation of devfs/devfsd in userspace using sysfs and +</I>><i> >>> /sbin/hotplug. It requires a 2.6 kernel to run properly. +</I>><i> >>> +</I>><i> >>> Like devfs, udev dynamically creates and removes device nodes from /dev/. +</I>><i> >>> It responds to /sbin/hotplug device events. +</I>><i> >>> +</I>><i> >>> misc <misc> 173-1.mga2: +</I>><i> >>> + Revision: 135235 +</I>><i> >>> - fix description ( rpmlint error ) +</I>><i> >>> +</I>><i> >>> + tv <tv> +</I>><i> >>> - fix file list +</I>><i> >>> - new release +</I>><i> >>> - rediff patch 0 +</I>><i> >> +</I>><i> >> So, with the new udev, it seems that udev-acl is removed. This is a step +</I>><i> >> towards systemd which now handles all the ACL application. +</I>><i> >> +</I>><i> >> Do we really want this new udev now? If so, then we really need to step +</I>><i> >> up the systemd integration. Things are mostly working fine for me +</I>><i> >> without udev-acls, but even with the systemd package as presently +</I>><i> >> available, I have to edit my /etc/pamd.d/system-auth file to include the +</I>><i> >> pam_systemd stuff - see my earlier message to this list about that. +</I>><i> > +</I>><i> > what about doing like fedora ? +</I>><i> > +</I>><i> > +</I>><i> > +</I>><i> > %post +</I>><i> > # Make sure pam_systemd is enabled +</I>><i> > if ! /bin/grep -q pam_systemd /etc/pam.d/system-auth-ac ; then +</I>><i> > /usr/sbin/authconfig --update --nostart >/dev/null 2>&1 || : +</I>><i> > +</I>><i> > # Try harder +</I>><i> > /bin/grep -q pam_systemd /etc/pam.d/system-auth-ac || +</I>><i> > /usr/sbin/authconfig --updateall --nostart >/dev/null 2>&1 || : +</I>><i> > fi +</I> +I think it may be easier to write a script around augeas than import +authconfig, as I suspect that it would do much more change. + + +><i> Yup that's what I asked in my last email about this several weeks ago. +</I>><i> I've pinged it up to get more discussion about the topic. +</I> +In fact, it was not clear that you asked a question in the mail :/ + +We said that we would support booting without systemd-, so to me, this +should be taken in account. + +-- +Michael Scherer + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007519.html">[Mageia-dev] cauldron core/release udev-173-1.mga2 +</A></li> + <LI>Next message: <A HREF="007542.html">[Mageia-dev] cauldron core/release udev-173-1.mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7533">[ date ]</a> + <a href="thread.html#7533">[ thread ]</a> + <a href="subject.html#7533">[ subject ]</a> + <a href="author.html#7533">[ 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> |