Wim,

Try just running "rrdtool -V", most likely you will get errors about missing
fonts and etc. Which if you recompile your rrdtool should fix your problem.
I've seen this happen on FreeBSD boxes which get upgraded from 6.x to 7.

Good luck!

--Samuel

Samuel Petreski
Sr. Security Analyst
University of Iowa


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wim
Biemolt
Sent: Tuesday, August 05, 2008 4:46 PM
To: Vincent Hoffman
Cc: nfsen-discuss@lists.sourceforge.net
Subject: Re: [Nfsen-discuss] rrdtool 1.3

Vincent Hoffman wrote:

> Just a quick email to say that I've been testing a quick patch to 
> allow rrdtool 1.3 to work, so far it seems absolutely fine.
>
> simple patch is.
> --------------------------------------------------
> --- NfSenRRD.pm.orig    2008-08-05 10:49:34.000000000 +0100
> +++ NfSenRRD.pm 2008-08-05 10:50:13.000000000 +0100
> @@ -73,7 +73,7 @@
>         if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
>                 $RRDoffset = 77;
>         }
> -       if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {
> +       if ( $rrd_version >= 1.2 && $rrd_version <= 1.3 ) {
>                 $RRDoffset = 67;
>         }
> ----------------------------------------------------------------------
> ---
>
> only tested on FreeBSD 7/rrdtool 1.3.0 /nfsen 1.3/nfdump-1.5.7

Weird. That is the setup I'm using. However when I tried to apply the patch
Peter already kindly suggested I got it to compile, it generated also some
graphics. But not as nice as when using 1.2. The legend for example is now
missing.

Cheers,

-Wim -/- SURFnet

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to