Xymon Mailing List Archive search

Latest stable snapshot?

10 messages in this thread

list Davíð Steinn Geirsson · Wed, 27 Aug 2008 16:24:38 +0000 ·
Hi all,

We manage several systems and use hobbit for monitoring all of them. I was hoping someone might be able to tell me what is the current recommended version to be running? 4.2.0 is getting very old and does not include a large number of features we like. One of our systems was updated to a snapshot at some point, which is generally working okay but still has some problems (history viewer crashes occasionally, but can always be resolved by simply refreshing the page). I'd now like to find a stable 4.3 release that we can deploy instead of that.

 From what I've gathered the snapshots are not generated anymore. The SVN seems to be generally very unstable from what I've seen (I've tested two checkouts in the last few days and both have kind-of worked but had more severe crashing issues with the viewers than the current snapshot).

I'm also a bit confused by the fact that the SVN does not seem to match the snapshots. One of our systems (which is working very well) has a snapshot which identifies itself as 4.3.0-0.20080327. The source for that snapshot is lost at our end. Looking through the SVN the versions which have that string in include/version.h are versions 5614 through 5626. None of these revisions compile as the file hobbitd/client/hmdc.c does not exist but is referenced in the build! Was there an out-of-tree patch made for the snapshot release?

Anyway, any pointers or advice from others running 4.3 snapshots would be greatly appreciated. :)

Kind regards,
Davíð Steinn Geirsson
Basis ehf.
list Martin Flemming · Tue, 16 Sep 2008 21:38:42 +0200 (CEST) ·
Hi all,

Any News or hints ?

I've got the last snapshot from svn,

flemming at pal31:~/scripts $ svn info https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
Pfad: trunk
URL: https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
Basis des Projektarchivs: https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon
UUID des Projektarchivs: 44351d6e-118b-4698-b696-ce33095ecaa4
Revision: 5804
Knotentyp: Verzeichnis
Letzter Autor: storner
Letzte geänderte Rev: 5790
Letztes Änderungsdatum: 2008-08-26 07:23:47 +0200 (Di, 26 Aug 2008)


but it doesn't compile, with follow error ..


Checking for zlib ...
test-zlib.c: In function »main«:
test-zlib.c:20: Fehler: »ZLIB_VER_MAJOR« nicht deklariert (erste Benutzung in dieser Funktion)
test-zlib.c:20: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt
test-zlib.c:20: Fehler: für jede Funktion in der er auftritt.)
test-zlib.c:20: Fehler: »ZLIB_VER_MINOR« nicht deklariert (erste Benutzung in dieser Funktion)
make: *** [test-compile] Fehler 1
ERROR: ZLIB include files found in /usr/include, but compile fails.


on the same machine (Scientific Linux 5.2) i can compile my latest snapshot with version 4.3.0-0.20080403


cheers,
 	martin
quoted from Davíð Steinn Geirsson


On Wed, 27 Aug 2008, Davíð Steinn Geirsson wrote:
Hi all,

We manage several systems and use hobbit for monitoring all of them. I was hoping someone might be able to tell me what is the current recommended version to be running? 4.2.0 is getting very old and does not include a large number of features we like. One of our systems was updated to a snapshot at some point, which is generally working okay but still has some problems (history viewer crashes occasionally, but can always be resolved by simply refreshing the page). I'd now like to find a stable 4.3 release that we can deploy instead of that.

From what I've gathered the snapshots are not generated anymore. The SVN seems to be generally very unstable from what I've seen (I've tested two checkouts in the last few days and both have kind-of worked but had more severe crashing issues with the viewers than the current snapshot).

I'm also a bit confused by the fact that the SVN does not seem to match the snapshots. One of our systems (which is working very well) has a snapshot which identifies itself as 4.3.0-0.20080327. The source for that snapshot is lost at our end. Looking through the SVN the versions which have that string in include/version.h are versions 5614 through 5626. None of these revisions compile as the file hobbitd/client/hmdc.c does not exist but is referenced in the build! Was there an out-of-tree patch made for the snapshot release?

Anyway, any pointers or advice from others running 4.3 snapshots would be greatly appreciated. :)

Kind regards,
Davíð Steinn Geirsson
Basis ehf.

list Rich Smrcina · Tue, 16 Sep 2008 14:44:50 -0500 ·
Martin,

In /usr/include/zlib.h add the following to the #include's:

#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
quoted from Martin Flemming


Martin Flemming wrote:
Hi all,

Any News or hints ?

I've got the last snapshot from svn,

flemming at pal31:~/scripts $ svn info https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
Pfad: trunk
URL: https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
Basis des Projektarchivs: https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon
UUID des Projektarchivs: 44351d6e-118b-4698-b696-ce33095ecaa4
Revision: 5804
Knotentyp: Verzeichnis
Letzter Autor: storner
Letzte geänderte Rev: 5790
Letztes Änderungsdatum: 2008-08-26 07:23:47 +0200 (Di, 26 Aug 2008)


but it doesn't compile, with follow error ..


Checking for zlib ...
test-zlib.c: In function »main«:
test-zlib.c:20: Fehler: »ZLIB_VER_MAJOR« nicht deklariert (erste Benutzung in dieser Funktion)
test-zlib.c:20: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt
test-zlib.c:20: Fehler: für jede Funktion in der er auftritt.)
test-zlib.c:20: Fehler: »ZLIB_VER_MINOR« nicht deklariert (erste Benutzung in dieser Funktion)
make: *** [test-compile] Fehler 1
ERROR: ZLIB include files found in /usr/include, but compile fails.


on the same machine (Scientific Linux 5.2) i can compile my latest snapshot with version 4.3.0-0.20080403


cheers,
    martin


On Wed, 27 Aug 2008, Davíð Steinn Geirsson wrote:
Hi all,

We manage several systems and use hobbit for monitoring all of them. I was hoping someone might be able to tell me what is the current recommended version to be running? 4.2.0 is getting very old and does not include a large number of features we like. One of our systems was updated to a snapshot at some point, which is generally working okay but still has some problems (history viewer crashes occasionally, but can always be resolved by simply refreshing the page). I'd now like to find a stable 4.3 release that we can deploy instead of that.

From what I've gathered the snapshots are not generated anymore. The SVN seems to be generally very unstable from what I've seen (I've tested two checkouts in the last few days and both have kind-of worked but had more severe crashing issues with the viewers than the current snapshot).

I'm also a bit confused by the fact that the SVN does not seem to match the snapshots. One of our systems (which is working very well) has a snapshot which identifies itself as 4.3.0-0.20080327. The source for that snapshot is lost at our end. Looking through the SVN the versions which have that string in include/version.h are versions 5614 through 5626. None of these revisions compile as the file hobbitd/client/hmdc.c does not exist but is referenced in the build! Was there an out-of-tree patch made for the snapshot release?

Anyway, any pointers or advice from others running 4.3 snapshots would be greatly appreciated. :)

Kind regards,
Davíð Steinn Geirsson
Basis ehf.

-- 

Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service:  XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009
list Martin Flemming · Tue, 16 Sep 2008 21:59:13 +0200 (CEST) ·
Yep, thanks .. now it runs :-)

cheers,
 	martin
quoted from Rich Smrcina

On Tue, 16 Sep 2008, Rich Smrcina wrote:
Martin,

In /usr/include/zlib.h add the following to the #include's:

# define ZLIB_VER_MAJOR 1
# define ZLIB_VER_MINOR 2


Martin Flemming wrote:
 Hi all,

 Any News or hints ?

 I've got the last snapshot from svn,

 flemming at pal31:~/scripts $ svn info
 https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
 Pfad: trunk
 URL: https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon/trunk
 Basis des Projektarchivs:
 https://hobbitmon.svn.sourceforge.net/svnroot/hobbitmon
 UUID des Projektarchivs: 44351d6e-118b-4698-b696-ce33095ecaa4
 Revision: 5804
 Knotentyp: Verzeichnis
 Letzter Autor: storner
 Letzte geänderte Rev: 5790
 Letztes Änderungsdatum: 2008-08-26 07:23:47 +0200 (Di, 26 Aug 2008)


 but it doesn't compile, with follow error ..


 Checking for zlib ...
 test-zlib.c: In function »main«:
 test-zlib.c:20: Fehler: »ZLIB_VER_MAJOR« nicht deklariert (erste Benutzung
 in dieser Funktion)
 test-zlib.c:20: Fehler: (Jeder nicht deklarierte Bezeichner wird nur
 einmal aufgeführt
 test-zlib.c:20: Fehler: für jede Funktion in der er auftritt.)
 test-zlib.c:20: Fehler: »ZLIB_VER_MINOR« nicht deklariert (erste Benutzung
 in dieser Funktion)
 make: *** [test-compile] Fehler 1
 ERROR: ZLIB include files found in /usr/include, but compile fails.


 on the same machine (Scientific Linux 5.2) i can compile my latest
 snapshot with version 4.3.0-0.20080403


 cheers,
     martin


 On Wed, 27 Aug 2008, Davíð Steinn Geirsson wrote:
 Hi all,
 We manage several systems and use hobbit for monitoring all of them. I >  was hoping someone might be able to tell me what is the current >  recommended version to be running? 4.2.0 is getting very old and does >  not include a large number of features we like. One of our systems was >  updated to a snapshot at some point, which is generally working okay but >  still has some problems (history viewer crashes occasionally, but can >  always be resolved by simply refreshing the page). I'd now like to find >  a stable 4.3 release that we can deploy instead of that.
 From what I've gathered the snapshots are not generated anymore. The SVN >  seems to be generally very unstable from what I've seen (I've tested two >  checkouts in the last few days and both have kind-of worked but had more >  severe crashing issues with the viewers than the current snapshot).
 I'm also a bit confused by the fact that the SVN does not seem to match >  the snapshots. One of our systems (which is working very well) has a >  snapshot which identifies itself as 4.3.0-0.20080327. The source for >  that snapshot is lost at our end. Looking through the SVN the versions >  which have that string in include/version.h are versions 5614 through >  5626. None of these revisions compile as the file hobbitd/client/hmdc.c >  does not exist but is referenced in the build! Was there an out-of-tree >  patch made for the snapshot release?
 Anyway, any pointers or advice from others running 4.3 snapshots would >  be greatly appreciated. :)
 Kind regards,
 Davíð Steinn Geirsson
 Basis ehf.
-- 
Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service:  XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009

Gruss

        Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid
list Lars Ebeling · Wed, 17 Sep 2008 04:27:04 +0200 ·
----- Original Message ----- From: "Rich Smrcina" <user-cf452ff334e0@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, September 16, 2008 9:44 PM
Subject: Re: [hobbit] Latest stable snapshot?
quoted from Martin Flemming

Martin,

In /usr/include/zlib.h add the following to the #include's:

#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2

Since I don't have those in my includes I simply removed the test from configure.

I have downloaded the latest source from zlib's homesite (www.zlib.net) and couldn't find them there either.

Is it some special linuxversion? I am running on HP-UX and have downloaded my running zlib from the Porting and archive centre for HP-UX.

Should we really change the includes to suite Hobbit?

-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"I am not young enough to know everything."
-- Oscar Wilde
list Rich Smrcina · Tue, 16 Sep 2008 21:49:48 -0500 ·
On SLES 10 I just installed the -devel packages.
quoted from Lars Ebeling

Lars Ebeling wrote:
----- Original Message ----- From: "Rich Smrcina" <user-cf452ff334e0@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, September 16, 2008 9:44 PM
Subject: Re: [hobbit] Latest stable snapshot?

Martin,

In /usr/include/zlib.h add the following to the #include's:

#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2

Since I don't have those in my includes I simply removed the test from configure.

I have downloaded the latest source from zlib's homesite (www.zlib.net) and couldn't find them there either.

Is it some special linuxversion? I am running on HP-UX and have downloaded my running zlib from the Porting and archive centre for HP-UX.

Should we really change the includes to suite Hobbit?
-- 
Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service:  XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009
list Martin Flemming · Wed, 17 Sep 2008 11:56:24 +0200 (CEST) ·
Is it some special linuxversion?
Not really ... it's Scientific Linux 5.0/1/2
that's a clone from RHEL5 like centos ... that's because i wonder ..

