From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CE20F1387D4 for ; Fri, 1 Feb 2013 19:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5878521C023; Fri, 1 Feb 2013 19:39:56 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 916DB21C01A for ; Fri, 1 Feb 2013 19:39:54 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hm14so988885wib.9 for ; Fri, 01 Feb 2013 11:39:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=Kl1kiuzxcGlDhkocYJoXD6cq2w1bFXCyGRz6Ua+JwQ4=; b=Pf8Dhgf9jn52r+HYQSIQ5Eo2dCKEy1/Qf+V0FmfWz+8IrM5i8YY6N7BkC7c/8xKgj0 ryiqFUVIvnLQ1oGxCHaEWUIjqtRk6TKUBrxXMijSVW/dg8cHFidmg8tQqWl5lRqyNwXO kRDAzv2Zqz9GD4gNewaWJBDx7SCYTJJiIjd76wVYfwCROAujckCdWGAHsTBR0tVsR3OP +OcW722obpLXBTDiehmzO7nU1SjGC5VkAEAUNIjEGSl/rTOuHs+IOcAoVQXc8dD56SXL vml1/rvLz72keQiehQhFEKPtFL6KmFMjgLf2+dy+9j0HTW11bd6yJuBTMPzvs7RpNYn+ YM1g== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.180.82.41 with SMTP id f9mr4865632wiy.25.1359747593253; Fri, 01 Feb 2013 11:39:53 -0800 (PST) Received: by 10.216.174.197 with HTTP; Fri, 1 Feb 2013 11:39:53 -0800 (PST) In-Reply-To: <510C0B54.5050601@xunil.at> References: <5109521C.3030207@xunil.at> <20130130173615.GA10408@BIFROST.zedat.fu-berlin.de> <51095D00.2040100@xunil.at> <51095EBB.3070709@xunil.at> <510962CF.7000107@xunil.at> <51096750.6010002@xunil.at> <51096BA0.6060809@xunil.at> <510972F6.7040306@xunil.at> <51098123.2010507@xunil.at> <510AB530.6060401@xunil.at> <510AB985.7080708@xunil.at> <510C0B54.5050601@xunil.at> Date: Fri, 1 Feb 2013 13:39:53 -0600 Message-ID: Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 From: =?UTF-8?B?Q2FuZWsgUGVsw6FleiBWYWxkw6lz?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 598fb68d-29ee-46de-a59a-eff1de723e3e X-Archives-Hash: 99fd62b4b26bcd9dd76737b64ce0977c On Fri, Feb 1, 2013 at 12:37 PM, Stefan G. Weichinger wrot= e: > Am 2013-01-31 19:54, schrieb Canek Pel=C3=A1ez Vald=C3=A9s: > >> sshd.service, ssh@.service, systemd-update-utmp-runlevel.service, and >> systemd-update-utmp-shutdown.service have auditd.service in their >> After=3D field; several others have plymouth services. After=3D is just >> for ordering of units, is not a requirement; systemd detects that >> auditd.service doesn't exists, and it starts the units that have it in >> ther After=3D field anyway. To make a unit depend on another, you need >> Require=3D. >> >> You can mask the services you don't have by creating a soft link to /dev= /null: >> >> # ll /etc/systemd/system/rc-local.service >> lrwxrwxrwx 1 root root 9 Aug 16 13:51 >> /etc/systemd/system/rc-local.service -> /dev/null >> >> It cleans up the output of systemctl --full --all. > > Ok, so I don't need auditd or plymouth, right? No, you don't. >> Well, I have no idea why your gdm is not letting you log in; obviously >> it's related to polkit (since it started when you changed from >> consolekit to polkit), but nothing in your config seems to differ from >> mine. It is not impossible that somehow the configuration files of the >> gdm user got messed up when the change happened. I don't know how this >> could happen, but as a hail Mary you could delete /var/lib/gdm, and >> reemerge it so it gets a clean install. > > Tried that as well, same problems after .... :-( > >> Also, you have USE=3Dpam for polkit, right? > > Yes. > > [I] sys-auth/polkit > Available versions: 0.107-r1 0.110 {examples gtk +introspection > kde nls pam selinux systemd} > Installed versions: 0.110(19:19:55 30.01.2013)(gtk introspection > nls pam systemd -examples -kde -selinux) > >> And could you post the >> output from "journalctl -b /usr/lib/polkit-1/polkitd"? > > That is empty! That's weird. *At least* it should tell you that it started and compiled the available rules. OK, let's try to see the problem outside systemd. First, stop polkit with: systemctl stop polkit.service and immediately after start it from the command line directly: /usr/lib/polkit-1/polkitd --replace the "immediately" thing is because polkit is dbus started, so it can be started by systemd if anything asks for its service. Then in another terminal stop gdm: systemctl stop gdm.service and start it from the command line: /usr/bin/gdm --no-daemon &> gdm.log Since you still have the Enable=3Dtrue in the [debug] section of its config, it will spew quite a lot of info, hence the redirection to a log file. I'm more interested in polkit's output when you try to log in, could you send that? By default polkit doesn't log almost anything, and I'm pretty sure the problem is with polkit refusing gdm to log you (or create a console for you, or something like that). Having an empty log is also weird; mine says: Jan 30 01:19:20 centurion polkitd[1614]: Started polkitd version 0.110 Jan 30 01:19:22 centurion polkitd[1614]: Loading rules from directory /etc/polkit-1/rules.d Jan 30 01:19:22 centurion polkitd[1614]: Loading rules from directory /usr/share/polkit-1/rules.d Jan 30 01:19:22 centurion polkitd[1614]: Finished loading, compiling and executing 3 rules Jan 30 01:19:22 centurion polkitd[1614]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Jan 30 01:19:30 centurion polkitd[1614]: Registered Authentication Agent for unix-session:1 (system bus name :1.30 [gnome-shell --mode=3Dgdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8) Jan 30 01:19:39 centurion polkitd[1614]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.30, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8) (disconnected from bus) Jan 30 01:19:55 centurion polkitd[1614]: Registered Authentication Agent for unix-session:2 (system bus name :1.58 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8) Regards. --=20 Canek Pel=C3=A1ez Vald=C3=A9s Posgrado en Ciencia e Ingenier=C3=ADa de la Computaci=C3=B3n Universidad Nacional Aut=C3=B3noma de M=C3=A9xico