Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


[UPDATE] Spine 0.8.7a and Cactid 0.8.6k Re-Released
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Cacti Forum Index -> Announcements
Author Message
TheWitness
Developer


Joined: 14 May 2002
Posts: 9723
Location: MI, USA

PostPosted: Sun Nov 04, 2007 8:42 pm    Post subject: [UPDATE] Spine 0.8.7a and Cactid 0.8.6k Re-Released Reply with quote

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:
autoreconf
libtoolize --force
./configure
make
make install


ChangeLog Details of Relevance
Quote:
-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



cacti-cactid-0.8.6k.tar.gz
 Description:
Linux/Unix Source - Updated 2007/11/26

Download
 Filename:  cacti-cactid-0.8.6k.tar.gz
 Filesize:  221.19 KB
 Downloaded:  217 Time(s)


cacti-spine-0.8.7a.tar.gz
 Description:
Linux/Unix Source - Updated 2007/11/26

Download
 Filename:  cacti-spine-0.8.7a.tar.gz
 Filesize:  353.26 KB
 Downloaded:  687 Time(s)


cacti-cactid-0.8.6k-win32.zip
 Description:
Windows Binary - Updated 2007/11/26

Download
 Filename:  cacti-cactid-0.8.6k-win32.zip
 Filesize:  2.07 MB
 Downloaded:  389 Time(s)


cacti-spine-0.8.7a-win32.zip
 Description:
Windows Binary - Updated 2007/11/26

Download
 Filename:  cacti-spine-0.8.7a-win32.zip
 Filesize:  2.07 MB
 Downloaded:  1217 Time(s)



Last edited by TheWitness on Wed Nov 26, 2008 7:25 am; edited 5 times in total
Back to top
Yoss



Joined: 05 Oct 2005
Posts: 13

PostPosted: Mon Nov 05, 2007 2:40 pm    Post subject: Reply with quote

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.
Back to top
streaker69
Cacti Pro User


Joined: 27 Mar 2006
Posts: 647
Location: Psychic Amish Network Administrator

PostPosted: Mon Nov 05, 2007 10:34 pm    Post subject: Reply with quote

I can't get Spine to compile on CentOS.

Quote:

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.
Back to top
mcutting
Cacti Pro User


Joined: 16 Oct 2006
Posts: 990

PostPosted: Tue Nov 06, 2007 1:33 am    Post subject: Reply with quote

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.
Back to top
pva



Joined: 26 Jan 2007
Posts: 26

PostPosted: Tue Nov 06, 2007 2:54 am    Post subject: Reply with quote

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?
Back to top
mcutting
Cacti Pro User


Joined: 16 Oct 2006
Posts: 990

PostPosted: Tue Nov 06, 2007 2:58 am    Post subject: Reply with quote

Not really - I do not have Cygwin installed, and am running Windows.
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9723
Location: MI, USA

PostPosted: Tue Nov 06, 2007 8:49 am    Post subject: Reply with quote

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
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9723
Location: MI, USA

PostPosted: Tue Nov 06, 2007 8:51 am    Post subject: Reply with quote

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
Back to top
Jacek_nykis



Joined: 20 Jul 2007
Posts: 19

PostPosted: Tue Nov 06, 2007 12:30 pm    Post subject: Reply with quote

removed
Back to top
mcutting
Cacti Pro User


Joined: 16 Oct 2006
Posts: 990

PostPosted: Tue Nov 06, 2007 12:33 pm    Post subject: Reply with quote

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.
Back to top
fmangeant
Cacti Guru User


Joined: 19 Sep 2003
Posts: 2325
Location: Sophia-Antipolis, France

PostPosted: Wed Nov 07, 2007 7:57 am    Post subject: Reply with quote

Hi Larry

maybe http://cacti.net should be updated for these 2 new versions ?
Back to top
rony
Developer/Forum Admin


Joined: 17 Nov 2003
Posts: 5453
Location: Wisconsin, USA

PostPosted: Wed Nov 07, 2007 8:34 am    Post subject: Reply with quote

fmangeant wrote:
Hi Larry

maybe http://cacti.net should be updated for these 2 new versions ?


Yes, it should, I will have time tonight.
Back to top
Howie
Cacti Guru User


Joined: 16 Sep 2004
Posts: 2167
Location: United Kingdom

PostPosted: Thu Nov 08, 2007 7:37 am    Post subject: Reply with quote

On FreeBSD 6.2, I get

Code:

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
Back to top
TheWitness
Developer


Joined: 14 May 2002
Posts: 9723
Location: MI, USA

PostPosted: Fri Nov 09, 2007 12:05 am    Post subject: Reply with quote

Code:
which aclocal
Back to top
super-hornet
Cacti User


Joined: 27 May 2007
Posts: 144

PostPosted: Sun Nov 11, 2007 10:41 pm    Post subject: Reply with quote

Thanks for this new update!!

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

SH
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Announcements All times are GMT - 5 Hours
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 



Powered by phpBB © 2001, 2005 phpBB Group