diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011417.html')
| -rw-r--r-- | zarb-ml/mageia-dev/2012-January/011417.html | 97 | 
1 files changed, 97 insertions, 0 deletions
| diff --git a/zarb-ml/mageia-dev/2012-January/011417.html b/zarb-ml/mageia-dev/2012-January/011417.html new file mode 100644 index 000000000..593300b65 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-January/011417.html @@ -0,0 +1,97 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> +   <TITLE> [Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound	devices) +   </TITLE> +   <LINK REL="Index" HREF="index.html" > +   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20MANUAL%20FIX%3A%20ACL/permissions%20issues%20%28i.e.%20sound%0A%09devices%29&In-Reply-To=%3CCAONrEtbHFDQ1PV2EgRek8zgVQtGzoAASVdeneDUk%2Bx--ioEwrw%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="011416.html"> +   <LINK REL="Next"  HREF="011418.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +   <H1>[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound	devices)</H1> +    <B>Thierry Vignaud</B>  +    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20MANUAL%20FIX%3A%20ACL/permissions%20issues%20%28i.e.%20sound%0A%09devices%29&In-Reply-To=%3CCAONrEtbHFDQ1PV2EgRek8zgVQtGzoAASVdeneDUk%2Bx--ioEwrw%40mail.gmail.com%3E" +       TITLE="[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound	devices)">thierry.vignaud at gmail.com +       </A><BR> +    <I>Tue Jan 17 17:44:04 CET 2012</I> +    <P><UL> +        <LI>Previous message: <A HREF="011416.html">[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound devices) +</A></li> +        <LI>Next message: <A HREF="011418.html">[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound	devices) +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#11417">[ date ]</a> +              <a href="thread.html#11417">[ thread ]</a> +              <a href="subject.html#11417">[ subject ]</a> +              <a href="author.html#11417">[ author ]</a> +         </LI> +       </UL> +    <HR>   +<!--beginarticle--> +<PRE>On 17 January 2012 15:38, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: +><i> Hi, +</I>><i> +</I>><i> I messed up a %post script in the pam package which causes issues with +</I>><i> systemd related authentication stuff. Sorry about that. +</I>><i> +</I>><i> It's a pain to fix with a script so I won't and thus a manual fix is needed. +</I> +perl -pi -e 'if (/^-session\s+optional\s+pam_systemd.so\s*$/o) { +$seen++; undef $_ if $seen > 1 }'  /etc/pam.d/system-authsystem-auth + +><i> Simply edit the system-auth pam.d file, e.g.: sudo vi /etc/pam.d/system-auth +</I>><i> +</I>><i> and remove the last line which should say: +</I>><i> +</I>><i> -session    optional      pam_systemd.so +</I>><i> +</I>><i> +</I>><i> This line should be a duplicate of an entry one or two lines above. +</I>><i> +</I>><i> You DO want one line with the above in it, you do NOT want more than one. +</I>><i> +</I>><i> pam package is fixed to not do this any more but you'll need to manually +</I>><i> fix this up. +</I>><i> +</I>><i> Sorry for the inconvenience. +</I></PRE> + + + + + + + + + + + + + + + + + +<!--endarticle--> +    <HR> +    <P><UL> +        <!--threads--> +	<LI>Previous message: <A HREF="011416.html">[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound devices) +</A></li> +	<LI>Next message: <A HREF="011418.html">[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound	devices) +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#11417">[ date ]</a> +              <a href="thread.html#11417">[ thread ]</a> +              <a href="subject.html#11417">[ subject ]</a> +              <a href="author.html#11417">[ 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> | 
