summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-September/008156.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/008156.html')
-rw-r--r--zarb-ml/mageia-dev/2011-September/008156.html212
1 files changed, 212 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/008156.html b/zarb-ml/mageia-dev/2011-September/008156.html
new file mode 100644
index 000000000..380e7052a
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-September/008156.html
@@ -0,0 +1,212 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Systemd + Login issues.
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Systemd%20%2B%20Login%20issues.&In-Reply-To=%3C4E739606.2020802%40osguru.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008187.html">
+ <LINK REL="Next" HREF="008159.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Systemd + Login issues.</H1>
+ <B>Scott Chevalley</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Systemd%20%2B%20Login%20issues.&In-Reply-To=%3C4E739606.2020802%40osguru.org%3E"
+ TITLE="[Mageia-dev] Systemd + Login issues.">avalon at osguru.org
+ </A><BR>
+ <I>Fri Sep 16 20:31:34 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008187.html">[Mageia-dev] Systemd + Login issues.
+</A></li>
+ <LI>Next message: <A HREF="008159.html">[Mageia-dev] Systemd + Login issues.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8156">[ date ]</a>
+ <a href="thread.html#8156">[ thread ]</a>
+ <a href="subject.html#8156">[ subject ]</a>
+ <a href="author.html#8156">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 09/16/2011 02:09 PM, Colin Guthrie wrote:
+&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> OK, so there seem to be a couple bugs related to this still outstanding.
+</I>&gt;<i>
+</I>&gt;<i> I've been testing things today and I rebooted into kdm and logged into
+</I>&gt;<i> KDE and all was well.
+</I>&gt;<i>
+</I>&gt;<i> So I'd like to try and work out who is still having problems and if I
+</I>&gt;<i> can help debug.
+</I>&gt;<i>
+</I>&gt;<i> As I understand it, Guillaume is still having issues with systemd+gdm,
+</I>&gt;<i> but no problems with kdm in that setup.
+</I>&gt;<i>
+</I>&gt;<i> So can someone summarise things here so I can attempt to reproduce?
+</I>&gt;<i>
+</I>&gt;<i> For reference, I'm up to date as of a couple hours ago.
+</I>&gt;<i>
+</I>&gt;<i> rpm -V kdm gdm pam
+</I>&gt;<i>
+</I>&gt;<i> Only some inconsequential changes are left, although my system-auth file
+</I>&gt;<i> is a bit different.
+</I>&gt;<i>
+</I>&gt;<i> Here is what I have:
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> #%PAM-1.0
+</I>&gt;<i>
+</I>&gt;<i> auth required pam_env.so
+</I>&gt;<i> auth sufficient pam_tcb.so shadow nullok prefix=$2a$ count=8
+</I>&gt;<i> auth required pam_deny.so
+</I>&gt;<i>
+</I>&gt;<i> account sufficient pam_tcb.so shadow
+</I>&gt;<i> account required pam_deny.so
+</I>&gt;<i>
+</I>&gt;<i> password required pam_cracklib.so try_first_pass retry=3
+</I>&gt;<i> minlen=4 dcredit=0 ucredit=0
+</I>&gt;<i> password sufficient pam_tcb.so use_authtok shadow write_to=shadow
+</I>&gt;<i> nullok prefix=$2a$ count=8
+</I>&gt;<i> password required pam_deny.so
+</I>&gt;<i>
+</I>&gt;<i> session optional pam_keyinit.so revoke
+</I>&gt;<i> session required pam_limits.so
+</I>&gt;<i> session [success=1 default=ignore] pam_succeed_if.so service in
+</I>&gt;<i> crond quiet use_uid
+</I>&gt;<i> -session optional pam_systemd.so
+</I>&gt;<i> session required pam_tcb.so
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> And here is the diff from the .rpmnew file there:
+</I>&gt;<i> --- system-auth.rpmnew 2011-08-27 13:06:24.000000000 +0100
+</I>&gt;<i> +++ system-auth 2011-08-27 13:08:41.049923085 +0100
+</I>&gt;<i> @@ -4,9 +4,10 @@
+</I>&gt;<i> auth sufficient pam_tcb.so shadow nullok prefix=$2a$ count=8
+</I>&gt;<i> auth required pam_deny.so
+</I>&gt;<i>
+</I>&gt;<i> -account required pam_tcb.so shadow
+</I>&gt;<i> +account sufficient pam_tcb.so shadow
+</I>&gt;<i> +account required pam_deny.so
+</I>&gt;<i>
+</I>&gt;<i> -password required pam_cracklib.so try_first_pass retry=3
+</I>&gt;<i> +password required pam_cracklib.so try_first_pass retry=3
+</I>&gt;<i> minlen=4 dcredit=0 ucredit=0
+</I>&gt;<i> password sufficient pam_tcb.so use_authtok shadow write_to=shadow
+</I>&gt;<i> nullok prefix=$2a$ count=8
+</I>&gt;<i> password required pam_deny.so
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Cheers
+</I>&gt;<i>
+</I>&gt;<i> Col
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>
+I'm still having a problem where systemd never finishes to a point of loading
+tty's. I'm using KDM and I turned off plymouth to see if that was the issue.
+KDM does start and the system, as far as I can tell, is working okay, but I
+can't log into any tty console.
+
+The systems been up for 20+ hours now and tty1 is still showing:
+
+Started LSB: run cron daemon.
+
+Scott
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008187.html">[Mageia-dev] Systemd + Login issues.
+</A></li>
+ <LI>Next message: <A HREF="008159.html">[Mageia-dev] Systemd + Login issues.
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8156">[ date ]</a>
+ <a href="thread.html#8156">[ thread ]</a>
+ <a href="subject.html#8156">[ subject ]</a>
+ <a href="author.html#8156">[ 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>