ubuntu 16.04 lightdm: stuck at login loop, but startx works












0















After an accident shutdown, ubuntu stuck at login loop, I can login cli with same user and password by crtl+alt+f1. After several hours struggling, I solved the problem and just want to share it because most posts didn't include my situation.



I tried several solutions including:




  1. reset permission and remove .Xauthority,

  2. reinstall ubuntu-desktop

  3. reconfigure lightdm

  4. reinstall nvidia driver

  5. check xorg log


but none of them works, after I dig into log files, I found this message in syslog:
(lightdm:3411): CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed
and another error in auth.log:
lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory



so I finally figure out that the issue is because of pam-kwallet package broken, and the solution at this link:
cannot login into locked Ubuntu 14.04 session Unity



$ sudo apt-cache search kwallet |grep pam
libpam-kwallet4 - KWallet (KDE 4) integration with PAM
libpam-kwallet5 - KWallet (Kf5) integration with PAM
$ sudo apt-get install libpam-kwallet4 libpam-kwallet5
$ sudo service lightdm restart


Hope it will be helpful.










share|improve this question







New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • It may be helpful - but please separate it into a question + answer in accordance with the Q&A format of the site (you will be able to accept your own answer after a short amount of time)

    – steeldriver
    10 hours ago
















0















After an accident shutdown, ubuntu stuck at login loop, I can login cli with same user and password by crtl+alt+f1. After several hours struggling, I solved the problem and just want to share it because most posts didn't include my situation.



I tried several solutions including:




  1. reset permission and remove .Xauthority,

  2. reinstall ubuntu-desktop

  3. reconfigure lightdm

  4. reinstall nvidia driver

  5. check xorg log


but none of them works, after I dig into log files, I found this message in syslog:
(lightdm:3411): CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed
and another error in auth.log:
lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory



so I finally figure out that the issue is because of pam-kwallet package broken, and the solution at this link:
cannot login into locked Ubuntu 14.04 session Unity



$ sudo apt-cache search kwallet |grep pam
libpam-kwallet4 - KWallet (KDE 4) integration with PAM
libpam-kwallet5 - KWallet (Kf5) integration with PAM
$ sudo apt-get install libpam-kwallet4 libpam-kwallet5
$ sudo service lightdm restart


Hope it will be helpful.










share|improve this question







New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • It may be helpful - but please separate it into a question + answer in accordance with the Q&A format of the site (you will be able to accept your own answer after a short amount of time)

    – steeldriver
    10 hours ago














0












0








0








After an accident shutdown, ubuntu stuck at login loop, I can login cli with same user and password by crtl+alt+f1. After several hours struggling, I solved the problem and just want to share it because most posts didn't include my situation.



I tried several solutions including:




  1. reset permission and remove .Xauthority,

  2. reinstall ubuntu-desktop

  3. reconfigure lightdm

  4. reinstall nvidia driver

  5. check xorg log


but none of them works, after I dig into log files, I found this message in syslog:
(lightdm:3411): CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed
and another error in auth.log:
lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory



so I finally figure out that the issue is because of pam-kwallet package broken, and the solution at this link:
cannot login into locked Ubuntu 14.04 session Unity



$ sudo apt-cache search kwallet |grep pam
libpam-kwallet4 - KWallet (KDE 4) integration with PAM
libpam-kwallet5 - KWallet (Kf5) integration with PAM
$ sudo apt-get install libpam-kwallet4 libpam-kwallet5
$ sudo service lightdm restart


Hope it will be helpful.










share|improve this question







New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












After an accident shutdown, ubuntu stuck at login loop, I can login cli with same user and password by crtl+alt+f1. After several hours struggling, I solved the problem and just want to share it because most posts didn't include my situation.



I tried several solutions including:




  1. reset permission and remove .Xauthority,

  2. reinstall ubuntu-desktop

  3. reconfigure lightdm

  4. reinstall nvidia driver

  5. check xorg log


but none of them works, after I dig into log files, I found this message in syslog:
(lightdm:3411): CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed
and another error in auth.log:
lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory



so I finally figure out that the issue is because of pam-kwallet package broken, and the solution at this link:
cannot login into locked Ubuntu 14.04 session Unity



$ sudo apt-cache search kwallet |grep pam
libpam-kwallet4 - KWallet (KDE 4) integration with PAM
libpam-kwallet5 - KWallet (Kf5) integration with PAM
$ sudo apt-get install libpam-kwallet4 libpam-kwallet5
$ sudo service lightdm restart


Hope it will be helpful.







unity login lightdm authentication






share|improve this question







New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 hours ago









Alex ChenAlex Chen

1




1




New contributor




Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Alex Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • It may be helpful - but please separate it into a question + answer in accordance with the Q&A format of the site (you will be able to accept your own answer after a short amount of time)

    – steeldriver
    10 hours ago



















  • It may be helpful - but please separate it into a question + answer in accordance with the Q&A format of the site (you will be able to accept your own answer after a short amount of time)

    – steeldriver
    10 hours ago

















It may be helpful - but please separate it into a question + answer in accordance with the Q&A format of the site (you will be able to accept your own answer after a short amount of time)

– steeldriver
10 hours ago





It may be helpful - but please separate it into a question + answer in accordance with the Q&A format of the site (you will be able to accept your own answer after a short amount of time)

– steeldriver
10 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Alex Chen is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118012%2fubuntu-16-04-lightdm-stuck-at-login-loop-but-startx-works%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Alex Chen is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Alex Chen is a new contributor. Be nice, and check out our Code of Conduct.













Alex Chen is a new contributor. Be nice, and check out our Code of Conduct.












Alex Chen is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118012%2fubuntu-16-04-lightdm-stuck-at-login-loop-but-startx-works%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局