Cron daily on my Raq missing
I post this already somewhere else, but maybe not the right place on the board!Got this question:
Since I've manualy added a line to the crontab on my raq550, cron keeps e-mailing me error messages with subjects:
"Cron <root@www> root run-parts /etc/cron.quarter-hourly",
"Cron <root@www> root run-parts /etc/cron.half-hourly",
"Cron <root@www> root run-parts /etc/cron.hourly",
"Cron <root@www> root run-parts /etc/cron.daily".
With the next messagebody:
"/bin/bash: root: command not found"
I can recall I entered this command to the command line once:
"[root /etc]# crontab crontab"
This is how the crontab file looks like:
-----------
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
03,18,33,46 * * * * root run-parts /etc/cron.quarter-hourly
04,34 * * * * root run-parts /etc/cron.half-hourly
01 * * * * root run-parts /etc/cron.hourly
05 0,6,12,18 * * * root run-parts /etc/cron.quarter-daily
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
-----------
Somehow I think the automated tasks of Raq as programmed in the cron.daily folder has been executed last night.
But now also the cron.daily directory is gone, while I can still find it with "locate cron.daily". After executing "updatedb", it's gone.
How can I make cron work propperly again for Raq? Where can I find the files that was in cron.daily?
Thanks in advance!!!

