Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Can't login after upgrading to 11.10

  1. #1
    Join Date
    Sep 2011
    Beans
    46

    Can't login after upgrading to 11.10

    I just upgraded from 11.04 to 11.10 and I can only login with Guest. If I try with my username (root) it just return me to login screen again. I tried logging in with Gnome classic, Gnome classic (no effects), Ubuntu, and all other in the list, same problem.

  2. #2
    Join Date
    Aug 2007
    Beans
    3
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Can't login after upgrading to 11.10

    I'm glad it's not just me then!

    I followed advice re the following bug:

    https://bugs.launchpad.net/ubuntu/+s...us/+bug/811441

    That appeared to get me past command line, but now I'm unable to log in with my username with the same behavior. It appears to kill the X session, which then prompts it to restart and give me a log in screen again.

    I've tried all the desktops, including Recovery and it's not playing.

    Still trying to debug, so if I find anything, I'll post it here.

  3. #3
    Join Date
    Aug 2007
    Beans
    3
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Can't login after upgrading to 11.10

    Well, this worked for me:

    1. At log in screen, press Ctrl+Alt+F1
    2. Login with your username/password
    3. ls -Shla | grep "Xauthority"
    4. sudo mv .Xauthority Xauthority.old
    5. sudo shutdown -r now

    I was then able to log in without issue.

    Hope this helps!

  4. #4
    Join Date
    Feb 2009
    Beans
    9

    Re: Can't login after upgrading to 11.10

    Ctrl-Alt-F1 or F2 or ... F6 take me to a blank screen. No prompt at all. I also tried pressing the SHIFT key during boot and I also get a blank screen.
    Is there another way to boot in text mode ?

    I can login as one user, but trying to login to another user takes me back to the login screen. I tried removing the .Xauthority file of the "problem" user from the "good" user and then rebooting, and it didn't make any difference.
    Any other suggestion would be very welcome !

  5. #5
    Join Date
    Jan 2010
    Beans
    29

    Re: Can't login after upgrading to 11.10

    Reboot your computer and make sure you do those steps *before* trying to log in. I had exactly this same problem minutes ago and was able to resolve it by deleting my .Xauthority from the command line.

    So do this:

    * Reboot
    * Do *not* try to log in through the GUI
    * Press ctrl+alt+f1
    * Enter credentials
    * Run rm .Xauthority
    * Reboot (sudo reboot now).

    If this still doesn't work, I'm afraid I'm tapped :<

  6. #6
    Join Date
    Nov 2009
    Location
    Moscow
    Beans
    12
    Distro
    Ubuntu 11.04 Natty Narwhal

    Unhappy Re: Can't login after upgrading to 11.10

    Quote Originally Posted by powersurge360 View Post
    Reboot your computer and make sure you do those steps *before* trying to log in. I had exactly this same problem minutes ago and was able to resolve it by deleting my .Xauthority from the command line.

    So do this:

    * Reboot
    * Do *not* try to log in through the GUI
    * Press ctrl+alt+f1
    * Enter credentials
    * Run rm .Xauthority
    * Reboot (sudo reboot now).

    If this still doesn't work, I'm afraid I'm tapped :<
    Powersurge360: I tried what you suggest without success, unfortunately.
    I also have this login problem, as explained in this other thread: http://ubuntuforums.org/showthread.p...1#post11359040
    Any help? Thanks in advance.

  7. #7
    Join Date
    Jan 2010
    Beans
    29

    Re: Can't login after upgrading to 11.10

    Hmmm... Are you getting exactly that problem with the permissions?

    At worst, you could potentially create a new user and put them in all the same groups that you are in and go from there.

    sudo adduser <account_name>

    groups
    ^ take note of what groups show up here

    sudo adduser <account_name> <group_name>

    and then use that account going forward. It sucks, but it beats reinstalling :<

  8. #8
    Join Date
    Nov 2009
    Location
    Moscow
    Beans
    12
    Distro
    Ubuntu 11.04 Natty Narwhal

    Smile Re: Can't login after upgrading to 11.10

    powersurge360, thank you very much for your help.
    effenberg0x0 solved my problem with the instructions offered in this post:
    http://ubuntuforums.org/showpost.php...8&postcount=11

  9. #9
    Join Date
    Sep 2011
    Beans
    46

    Re: Can't login after upgrading to 11.10

    Quote Originally Posted by powersurge360 View Post
    Reboot your computer and make sure you do those steps *before* trying to log in. I had exactly this same problem minutes ago and was able to resolve it by deleting my .Xauthority from the command line.

    So do this:

    * Reboot
    * Do *not* try to log in through the GUI
    * Press ctrl+alt+f1
    * Enter credentials
    * Run rm .Xauthority
    * Reboot (sudo reboot now).

    If this still doesn't work, I'm afraid I'm tapped :<
    1st thing I tried is this and the problem is gone, thanks =))

  10. #10
    Join Date
    Sep 2011
    Beans
    46

    Wink Re: Can't login after upgrading to 11.10

    It's solved thank you all for help
    Just deleted .Xauthority, that's all.
    ^^

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •