Hi Sebastian, Thanks so much for the prompt reply.
On Tue, Jun 1, 2010 at 2:58 PM, Sebastian Harl <tok...@debian.org> wrote: > Hi, > > On Tue, Jun 01, 2010 at 02:31:34PM -0400, Pablo Duboue wrote: >> I can reproduce the same behavior in my machine running Debian 5.0.4. >> It is also an amd64 machine. >> >> How can we help diagnose / fix this bug? > > Hrm … I have to admit that I do not have a single clue what might be > wrong there, so I'm not sure where to start looking at :-/ > > Could you please provide (as detailed as possible) information what you > did to verify/reproduce this bug? Please specify all commands with as > much detail as possible -- if possible, starting with "rrdtool create" > and include everything up to and including what you did to check the > contents of the RRD file. If possible, please use rrdcreate's '--start' > option and specify all time values as seconds since the epoch. Anything > that might help me reproduce the problem might help to get this issue > settled out. > > Could you please also specify the exact version of rrdtool you were > using? Please include the output of "rrdtool | head -n 2" and "dpkg -l > rrdtool". I'm using RRDtool 1.3.1 Copyright 1997-2008 by Tobias Oetiker <t...@oetiker.ch> Compiled Sep 26 2008 20:49:01 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-=======================-=======================-============================================================== ii rrdtool 1.3.1-4 Time-series data storage and display system (programs) now, for some extra news. I followed a tutorial at: http://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html and it worked like a charm *but* if I added entries with timestamps out of step (e.g., jumping forward 800 instead of 300 as in the tutorial), I get the RRA full of NaNs. I think that's what broke my ganglia install here. Folkert's example doesn't work neither on Squeeze. And my use case rrdtool create test.rrd \ --start 920804400 \ DS:speed:COUNTER:600:U:U \ RRA:AVERAGE:0.5:1:24 \ RRA:AVERAGE:0.5:6:10 rrdtool update test.rrd 920804700:12345 920805000:12357 920805300:12363 rrdtool update test.rrd 920805600:12363 920805900:12363 920806200:12373 rrdtool update test.rrd 920806500:12383 920806800:12393 920807100:12399 rrdtool update test.rrd 920807400:12405 920807700:12411 920808000:12415 rrdtool update test.rrd 920808300:12420 920808600:12422 920808900:12423 and then doing rrdtool update 920809900:12423 also doesn't work on a Lenny 32 bit chroot. I start to think I have ganglia misconfigured and this is just the way rrdtool is supposed to work. P. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org