Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Cron reading
Name: singh_ravinder Date: May 17, 2005 at 02:49:08 Pacific OS: Redhat 9 CPU/Ram: Intel P-4
Comment:
I am getting Cron Daemon mail in my root account everyday but can't understand what this is telling to me
This is the contents of the mail. This mail is having 200 lines in this. Kindly help me that is it giving me some crucial warning or just giving its routine checkup report. I am my system as webserver+mailserver+samba server.
/etc/cron.daily/00webalizer:
Warning: Truncating oversized date field Warning: Truncating oversized date field
Name: Luke Chi Date: May 20, 2005 at 12:06:22 Pacific
Reply:
/etc/cron.daily/00webalizer is a web server log file analysis program which produces usage statistics in HTML format for viewing with a browser.
/etc/cron.daily/00webalizer supports CLF (common log format) log files, as well as Combined log formats as defined by NCSA and others, and variations of these which it attempts to handle intelligently. In addition, the Webalizer also supports wu-ftpd xferlog formatted log files, allowing analysis of ftp servers, and squid proxy logs.
Your web server log file date fields were too long, when webalizer did the analysis, the date field values were truncated.
Summary: Yes, you should use cron. Read "man crontab" for info on how it works. You can run any executable in a cron job, so simply calling a shell script that sends the message, waits an adequate delay, and t...
Summary: For a detailed description of cron, read this link: http://www.adminschoice.com/docs/cr... # This cron entry runs the /path/my_command command every hour on the hour 0 * * * * /path/my_command ...
Summary: Yes I do have samba installed and I can read all the correct directories. This looks like it will work fine. One question, does the cron script, smbtar.sh in the example above, have to be in a certa...