troubles with .Iceauthority

General support questions
elisabetta
Posts: 7
Joined: 2014/02/05 18:42:51

troubles with .Iceauthority

Post by elisabetta » 2014/02/06 10:16:17

when I try to log into my account, the following messages appear:

"could not update .ICEauthotity file, /home/username/.ICEauthority"

"Nautilus can't create /home/username/Desktop" and /home/username/.nautilus"

"usr/libexec/gconf-sanity -check-2 exit with status 256"

when I open the terminal
this message appear:

".bashrc: permission denied"

I have no permission in my account.

Please could someone help me?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: troubles with .Iceauthority

Post by TrevorH » 2014/02/06 10:28:27

Is your home directory owned by your userid? Perhaps it needs `chown myuser:myuser /home/myuser` run as the root user to fix it - maybe including the -R switch to do so recursively to fix all the files inside it too.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: troubles with .Iceauthority

Post by avij » 2014/02/06 10:31:59

Try these as root:

chown -R username /home/username
chmod u+rwx /home/username
restorecon -R /home/username

elisabetta
Posts: 7
Joined: 2014/02/05 18:42:51

Re: troubles with .Iceauthority

Post by elisabetta » 2014/02/06 11:02:09

thank you for your suggestions

I have applied "chown" and "chmod" command, but nothing is changed.
I am the owner of the file in my account, e.g. for the files .Iceauthority and .bashrc:

ls -al command:

-rwxrwxrwx usename username .ICEauthority

-rwxr--r-- username username .bashrc

the centos version I am using is 6.5...I have chosen the wrong forum :oops:

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: troubles with .Iceauthority

Post by TrevorH » 2014/02/06 11:50:26

I have moved your thread to the correct forum.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: troubles with .Iceauthority

Post by avij » 2014/02/06 13:11:43

Perhaps you have duplicate user definitions in /etc/passwd. Try "grep username /etc/passwd", it should return only one row. The third field in the output is the numeric user ID, typically something around 500. The passwd format is username:x:userid:groupid:realname:homedir:shell.

Confirm that your home directory is owned by that numeric ID with "ls -nd /home/username", it should show the same numeric user ID as in the above command. If there are differences, try "chown -R yournumericid /home/username".

elisabetta
Posts: 7
Joined: 2014/02/05 18:42:51

Re: troubles with .Iceauthority

Post by elisabetta » 2014/02/06 13:39:46

thank you fo the suggestion. I have tried the command "grep username /etc/passwd", and it return only one row, the userid and goupid are correcxt and the "ls- nd /home/username list the correct user id for the owner.

in the automatic bug reporting tool this message appears:

/usr/bin/gnote -------> Process /usr/bin/gnote/ was killed by signal 6 (SIGABRT)

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: troubles with .Iceauthority

Post by avij » 2014/02/06 15:02:15

Perhaps it's a SELinux issue? Try setting SELinux to permissive mode with "setenforce 0".

elisabetta
Posts: 7
Joined: 2014/02/05 18:42:51

Re: troubles with .Iceauthority

Post by elisabetta » 2014/02/06 17:03:07

SELinux is already in permissive mode...

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: troubles with .Iceauthority

Post by TrevorH » 2014/02/06 21:14:22

Post the output of `ls -ld /home/username` and also the output of `lsattr /home`
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply