Je vais essayer d'être aussi clair que possible concernant mon problème (ça va pas forcément être simple, hésitez pas à me dire ce qui va pas dans le titre / la description et je ferai mieux).
Alors voilà, le problème commence juste un peu après mon login. pam_unix envoie un session closed pour mon utilisateur actif :
Code : Tout sélectionner
May 09 09:34:21 mother login[249]: pam_unix(login:session): session closed for user XXXX
Code : Tout sélectionner
May 09 09:34:21 mother systemd[1]: getty@tty1.service has no holdoff time, scheduling restart.
May 09 09:34:21 mother systemd[1]: Stopping Getty on tty1...
-- Subject: Unit getty@tty1.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has begun shutting down.
May 09 09:34:21 mother systemd-logind[218]: Removed session c1.
-- Subject: A session c1 has been terminated
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
--
-- A session with the ID c1 has been terminated.
May 09 09:34:21 mother systemd[1]: Starting Getty on tty1...
-- Subject: Unit getty@tty1.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has begun starting up.
May 09 09:34:21 mother systemd[1]: Started Getty on tty1.
-- Subject: Unit getty@tty1.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit getty@tty1.service has finished starting up.
--
-- The start-up result is done.
Code : Tout sélectionner
May 09 11:18:16 mother login[9970]: pam_tally(login:auth): pam_get_uid; no such user
May 09 11:18:18 mother login[9970]: pam_unix(login:auth): check pass; user unknown
May 09 11:18:18 mother login[9970]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost=
May 09 11:18:20 mother login[9970]: FAILED LOGIN 1 FROM tty1 FOR [D[Dyes, Authentication failure
May 09 11:18:37 mother login[9970]: pam_tally(login:auth): pam_get_uid; no such user
May 09 11:18:46 mother login[9970]: pam_unix(login:auth): check pass; user unknown
May 09 11:18:46 mother login[9970]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost=
May 09 11:18:48 mother login[9970]: FAILED LOGIN 2 FROM tty1 FOR migrate, Authentication failure
J'ai beaucoup de mal à comprendre ce problème, surtout que tout mon système semble fonctionner normalement...
Pour info, je me connecte via LXDM qui démarre Openbox.
Aidez-moi
