<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Alex van den Bogaerdt wrote:
<blockquote
cite="mid:A2F0FD9DD69D47E2A5D6A4F6EBF076D3@vandenbogaerdt.nl"
type="cite"><!---->
<pre wrap="">No .log files. Something happened, either at 06:15 or between 06:15 and
06:20.
1: next time, show "date; ls -la". This adds current local time, and last
directory change.
2: look at "df", perhaps you have disk full
3: look at your mail. Errors and warnings should arrive there. No, "mrtg
>/dev/null 2>&1" in your crontab is not a good idea.
</pre>
</blockquote>
Here is the output of date; ls -la:<br>
<br>
[root@missioncontrol mrtg]# date; ls -al<br>
Fri Jun 5 06:41:30 CDT 2009<br>
total 296<br>
drwxr-xr-x 2 root root 4096 2009-06-05 06:40 .<br>
drwxr-xr-x 47 adam users 4096 2009-04-13 10:16 ..<br>
-rw-r--r-- 1 root root 2296 2009-06-05 06:40
localhost_10.1.3.1-day.png<br>
-rw-r--r-- 1 root root 8990 2009-06-05 06:40 localhost_10.1.3.1.html<br>
-rw-r--r-- 1 root root 50323 2009-06-05 06:40 localhost_10.1.3.1.log<br>
-rw-r--r-- 1 root root 1633 2009-06-05 05:25
localhost_10.1.3.1-month.png<br>
-rw-r--r-- 1 root root 50305 2009-06-05 06:40 localhost_10.1.3.1.old<br>
-rw-r--r-- 1 root root 1779 2009-06-05 06:10
localhost_10.1.3.1-week.png<br>
-rw-r--r-- 1 root root 1991 2009-06-04 18:10
localhost_10.1.3.1-year.png<br>
-rw-r--r-- 1 root root 2614 2009-06-05 06:40
localhost_68.209.223.242-day.png<br>
-rw-r--r-- 1 root root 6808 2009-06-05 06:40
localhost_68.209.223.242.html<br>
-rw-r--r-- 1 root root 50044 2009-06-05 06:40
localhost_68.209.223.242.log<br>
-rw-r--r-- 1 root root 1588 2009-06-05 05:40
localhost_68.209.223.242-month.png<br>
-rw-r--r-- 1 root root 50026 2009-06-05 06:40
localhost_68.209.223.242.old<br>
-rw-r--r-- 1 root root 1857 2009-06-05 06:35
localhost_68.209.223.242-week.png<br>
-rw-r--r-- 1 root root 1748 2009-06-04 18:10
localhost_68.209.223.242-year.png<br>
-rw-r--r-- 1 root root 538 2009-04-30 15:18 mrtg-l.png<br>
-rw-r--r-- 1 root root 414 2009-04-30 15:18 mrtg-m.png<br>
-rw-r--r-- 1 root root 1759 2009-04-30 15:18 mrtg-r.png<br>
<br>
Disk drive isn't full:<br>
[root@missioncontrol mrtg]# df -h<br>
Filesystem Size Used Avail Use% Mounted on<br>
/dev/sda2 19G 15G 3.4G 82% /<br>
none 124M 12K 124M 1% /dev/shm<br>
/dev/sdb1 19G 18G 374M 98% /mnt/hdb1<br>
<br>
I had emailing to root disabled, my ISP blocks outbount port 25 so I
couldn't have it email this address. I've changed it to mail
localhost, so I'll let it run for a bit and see what happens. I also
changed the cron to add logging:<br>
<br>
0-59/5 * * * * root env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
--logging /var/log/mrtg.log<br>
<br>
<br>
<br>
</body>
</html>