Couldn't update ICEauthority file

Asked by hepinggedy

Every time I start my computer, after I have entered my user name and password, a warning information would jump out just as follows:

Could not update ICEauthority file: /home/dyg/.ICEauthority

Looking forward to anyone could help! Best wishes!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gdm Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

boot to root recovery console (Hold shift at boot, select recovery mode then use the cursors to select root (scroll beyond the options))

You can now run:

cd /home; chown -R dyg:dyg ./dyg

then reboot. Should be fine (the R MUST be capitalised, Linux is VERY case sensitive).

Revision history for this message
hepinggedy (hepinggedy) said :
#2

Hi, actionparsnip,

I am very sorry that it didnot help. After I reboot, the same problem came up. I just don't know why. But the problem does not affect my work with my computer.

Thank you very much all the same, indeed!

Hopefully, my problem could be solved by your kind buddies!

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
hepinggedy (hepinggedy) said :
#4

I think I have made a mistake. The solution that actionparsnip gave worked this time. Perhaps the first time I typed
     cd /home; chown -R dyg:dyg /dyg
instead of
     cd /home; chown -R dyg:dyg ./dyg.
The former did not work, but the later worked.

I am sorry for that mistake.And thank you, actionparsnip!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Yes, please type commands right. You can break your system with bad commands. Is this now solved.

Revision history for this message
hepinggedy (hepinggedy) said :
#6

Yes, the problem now has been sovled.
Thank you so much for your kind help!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Please mark as solved.

Revision history for this message
hepinggedy (hepinggedy) said :
#8

Oh, sorry! But how to?

Revision history for this message
hepinggedy (hepinggedy) said :
#9

Thanks actionparsnip, that solved my question.