Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2
Date: Thu, 31 Jan 2013 18:27:04
Message-Id: CADPrc82dnsiPhcgaN_2aAy2hAs+eja6Aj=S0PfvA5rvHuX4qYg@mail.gmail.com
In Reply to: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 by "Stefan G. Weichinger"
1 On Thu, Jan 31, 2013 at 12:17 PM, Stefan G. Weichinger <lists@×××××.at> wrote:
2 > Am 31.01.2013 19:06, schrieb Canek Peláez Valdés:
3 >
4 >> I tries in the consoles c11, c12, and then on the c13 and 14.
5 >
6 > Yes, I noticed that trying-around as well ...
7 >
8 >> I don't
9 >> know why, but it would seem that gdm-password fails to authenticate
10 >> you.
11 >
12 > Just changed my password to something simple without german umlauts or
13 > special characters to rule out charset-topics. No change.
14 >
15 >> Do you have anything in /etc/polkit-1/rules.d/? I only have
16 >> 50-default.rules, which Gentoo adds.
17 >
18 > Same here.
19 >
20 >> Also check
21 >> /usr/share/polkit-1/rules.d.
22 >
23 > These 2 files:
24 >
25 > # cat 01-org.freedesktop.NetworkManager.settings.modify.system.rules
26 > // Let users in plugdev group modify NetworkManager
27 > polkit.addRule(function(action, subject) {
28 > if (action.id ==
29 > "org.freedesktop.NetworkManager.settings.modify.system" &&
30 > subject.isInGroup("plugdev") && subject.active) {
31 > return "yes";
32 > }
33 > });
34 >
35 > # cat gnome-control-center.rules
36 > polkit.addRule(function(action, subject) {
37 > if (action.id == "org.freedesktop.hostname1.set-static-hostname" &&
38 > subject.local &&
39 > subject.active &&
40 > subject.isInGroup ("wheel")) {
41 > return polkit.Result.YES;
42 > }
43 > });
44
45 Same here.
46
47 > My user "sgw" is members of both mentioned groups, btw:
48 >
49 > # getent group wheel
50 > wheel:x:10:root,sgw
51 >
52 > # getent group plugdev
53 > plugdev:x:443:haldaemon,sgw
54
55 And I suppose both sgw and gdm are in the video group (the later is
56 done by the ebuild, if I'm not mistaken). What is the uid and gid of
57 gdm? Also, did GDM (the same version) worked with OpenRC, or did you
58 installed systemd and upgraded gdm at the same time?
59
60 What does "systemctl --all --full" says, which units are in red? And
61 lastly, how did you set gdm as your display manager? Do you have:
62
63 # ls -l /etc/systemd/system/display-manager.service
64 lrwxrwxrwx 1 root root 37 Dec 6 00:40
65 /etc/systemd/system/display-manager.service ->
66 /usr/lib64/systemd/system/gdm.service
67
68 ?
69
70 Regards.
71 --
72 Canek Peláez Valdés
73 Posgrado en Ciencia e Ingeniería de la Computación
74 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 "Stefan G. Weichinger" <lists@×××××.at>