[UPDATE] Spine 0.8.7a and Cactid 0.8.6k Re-Released

Important information about Cacti developments that all users should be interested in.

Moderators: Developers, Moderators

User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

[UPDATE] Spine 0.8.7a and Cactid 0.8.6k Re-Released

Post by TheWitness »

All,

Due to a fairly significant bug in Spine and Cactid, recently discovered, I am immediately releasing both Spine 0.8.7a and Cactid 0.8.6k.

Both of these packages will require the following build sequence and be released in package form on November 12th. However, they are available today in source form.

Code: Select all

autoreconf
libtoolize --force
./configure
make
make install
ChangeLog Details of Relevance
-bug#0001071: When using Multiget OID's in Spine Errored OID's Cause Alignment Issues
-bug#0001072: When the Last OID of a group is 'U', the host is repored down and remainder of OID's not polled
Regards,

TheWitness
Attachments
cacti-spine-0.8.7a.tar.gz
Linux/Unix Source - Updated 2007/11/26
(353.26 KiB) Downloaded 4404 times
cacti-cactid-0.8.6k.tar.gz
Linux/Unix Source - Updated 2007/11/26
(221.19 KiB) Downloaded 3655 times
cacti-cactid-0.8.6k-win32.zip
Windows Binary - Updated 2007/11/26
(2.07 MiB) Downloaded 3955 times
cacti-spine-0.8.7a-win32.zip
Windows Binary - Updated 2007/11/26
(2.07 MiB) Downloaded 5347 times
Last edited by TheWitness on Wed Nov 26, 2008 7:25 am, edited 5 times in total.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Yoss
Posts: 13
Joined: Wed Oct 05, 2005 10:34 pm

Post by Yoss »

Thank you very much. Since upgrading to 0.8.7 last week, many graphs at my installation were all over the place, wrong readings, misplaced data, etc. I've been following a few threads with issues, but it looks like this one did the trick and since this morning (when I deployed spine 0.8.7a) - everything is back to normal.

Thank you (and the rest of the Cacti development team) for an outstanding work. We love Cacti over here :-)

Yoss.
User avatar
streaker69
Cacti Pro User
Posts: 712
Joined: Mon Mar 27, 2006 10:35 am
Location: Psychic Amish Network Administrator

Post by streaker69 »

I can't get Spine to compile on CentOS.
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Been through everything to make sure that g++ and cpp is installed. I'm at a loss.
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

TheWitness wrote:All,

I have just uploaded new version of both files. Will clean up the post now. Both have been confirmed to compile on RHEL4.

TheWitness
Getting multiple segfaults with this version (both versions of 0.8.7a) - have rolled back to the previous one (0.8.7), as this was faultless.
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
pva
Posts: 26
Joined: Fri Jan 26, 2007 2:06 pm

Post by pva »

TheWitness, this is still not clear to me. What is the status of this packages. Are they are provided for testing purposes or should I push this package to gentoo users? Are you goind to redistribute them trough official location? Another question is why don't you run autoconf && libtoolize --force on your system to avoid users to do that? Thank you.
mcutting wrote:Getting multiple segfaults with this version (both versions of 0.8.7a) - have rolled back to the previous one (0.8.7), as this was faultless.
Could you run it inside debugger and provide backtrace?
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Not really - I do not have Cygwin installed, and am running Windows.
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

pva wrote:TheWitness, this is still not clear to me. What is the status of this packages. Are they are provided for testing purposes or should I push this package to gentoo users? Are you goind to redistribute them trough official location? Another question is why don't you run autoconf && libtoolize --force on your system to avoid users to do that? Thank you.
mcutting wrote:Getting multiple segfaults with this version (both versions of 0.8.7a) - have rolled back to the previous one (0.8.7), as this was faultless.
Could you run it inside debugger and provide backtrace?
PVA,

I do run libtoolize on my system now. However, many systems have libtoolize in different directories and the file in ./config is a shared link to "one" of those locations. Therefore, I am requiring it simply due to the fact that I have not had the opportunity to understand how to do it differently.

From a packaging perspective, this release is to address a high priority bug for people impacted by this right away. The official release of 0.8.7a both spine and Cacti, will remain November 12th.

Regards,

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

mcutting wrote:
TheWitness wrote:All,

I have just uploaded new version of both files. Will clean up the post now. Both have been confirmed to compile on RHEL4.

TheWitness
Getting multiple segfaults with this version (both versions of 0.8.7a) - have rolled back to the previous one (0.8.7), as this was faultless.
MCutting, are you getting any stack* files created. Not entirely certain what the problem is. Maybe I need to cross check that my "temp" build machine is actually at the latest version of Cygwin. You stack* files should help determine that.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Jacek_nykis
Posts: 23
Joined: Fri Jul 20, 2007 10:24 am

Post by Jacek_nykis »

removed
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

TheWitness wrote:
mcutting wrote:
TheWitness wrote:All,

I have just uploaded new version of both files. Will clean up the post now. Both have been confirmed to compile on RHEL4.

TheWitness
Getting multiple segfaults with this version (both versions of 0.8.7a) - have rolled back to the previous one (0.8.7), as this was faultless.
MCutting, are you getting any stack* files created. Not entirely certain what the problem is. Maybe I need to cross check that my "temp" build machine is actually at the latest version of Cygwin. You stack* files should help determine that.

TheWitness
Hi Larry,

Unfortunately, no stack files appear to have been generated during these segfaults. I used the precompiled version for Windows.
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
fmangeant
Cacti Guru User
Posts: 2345
Joined: Fri Sep 19, 2003 8:36 am
Location: Sophia-Antipolis, France
Contact:

Post by fmangeant »

Hi Larry

maybe http://cacti.net should be updated for these 2 new versions ?
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

fmangeant wrote:Hi Larry

maybe http://cacti.net should be updated for these 2 new versions ?
Yes, it should, I will have time tonight.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

On FreeBSD 6.2, I get

Code: Select all

martinique# autoreconf259
Can't exec "aclocal": No such file or directory at /usr/local/bin/autoreconf259 line 174.
Use of uninitialized value in pattern match (m//) at /usr/local/bin/autoreconf259 line 174.
Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf259/Autom4te/FileUtils.pm line 288.
autoreconf259: failed to run aclocal: No such file or directory
I've no clue about autoconf and friends, so I have no idea if this is my system or cactid.

Reverting to 0.8.6i :-(
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Code: Select all

which aclocal
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
super-hornet
Cacti User
Posts: 175
Joined: Sun May 27, 2007 5:42 pm

Post by super-hornet »

Thanks for this new update!! :D

The spine compilation in openSUSE 10.3 i386 run without any problem.

SH
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests