AdilsonGV
(usa Ubuntu)
Enviado em 10/10/2013 - 07:57h
Bom dia a todos
Tenho um firewall com o Ubuntu Server 12 lts e o mesmo esta com squid e sarg instalados e funcionando, coloquei o sarg no /etc/cron.daily e configurei no crontab para rodar as 22:25, mais o mesmo via browser só gera os relatorios as 08:00 da mannhã do dia seguinte... onde estou errando???
Segue as configurações
CRONTAB
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 22 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
# Sarg
50 22 * * * root run-parts /usr/bin/sarg < -- Teste que também não funcionou no crontab
DIRETORIO CRON.DAILY
root@storm:/etc/cron.daily# ls
0anacron apport aptitude dpkg libvirt-bin man-db passwd samba tomcat6
apache2 apt bsdmainutils ksarg logrotate mlocate popularity-contest standard update-notifier-common
KSARG <--- Fui instruido por um topico a colocar KSARG para que o mesmo rode antes do LOGROTATE
Alguém pode me ajudar??