Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Hey all, just thought I'd post something that I ran across today. I updated my rrdtool to 1.3.2-1.fc8 (yes I use packages) and then all of a sudden my graphs stopped appearing. I looked at the graph debug output from the Graph Management section and the RRDTool output was nothing. I went to a command prompt and ran the same RRDTool graph function and was presented a "Segmentation fault" error.
Anyway the problem had to do with the fonts. For now just to get around the problem I had to edit the ./lib/rrd.php file and put a // in front of the return "--font " . strtoupper($type) . ":" . $size . ":" . $font . RRD_NL; line so rrdtool wouldn't try to render fonts. So my line looks like this,
Thanks! I was noticing the same problem on both of my Fedora 9 boxes after the update this morning, and your workaround works great! I don't have the time right now to look farther into this, but I plan to later this afternoon or evening to see if I can figure out what the actual problem is. Thanks again!
Sounds like the package maintainer removed the font support.
WTF.....
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
dbunyard wrote:LOL......that really is a WTF.
Actually, the real WTF is that I (we) use packages....
Which is why it's better to compile your own stuff from source instead of relying upon a package that someone else may or may not have built correctly.
Users of rrdtool 1.3.* should, IMHO, closely listen at rrdtool-users mailing list. There have been some bug fixes, especially related to font handling, dramatic performance improvements and stuff in the very recent past.
Distro packages may be behind by some weeks
Reinhard
gandalf wrote:Users of rrdtool 1.3.* should, IMHO, closely listen at rrdtool-users mailing list. There have been some bug fixes, especially related to font handling, dramatic performance improvements and stuff in the very recent past.
Distro packages may be behind by some weeks
Reinhard
Indeed, I should have subscribed some time ago. I will closely watching it from now on.