Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
has anyone got rrdtool working properly on the DNS-323? I have had a bit of a go, but can't get the graphing option to work. It bombs out after 10-15 mins (way too long...) with a segmentation fault. The update and fetch options work perfectly, so I suspect an issue with the graphics libraries.
From what I can gather, it is likely that the optware version (1.2.7) has some bugs, and is a bit iffy about the glibc and cairo libraries it references during compilation.
MRTG works fine, but I need the extra features in RRDTool.
For reference firmware v1.05 & FFP & Optware with a bunch of home made hacks.
Best regards and thanks for a great forum,
Andrew
Offline
*bump* been trying to get it to work but having the same problem with making the graphs other functions seems to work, anyone got it working?
Offline
I've got it working on my dns-323. The only problem is that it's quite slow when using the GPRINT: LAST, AVERAGE functions... about 40 secs to plot it.
I believe it has to do with soft-float, but i'm not sure. I'll try to look into it more.
/E
Offline
Finally, got it working shows min,max,last,average... it now takes about 2-4 seconds to render.
Before installing rrdtool you have to install libart and freetype. The source is available on the net. I believe most of it can be found on rrd's home page. http://oss.oetiker.ch/rrdtool/
when it comes to installing rrdtool I added a flag called -msoft-float like this:
./configure --prefix=/ffp CFLAGS=-msoft-float
then make && make install
/E
Offline