Gentoo Archives: gentoo-amd64

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] gdm won't works after upgrade
Date: Tue, 23 Jun 2015 18:54:06
Message-Id: CADPrc80w5UdoWK_E4f4=nE6BKjP-X5iGf1X_qGWhw6uTekb1Ww@mail.gmail.com
In Reply to: Re: [gentoo-amd64] gdm won't works after upgrade by Gmail
1 On Tue, Jun 23, 2015 at 1:35 PM, Gmail <serverplus@×××××.com> wrote:
2 >
3 > Il 23/06/2015 18:34, Canek Peláez Valdés ha scritto:
4 > On Jun 23, 2015 3:23 AM, "Gmail" <serverplus@×××××.com> wrote:
5 > >
6 > > On Mon, Jun 22, 2015 at 6:40 AM, Gmail <serverplus@×××××.com>
7 > > wrote:
8 > >>
9 > >> Hi, in a system with gnome 3, systemd and gdm as LM; i can use
10 > >> only startx to login.
11 > >>
12 > >> After the boot, the gdm welcome appear right, but if i try to
13 > >> login an error message stop "Don't works!! Try again" then
14 > >> Alt+Ctrl+F2 to start with startx command.
15 > >>
16 > >> In the log there aren't error message...
17 > >
18 > >
19 > > Il 22/06/2015 19:17, Canek Peláez Valdés ha scritto:
20 > >> journalctl -b -u gdm.service
21 > >
22 > >
23 > > It's too long to attach.
24 > >
25 > > I see two error messages:
26 > >
27 > > giu 23 10:11:18 webandhardware gdm-launch-environment][4986]:
28 > > pam_systemd(gdm-launch-environment:session): Unknown parameter
29 > > 'kill-session-processes=1', ignoring
30 > >
31 > > giu 23 10:11:59 webandhardware gdm-password][5158]:
32 > > pam_unix(gdm-password:auth): authentication failure; logname=
33 > > uid=0 euid=0 tty= ruser= rhost= user=mist3r
34 >
35 > If it's too long, use
36 >
37 > journalctl -u gdm.service -p err
38 >
39 > Or -p warning. Check
40 >
41 > Regarding the pam_systemd error; kill-session-processes, the option
42 > was removed almost two years ago since it was unnecessary[1]. It
43 > should be harmless; gdm adds that option in my system too.
44 >
45 > The second error looks like your user (I'm assuming it's "mist3r")
46 > failed to authenticate. It's accounts-daemon.service running?
47 >
48 > Regards.
49 >
50 > [1]
51 >
52 https://github.com/systemd/systemd/commit/405e0255d5e6950180d9563f1a26294b5360db03
53 > --
54 > Canek Peláez Valdés
55 > Profesor de asignatura, Facultad de Ciencias
56 > Universidad Nacional Autónoma de México
57 >
58 >
59 > mag 09 12:09:59 webandhardware gdm-password][5192]:
60 > pam_unix(gdm-password:auth): conversation failed
61 > mag 09 12:09:59 webandhardware gdm-password][5192]:
62 > pam_unix(gdm-password:auth): auth could not identify password for [mist3r]
63 > -- Reboot --
64 > mag 13 08:58:06 webandhardware gdm-password][5175]:
65 > pam_unix(gdm-password:auth): conversation failed
66 > -- Reboot --
67 > mag 23 13:23:13 webandhardware gdm-password][7252]:
68 > pam_unix(gdm-password:auth): conversation failed
69 > -- Reboot --
70 > giu 04 20:08:34 webandhardware gdm-password][5192]:
71 > pam_unix(gdm-password:auth): conversation failed
72 > -- Reboot --
73 > giu 06 10:16:13 webandhardware gdm-password][5602]:
74 > pam_unix(gdm-password:auth): conversation failed
75 > giu 06 11:10:57 webandhardware gdm-password][5612]:
76 > pam_unix(gdm-password:auth): conversation failed
77 > -- Reboot --
78 > giu 14 13:37:17 webandhardware gdm-password][7845]:
79 > pam_unix(gdm-password:auth): conversation failed
80 > -- Reboot --
81 > giu 15 23:33:32 webandhardware gdm-password][9730]:
82 > pam_unix(gdm-password:auth): conversation failed
83 > -- Reboot --
84 > giu 16 19:12:19 webandhardware gdm-password][9801]:
85 > pam_unix(gdm-password:auth): conversation failed
86 > giu 16 19:12:19 webandhardware gdm-password][9808]:
87 > pam_unix(gdm-password:auth): conversation failed
88 > giu 16 19:12:19 webandhardware gdm-password][9808]:
89 > pam_unix(gdm-password:auth): auth could not identify password for [mist3r]
90 > -- Reboot --
91 > giu 23 16:02:32 webandhardware gdm-password][5161]:
92 > pam_unix(gdm-password:auth): conversation failed
93 >
94 >
95 > The accounts-daemon.service running, i've enabled it and started many
96 > times.
97 >
98 > Now i don't know wich upgrade causes it.
99
100 Well, at least we know that's the problem. Could you set
101
102 [debug]
103 Enable=true
104
105 in /etc/gdm/custom.conf, and restart gdm.service and try to log in again?
106 It will fill the logs with lots of information, but it could tell us where
107 the exact problem is.
108
109 Also, when using journalctl please use the -b flag, so only the logs from
110 the last boot are printed.
111
112 Regards.
113 --
114 Canek Peláez Valdés
115 Profesor de asignatura, Facultad de Ciencias
116 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-amd64] gdm won't works after upgrade Gmail <serverplus@×××××.com>