qiupin / iredmail

Automatically exported from code.google.com/p/iredmail
0 stars 0 forks source link

awstats crontab error #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. New installed Debian Lenny
2. New installed iRedAdmin

What is the expected output? What do you see instead?
I did notice that that awstats diden't update.

What version of the product are you using? On what operating system?
iRedMail-0.6.0

Please provide any additional information below.
To fix the problem you need to crontab -e (on root user) and edit the two lines:
1   */1   *   *   *   perl /usr/lib/cgi-bin/awstats.pl 
-config=mail.e-postadress.se -update >/dev/null
1   */1   *   *   *   perl /usr/lib/cgi-bin/awstats.pl -config=mail -update 
>/dev/null
To:
1   */1   *   *   *   perl /usr/lib/cgi-bin/awstats/awstats.pl 
-config=mail.e-postadress.se -update >/dev/null
1   */1   *   *   *   perl /usr/lib/cgi-bin/awstats/awstats.pl -config=mail 
-update >/dev/null

Original issue reported on code.google.com by jonas.by...@gmail.com on 28 Jun 2010 at 7:24

GoogleCodeExporter commented 9 years ago
Already fixed in HOTFIX: http://iredmail.org/wiki/index.php?title=Hotfix/0.6.0

I suggest all iRedMail users subscribe to RSS of our "News & Announcements" 
forum: http://www.iredmail.org/forum/forum4-news-announcements.html

Original comment by michaelb...@gmail.com on 29 Jun 2010 at 12:02