Name        : zlib-devel                   Relocations: /usr
Version     : 1.2.3                             Vendor: Scientific Linux
Release     : 3                             Build Date: Tue Mar 27 
20:07:35 2007
Install Date: Tue Jun 12 15:42:38 2007      Build Host: norob.fnal.gov
Group       : Development/Libraries         Source RPM: 
zlib-1.2.3-3.src.rpm
Size        : 253951                           License: BSD
Signature   : DSA/SHA1, Sat Apr 14 00:20:12 2007, Key ID da6ad00882fd17b2
URL         : http://www.gzip.org/zlib/
Summary     : Header files and libraries for Zlib development.
Description :
The zlib-devel package contains the header files and libraries needed
to develop programs that use the zlib compression and decompression
library.

and in the header-file is written:

/usr/include/zlib.h

/* zlib.h -- interface of the 'zlib' general purpose compression library
   version 1.2.3, July 18th, 2005


#define ZLIB_VERSION "1.2.3"
#define ZLIB_VERNUM 0x1230


.. on Scientific Linux 4 the "configure" works ..

with

#define ZLIB_VERSION "1.2.1.2"
#define ZLIB_VERNUM 0x1212


Name        : zlib-devel                   Relocations: /usr
Version     : 1.2.1.2                           Vendor: Scientific Linux
Release     : 1.2                           Build Date: Thu Jul 21 
21:42:00 2005
Install Date: Fri Jan 25 01:52:38 2008      Build Host: yort.fnal.gov
Group       : Development/Libraries         Source RPM: zlib-1.2.1.2-1.2.src.rpm
Size        : 218767                           License: BSD
Signature   : DSA/SHA1, Fri Jul 22 00:06:23 2005, Key ID 25dbef78a7048f8d
URL         : http://www.gzip.org/zlib/
Summary     : Header files and libraries for Zlib development.
Description :
The zlib-devel package contains the header files and libraries needed
to develop programs that use the zlib compression and decompression
library.


cheers,
 	martin
quoted from Lars Ebeling


On Wed, 17 Sep 2008, Lars Ebeling wrote:
----- Original Message ----- From: "Rich Smrcina" <user-cf452ff334e0@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, September 16, 2008 9:44 PM
Subject: Re: [hobbit] Latest stable snapshot?

 Martin,

 In /usr/include/zlib.h add the following to the #include's:

# define ZLIB_VER_MAJOR 1
# define ZLIB_VER_MINOR 2

Since I don't have those in my includes I simply removed the test from 
configure.

I have downloaded the latest source from zlib's homesite (www.zlib.net) and 
couldn't find them there either.

Is it some special linuxversion? I am running on HP-UX and have downloaded my 
running zlib from the Porting and archive centre for HP-UX.

Should we really change the includes to suite Hobbit?

-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"I am not young enough to know everything."
-- Oscar Wilde

Gruss

        Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid
list Lars Ebeling · Wed, 17 Sep 2008 14:37:18 +0200 ·
But if you download the source from the link below and search for major and 
minor, you dont find other than "minor changes".
I refuse to change other software, it would be zlib, rrd, png, ....whatever, 
just to adapt it to hobbit. It should be the other way around.

-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"It is better to keep your mouth shut and appear stupid than to open it and 
remove all doubt."
-- Mark Twain
quoted from Martin Flemming


----- Original Message ----- 
From: "Martin Flemming" <user-f286aaa49a76@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Wednesday, September 17, 2008 11:56 AM
Subject: Re: [hobbit] Latest stable snapshot?

Is it some special linuxversion?
Not really ... it's Scientific Linux 5.0/1/2
that's a clone from RHEL5 like centos ... that's because i wonder ..

Name        : zlib-devel                   Relocations: /usr
Version     : 1.2.3                             Vendor: Scientific Linux
Release     : 3                             Build Date: Tue Mar 27 
20:07:35 2007
Install Date: Tue Jun 12 15:42:38 2007      Build Host: norob.fnal.gov
Group       : Development/Libraries         Source RPM: 
zlib-1.2.3-3.src.rpm
Size        : 253951                           License: BSD
Signature   : DSA/SHA1, Sat Apr 14 00:20:12 2007, Key ID da6ad00882fd17b2
URL         : http://www.gzip.org/zlib/
Summary     : Header files and libraries for Zlib development.
Description :
The zlib-devel package contains the header files and libraries needed
to develop programs that use the zlib compression and decompression
library.

and in the header-file is written:

/usr/include/zlib.h

/* zlib.h -- interface of the 'zlib' general purpose compression library
  version 1.2.3, July 18th, 2005


#define ZLIB_VERSION "1.2.3"
#define ZLIB_VERNUM 0x1230


.. on Scientific Linux 4 the "configure" works ..

with

#define ZLIB_VERSION "1.2.1.2"
#define ZLIB_VERNUM 0x1212


Name        : zlib-devel                   Relocations: /usr
Version     : 1.2.1.2                           Vendor: Scientific Linux
Release     : 1.2                           Build Date: Thu Jul 21 
21:42:00 2005
Install Date: Fri Jan 25 01:52:38 2008      Build Host: yort.fnal.gov
Group       : Development/Libraries         Source RPM: 
zlib-1.2.1.2-1.2.src.rpm
Size        : 218767                           License: BSD
Signature   : DSA/SHA1, Fri Jul 22 00:06:23 2005, Key ID 25dbef78a7048f8d
URL         : http://www.gzip.org/zlib/
Summary     : Header files and libraries for Zlib development.
Description :
The zlib-devel package contains the header files and libraries needed
to develop programs that use the zlib compression and decompression
library.


cheers,
 martin


On Wed, 17 Sep 2008, Lars Ebeling wrote:
----- Original Message ----- From: "Rich Smrcina" <user-cf452ff334e0@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, September 16, 2008 9:44 PM
Subject: Re: [hobbit] Latest stable snapshot?

 Martin,

 In /usr/include/zlib.h add the following to the #include's:

# define ZLIB_VER_MAJOR 1
# define ZLIB_VER_MINOR 2

Since I don't have those in my includes I simply removed the test from 
configure.

I have downloaded the latest source from zlib's homesite (www.zlib.net) 
and couldn't find them there either.

Is it some special linuxversion? I am running on HP-UX and have 
downloaded my running zlib from the Porting and archive centre for HP-UX.

Should we really change the includes to suite Hobbit?

-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"I am not young enough to know everything."
-- Oscar Wilde

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

list Rich Smrcina · Wed, 17 Sep 2008 07:53:41 -0500 ·
That's your option.  The way I see it you have 4 choices:

1). don't change it and don't run the current svn code
2). change it to be able to run the current svn code
3). find a way to coax the configure script to work with the new zlib define
4). wait until Henrik returns so that he can fix it (which pretty much follows number 1)

The change is very minor and doesn't impact the way zlib works.
quoted from Lars Ebeling

Lars Ebeling wrote:
But if you download the source from the link below and search for major and minor, you dont find other than "minor changes".
I refuse to change other software, it would be zlib, rrd, png, ....whatever, just to adapt it to hobbit. It should be the other way around.
-- 
Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service:  XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
http://www.linkedin.com/in/richsmrcina

Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009
list Henrik Størner · Tue, 30 Sep 2008 11:48:08 +0000 (UTC) ·
The ZLIB_VER_MAJOR/MINOR macros apparently are a Linux- or Debian-addition.
I've updated the test-zlib.c module to use the standard ZLIB_VERNUM macro
instead. So it should work now with a standard zlib installation.


Henrik
quoted from Rich Smrcina

In <user-8571a8333da7@xymon.invalid> Rich Smrcina <user-cf452ff334e0@xymon.invalid> writes:
That's your option.  The way I see it you have 4 choices:
1). don't change it and don't run the current svn code
2). change it to be able to run the current svn code
3). find a way to coax the configure script to work with the new zlib define
4). wait until Henrik returns so that he can fix it (which pretty much 
follows number 1)
The change is very minor and doesn't impact the way zlib works.
Lars Ebeling wrote:
But if you download the source from the link below and search for major 
and minor, you dont find other than "minor changes".
I refuse to change other software, it would be zlib, rrd, png, 
....whatever, just to adapt it to hobbit. It should be the other way 
around.
-- 
Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service:  XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
http://www.linkedin.com/in/richsmrcina
Catch the WAVV!  http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009