ubuntu 16.04 lightdm: stuck at login loop, but startx worksError 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

I see my dog run

Why Is Death Allowed In the Matrix?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Can I make popcorn with any corn?

How is it possible to have an ability score that is less than 3?

How do I create uniquely male characters?

The use of multiple foreign keys on same column in SQL Server

A function which translates a sentence to title-case

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

What would the Romans have called "sorcery"?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Is there really no realistic way for a skeleton monster to move around without magic?

Schwarzchild Radius of the Universe

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Why is "Reports" in sentence down without "The"

What do you call a Matrix-like slowdown and camera movement effect?

How long does it take to type this?

DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?

Is it possible to do 50 km distance without any previous training?

Draw simple lines in Inkscape

What are these boxed doors outside store fronts in New York?

Circuitry of TV splitters



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


Error 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










1 Answer
1






active

oldest

votes


















0














I tried everything I could and it still was stuck when I noticed an .Xauthority issue.
I followed the instructions in this post and it worked!
Error on boot 12.04





share








New contributor




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




















    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

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I tried everything I could and it still was stuck when I noticed an .Xauthority issue.
    I followed the instructions in this post and it worked!
    Error on boot 12.04





    share








    New contributor




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
























      0














      I tried everything I could and it still was stuck when I noticed an .Xauthority issue.
      I followed the instructions in this post and it worked!
      Error on boot 12.04





      share








      New contributor




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






















        0












        0








        0







        I tried everything I could and it still was stuck when I noticed an .Xauthority issue.
        I followed the instructions in this post and it worked!
        Error on boot 12.04





        share








        New contributor




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










        I tried everything I could and it still was stuck when I noticed an .Xauthority issue.
        I followed the instructions in this post and it worked!
        Error on boot 12.04






        share








        New contributor




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








        share


        share






        New contributor




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









        answered 6 mins ago









        Mac JTMac JT

        11




        11




        New contributor




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





        New contributor





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






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



























            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

            Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

            Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

            Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»