When I try to open http://<my-site>/cgi-bin/CUGrapher.pl?<many params> the page don't have graph. Reproducible: Always Actual Results: Apache error log has message: graph failed (I don't understand ': all\n' in command: 'COMMENT: Router: all\n'.) and warning failed (I don't understand ': all\n' in command: 'COMMENT: Router: all\n'.)\n' in command: 'COMMENT:graph failed (I don't understand ': all\n' in command: 'COMMENT: Router: all\n'.)\n'.)
It's happens because: COMMENT:text Text is printed literally in the legend section of the graph. Note that in RRDtool 1.2 you have to escape colons in COMMENT text in the same way you have to escape them in *PRINT commands by writing '\: To fix need patch CUGrapher.pl as: # router name if( scalar @{$service{$r}} || scalar @{$protocol{$r}} || scalar @{$tos{$r}} || exists $total{$r} ) { push @args, 'COMMENT: Router: '.$r.'\n'; } '. To: push @args, 'COMMENT: Router\: '.$r.'\n';
Created attachment 221263 [details, diff] Patch for CUGrapher.pl
Please read the "Gentoo Bug Reporting Guide"[1] before opening a bug. [1] - http://www.gentoo.org/doc/en/bugzilla-howto.xml
dev-perl/CUFlow was removed from tree, so closing this