Hi All, Today while I was working on hadoop, I have changed many file permissions to make it work,For some purpose I had to restart my 64bit Fedora 14.I found that my system got hanged and a pop was showing with this error : "/usr/libexec/gconf-sanity-check-2 exited with status 256" and I could not able to log into my account.
I got the solution it is due to file permission in /tmp directory.So,I changed the file permission of /tmp directory to 777 and now it is working properly.
I got the solution it is due to file permission in /tmp directory.So,I changed the file permission of /tmp directory to 777 and now it is working properly.
Hi Faruk da,
ReplyDeleteI too got an error while booting , "could not update ICEauthority file /var/lib/gdm. ICEauthority", followed by the error you mentioned above.
What did things right for me is this,
1. Get root access, type on the terminal
su
Enter root password when asked
2. Did what you mentioned above.
3. And,
chown -R root:root /var/lib/gdm
chmod -R 777 /var/lib/gdm
4. Reboot
Thank you very much!!!
Good!!!, Be Happy!!!
ReplyDelete@ Faruk - Your suggestion worked..
ReplyDelete@faruk your suggestion worked same error on rhel 6 : "/usr/libexec/gconf-sanity-check-2 exited with status 256"
ReplyDeletehi faruk iam getting following error "DBus error org.gtk.Private.RemoteVolumeMonitor.Failed " The given volume was not found
ReplyDeleteIam using RHEL 6 when ever iam mounting my pendrive .But in Gui mode it is not getting detected but getting detected in command mode
Just ran into this on Oracle Enterprise (After moving /tmp to it's own mount point). The permissions went from 777 (On the original /tmp) to 755 (default from umask) for the mount point I created. Resetting to 777 did the trick.
ReplyDeleteThanks!
Thank you for another fantastic article. Where else may just anybody get that kind of information in such an ideal manner of writing?
ReplyDeleteI've a presentation next week, and I am on the search for such information.
Also visit my weblog; houston garden centers spring tx
/usr/libexec/gconf-sanity-check-2 exited with status 256
ReplyDeleteI can't able to CLI login also Out rage
I faced the same problem with RHEL 6.3. Thanks for all the help!
ReplyDeleteHi All , while login to the linux server i have recevied error like
ReplyDelete"/usr/libexec/gconf-sanity-check-2 exited with status 256" please help me how to sole this error.