LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Unable to read ICE authority file (https://www.linuxquestions.org/questions/ubuntu-63/unable-to-read-ice-authority-file-436797/)

ironfistchamp 04-19-2006 12:47 PM

Unable to read ICE authority file
 
How is this for weird. I turned my computer on and went to log in as my main user. I waited and suddenly I was told that my session lasted less than 10 seconds. I viewed the error log and this is what it said.

/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "dstamp"
/etc/gdm/Xsession: Beginning session setup...
_IceTransTransNoListen: unable to find transport: tcp
_IceTransmkdir: ERROR: euid != 0,directory /dev/X will not be created.
_IceTransmkdir: ERROR: Cannot create /dev/X
_IceTransPTSOpenServer: mkdir(/dev/X) failed, errno = 13
_IceTransOpen: transport open failed for pts/ubuntu:
_IceTransMakeAllCOTSServerListeners: failed to open listener for pts
_IceTransISCOpenServer: Protocol is not supported by a ISC connection
_IceTransOpen: transport open failed for isc/ubuntu:
_IceTransMakeAllCOTSServerListeners: failed to open listener for isc
_IceTransSCOOpenServer: Protocol is not supported by a SCO connection
_IceTransOpen: transport open failed for sco/ubuntu:
_IceTransMakeAllCOTSServerListeners: failed to open listener for sco

** (gnome-session:10266): WARNING **: Unable to read ICE authority file: /home/dstamp/.ICEauthority

What on earth does it mean and how can I fix it. Last time all I did was use aMSN and surf the net. It is a really new install (done a day ago). Can someone help me fix it please?

Thanks

Ironfistchamp

angkor 04-19-2006 01:50 PM

It's a known problem that occurs sometimes. I read somewhere it could be caused by using some kde programs in gnome.

Try moving the .ICEauthority file in your homedir or remove it alltogether, a new iceauthority file will be generated.:

Ctrl+Alt+F1

login

Code:

cd /home/dstamp
Code:

mv .ICEauthority .ICEauthority-old
or
Code:

rm .ICEauthority
Ctrl+Alt+F7

and try to log into gnome again.

ironfistchamp 04-19-2006 03:03 PM

Thanks very much it works again now.

Thanks again

Ironfistchamp


All times are GMT -5. The time now is 04:53 PM.