Ubuntu 18.04 Login window loop












1















Is there any reason the login window would stop working and start looping? I'm running 18.04. I normally RDP into the ubuntu box, but that isn't working now. Using a keyboard and mouse, I see my username on the monitor. I type in my password. Then the screen goes blank for a few seconds... and I'm back to the login screen where my username is. I'm not getting through to my desktop!



I haven't messed with the machine except for the following, but, I'm not sure why any of these would impact the loginscreen.




  • install pihole in a docker container,

  • turn off systemd-resolved (to get port 53 working) per https://www.reddit.com/r/pihole/comments/8zamlk/trying_to_install_pihole_on_ubuntu_and_having/e2hd7qp/
    and
    How to disable systemd-resolved in Ubuntu?, and

  • installed gufw to graphically manage the firewall/open port 80 for pihole.


But none of these messed with the login manager. Does anyone have any idea what could be up? Interestingly, nearly all of my docker containers (portainer, heimdall, tatulli, sonarr, radarr, pihole) work, with the exception of anything using ssl (plex and cockpit). I'm guessing somehow the firewall blocked port 443, but I'm not sure why that would stop me from logging into the box using a keyboard and mouse...



Any help/insight is greatly appreciated!



EDIT1: I tried creating another user via



sudo useradd -d /home/testuser testuser  
sudo passwd testuser


but the login manager still throws me for a loop



EDIT2: I've disabled the firewall via



sudo ufw disable


