Page 1 of 4 123 ... LastLast
Results 1 to 10 of 36

Thread: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

  1. #1
    Join Date
    Jun 2010
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    I installed Ubuntu for the first time yesterday by running Wubi on Windows Vista Home Premium. For all of yesterday and up to lunchtime today Ubuntu was working fine. I followed the instructions on a forum post to remove Evolution Mail via the synaptic applications menu. I proceeded to log out of Ubuntu and reboot (I hoestly can't remember what for) Anyway, ever since I have not been able to log in to Ubuntu. I enter my username and password as normal and they are accepted, however moments the log in page displays again. This continues in an endless loop.

    The password is definitely correct because I get an authentication error if I enter anything else. I know I am not the only person experiencing this issue. None of the suggestions I have found by searching this forum have worked.

    Someone must be able to fix this problem, please offer any advice you can.

    Thanks a lot!

  2. #2
    Join Date
    May 2008
    Location
    Purdue University
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    You didn't say what all you have tried from the other "suggestions".

    Are you able to get to a console from the login screen by pressing Ctrl-Alt-F2?

    If so, login and try typing 'df -h' to see if you have enough disk space.

    Also here is a post talking about some of the reasons the loop occurs: http://ubuntu-virginia.ubuntuforums....36&postcount=2
    Last edited by beckols; June 11th, 2010 at 06:51 PM.
    linuxcommand.org -- AWESOME for people new to linux

  3. #3
    Join Date
    Jun 2010
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    I have plenty disk space, 13GB out of 17GB.

    Anything else I should try as I'm in there?

  4. #4
    Join Date
    May 2008
    Location
    Purdue University
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    I would try maybe reconfiguring gdm:
    Code:
    sudo dpkg-reconfigure gdm
    linuxcommand.org -- AWESOME for people new to linux

  5. #5
    Join Date
    Jun 2010
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    Quote Originally Posted by beckols View Post
    I would try maybe reconfiguring gdm:
    Code:
    sudo dpkg-reconfigure gdm
    What should happen if that works?

  6. #6
    Join Date
    May 2008
    Location
    Purdue University
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    After you do that, switch back to the GUI by hitting 'Ctrl-Alt-F8' then attempt to log on again.

    Edit: Actually, you might want to restart gdm first
    Code:
    sudo /etc/init.d/gdm restart
    I'm not sure if you need to or not, but it won't hurt.
    linuxcommand.org -- AWESOME for people new to linux

  7. #7
    Join Date
    Jun 2010
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    That hasn't worked either I'm afraid. Any other ideas?

    (Thanks a lot for your help by the way)

    EDIT: No joy following the gdm restart either unfortunately.

    EDIT 2:
    Don't know if this helps, but I restarted the computer and on booting Ubunrtu I was told that my drive was being checked for errors. That doesn't seem to have fixed anything though.
    Last edited by donaloflynn; June 11th, 2010 at 07:17 PM.

  8. #8
    Join Date
    May 2008
    Location
    Purdue University
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    Hm, well try these commands:
    Code:
    grep -i gnome /var/log/auth.log
    grep -i gnome /var/log/daemon.log
    grep -i gnome /var/log/syslog
    See if there are any error messages from the last time you tried to log on. If it helps, go ahead and try to log on before you look at the logs. That way, errors will be at the bottom of the list.

    It's too bad you can't post the logs, that would make it a lot easier.
    linuxcommand.org -- AWESOME for people new to linux

  9. #9
    Join Date
    May 2008
    Location
    Purdue University
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    Also one more thing you might check:
    Code:
    cat ~/.xsession-errors
    There might be some interesting snippets in there from when you tried to login.
    linuxcommand.org -- AWESOME for people new to linux

  10. #10
    Join Date
    Jun 2010
    Beans
    15
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Can't get past login screen in Ubuntu 10.04 Lucid Lynx.

    I don't understand or recognise anything in the auth log.

    The daemon log mentions that I couldn't launch evolution-on-alarm-notify.desktop (it took a couple of attempt to uninstall Evolution Mail). There's also something about gnome-mah jongg.

    The last piece of code didn't work.

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •