Código:
en el directorio: /etc/cron.hourly tengo el fichero webalizer con permisos 755SHELL=/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
Código:
Pues no funciona, no genera las estadistacas cada hora.[root@venus /root] cat /etc/cron.hourly/webalizer #!/bin/sh webalizer -c /etc/webalizer/gigt.conf
Tengo que escribir yo el comando run-parts /etc/cron.hourly para que funcione.
Cual puede ser el motivo?
Gracias