Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 1997 12:58:41 -0400
From:      Gary Schrock <root@eyelab.psy.msu.edu>
To:        Dan Nelson <dnelson@emsphone.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mrtg missing incoming traffic?
Message-ID:  <3.0.3.32.19970729125841.006fee7c@eyelab.msu.edu>
In-Reply-To: <19970728205520.41159@dan.emsphone.com>
References:  <3.0.3.32.19970728163430.008e6630@eyelab.msu.edu> <3.0.3.32.19970728163430.008e6630@eyelab.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
At 08:55 PM 7/28/97 -0500, you wrote:
>The other problem I had was with the authors use of
>` $variable = sprintf("%.0f",eval($$rcfg{target}{$rou})); ' in a few 
>places. On one of the perls I tried (5.002 on a Linux box), the sprintf
>would return 0 if the number being printed was above LONG_MAX.  Try
>changing the assignments to ` $variable = eval($$rcfg{target}{$rou}; '
>and see what happens.

Thanks, that one seems to have solved my problems.  Maybe if I get
ambitious I'll drop a patch by the port maintainer.


Gary Schrock
root@eyelab.msu.edu




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.19970729125841.006fee7c>