Cron jobs Summary Gconf stops on its own; exim should only be run when needed (before using reportbug, say)
Exim From /var/log/syslog: Jan 19 18:23:01 sigillo /USR/SBIN/CRON[3699]: (mail) CMD ( if [ -x /usr/lib/exim/exim3 -a -f /etc/exim/exim.conf ]; then /usr/lib/exim/exim3 -q ; fi) Jan 19 18:38:01 sigillo /USR/SBIN/CRON[3704]: (mail) CMD ( if [ -x /usr/lib/exim/exim3 -a -f /etc/exim/exim.conf ]; then /usr/lib/exim/exim3 -q ; fi) Jan 19 18:53:01 sigillo /USR/SBIN/CRON[3709]: (mail) CMD ( if [ -x /usr/lib/exim/exim3 -a -f /etc/exim/exim.conf ]; then /usr/lib/exim/exim3 -q ; fi) Jan 19 19:08:01 sigillo /USR/SBIN/CRON[3714]: (mail) CMD ( if [ -x /usr/lib/exim/exim3 -a -f /etc/exim/exim.conf ]; then /usr/lib/exim/exim3 -q ; fi) So every 15 minutes this mail command runs. I don't see where
the command is given -- kcron or crontab -e doesn't show it. There is a
/etc/init.d/exim file -- but exim may also be running from
/etc/inetd.conf. In fact I have this line there: #:MAIL: Mail, news and uucp services. /etc/init.d/exim So
that's where it's started. The /etc/cron.daily/exim "cycles logs" --
dumps the old log to /dev/null. The /etc/cron.d/exim has the rest: # /etc/cron.d/exim: crontab fragment for eximSo that's where it is -- in /etc/cron.d. It's the only file there. I guess it would be tidier to do it in crontab, and less frequently. This stuff is way too complicated for laptop use! All I need is a program that sends mail when (on the very rare occasion) I need it to do so. Now I have to experiment with exim to learn whether you can still send mail if it runs more rarely, or not at all. Other # Synchronize the time with spello 0 8 * * * /usr/sbin/ntpdate spello You should be running updatedb in /etc/cron.daily -- though this seems to be duplication of the crontab functionality. Gconf
Another thing that runs all the time is gconfd, from the gconf2 package: I don't see what makes it start, but it does shut down on its own -- the FAQ says "a couple of minutes after the last application using GConf has exited". So it starts whenever some application that uses it starts. It uses these configuration files: /home/steen/.gconf This is the Gnome equivalent of the Windows registry, or the
.kde registry. It's annoying it runs a daemon, but it's linked to apps
and shouldn't bother a sleeping laptop. Gconf will start when you run any mozilla app.
|
|
|
|
|||||
Maintained by Francis F. Steen, Communication Studies, University of California Los Angeles |