Xymon Mailing List Archive search

rrd and do_disk.c: 32 bit limit reached

list Dominique Frise
Thu, 03 Apr 2008 08:08:28 +0200
Message-Id: <user-ba40eda63401@xymon.invalid>

Thanks!

Dominique
UNIL - University of Lausanne


Henrik Stoerner wrote:
On Tue, Apr 01, 2008 at 06:10:42PM +0200, Dominique Frise wrote:
The problem comes from the hobbitd/rrd/do_disk.c. The "long long aused" variable is properly defined but the value affectation should use "atoll" (el el) function and not "atoi".
I've just committed a fix that should handle this in a portable way.


Regards,
Henrik