4.0.3rc1 available - Compile Error
list Chris Morris
Hi,
Compiling 4.0.3rc1 on AIX 4.3.3 get the following error :-
gcc -o hobbitd_larrd hobbitd_larrd.o hobbitd_worker.o do_larrd.o ../lib/libbbgen.a -L/usr/local/rrdtool-1.0.33/lib -lrrd -L/usr/lib -lpng -L/usr/lib -lz -lm -L/usr/local/lib -lpcre
ld: 0711-317 ERROR: Undefined symbol: .atoll
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
gmake[1]: *** [hobbitd_larrd] Error 1
gmake[1]: Leaving directory `/usr/local/hobbit-4.0.3rc1/hobbitd'
gmake: *** [hobbitd-build] Error 2
Any suggestions??
Thanks
Chris Morrisuser-e7b23fecc4dd@xymon.invalid
Message sent via Totalise Webmail - http://www.totalise.co.uk/
MAX Broadband 2Mb now just £17.99 a month plus 2 months free!
list Henrik Størner
On Tue, Apr 26, 2005 at 12:34:56PM +0100, Chris Morris wrote:
<FONT color=#0000ff size=2>
Please try to post questions using plain text - HTML is for webpages, not e-mail ...
▸
ld: 0711-317 ERROR: Undefined symbol: .atoll ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information collect2: ld returned 8 exit status
No atoll() routine. Ok, change the line in hobbit-4.0.3rc1/lib/misc.h (near the end) that reads #if defined(HPUX) || defined(BSD) to #if defined(HPUX) || defined(BSD) || defined(AIX) Regards, Henrik
list Chris Morris
▸
On Tue, Apr 26, 2005 at 5:09 PM Henrik Stoerner wrote:
Please try to post questions using plain text - HTML is for webpages, not e-mail ...
Sorry :(
▸
No atoll() routine. Ok, change the line in hobbit-4.0.3rc1/lib/misc.h (near the end) that reads #if defined(HPUX) || defined(BSD) to #if defined(HPUX) || defined(BSD) || defined(AIX)
That didn't help - still get exactly the same error message
▸
gcc -o hobbitd_larrd hobbitd_larrd.o hobbitd_worker.o do_larrd.o
../lib/libbbgen.a -L/usr/local/rrdtool-1.0.33/lib -lrrd -L/usr/lib -lpng
-L/usr/lib -lz -lm -L/usr/local/lib -lpcre
ld: 0711-317 ERROR: Undefined symbol: .atoll
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
Regards,
Chris
****************************************************************************
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited.
If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither RWE npower nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
*****************************************************************************
list Dirk Kastens
Hi, could someone please repost the download location for the 4.0.3rc1 version? Thanks in advance. -- Viele Gruesse, Dirk Kastens............Tel.: +XX XXX XXX-XXXX Universitaet Osnabrueck, Rechenzentrum (Computer Center) Albrechtstr. 28, 49069 Osnabrueck, Germany
list Anatoli Bogajewski
Hi, 1. http://www.hswn.dk/beta/hobbit-4.0.3rc1.tar.gz 2. Trying to disable a service from the Info page of a host i got error 404: page not found. The url used is "http://myhost/hobbit-enadis.sh";. Shouldn't be "http://myhost/hobbit-seccgi/hobbit-enadis.sh"; ? Using the menu item, i.e. using the right url anything works fine. Small another question: At the same info page of a host there are alerting summary. what is "Stop After" stand for? I suppose something according to "duration" option , but seems to be anything else, since configuring something for duration does not affect anything there.. Thanks! Mit freundlichen Grüßen / Yours sincerely Anatoli Bogajewski user-e4253f8fc63b@xymon.invalid 27.04.2005 11:21 Bitte antworten an user-ae9b8668bcde@xymon.invalid An user-ae9b8668bcde@xymon.invalid Kopie Thema [hobbit] 4.0.3rc1 download
▸
Hi,
could someone please repost the download location for
the 4.0.3rc1 version?
Thanks in advance.
--
Viele Gruesse,
Dirk Kastens............Tel.: +XX XXX XXX-XXXX
Universitaet Osnabrueck, Rechenzentrum (Computer Center)
Albrechtstr. 28, 49069 Osnabrueck, Germany
list Lars Ebeling
▸
Dirk Kastens <user-e4253f8fc63b@xymon.invalid> wrote: Hi, could someone please repost the download location for the 4.0.3rc1 version? Thanks in advance.
http://www.hswn.dk/beta/hobbit-4.0.3rc1.tar.gz Regards Lars Ebeling Hobbithobbyist "Never run after your own hat. Others will be delighted to do it; why spoil their fun?" -- Mark Twain
list Henrik Størner
▸
On Wed, Apr 27, 2005 at 01:41:45PM +0200, user-4d3800b5a33a@xymon.invalid wrote:
Trying to disable a service from the Info page of a host i got error 404: page not found. The url used is "http://myhost/hobbit-enadis.sh";. Shouldn't be "http://myhost/hobbit-seccgi/hobbit-enadis.sh"; ?
Make sure you have SECURECGIBINURL defined in your hobbitserver.cfg. This was added in the 4.0.3rc1 release, and "make install" should add it to your configuration. See the hobbitd/etcfiles/hobbitserver.cfg how it should be defined (it's the relative URL for the hobbit-seccgi web directory).
▸
At the same info page of a host there are alerting summary. what is "Stop After" stand for? I suppose something according to "duration" option , but seems to be anything else, since configuring something for duration does not affect anything there..
It's how long alerts are being sent after the initial first alert
message. E.g. if I define an alert like
HOST=www.foo.com
MAIL user-ce4a2c883f75@xymon.invalid DURATION>10m DURATION<4h
then "Stop After" should be 4 hours and I only get alerts for the
first 4 hours of downtime.
Henrik
list Anatoli Bogajewski
Henrik, Thank you first of all. Still pleased of using hobbit, so we begun to monitor some server from our productive environment..
Make sure you have SECURECGIBINURL defined in your hobbitserver.cfg.
Yea, this was a problem. I had used the old cfg file..
▸
It's how long alerts are being sent after the initial first alert message.
Hm, strange, it seems that sometimes it works, sometimes not. So it seems also that hobbit proceed the configuration correctly, but in some cases the display is simply wrong at info page. E.g. this line is configured in my hobbit-alerts.cfg HOST=myhost SERVICE=disk REPEAT=5 TIME=12345:0600:2300 DURATION<15 Repeat is 5, right? But on the info page of myhost is "Repeat: 30m". However, if I test this config by shutting down myhost, i get exact 2 mails. Last but not least, is there are anything new on the client front guys? I am begging for unix clients with the functionality to execute custom scripts, like bb clients it does. Would be very, very highly appreciated! :) Greetings.. Anatoli Bogajewski p.s. hope that notes send in plaintext.. user-ce4a2c883f75@xymon.invalid 27.04.2005 22:04 Bitte antworten an user-ae9b8668bcde@xymon.invalid An user-ae9b8668bcde@xymon.invalid Kopie Thema Re: [hobbit] 4.0.3rc1 download // another question host info page
▸
On Wed, Apr 27, 2005 at 01:41:45PM +0200, user-4d3800b5a33a@xymon.invalid wrote:Trying to disable a service from the Info page of a host i got error
404:
page not found. The url used is "http://myhost/hobbit-enadis.sh";. Shouldn't be "http://myhost/hobbit-seccgi/hobbit-enadis.sh"; ?
Make sure you have SECURECGIBINURL defined in your hobbitserver.cfg. This was added in the 4.0.3rc1 release, and "make install" should add it to your configuration. See the hobbitd/etcfiles/hobbitserver.cfg how it should be defined (it's the relative URL for the hobbit-seccgi web directory).
At the same info page of a host there are alerting summary. what is "Stop After" stand for? I suppose something according to "duration" option , but seems to be anything else, since configuring something for duration does not affect anything there..
It's how long alerts are being sent after the initial first alert
message. E.g. if I define an alert like
HOST=www.foo.com
MAIL user-ce4a2c883f75@xymon.invalid DURATION>10m DURATION<4h
then "Stop After" should be 4 hours and I only get alerts for the
first 4 hours of downtime.
Henrik
list Henrik Størner
▸
On Wed, Apr 27, 2005 at 09:34:24AM +0100, Morris, Chris (Shared Services) wrote:
On Tue, Apr 26, 2005 at 5:09 PM Henrik Stoerner wrote:
No atoll() routine. Ok, change the line in hobbit-4.0.3rc1/lib/misc.h (near the end) that reads #if defined(HPUX) || defined(BSD) to #if defined(HPUX) || defined(BSD) || defined(AIX)That didn't help - still get exactly the same error message gcc -o hobbitd_larrd hobbitd_larrd.o hobbitd_worker.o do_larrd.o ../lib/libbbgen.a -L/usr/local/rrdtool-1.0.33/lib -lrrd -L/usr/lib -lpng -L/usr/lib -lz -lm -L/usr/local/lib -lpcre ld: 0711-317 ERROR: Undefined symbol: .atoll
Did you run "make clean" first, then "make" ? Henrik