Gentoo Archives: gentoo-user

From: Raffaele Belardi <raffaele.belardi@××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gdm fails to start
Date: Tue, 23 May 2017 08:32:32
Message-Id: 1495528456.22669.1.camel@st.com
In Reply to: Re: [gentoo-user] gdm fails to start by Hogren
1 On Mon, 2017-05-22 at 16:09 +0200, Hogren wrote:
2 > Hello,
3 >
4 > Very simple question but did you have "pam" in your global USE flag
5 > or
6 > Systemd USE flag ?
7
8 Yes, I am using the gnome/systemd profile:
9
10 # euse -I pam
11 global use flags (searching: pam)
12 ************************************************************
13 no matching entries found
14
15 local use flags (searching: pam)
16 ************************************************************
17 [+  D   ] pam (net-dialup/ppp):
18 Enables PAM (Pluggable Authentication Modules) support
19
20 [+  D   ] pam (sys-apps/util-linux):
21 build runuser helper
22
23 # euse -I systemd
24 global use flags (searching: systemd)
25 ************************************************************
26 No matching entries found
27
28 local use flags (searching: systemd)
29 ************************************************************
30 [+  D   ] systemd (gnome-extra/gnome-system-monitor):
31 Display sys-apps/systemd metadata, e.g. unit names, for running
32 processes
33
34 [+  D   ] systemd (media-sound/pulseaudio):
35 Build with sys-apps/systemd support to replace standalone ConsoleKit.
36
37 [+  D   ] systemd (sys-apps/accountsservice):
38 Use sys-apps/systemd instead of sys-auth/consolekit for session
39 tracking
40
41 [+  D   ] systemd (sys-apps/busybox):
42 Support systemd
43
44 [+  D   ] systemd (sys-apps/dbus):
45 Build with sys-apps/systemd at_console support
46
47 [+  D   ] systemd (sys-auth/pambase):
48 Use pam_systemd module to register user sessions in the systemd control
49 group hierarchy.
50
51 [+  D   ] systemd (sys-auth/polkit):
52 Use sys-apps/systemd instead of sys-auth/consolekit for session
53 tracking
54
55 [+  D   ] systemd (sys-fs/udisks):
56 Support sys-apps/systemd's logind
57
58 # grep USE= /etc/portage/make.conf 
59 USE="-bluetooth -cups -cdr -dvd -dvdr -fortran -games -ipv6 -kde -libav
60 -modemmanager -ppp -qt -qt3 -qt4 -shotwell -wifi"
61
62 >
63 > If this is on the first, did you compile systemd and may be
64 > dependencies
65 > after add it ?
66
67 I'm not sure I understood the question: the box was initially
68 LXDE/OpenRC; I installed and booted into systemd and got the system up
69 again; then I installed Gnome and removed LXDE.
70 Out of ideas I also recently did an 'emerge -e world'.
71
72 >
73 > Did you try that:
74 >
75 > > systemctl reset-failed|
76 > > For a guy on github, that solve (without explanation) the problem:
77 > >
78 > > https://github.com/coreos/bugs/issues/1498|
79 > > >
80 >
81
82 I just tried it and also the other tip mentioned in the bug
83 (modification in the /etc/pam.d/systemd-user), no change.
84
85 raffaele

Replies

Subject Author
Re: [gentoo-user] gdm fails to start Hogren <hogren@×××××.com>