#Cannot Login as User

1 messages · Page 1 of 1 (latest)

jade oriole
#

@desert summit

#

.s litany

dire thistleBOT
# jade oriole .s litany

Please follow the Standard Litany when asking a question:
What was your environment? What was your operating system, configuration?
What did you do? What did you run or test? Where?
What actually happened? What were the exact results, complete log contents, exact error messages?
What did you expect? What were you aiming to achieve? What result were you looking for?

Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.

Also see this similar guide on how to ask smart questions.

jade oriole
#

I did find a thread that might help you but I do need a bit more info

desert summit
#
  1. OS: EndeavourOS, With latest Gnome updates and kernel
  2. I basically used my pc for discord/internet browsing
  3. How do I get logs?
jade oriole
#

normally running journalctl there's a few flags you can pass on to it

desert summit
#

I tried journalctl but there's too much going on

jade oriole
#

try this journalctl -xe | grep "authentication failure"

#

assuming that is the proper error

#

you can change the "authentication failure" to what ever the error was

desert summit
#

there is no entry for that

#

okay

jade oriole
#

the "CONTENTS HERE" is just a pattern that grep looks for, that can be whatever you need it to be

#

sorry for the caps

desert summit
#

okay I think I got the error log

jade oriole
#

if you don't remember if it was lower case or not then change the grep to grep -i "search pattern here"

desert summit
jade oriole
#

@desert summit do you have a /etc/gdm/custom.conf file?

#

we need to add a debug section, from all my reading it's looking like PAM is the failure point

desert summit
#

oh

#

I don't even have that

#

what

jade oriole
#

you can make it

desert summit
#

is there a command for that

jade oriole
#

do you have nano, nvim vim?

desert summit
#

yes

#

I have nano

jade oriole
#

do nano /etc/gdm/custom.conf

desert summit
#

mhm

#

and next step?

jade oriole
#

it should look like

[debug]
Enable=true
desert summit
#

alright

jade oriole
#

reboot

desert summit
#

okei done

jade oriole
#

the logs should be located in /var/log/messages per that link I included above

#

should they be long in nature, you can use

#

.s rs

dire thistleBOT
jade oriole
#

when you cat the logs

desert summit
#

I see

#

my /var/log doesn't contain the messages directory/file

jade oriole
#

use the same journalctl command from above but grep gdm pass in the -i flag though so it grabs GDM too just in case

#

those are the actual Gnome docs so I have nothing for you in that case

#

journalctl -xe _COMM=gdm apparently also work, never tried that myself so

desert summit
#

theres

#

gkr-pam: unable to locate daemon control file
gkr-pam: stashed password to try later in open session

#

and
dbus-daemon: [system] Activating via systemd: service name='org.freedesktop.home1 unit='dbus-org.freedesktop.home1.service" requested by ':1.62`

#

then the log ends

jade oriole
#

lol duh, I forgot to tell you to make sure the login fails