==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=8736
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Bug ID: 8736
Summary: Sarg report missing day.
Classification: Contribs
Product: SME Contribs
Version: 9.0
Hardware: ---
OS: ---
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: smeserver-sarg
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Get sarg installed (smeserver-sarg-2.3.1-1.el6.sme.noarch) and run standard
command /usr/bin/sarg, /etc/cron.daily/sarg, /etc/cron.weekly/sarg and
/etc/cron.monthly/sarg with success.
Wait to populate squid log file and check for normal operation of sarg.
When the first weekly report is produced found out 1 day is missing ( sunday )
and the sunday report for the daily option is not done.
Check Cron log file to check if /etc/cron.daily/sarg and /etc/cron.weekly/sarg
are done. yes both run as per log file.
Do some search and found maybe logrotate problem. The ouput of /var/log/squid
are:
access.log
access.log-20141214.gz
and the cron job search for file
LOG_FILES=
if [ -s /var/log/squid/access.log.1.gz ]; then
LOG_FILES="$LOG_FILES -l /var/log/squid/access.log.1.gz"
fi
if [ -s /var/log/squid/access.log ]; then
LOG_FILES="$LOG_FILES -l /var/log/squid/access.log"
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/