and I reversed the system-resolved.service work, but still no luck :(










share|improve this question





























    1















    Is there any reason the login window would stop working and start looping? I'm running 18.04. I normally RDP into the ubuntu box, but that isn't working now. Using a keyboard and mouse, I see my username on the monitor. I type in my password. Then the screen goes blank for a few seconds... and I'm back to the login screen where my username is. I'm not getting through to my desktop!



    I haven't messed with the machine except for the following, but, I'm not sure why any of these would impact the loginscreen.




    • install pihole in a docker container,

    • turn off systemd-resolved (to get port 53 working) per https://www.reddit.com/r/pihole/comments/8zamlk/trying_to_install_pihole_on_ubuntu_and_having/e2hd7qp/
      and
      How to disable systemd-resolved in Ubuntu?, and

    • installed gufw to graphically manage the firewall/open port 80 for pihole.


    But none of these messed with the login manager. Does anyone have any idea what could be up? Interestingly, nearly all of my docker containers (portainer, heimdall, tatulli, sonarr, radarr, pihole) work, with the exception of anything using ssl (plex and cockpit). I'm guessing somehow the firewall blocked port 443, but I'm not sure why that would stop me from logging into the box using a keyboard and mouse...



    Any help/insight is greatly appreciated!



    EDIT1: I tried creating another user via



    sudo useradd -d /home/testuser testuser  
    sudo passwd testuser


    but the login manager still throws me for a loop



    EDIT2: I've disabled the firewall via



    sudo ufw disable


    and I reversed the system-resolved.service work, but still no luck :(










    share|improve this question



























      1












      1








      1








      Is there any reason the login window would stop working and start looping? I'm running 18.04. I normally RDP into the ubuntu box, but that isn't working now. Using a keyboard and mouse, I see my username on the monitor. I type in my password. Then the screen goes blank for a few seconds... and I'm back to the login screen where my username is. I'm not getting through to my desktop!



      I haven't messed with the machine except for the following, but, I'm not sure why any of these would impact the loginscreen.




      • install pihole in a docker container,

      • turn off systemd-resolved (to get port 53 working) per https://www.reddit.com/r/pihole/comments/8zamlk/trying_to_install_pihole_on_ubuntu_and_having/e2hd7qp/
        and
        How to disable systemd-resolved in Ubuntu?, and

      • installed gufw to graphically manage the firewall/open port 80 for pihole.


      But none of these messed with the login manager. Does anyone have any idea what could be up? Interestingly, nearly all of my docker containers (portainer, heimdall, tatulli, sonarr, radarr, pihole) work, with the exception of anything using ssl (plex and cockpit). I'm guessing somehow the firewall blocked port 443, but I'm not sure why that would stop me from logging into the box using a keyboard and mouse...



      Any help/insight is greatly appreciated!



      EDIT1: I tried creating another user via



      sudo useradd -d /home/testuser testuser  
      sudo passwd testuser


      but the login manager still throws me for a loop



      EDIT2: I've disabled the firewall via



      sudo ufw disable


      and I reversed the system-resolved.service work, but still no luck :(










      share|improve this question
















      Is there any reason the login window would stop working and start looping? I'm running 18.04. I normally RDP into the ubuntu box, but that isn't working now. Using a keyboard and mouse, I see my username on the monitor. I type in my password. Then the screen goes blank for a few seconds... and I'm back to the login screen where my username is. I'm not getting through to my desktop!



      I haven't messed with the machine except for the following, but, I'm not sure why any of these would impact the loginscreen.




      • install pihole in a docker container,

      • turn off systemd-resolved (to get port 53 working) per https://www.reddit.com/r/pihole/comments/8zamlk/trying_to_install_pihole_on_ubuntu_and_having/e2hd7qp/
        and
        How to disable systemd-resolved in Ubuntu?, and

      • installed gufw to graphically manage the firewall/open port 80 for pihole.


      But none of these messed with the login manager. Does anyone have any idea what could be up? Interestingly, nearly all of my docker containers (portainer, heimdall, tatulli, sonarr, radarr, pihole) work, with the exception of anything using ssl (plex and cockpit). I'm guessing somehow the firewall blocked port 443, but I'm not sure why that would stop me from logging into the box using a keyboard and mouse...



      Any help/insight is greatly appreciated!



      EDIT1: I tried creating another user via



      sudo useradd -d /home/testuser testuser  
      sudo passwd testuser


      but the login manager still throws me for a loop



      EDIT2: I've disabled the firewall via



      sudo ufw disable


      and I reversed the system-resolved.service work, but still no luck :(







      18.04 login login-screen firewall gdm






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 23 '18 at 12:19









      abu_bua

      3,27681126




      3,27681126










      asked Oct 23 '18 at 10:59









      EmmitEmmit

      264




      264






















          2 Answers
          2






          active

          oldest

          votes


















          2














          Looks like it may have been related to "upgrading" from 18.04 to 18.04.01: No login screen after ubuntu 18.04.1 update



          In any case, doing the following fixed it for me:



          systemctl stop gdm.service  
          systemctl restart gdm.service
          sudo dpkg-reconfigure gdm3
          reboot





          share|improve this answer


























          • THANK YOU SO MUCH!!!!

            – loved_by_Jesus
            Jan 14 at 10:09



















          2














          I've almost done all suggestions here, but none of them didn't work.
          Also gd3 reconfigure has no effect.
          But I had suspected to my last gnome extensions.



          The system-monitor@paradoxxx.zero.gmail.com was the problem.
          So I disabled all gnome extensions to solve login loop as following steps:




          1. Press Ctrl+Alt+F2 or Ctrl+Alt+F3 or ...

          2. Enter your username and password

          3. cd ~/.local/share/gnome-shell/

          4. mv extensions extensions.bak

          5. mkdir extensions

          6. Press Ctrl+Alt+F1

          7. Login and Thanks God


          Hope help somebody else. I almost worked full day to find this solution.



          PS: I've installed my favorite extentions again and I have to tell you Login Loop disaster in ubuntu has wide variety causes. So try to find your special cause and solve it.






          share|improve this answer


























          • This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

            – Kryten
            yesterday











          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%2f1086367%2fubuntu-18-04-login-window-loop%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Looks like it may have been related to "upgrading" from 18.04 to 18.04.01: No login screen after ubuntu 18.04.1 update



          In any case, doing the following fixed it for me:



          systemctl stop gdm.service  
          systemctl restart gdm.service
          sudo dpkg-reconfigure gdm3
          reboot





          share|improve this answer


























          • THANK YOU SO MUCH!!!!

            – loved_by_Jesus
            Jan 14 at 10:09
















          2














          Looks like it may have been related to "upgrading" from 18.04 to 18.04.01: No login screen after ubuntu 18.04.1 update



          In any case, doing the following fixed it for me:



          systemctl stop gdm.service  
          systemctl restart gdm.service
          sudo dpkg-reconfigure gdm3
          reboot





          share|improve this answer


























          • THANK YOU SO MUCH!!!!

            – loved_by_Jesus
            Jan 14 at 10:09














          2












          2








          2







          Looks like it may have been related to "upgrading" from 18.04 to 18.04.01: No login screen after ubuntu 18.04.1 update



          In any case, doing the following fixed it for me:



          systemctl stop gdm.service  
          systemctl restart gdm.service
          sudo dpkg-reconfigure gdm3
          reboot





          share|improve this answer















          Looks like it may have been related to "upgrading" from 18.04 to 18.04.01: No login screen after ubuntu 18.04.1 update



          In any case, doing the following fixed it for me:



          systemctl stop gdm.service  
          systemctl restart gdm.service
          sudo dpkg-reconfigure gdm3
          reboot






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 20 at 14:31









          Kulfy

          4,29651442




          4,29651442










          answered Oct 23 '18 at 12:09









          EmmitEmmit

          264




          264













          • THANK YOU SO MUCH!!!!

            – loved_by_Jesus
            Jan 14 at 10:09



















          • THANK YOU SO MUCH!!!!

            – loved_by_Jesus
            Jan 14 at 10:09

















          THANK YOU SO MUCH!!!!

          – loved_by_Jesus
          Jan 14 at 10:09





          THANK YOU SO MUCH!!!!

          – loved_by_Jesus
          Jan 14 at 10:09













          2














          I've almost done all suggestions here, but none of them didn't work.
          Also gd3 reconfigure has no effect.
          But I had suspected to my last gnome extensions.



          The system-monitor@paradoxxx.zero.gmail.com was the problem.
          So I disabled all gnome extensions to solve login loop as following steps:




          1. Press Ctrl+Alt+F2 or Ctrl+Alt+F3 or ...

          2. Enter your username and password

          3. cd ~/.local/share/gnome-shell/

          4. mv extensions extensions.bak

          5. mkdir extensions

          6. Press Ctrl+Alt+F1

          7. Login and Thanks God


          Hope help somebody else. I almost worked full day to find this solution.



          PS: I've installed my favorite extentions again and I have to tell you Login Loop disaster in ubuntu has wide variety causes. So try to find your special cause and solve it.






          share|improve this answer


























          • This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

            – Kryten
            yesterday
















          2














          I've almost done all suggestions here, but none of them didn't work.
          Also gd3 reconfigure has no effect.
          But I had suspected to my last gnome extensions.



          The system-monitor@paradoxxx.zero.gmail.com was the problem.
          So I disabled all gnome extensions to solve login loop as following steps:




          1. Press Ctrl+Alt+F2 or Ctrl+Alt+F3 or ...

          2. Enter your username and password

          3. cd ~/.local/share/gnome-shell/

          4. mv extensions extensions.bak

          5. mkdir extensions

          6. Press Ctrl+Alt+F1

          7. Login and Thanks God


          Hope help somebody else. I almost worked full day to find this solution.



          PS: I've installed my favorite extentions again and I have to tell you Login Loop disaster in ubuntu has wide variety causes. So try to find your special cause and solve it.






          share|improve this answer


























          • This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

            – Kryten
            yesterday














          2












          2








          2







          I've almost done all suggestions here, but none of them didn't work.
          Also gd3 reconfigure has no effect.
          But I had suspected to my last gnome extensions.



          The system-monitor@paradoxxx.zero.gmail.com was the problem.
          So I disabled all gnome extensions to solve login loop as following steps:




          1. Press Ctrl+Alt+F2 or Ctrl+Alt+F3 or ...

          2. Enter your username and password

          3. cd ~/.local/share/gnome-shell/

          4. mv extensions extensions.bak

          5. mkdir extensions

          6. Press Ctrl+Alt+F1

          7. Login and Thanks God


          Hope help somebody else. I almost worked full day to find this solution.



          PS: I've installed my favorite extentions again and I have to tell you Login Loop disaster in ubuntu has wide variety causes. So try to find your special cause and solve it.






          share|improve this answer















          I've almost done all suggestions here, but none of them didn't work.
          Also gd3 reconfigure has no effect.
          But I had suspected to my last gnome extensions.



          The system-monitor@paradoxxx.zero.gmail.com was the problem.
          So I disabled all gnome extensions to solve login loop as following steps:




          1. Press Ctrl+Alt+F2 or Ctrl+Alt+F3 or ...

          2. Enter your username and password

          3. cd ~/.local/share/gnome-shell/

          4. mv extensions extensions.bak

          5. mkdir extensions

          6. Press Ctrl+Alt+F1

          7. Login and Thanks God


          Hope help somebody else. I almost worked full day to find this solution.



          PS: I've installed my favorite extentions again and I have to tell you Login Loop disaster in ubuntu has wide variety causes. So try to find your special cause and solve it.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited yesterday

























          answered Jan 20 at 14:23









          Khalil LalehKhalil Laleh

          868




          868













          • This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

            – Kryten
            yesterday



















          • This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

            – Kryten
            yesterday

















          This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

          – Kryten
          yesterday





          This worked for me. I had an out-of-date extension (workspace-grid@mathematical.coffee.gmail.com). Copying all extensions, then adding them back one-by-one (I only had two, so it was easy) allowed me to identify this as the culprit. Thank you!

          – Kryten
          yesterday


















          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%2f1086367%2fubuntu-18-04-login-window-loop%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?

          迪纳利

          南乌拉尔铁路局