I am running a very nearly fresh Gnome version of 12.10, with no particular tweaks or customisation. I performed an upgrade yesterday using
sudo apt-get update; sudo apt-get upgrade
which completed successfully. After rebooting, I find that I am no longer able to log in - entering my (correct) password brings up a black terminal for a couple of seconds as usual and then returns me to the login screen. So far:
- The guest account can log in fine
- I can log in to a terminal via Ctrl+Alt+1 etc
- Deleting all my gnome profile entries (.gnome, .gnome2, .gconf, etc) does not help
- A new empty user (created using
$ sudo adduser newguy; sudo passwd newguy
) has the same problem /var/log/syslog
has some odd messages includinggdm-simple-slave[1219]: WARNING: Child process -1838 was already dead
WARNING: Failed to give slave programs access to the display. Trying to proceed
- I installed
kde-standard
and had the same problem, so it is not a Gnome issue - Running
startx
from the terminal available through Ctrl+Alt+1 brings me to a working desktop. If this is allowed to go to screen-saver or is locked, I am unable to wake it (I get an "Authentication Error" message below the password entry field). - Opening a terminal in a guest session, running
su - myusername
and entering my password and gives the errorsetgid: Operation not permitted
I surmise that something about the Ubuntu login is broken, at least on my system.
Any suggestions will be most gratefully received...
/home
, use:sudo chmod 755 /home
. – Lekensteyn Jan 29 '13 at 23:11chmod 755
on/home
will change? It's in this mode by default on Ubuntu. – gertvdijk Jan 29 '13 at 23:42