From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-January/011417.html | 97 +++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-January/011417.html (limited to 'zarb-ml/mageia-dev/2012-January/011417.html') 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 @@ + + + + [Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound devices) + + + + + + + + + +

[Mageia-dev] MANUAL FIX: ACL/permissions issues (i.e. sound devices)

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Tue Jan 17 17:44:04 CET 2012 +

+
+ +
On 17 January 2012 15:38, Colin Guthrie <mageia at colin.guthr.ie> wrote:
+> Hi,
+>
+> I messed up a %post script in the pam package which causes issues with
+> systemd related authentication stuff. Sorry about that.
+>
+> It's a pain to fix with a script so I won't and thus a manual fix is needed.
+
+perl -pi -e 'if (/^-session\s+optional\s+pam_systemd.so\s*$/o) {
+$seen++; undef $_ if $seen > 1 }'  /etc/pam.d/system-authsystem-auth
+
+> Simply edit the system-auth pam.d file, e.g.: sudo vi /etc/pam.d/system-auth
+>
+> and remove the last line which should say:
+>
+> -session    optional      pam_systemd.so
+>
+>
+> This line should be a duplicate of an entry one or two lines above.
+>
+> You DO want one line with the above in it, you do NOT want more than one.
+>
+> pam package is fixed to not do this any more but you'll need to manually
+> fix this up.
+>
+> Sorry for the inconvenience.
+
+ + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1