Updating to Debian Etch broke Amavis-Stats:
Amavis Detection Statistics
Daily Graphs
amavis-stats::error: rrd_graph(): 1
amavis-stats::error: rrd_graph(): 1
Weekly Graphs
amavis-stats::error: rrd_graph(): 1
amavis-stats::error: rrd_graph(): 1
Monthly Graphs
amavis-stats::error: rrd_graph(): 1
amavis-stats::error: rrd_graph(): 1
Yearly Graphs
amavis-stats::error: rrd_graph(): 1
amavis-stats::error: rrd_graph(): 1
I searched Google for a solution but every other post on the subject suggested downgrading rrdtool. This is not an appropriate fix. I debugged the actual amavis-stats script and here is my fix. It involves commenting out some lines in /usr/share/amavis-stats/amavis-stats.php:
Line 650:
// $opts[] = "COMMENT:amavis-stats v$asVersion ";
// $opts[] = "COMMENT:$enddate \\r";
Line 771:
// $opts[] = "COMMENT:amavis-stats v$asVersion ";
// $opts[] = "COMMENT:$enddate" . str_replace(":", "\:", $enddate) . " \\r";
Thanks for the workaround / Fix. I had the same error on fresh install of Debian Etch.
I, however, did not comment out the two lines
$opts[] = “COMMENT:amavis-stats v$asVersion “;
and added the version number (1.2.15-0.3) in line 60 as it was left out.
Link | August 22nd, 2007 at 12:45 pm
hey brother.
its been a very long time, i wonder if you remember me. i was your bro back in the days when we used to hang out with gavin and chris. write back to me and let me know how your doing. i also want to know if your have been in touch with those two. its been about 8 years since ive lived in utah. it would be good to hear from u all
later beau
Link | November 22nd, 2007 at 6:24 am
thank you. on my debian-etch installation there is an offset of some lines, but it worked. the comment from ragia did not fix the problem.
dietmar
Link | January 10th, 2008 at 2:56 pm
Thank you, that fixed my problem too
Link | August 5th, 2008 at 3:59 am
Worked for me too! thx!
Link | December 5th, 2008 at 5:02 pm
Thank you for publishing this!
This worked for me, then recently stopped working. When i check the /usr/share/amavis-stats/amavis-stats.php file, my edits remain. Any suggestion(s)?
Link | March 14th, 2009 at 5:44 pm