PDA

View Full Version : [ubuntu] Could not update ICEauthority file /home/carl/.ICEauthority



c-m
September 18th, 2010, 08:16 PM
Hi,

Every time i start up i am getting the following error


Could not update ICEauthority file /home/carl/.ICEauthority

I checked the file and I was the owner and it was set to read/write yet i was unable to delete it.

I deleted the file as root and attempted to log in again.

Once logged in i got the exact same message:

Could not update ICEauthority file /home/carl/.ICEauthority

Old *ix Geek
September 19th, 2010, 05:42 AM
Every time i start up i am getting the following error


Could not update ICEauthority file /home/carl/.ICEauthority

I checked the file and I was the owner and it was set to read/write yet i was unable to delete it.

I deleted the file as root and attempted to log in again.

Once logged in i got the exact same message:

Could not update ICEauthority file /home/carl/.ICEauthority

Does that file exist now? If so, do this:


chmod 777 ~/.ICEauthority

and try again. If that doesn't solve it, try this:


chmod 777 ~/.ICEauthority; chmod 1777 /tmp

If it's still not working, or if the file no longer exists, post again.

c-m
September 19th, 2010, 11:03 AM
Tried both with no success.

It seems that my home directory had changed ownership from my user carl to 1096 whoever that is.

I opened it as root and changed it back and it worked fine.

Thanks

ttguy
September 22nd, 2010, 09:10 AM
Could not update ICEauthority file /home/carolyn/.ICEauthority
(usr/lib/libgconf2-4/gconf-sanity-check-2 has quit with state 256
Nautilus cannot create the following folders : /home/carolyn/Desktop and /home/carolyn/.nautilusAnother thing to check if you get this sort of error is the ownership and permissions of the /home folder.

My system generated this error when I recently moved the drive that home lived on. Strangely I could log on under my userid but other users could not log in.

It turned out that when I created the /home folder (into which I mounted my new drive) I created it so that I owned it.
Thus, only I could create .ICEauthority files in /home/<userid>.
After setting ownership and group of /home to root and the permissions to
rwxr-xr-x all my users could log in.

chocobanana
September 22nd, 2010, 09:24 AM
That happened to me a few times before.

Chmod is a solution but deleting the offending file is simpler.

From a terminal (e.g. press Ctrl+Alt+F2 and log in):

rm ~/.ICEauthority

Good luck