Gnome, solution: /var/log/messages say gconfd ... Bad permissions
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Red Hat support > Red Hat Topics > Gnome, solution: /var/log/messages say gconfd ... Bad permissions




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Gnome, solution: /var/log/messages say gconfd ... Bad permissions  
franklin.bowen@gmail.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-26-06 04:32 PM

If Gnome fails to start up with a LOT of error dialogs, look in
/var/log/messages for messages like:

messages:Dec  7 17:31:47 mixalot gconfd (jason-4424): Bad permissions
755 on dir /home/jason/.gconfd
messages:Dec  7 17:31:47 mixalot gconfd (jason-4424): Failed to get
lock for daemon, exiting: Directory /home/jason/.gconfd has a problem,
gconfd can't use it

or

Feb 25 12:07:09 Desktop01 gconfd (root-6085): starting (version
2.10.0), pid 6085 user 'root'
Feb 25 12:07:09 Desktop01 gconfd (root-6085): Bad permissions 744 on
directory /tmp/gconfd-root
Feb 25 12:07:09 Desktop01 gconfd (root-6085): Failed to get lock for
daemon, exiting: Directory /tmp/gconfd-root has a problem, gconfd can't
use it


The solution is to fix the permissions, which can be done as follows.
Go to the home directory of each of the affected users accounts, and
(where "theuser" is the user's username):

cd ~theuser
chown -R theuser:theuser .gconf .gconfd
chmod 700 -R .gconf .gconfd
find .gconf -type f -exec chmod 600 {} \;
find .gconfd -type f -exec chmod 600 {} \;
chmod 700 /tmp/gconfd-theuser

I put this into a .sh script but could not get the error checking for
user's home directory working so left it as manual commands.

PS  My apologies to Jason and the Gnome gconf-list mailing list from
who I plariarised most of this information.






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:21 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register