You are not logged in.
I tried to make KDE wallet unlock on login as suggested in https://wiki.archlinux.org/index.php/KDE_Wallet . But after the changes in /etc/pam.d/sddm. And installing plasma-workspace-agent-ssh from AUR (which I think should' t be the problem.). After reboot, login attempts at SDDM result in "Login Failed". In journalctl -b, might be some related error:
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: PAM (sddm) illegal module type: ~
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: PAM (sddm) no control flag supplied
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: [PAM] Starting...
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: PAM (sddm) no module name supplied
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: [PAM] Authenticating...
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: [PAM] Preparing to converse...
Oct 15 19:20:40 gsc-arch sddm-helper[1191]: [PAM] Conversation with 1 messages
Oct 15 19:20:42 gsc-arch sddm-helper[1191]: [PAM] authenticate: Permission denied
Oct 15 19:20:42 gsc-arch sddm-helper[1191]: [PAM] returning.
Oct 15 19:20:42 gsc-arch sddm-helper[1191]: [PAM] Ended.
I tried reinstalling sddm to restore previous /etc/pam.d/sddm, but reboot the result is the same. I also tried regenerating /etc/sddm.conf with
# sddm --example-config > /etc/sddm.conf. And lightdm doesn' t start up for me. I' m running out of ideas on how to fix this. I can login properly at tty.
Last edited by xgdgsc (2015-10-15 12:17:46)
Offline
What's in your /etc/pam.d/sddm ?
Offline
What's in your /etc/pam.d/sddm ?
I just logined with gdm, this is my /etc/pam.d/sddm:
#%PAM-1.0
auth include system-login
account include system-login
password include system-login
session include system-login
EDIT: I finally solved this by replacing /etc/pam.d/sddm with the file from the package archive. I don' t know why this file is not overwritten when reinstalling sddm.
Last edited by xgdgsc (2015-10-15 12:35:28)
Offline