ICEauthority can't be updated on nfs home directory
Bug #761991 reported by
Torsten Bronger
This bug affects 15 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
My home directory /home/bronger is mounted through NFS. Every other login (yes, it is perfectly alternating!), I get an error window saying ".ICEauthority could not be updated". The directory is properly mounted as far as I can tell. The file permissions and ownerships are correct.
If I assure that a file /home/bronger/
See also http://
Changed in ubuntu: | |
status: | New → Confirmed |
To post a comment you must log in.
I am experiencing a very similar error running an Ubuntu 10.10 system using LDAP authentication and mounting home directories through NFS. The differences:
1. We always get the error ".ICEauthority could not be updated" (at every login) regardless of whether the .ICEauthority-c file exists or not.
2. Our permissions aren't set correctly (though this is likely due to a LDAP/NFS server communication issue (there are 2 different servers running that the machines must communicate with. One of them is the NFS server and the other is the LDAP server). So this may be an unrelated issue. Here is a sample ls -la of my home directory (NOTE - this isn't the entire contents of my home directory):
drwx------ 2 nobody nogroup 4096 2010-05-10 09:16 .gvfs
-rw------- 1 nobody nogroup 1177 2010-10-03 16:57 .history
-rw-r--r-- 1 nobody nogroup 0 2011-05-18 11:53 .ICEauthority-c
drwxr-xr-x 2 nobody nogroup 4096 2010-05-10 10:27 .icons
drwxr-xr-x 2 nobody nogroup 4096 2010-07-16 07:56 .idlerc
-rw-r--r-- 1 nobody nogroup 1976 2010-08-18 10:55 index.html
-rw-r--r-- 1 nobody nogroup 704 2010-08-05 16:20 iter_01a.cpp
drwxr-xr-x 3 nobody nogroup 4096 2010-05-14 15:27 .java
drwx------ 3 nobody nogroup 4096 2010-05-25 13:04 .kde
-rw------- 1 nobody nogroup 49 2011-05-13 12:45 .lesshst
drwxr-xr-x 11 nobody nogroup 4096 2010-08-03 18:39 Library
drwxr-xr-x 3 nobody nogroup 4096 2010-05-10 09:16 .local
-rw-r--r-- 1 nobody nogroup 298 2010-07-02 13:40 .login
drwxr-xr-x 13 nobody nogroup 4096 2010-06-25 13:27 .lyx
drwxr-xr-x 3 nobody nogroup 4096 2010-07-07 08:35 .m2
Everything is owned by nobody and nogroup (as it is set to be in the config files), though an odd thing is that I can still modify and remove files as needed in my home directory (I am not sure if the nobody/ nogroup combination allows for anyone to modify files).
One thing I do want to point out is that it doesn't matter whether or not I have the .ICE* files existing in my home directory, the error occurs regardless (I can even remove the .ICE* files from /var/lib/gdm/ and the error occurs).