diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/008156.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-September/008156.html | 212 |
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: +><i> Hi, +</I>><i> +</I>><i> OK, so there seem to be a couple bugs related to this still outstanding. +</I>><i> +</I>><i> I've been testing things today and I rebooted into kdm and logged into +</I>><i> KDE and all was well. +</I>><i> +</I>><i> So I'd like to try and work out who is still having problems and if I +</I>><i> can help debug. +</I>><i> +</I>><i> As I understand it, Guillaume is still having issues with systemd+gdm, +</I>><i> but no problems with kdm in that setup. +</I>><i> +</I>><i> So can someone summarise things here so I can attempt to reproduce? +</I>><i> +</I>><i> For reference, I'm up to date as of a couple hours ago. +</I>><i> +</I>><i> rpm -V kdm gdm pam +</I>><i> +</I>><i> Only some inconsequential changes are left, although my system-auth file +</I>><i> is a bit different. +</I>><i> +</I>><i> Here is what I have: +</I>><i> +</I>><i> +</I>><i> #%PAM-1.0 +</I>><i> +</I>><i> auth required pam_env.so +</I>><i> auth sufficient pam_tcb.so shadow nullok prefix=$2a$ count=8 +</I>><i> auth required pam_deny.so +</I>><i> +</I>><i> account sufficient pam_tcb.so shadow +</I>><i> account required pam_deny.so +</I>><i> +</I>><i> password required pam_cracklib.so try_first_pass retry=3 +</I>><i> minlen=4 dcredit=0 ucredit=0 +</I>><i> password sufficient pam_tcb.so use_authtok shadow write_to=shadow +</I>><i> nullok prefix=$2a$ count=8 +</I>><i> password required pam_deny.so +</I>><i> +</I>><i> session optional pam_keyinit.so revoke +</I>><i> session required pam_limits.so +</I>><i> session [success=1 default=ignore] pam_succeed_if.so service in +</I>><i> crond quiet use_uid +</I>><i> -session optional pam_systemd.so +</I>><i> session required pam_tcb.so +</I>><i> +</I>><i> +</I>><i> And here is the diff from the .rpmnew file there: +</I>><i> --- system-auth.rpmnew 2011-08-27 13:06:24.000000000 +0100 +</I>><i> +++ system-auth 2011-08-27 13:08:41.049923085 +0100 +</I>><i> @@ -4,9 +4,10 @@ +</I>><i> auth sufficient pam_tcb.so shadow nullok prefix=$2a$ count=8 +</I>><i> auth required pam_deny.so +</I>><i> +</I>><i> -account required pam_tcb.so shadow +</I>><i> +account sufficient pam_tcb.so shadow +</I>><i> +account required pam_deny.so +</I>><i> +</I>><i> -password required pam_cracklib.so try_first_pass retry=3 +</I>><i> +password required pam_cracklib.so try_first_pass retry=3 +</I>><i> minlen=4 dcredit=0 ucredit=0 +</I>><i> password sufficient pam_tcb.so use_authtok shadow write_to=shadow +</I>><i> nullok prefix=$2a$ count=8 +</I>><i> password required pam_deny.so +</I>><i> +</I>><i> +</I>><i> +</I>><i> +</I>><i> Cheers +</I>><i> +</I>><i> Col +</I>><i> +</I>><i> +</I>><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> |