Gentoo Archives: gentoo-user

From: Alecks Gates <alecks.g@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2
Date: Thu, 31 Jan 2013 23:27:35
Message-Id: CAKkyAYaxAw58dU2N0k29OTF1i3Hp2SpEOiTGi-Kqv6WZ0Lwd1g@mail.gmail.com
In Reply to: Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 by "Canek Peláez Valdés"
1 On Wed, Jan 30, 2013 at 11:35 PM, Canek Peláez Valdés <caneko@×××××.com> wrote:
2 > On Wed, Jan 30, 2013 at 3:14 PM, Alecks Gates <alecks.g@×××××.com> wrote:
3 >> On Wed, Jan 30, 2013 at 2:22 PM, Stefan G. Weichinger <lists@×××××.at> wrote:
4 [snip]
5 >>
6 >> I switched to systemd not too long ago and I have the same issue as
7 >> well, at least it sounds the same -- Basically, I get a hanging GDM
8 >> after typing my password and logging in. I'm certainly no expert, but
9 >> I've enjoyed the rest of systemd so I've stuck with it and just use
10 >> startx to boot into Gnome3. I'll attatch some logs from /var/log/gdm.
11 >
12 > Alecks, your error is different, and one similar to one I had before:
13 >
14 > https://bugs.gentoo.org/show_bug.cgi?id=363061
15 >
16 > What does systemctl status accounts-daemon.service says? Actually,
17 > could tell me what services are in red when you run "systemctl --full
18 > --all"?
19 >
20 > Regards.
21 > --
22 > Canek Peláez Valdés
23 > Posgrado en Ciencia e Ingeniería de la Computación
24 > Universidad Nacional Autónoma de México
25 >
26
27 $ systemctl status accounts-daemon.service
28 accounts-daemon.service - Accounts Service
29 Loaded: loaded (/usr/lib64/systemd/system/accounts-daemon.service; disabled)
30 Active: active (running) since Thu 2013-01-31 17:02:33 CST; 16min ago
31 Main PID: 3326 (accounts-daemon)
32 CGroup: name=systemd:/system/accounts-daemon.service
33 └─3326 /usr/libexec/accounts-daemon
34
35 $ systemctl --full --all | grep error
36 auditd.service error inactive dead auditd.service
37 plymouth-quit-wait.service error inactive dead
38 plymouth-quit-wait.service
39 plymouth-start.service error inactive dead plymouth-start.service
40 syslog.service error inactive dead syslog.service
41
42
43 A couple days ago (after reading your email from another topic) I
44 noticed plymouth services do not exist on my machine, and checked
45 where it's supposed to come from:
46 $ e-file plymouth-start.service
47 [I] sys-apps/systemd
48 Available Versions: 44-r1 44
49 Last Installed Ver: 197-r1(Mon 28 Jan 2013 03:58:41 PM CST)
50 Homepage: http://www.freedesktop.org/wiki/Software/systemd
51 Description: System and service manager for Linux
52 Matched Files: /usr/lib/systemd/system/sysinit.target.wants/plymouth-start.service;
53 /usr/lib/systemd/system/plymouth-start.service;
54 $ e-file plymouth-quit-wait.service
55 [I] sys-apps/systemd
56 Available Versions: 44 44-r1
57 Last Installed Ver: 197-r1(Mon 28 Jan 2013 03:58:41 PM CST)
58 Homepage: http://www.freedesktop.org/wiki/Software/systemd
59 Description: System and service manager for Linux
60 Matched Files: /usr/lib/systemd/system/multi-user.target.wants/plymouth-quit-wait.service;
61 /usr/lib/systemd/system/plymouth-quit-wait.service;
62
63 And auditd.service isn't found in e-file at all. Normally I'm not
64 surprised by a lack of .service files, as it's not a huge issue[1],
65 but if this one's so important, where is it?
66
67 Canek, I'm getting the feeling your systemd install has matured over
68 the years, at least with regard to unit files.
69
70
71 [1] Unit files are surprisingly easy for me to create -- I always
72 found a barrier to entry with init scripts.
73
74 Alecks

Replies

Subject Author
Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2 "Canek Peláez Valdés" <caneko@×××××.com>