• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need some help understanding a linux error message

mcveigh

Diamond Member
I'm getting mail for root with the message

/bin/bash: /usr/bin/mrtg: No such file or directory
from the crondaemon every five minutes.

now in /etc/crontab i have this line
0-59/5 * * * * root /usr/bin/mrtg /etc/mrtg/mrtg.cfg

I didn't put it there, so I'm not sure what that's about.
I just reinstalled the OS (RH 7.2) on new hard drives on monday night.
I copied most of my /etc/ over and all has been well on the user end.

any ideas

EDIT:

this is /etc/mrtg/mrtg.cfg
Is this a standard base install package? I don't remember ever putting a package like this on... no need to
I'm going to comment it out of etc/crontab and see what happens
######################################################################
# Multi Router Traffic Grapher -- Example Configuration File
######################################################################
# This file is for use with mrtg-2.0
#
# Note:
#
# * Keywords must start at the begin of a line.
#
# * Lines which follow a keyword line which do start
# with a blank are appended to the keyword line
#
# * Empty Lines are ignored
#
# * Lines starting with a # sign are comments.

# Where should the logfiles, and webpages be created?

# Minimal mrtg.cfg
#--------------------

WorkDir: /var/www/html/mrtg
#Target[r1]: 2😛ublic@myrouter.somplace.edu
#MaxBytes[r1]: 1250000
#Title[r1]: Traffic Analysis
#PageTop[r1]: <H1>Stats for our Ethernet</H1>
 
Back
Top