Results 1 to 3 of 3

Thread: **** .ICEauthority file problem!

  1. #1
    Join Date
    Mar 2010
    Beans
    6

    Exclamation **** .ICEauthority file problem!

    After changed my user password with the command

    sudo passwd myuser

    I stay with this big problem

    Could not update ICE Authority file /home/my/.ICEauthority

    There are a problem with a configuration server ...
    (/usr/lib/libconf2-4/gconf-sanity-check-2 exits with status 256)

    The Nautilus cound't create those directories requireds:
    /home/myuser/Desktop, /home/myuser.nautilus

    I read some posts about this error but in my case the diference
    is that my home directory is encrypted (Karmic Koala, I choose for this feature in the instalation).

    And commands like ls -l .ICEauthority because this file don't exist

    Do ls command in my home result this:

    Access-Your-Private-Data.desktop
    README.txt
    Ubuntu One

    Only these files, I'm afraid with the possibility of don't access never more my files

    This kind of Bug is so serious

    Now a want to work normally again with my ubuntu and recovery my files!

    Can anyone helpe me with a good and effective answer or solution?


    Thank's

  2. #2
    Join Date
    Mar 2010
    Beans
    6

    Lightbulb Re: **** .ICEauthority file problem!

    First I thank's for users help!

    For solve this problem, first in the login screen press CTRL + ALT + F1
    for perform login in tty terminal.

    Then, type login information and after type this command:

    sudo chmod 755 /home/youruser

    reboot your system

    Now follow the instruction of this thread (only if you home was encrypted, pay attention) :

    http://ubuntuforums.org/showthread.p...ght=passphrase

    And all will works fine again!

  3. #3
    Join Date
    Oct 2008
    Location
    Shropshire
    Beans
    59
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: **** .ICEauthority file problem!

    This worked for me:
    Use a Ubuntu Live CD to boot up, and choose a command-line (shell) option.
    With this, set your $HOME directory (/home/username) permissions to something appropriate (I used 755) and make sure all directories can be listed with the "ls" command. Then remove nautilus with
    Code:
    sudo apt-get remove nautilus
    and delete the .ICEauthority entry in $HOME, and possibly in /var/lib/gdm. Then reboot with
    Code:
    sudo shutdown -r now
    When you choose the same option on boot-up, from the command line you can use
    Code:
    sudo apt-get install nautilus
    sudo shutdown -r now
    and retrieve the CD a bit smartish. I do hope you get a clean straight boot and login, as I did!
    With thanks to all who helped me,
    Phil

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
  •