Fwd: LogWatch for ns1.ogdenmuseum.org

Rick Stevens rstevens at vitalstream.com
Mon Jan 10 21:31:23 UTC 2005


Phil Glatz wrote:
> After a recent redhat 9 reinstall, my system messages log is filled with 
> entries like this, every five minutes:
> 
> 
> Jan  8 00:20:00 BAS-RedHat9-NOCP CROND[563]: (root) CMD 
> (/usr/local/sbin/fix_netstorage_route)
> Jan  8 00:20:00 BAS-RedHat9-NOCP CROND[568]: (root) CMD (/usr/bin/mrtg 
> /etc/mrtg/mrtg.cfg)

For the first message, you must have installed fix_netstorage_route, as
no normal RPM installs things in /usr/local/sbin.  Check the crontab for
the root user to see if you're launching that first script every 5
minutes.  As root, do:

	# crontab -l

If so, and you want to change it, edit the crontab by:

	# crontab -e

As to the second, mrtg does run every 5 minutes.  If you don't want it
to, disable mrtg.  That's contained in the /etc/cron.d/mrtg file.  Just
edit it and comment out the line that starts "*/5"
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-   "I was remembering the immortal words of Socrates when he said,  -
-   'I drank what?'"                 -- Val Kilmer in "Real Genius"  -
----------------------------------------------------------------------




More information about the Redhat-install-list mailing list