ubuntu 16.04 lightdm: stuck at login loop, but startx works The 2019 Stack Overflow Developer Survey Results Are InError on boot 12.04cannot login into locked Ubuntu 14.04 session Unity13.10 login loop workaround creates unwanted root accessUnity unable to login (can login with xubuntu)Stuck at Ubuntu login screenLogin Loop - unable to run unity - not Xauthority ownership but may be related to display?Lightdm fails to login and redirectsgdm/lightdm: can't login, but startx works14.04 Login LoopUbuntu 16 graphical login not working but terminal workingCannot install anything via terminal after accidentally delete Lightdm because of login loopStuck in login loop Ubuntu 16.04

Why isn't airport relocation done gradually?

aging parents with no investments

How can I fix this gap between bookcases I made?

I see my dog run

How to deal with fear of taking dependencies

JSON.serialize: is it possible to suppress null values of a map?

Why is my p-value correlated to difference between means in two sample tests?

Extreme, unacceptable situation and I can't attend work tomorrow morning

Access elements in std::string where positon of string is greater than its size

Why is the maximum length of OpenWrt’s root password 8 characters?

Springs with some finite mass

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

Time travel alters history but people keep saying nothing's changed

Why do UK politicians seemingly ignore opinion polls on Brexit?

Can't find the latex code for the ⍎ (down tack jot) symbol

Geography at the pixel level

Does it makes sense to buy a new cycle to learn riding?

Does a dangling wire really electrocute me if I'm standing in water?

What is the use of option -o in the useradd command?

Should I use my personal or workplace e-mail when registering to external websites for work purpose?

How to create dashed lines/arrows in Illustrator

Is domain driven design an anti-SQL pattern?

Dual Citizen. Exited the US on Italian passport recently

Is there a name of the flying bionic bird?



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



The 2019 Stack Overflow Developer Survey Results Are InError on boot 12.04cannot login into locked Ubuntu 14.04 session Unity13.10 login loop workaround creates unwanted root accessUnity unable to login (can login with xubuntu)Stuck at Ubuntu login screenLogin Loop - unable to run unity - not Xauthority ownership but may be related to display?Lightdm fails to login and redirectsgdm/lightdm: can't login, but startx works14.04 Login LoopUbuntu 16 graphical login not working but terminal workingCannot install anything via terminal after accidentally delete Lightdm because of login loopStuck in login loop Ubuntu 16.04



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom: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






















  • 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
    Feb 13 at 18:05

















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






















  • 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
    Feb 13 at 18:05













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














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













share|improve this question











share|improve this question




share|improve this question










asked Feb 13 at 17:48









Alex ChenAlex Chen

1




1












  • 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
    Feb 13 at 18:05

















  • 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
    Feb 13 at 18:05
















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
Feb 13 at 18:05





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
Feb 13 at 18:05










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
);



);













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















draft saved

draft discarded
















































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

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?