Tengo esto en el archivo
/etc/crontab
Código:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
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
01 01 * * * root /var/qmail/bin/dh_key 2>&1 > /dev/null
*/15 * * * * root /home/vpopmail/bin/clearopensmtp 2>&1 > /dev/null
0-59/5 * * * * root /usr/bin/mrtg /usr/share/toaster/mrtg/qmailmrtg.cfg 2>&1 > /dev/null
58 * * * * root /usr/share/toaster/isoqlog/bin/cron.sh 2>&1 > /dev/null
en el directorio:
/etc/cron.hourly tengo el fichero
webalizer con permisos 755
Código:
[root@venus /root] cat /etc/cron.hourly/webalizer
#!/bin/sh
webalizer -c /etc/webalizer/gigt.conf
Pues no funciona, no genera las estadistacas cada hora.
Tengo que escribir yo el comando
run-parts /etc/cron.hourly para que funcione.
Cual puede ser el motivo?
Gracias