signout
(usa Slackware)
Enviado em 08/04/2009 - 07:25h
01 * * * * root nice -n 19 run-parts --report /etc/cron.hourly
02 4 * * * root nice -n 19 run-parts --report /etc/cron.daily
22 4 * * 0 root nice -n 19 run-parts --report /etc/cron.weekly
42 4 1 * * root nice -n 19 run-parts --report /etc/cron.monthly
00 1 * * * root nice -n 19 run-parts --report /usr/sbin/urpmi --auto --auto-update
15 0 * * * root nice -n 19 run-parts --report /usr/bin/updatedb
30 11 * * * root nice -n 19 run-parts --report /usr/sbin/sarg
Se não esta gerando erros, faça um teste, retire os parametros de nice e deixe somente os comandos, configure para rodar nos proximos 10 minutos
Ex.:
Hora atual: 09:30
40 09 * * * /usr/sbin/sarg
E veja se esta funcionando, acompanhe a execução nos logs
Espero que ajude.