hobbit_rrd Fatal signal caught! with rrdtools 1.2.11
list Laurent Grilli
Hi all, Our hobbit_rrd crash on FreeBSD 5.4 with rrdtools 1.2.11 In rrd-status.log 2005-08-22 23:45:18 RRD error updating /home/hobbit/data/rrd/X.X.X.X/la.rrd from X.X.X.X: reading the cookie off /home/hobbit/data/rrd/X.X.X.X/la.rrd faild 2005-08-22 23:45:18 RRD error updating /home/hobbit/data/rrd/X.X.X.X/procs.rrd from X.X.X.X: reading the cookie off /home/hobbit/data/rrd/X.X.X.X/procs.rrd faild 2005-08-22 23:45:18 RRD error updating /home/hobbit/data/rrd/X.X.X.X/users.rrd from X.X.X.X: '/home/hobbit/data/rrd/X.X.X.X/users.rrd' is not an RRD file 2005-08-22 23:45:18 RRD error updating /home/hobbit/data/rrd/X.X.X.X/disk,C.rrd from X.X.X.X: reading the cookie off /home/hobbit/data/rrd/X.X.X.X/disk,C.rrd faild ..... ..... 2005-08-22 23:49:26 Worker process died with exit code 134, terminating Plenty of these entries, of course X.X.X.X is normal information This is a fresh install of Hobbit 4.1.1. Is it due to the version of rrd ? The same data send by the client to a Hobbit 4.1.1 run fine but with the rrdtools 1.2.10 Here is the changelog of rrd tools 1.2.11 RRDtool 1.2.11 is released ... You can download the latest release of RRDtool from http://people.ee.ethz.ch/oetiker/webtools/rrdtool/pub New Features * Graph generation is much faster with this release. An MRTG type graph is about twice as fast, and SmokePing graph about 6 times as fast. * RRDtool in interactive mode does now only quit when it really has to. In all other cases it complains and waits for new input. Bugfixes * When stacking known on unknown data, the graph does not go haywire anymore. * rrdtool graph with --no-gridfit and --only-graph does now produce sensible output * configure works now with gcc-4.0 * changing just the font and not the size of the font as described in the man page now actually works. -- Havard Eidnes * the makefiles now are less GNUish and work with Solaris standard make too. -- Stan Sinyagin * make install locations more 'standard' -- Stan Sinyagin * bottom align the x-axis labels, this helps with languages where not every weekday name has the same 'height' By the way how do you compute the number off rrd that you got on your systems ? Thks for any advice, Laurent Grilli The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. This communication is from TI Automotive.
list Henrik Størner
▸
On Tue, Aug 23, 2005 at 01:02:07AM +0200, Grilli, Laurent wrote:
/home/hobbit/data/rrd/X.X.X.X/users.rrd from X.X.X.X: '/home/hobbit/data/rrd/X.X.X.X/users.rrd' is not an RRD file 2005-08-22 23:45:18 RRD error updating /home/hobbit/data/rrd/X.X.X.X/disk,C.rrd from X.X.X.X: reading the cookie off /home/hobbit/data/rrd/X.X.X.X/disk,C.rrd faild ..... ..... 2005-08-22 23:49:26 Worker process died with exit code 134, terminating Plenty of these entries, of course X.X.X.X is normal information Is it due to the version of rrd ? The same data send by the client to a Hobbit 4.1.1 run fine but with the rrdtools 1.2.10
Since it works with the 1.2.10 version of the RRD library, but fails with 1.2.11 I'd say that yes - this is an RRDtool library problem. Regards, Henrik
list Laurent Grilli
Hi Henrik, Seems that I give you the answer :-) Is it going to be supported in the future, or should I downgrade my freebsd ports tree to got the 1.2.10 version. Laurent
▸
-----Original Message-----
From: user-ce4a2c883f75@xymon.invalid [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Tuesday, August 23, 2005 12:30 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] hobbit_rrd Fatal signal caught! with rrdtools 1.2.11
On Tue, Aug 23, 2005 at 01:02:07AM +0200, Grilli, Laurent wrote:/home/hobbit/data/rrd/X.X.X.X/users.rrd from X.X.X.X: '/home/hobbit/data/rrd/X.X.X.X/users.rrd' is not an RRD file 2005-08-22 23:45:18 RRD error updating /home/hobbit/data/rrd/X.X.X.X/disk,C.rrd from X.X.X.X: reading the cookie off /home/hobbit/data/rrd/X.X.X.X/disk,C.rrd faild ..... ..... 2005-08-22 23:49:26 Worker process died with exit code 134, terminating Plenty of these entries, of course X.X.X.X is normal information Is it due to the version of rrd ? The same data send by the client to a Hobbit 4.1.1 run fine but with the rrdtools 1.2.10
Since it works with the 1.2.10 version of the RRD library, but fails with 1.2.11 I'd say that yes - this is an RRDtool library problem. Regards, Henrik The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. This communication is from TI Automotive.
list Henrik Størner
▸
On Tue, Aug 23, 2005 at 09:57:34PM +0200, Grilli, Laurent wrote:
Hi Henrik, Seems that I give you the answer :-) Is it going to be supported in the future, or should I downgrade my freebsd ports tree to got the 1.2.10 version.
I'd file a bug report with the RRDtool developers. If you run hobbitd_rrd with the --debug option, it will log exactly what data it feeds to the rrdtool library. So reproducing the problem should be simple for the developers. Regards, Henrik