From: "Canek Peláez Valdés" <caneko@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2
Date: Thu, 31 Jan 2013 12:54:37 -0600 [thread overview]
Message-ID: <CADPrc81QRpY-5GrwnZ=QG9SFkFjQ2E3G581QusjJSXjqEPq-fg@mail.gmail.com> (raw)
In-Reply-To: <510AB985.7080708@xunil.at>
On Thu, Jan 31, 2013 at 12:35 PM, Stefan G. Weichinger <lists@xunil.at> wrote:
> Am 31.01.2013 19:26, schrieb Canek Peláez Valdés:
>
>> And I suppose both sgw and gdm are in the video group (the later is
>> done by the ebuild, if I'm not mistaken).
>
> Yes, they are:
>
> # getent group video
> video:x:27:root,mythtv,sgw,gdm
>
>> What is the uid and gid of
>> gdm?
>
> # getent passwd gdm
> gdm:x:104:446:added by portage for gdm:/var/lib/gdm:/sbin/nologin
>
>> Also, did GDM (the same version) worked with OpenRC, or did you
>> installed systemd and upgraded gdm at the same time?
>
> hmm. No upgrade of gdm, but a re-build as it changed USE-flags
> (-consolekit systemd).
>
>> What does "systemctl --all --full" says, which units are in red?
>
>
> # systemctl --all --full | grep erro
> auditd.service
> error inactive dead
> auditd.service
>
> plymouth-quit-wait.service
> error inactive dead
> plymouth-quit-wait.service
>
> plymouth-start.service
> error inactive dead
> plymouth-start.service
>
> syslog.service
> error inactive dead
> syslog.service
>
>
> # systemctl --all --full | grep fail
> gdm.service
> loaded failed failed Gnome
> Display Manager
>
> I dont't have plymouth or sys-process/audit ... nothing pulled that in.
sshd.service, ssh@.service, systemd-update-utmp-runlevel.service, and
systemd-update-utmp-shutdown.service have auditd.service in their
After= field; several others have plymouth services. After= 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= field anyway. To make a unit depend on another, you need
Require=.
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.
>> 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
>>
>> ?
>
> Right now it links to xdm, but I had it the way you posted and tested that.
>
> When I test, I switch to a text console:
>
> systemctl stop xdm
> systemctl start gdm
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.
Also, you have USE=pam for polkit, right? And could you post the
output from "journalctl -b /usr/lib/polkit-1/polkitd"?
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México
next prev parent reply other threads:[~2013-01-31 18:54 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-30 17:02 [gentoo-user] systemd-197-r1 starts gdm-3.6.2 Stefan G. Weichinger
2013-01-30 17:36 ` Hinnerk van Bruinehsen
2013-01-30 17:48 ` Stefan G. Weichinger
2013-01-30 17:52 ` Canek Peláez Valdés
2013-01-30 17:56 ` Stefan G. Weichinger
2013-01-30 18:04 ` Canek Peláez Valdés
2013-01-30 18:13 ` Stefan G. Weichinger
2013-01-30 18:32 ` Stefan G. Weichinger
2013-01-30 18:47 ` Canek Peláez Valdés
2013-01-30 18:51 ` Stefan G. Weichinger
2013-01-30 18:58 ` Canek Peláez Valdés
2013-01-30 19:22 ` Stefan G. Weichinger
2013-01-30 20:22 ` Stefan G. Weichinger
2013-01-30 21:14 ` Alecks Gates
2013-01-31 5:35 ` Canek Peláez Valdés
2013-01-31 5:48 ` Canek Peláez Valdés
2013-01-31 23:17 ` Alecks Gates
2013-01-31 23:27 ` Alecks Gates
2013-02-01 4:27 ` Canek Peláez Valdés
2013-01-31 9:13 ` Stefan G. Weichinger
2013-01-31 18:06 ` Canek Peláez Valdés
2013-01-31 18:17 ` Stefan G. Weichinger
2013-01-31 18:26 ` Canek Peláez Valdés
2013-01-31 18:35 ` Stefan G. Weichinger
2013-01-31 18:54 ` Canek Peláez Valdés [this message]
2013-02-01 18:37 ` Stefan G. Weichinger
2013-02-01 19:39 ` Canek Peláez Valdés
2013-02-02 10:10 ` Stefan G. Weichinger
2013-02-06 7:19 ` Canek Peláez Valdés
2013-02-06 11:58 ` Stefan G. Weichinger
2013-02-06 15:56 ` Stefan G. Weichinger
2013-02-06 17:18 ` Canek Peláez Valdés
2013-02-06 17:55 ` Stefan G. Weichinger
2013-02-09 18:56 ` Stefan G. Weichinger
2013-02-09 19:44 ` Stefan G. Weichinger
2013-02-09 23:30 ` Canek Peláez Valdés
2013-02-09 23:26 ` Canek Peláez Valdés
2013-02-10 10:09 ` Stefan G. Weichinger
2013-02-10 10:35 ` Stefan G. Weichinger
2013-02-10 14:41 ` Stefan G. Weichinger
2013-02-10 19:32 ` Stefan G. Weichinger
2013-02-10 19:47 ` Canek Peláez Valdés
2013-02-11 9:51 ` Stefan G. Weichinger
2013-02-11 21:03 ` Canek Peláez Valdés
2013-02-11 21:19 ` Stefan G. Weichinger
2013-02-11 21:30 ` Canek Peláez Valdés
2013-02-11 21:51 ` Stefan G. Weichinger
2013-02-13 20:32 ` Stefan G. Weichinger
2013-02-13 21:08 ` Canek Peláez Valdés
2013-02-13 21:36 ` Stefan G. Weichinger
2013-02-16 13:02 ` [gentoo-user] systemd and gnome: suspending twice, solved Stefan G. Weichinger
2013-02-13 18:17 ` [gentoo-user] systemd-197-r1 starts gdm-3.6.2 Stefan G. Weichinger
2013-02-13 20:01 ` Canek Peláez Valdés
2013-02-13 20:05 ` Stefan G. Weichinger
2013-03-04 19:42 ` Stefan G. Weichinger
2013-03-04 20:07 ` Stefan G. Weichinger
2013-03-05 6:36 ` Canek Peláez Valdés
2013-03-05 6:40 ` Canek Peláez Valdés
2013-03-05 7:49 ` Stefan G. Weichinger
2013-03-05 7:44 ` Stefan G. Weichinger
2013-03-09 16:23 ` [gentoo-user] systemd-197-r1 starts gdm-3.6.2 SOLVED Stefan G. Weichinger
2013-02-12 20:26 ` [gentoo-user] systemd-197-r1 starts gdm-3.6.2 Randy Barlow
2013-02-13 3:23 ` [gentoo-user] Re: systemd-197-r1 starts gdm-3.6.2 [now gnome3] walt
2013-02-13 4:13 ` Canek Peláez Valdés
2013-02-13 10:39 ` Alan McKinnon
2013-02-13 11:36 ` [gentoo-user] " Stroller
2013-02-13 12:23 ` Alan McKinnon
2013-02-13 14:12 ` [gentoo-user] " walt
2013-02-13 17:32 ` Paul Hartman
2013-02-13 17:56 ` [gentoo-user] " Kevin Chadwick
2013-02-13 19:05 ` Alan McKinnon
2013-02-13 19:32 ` Kevin Chadwick
2013-02-13 17:50 ` [Bulk] Re: [gentoo-user] " Kevin Chadwick
2013-02-13 23:54 ` Alecks Gates
2013-02-14 0:11 ` [Bulk] " Kevin Chadwick
2013-02-14 3:12 ` Allan Gottlieb
2013-02-13 18:23 ` Yohan Pereira
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADPrc81QRpY-5GrwnZ=QG9SFkFjQ2E3G581QusjJSXjqEPq-fg@mail.gmail.com' \
--to=caneko@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox