On Thu, Jan 31, 2013 at 12:17 PM, Stefan G. Weichinger <li...@xunil.at> wrote:
> Am 31.01.2013 19:06, schrieb Canek Peláez Valdés:
>
>> I tries in the consoles c11, c12, and then on the c13 and 14.
>
> Yes, I noticed that trying-around as well ...
>
>> I don't
>> know why, but it would seem that gdm-password fails to authenticate
>> you.
>
> Just changed my password to something simple without german umlauts or
> special characters to rule out charset-topics. No change.
>
>> Do you have anything in /etc/polkit-1/rules.d/? I only have
>> 50-default.rules, which Gentoo adds.
>
> Same here.
>
>> Also check
>> /usr/share/polkit-1/rules.d.
>
> These 2 files:
>
> # cat 01-org.freedesktop.NetworkManager.settings.modify.system.rules
> // Let users in plugdev group modify NetworkManager
> polkit.addRule(function(action, subject) {
>     if (action.id ==
> "org.freedesktop.NetworkManager.settings.modify.system" &&
>         subject.isInGroup("plugdev") && subject.active) {
>         return "yes";
>     }
> });
>
> # cat gnome-control-center.rules
> polkit.addRule(function(action, subject) {
>         if (action.id == "org.freedesktop.hostname1.set-static-hostname" &&
>             subject.local &&
>             subject.active &&
>             subject.isInGroup ("wheel")) {
>                     return polkit.Result.YES;
>             }
> });

Same here.

> My user "sgw" is members of both mentioned groups, btw:
>
> # getent group wheel
> wheel:x:10:root,sgw
>
> # getent group plugdev
> plugdev:x:443:haldaemon,sgw

And I suppose both sgw and gdm are in the video group (the later is
done by the ebuild, if I'm not mistaken). What is the uid and gid of
gdm? Also, did GDM (the same version) worked with OpenRC, or did you
installed systemd and upgraded gdm at the same time?

What does "systemctl --all --full" says, which units are in red? And
lastly, how did you set gdm as your display manager? Do you have:

# ls -l /etc/systemd/system/display-manager.service
lrwxrwxrwx 1 root root 37 Dec  6 00:40
/etc/systemd/system/display-manager.service ->
/usr/lib64/systemd/system/gdm.service

?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México

Reply via email to