Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-21-2006, 11:59 AM
|
#1
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467
Rep: 
|
Turning off gconfd
I see from /var/log/messages that the gconfd daemon is running throughout the day. I'm not using Gnome although I do run some gtk apps like Gaim and Gimp.
Is there any way of permanently turning gconfd off (short of chmod'ing -x it)? Or do I need it for gtk or other (gnomish) apps?
I tried shutting it down with gconftool-2 --shutdown and then restarting Gaim but the daemon doesn't start up so I assume it isn't needed.
I can't seem to find out where it is starting up from.
|
|
|
03-22-2006, 05:37 AM
|
#2
|
Member
Registered: Mar 2006
Posts: 110
Rep:
|
to stop the daemon from running after reboot use
chkconfig gconfd off
you need to log in as root. also you can check the runlevels for which youer daemon is currently active.
chkconfig --list | grep gconfd
it will give all the runlevels as well as on/off.
|
|
|
03-22-2006, 05:42 AM
|
#3
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by rahulk
to stop the daemon from running after reboot use
chkconfig gconfd off
you need to log in as root. also you can check the runlevels for which youer daemon is currently active.
chkconfig --list | grep gconfd
it will give all the runlevels as well as on/off.
|
I don't think slackware using chkconfig. It uses bsd style scripts so you would need to do something like "chmod -x gconfd" in /etc/rc.d.
|
|
|
03-22-2006, 08:43 AM
|
#4
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467
Original Poster
Rep: 
|
I tried chmod -x it earlier and noticed that Firefox complained that it couldnt start it. I can only imagine that FF is using it as a way to tell what programs should run when launching files from the download window or something similar.
|
|
|
03-22-2006, 09:45 AM
|
#5
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by dive
I tried chmod -x it earlier and noticed that Firefox complained that it couldnt start it. I can only imagine that FF is using it as a way to tell what programs should run when launching files from the download window or something similar.
|
Well if Firefox uses gconfd then you'll have to leave it as it is.
|
|
|
03-22-2006, 09:53 AM
|
#6
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467
Original Poster
Rep: 
|
What I've done now is edited /etc/syslog.conf:
Added user.none; to -/var/log/messages
Added a new line:
user.* -/var/log/user
Now at least the gconfd start/stopping messages get logged elsewhere, leaving /var/log/messages cleaner.
|
|
|
All times are GMT -5. The time now is 04:58 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|