[hobbit] HOBBIT 4.0.3 ignoring bb-dftab
Sorry, my mistake. But why is it listed in the hobbitserver.cfg? I assume bb-cputab file along with bb-msgstab and the others are the same way, even though they are also listed in the file? Thanks for the help and the great product! Winn
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Wednesday, May 18, 2005 11:36 PM To: hobbit at hswn.dk Subject: Re: [hobbit] HOBBIT 4.0.3 ignoring bb-dftab
On Wed, May 18, 2005 at 03:05:54PM -0600, Winn Beutler wrote:
I upgraded from BB to HOBBIT 4.0.3rc2 and notice that HOBBIT seems to be ignoring the entries in bb-dftab. How do I troubleshoot the problem?
bb-dftab is used by the BB client. Hobbit only implements the server-side of your monitoring.
Check the configuration of your client. bb-dftab needs to be installed on the clients, not the server.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
SPECIAL NOTICE
All information transmitted hereby is intended only for the use of the addressee(s) named above and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of confidential and privileged information is prohibited. If the reader of this message is not the intended recipient(s) or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that you must not read this transmission and that disclosure, copying, printing, distribution or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED.
Anyone who receives confidential and privileged information in error should notify us immediately by telephone and mail the original message to us at the above address and destroy all copies. To the extent any portion of this communication contains public information, no such restrictions apply to that information. (gate01)
On Thu, May 19, 2005 at 07:42:52AM -0600, Winn Beutler wrote:
bb-dftab is used by the BB client. Hobbit only implements the server-side of your monitoring.
Sorry, my mistake. But why is it listed in the hobbitserver.cfg?
Hobbit sets up all of the environment variables that Big Brother used to setup, to facilitate the use of BB extensions with Hobbit. bb-dftab just happens to be among those.
I assume bb-cputab file along with bb-msgstab and the others are the same way, even though they are also listed in the file?
Correct.
Henrik
I hacked my Makes for .1 and .2 and got them to work but this time
I cann't get it!
HP-UX B.11.00 ERRORS:
ranlib libbbgen.a || echo "" cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. -I/home/nemethm/hobbit-4.0.3/include -I. -I../include -DSTANDALONE -o loadhosts loadhosts.c ./libbbgen.a /usr/ccs/bin/ld: Unsatisfied symbols: expand_env (first referenced in ./libbbgen.a(misc.o)) (code) xgetenv (first referenced in ./libbbgen.a(misc.o)) (code) getenv_default (first referenced in ./libbbgen.a(misc.o)) (code) gmake[1]: *** [loadhosts] Error 1
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On Mon, May 23, 2005 at 07:10:49AM -0400, Michael Nemeth wrote:
I hacked my Makes for .1 and .2 and got them to work but this time
I cann't get it!HP-UX B.11.00 ERRORS:
ranlib libbbgen.a || echo "" cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. -I/home/nemethm/hobbit-4.0.3/include -I. -I../include -DSTANDALONE -o loadhosts loadhosts.c ./libbbgen.a /usr/ccs/bin/ld: Unsatisfied symbols: expand_env (first referenced in ./libbbgen.a(misc.o)) (code) xgetenv (first referenced in ./libbbgen.a(misc.o)) (code) getenv_default (first referenced in ./libbbgen.a(misc.o)) (code)
Weird, but hey - it's HP-UX :-)
What happens if you change lib/Makefile, so instead of
all: libbbgen.a loadhosts
it's just
all: libbbgen.a
(because the "loadhosts" tool is just a debugging tool, really).
If it doesn't help, could you see if the file "lib/environ.o" exists after running make ? And send me the output from "nm lib/libbbgen.a".
Henrik
Well Im trying that now, but I see another problem : gmake clean not working at the top level. I didn't notice that before.
Henrik Stoerner wrote:
On Mon, May 23, 2005 at 07:10:49AM -0400, Michael Nemeth wrote:
I hacked my Makes for .1 and .2 and got them to work but this time
I cann't get it!HP-UX B.11.00 ERRORS:
ranlib libbbgen.a || echo "" cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. -I/home/nemethm/hobbit-4.0.3/include -I. -I../include -DSTANDALONE -o loadhosts loadhosts.c ./libbbgen.a /usr/ccs/bin/ld: Unsatisfied symbols: expand_env (first referenced in ./libbbgen.a(misc.o)) (code) xgetenv (first referenced in ./libbbgen.a(misc.o)) (code) getenv_default (first referenced in ./libbbgen.a(misc.o)) (code)
Weird, but hey - it's HP-UX :-)
What happens if you change lib/Makefile, so instead of
all: libbbgen.a loadhosts
it's just
all: libbbgen.a
(because the "loadhosts" tool is just a debugging tool, really).
If it doesn't help, could you see if the file "lib/environ.o" exists after running make ? And send me the output from "nm lib/libbbgen.a".
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On 23/05/05, Michael Nemeth <michael.nemeth at lmco.com> wrote:
I hacked my Makes for .1 and .2 and got them to work but this time I cann't get it!
HP-UX B.11.00 ERRORS:
ranlib libbbgen.a || echo "" cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. -I/home/nemethm/hobbit-4.0.3/include -I. -I../include -DSTANDALONE -o loadhosts loadhosts.c ./libbbgen.a /usr/ccs/bin/ld: Unsatisfied symbols: expand_env (first referenced in ./libbbgen.a(misc.o)) (code) xgetenv (first referenced in ./libbbgen.a(misc.o)) (code) getenv_default (first referenced in ./libbbgen.a(misc.o)) (code) gmake[1]: *** [loadhosts] Error 1
Check out lib/environ.o. You'll probably find it is zero bytes in size. You probably missed an error in a previous make run (try make clean and then running make again). There is a bug in the HP-UX C compiler which causes it to crash leaving a zero file and the bug is triggered on environ.c. Running make again doesn't try to recompile environ.c because of the empty environ.o file.
There is a patch for the compiler, but I don't know the patch number off-hand.
Kevin.
I'm running gcc on HP-UX 11.11 without any problems Regards Lars Hobbithobbyist
Http://leopg9.no-ip.org ----- Original Message ----- From: "Kevin Pye" <kevin.pye at gmail.com> To: <hobbit at hswn.dk> Sent: Monday, May 23, 2005 1:33 PM Subject: Re: [hobbit] HOBBIT 4.0.3 build issue on hp 11.0
On 23/05/05, Michael Nemeth <michael.nemeth at lmco.com> wrote:
I hacked my Makes for .1 and .2 and got them to work but this time I cann't get it!
HP-UX B.11.00 ERRORS:
ranlib libbbgen.a || echo "" cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. -I/home/nemethm/hobbit-4.0.3/include -I. -I../include -DSTANDALONE -o loadhosts loadhosts.c ./libbbgen.a /usr/ccs/bin/ld: Unsatisfied symbols: expand_env (first referenced in ./libbbgen.a(misc.o)) (code) xgetenv (first referenced in ./libbbgen.a(misc.o)) (code) getenv_default (first referenced in ./libbbgen.a(misc.o)) (code) gmake[1]: *** [loadhosts] Error 1
Check out lib/environ.o. You'll probably find it is zero bytes in size. You probably missed an error in a previous make run (try make clean and then running make again). There is a bug in the HP-UX C compiler which causes it to crash leaving a zero file and the bug is triggered on environ.c. Running make again doesn't try to recompile environ.c because of the empty environ.o file.
There is a patch for the compiler, but I don't know the patch number off-hand.
Kevin.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
The problem is on various versions of HP's compilers running on at least HP-UX 11.00 and 11.11.
Be careful downloading the patch because there are different patches depending on the exact version of the compiler, even if running on the same OS version.
Kevin.
It is said that the C-compiler delivered with HP-UX isn't good for anything alse but rebuilding the kernel.
I am using the GNU c-compiler gcc
Regards Lars Hobbithobbyist
Http://leopg9.no-ip.org ----- Original Message ----- From: "Kevin Pye" <kevin.pye at gmail.com> To: <hobbit at hswn.dk> Sent: Monday, May 23, 2005 1:48 PM Subject: Re: [hobbit] HOBBIT 4.0.3 build issue on hp 11.0
The problem is on various versions of HP's compilers running on at least HP-UX 11.00 and 11.11.
Be careful downloading the patch because there are different patches depending on the exact version of the compiler, even if running on the same OS version.
Kevin.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
It is said that the C-compiler delivered with HP-UX isn't good for anything alse but rebuilding the kernel.
The compiler with the problems is the ANSI-C compiler which is a separate product (or at least in my case it is). I wouldn't necessarily disagree with your comment about it, but it usually works reasonably well.
Henrik, I found the patch from a search on the HP ITRC web site. I'll try repeating it tomorrow at work and let you know how I get on.
Kevin.
On Mon, May 23, 2005 at 09:48:15PM +1000, Kevin Pye wrote:
The problem is on various versions of HP's compilers running on at least HP-UX 11.00 and 11.11.
Be careful downloading the patch because there are different patches depending on the exact version of the compiler, even if running on the same OS version.
Is there some HP webpage that has this information ? I'd like to point people towards it should it happen to someone else.
Regards, Henrik
As Lars point out the "free" C compile will not work. I DO have the commercial version.
Bye Makeing the change and removing loadhosts AND starting out using gcc and then switching back to cc (it fails on rpc stuff with gcc) and switch back again when it fails ob larrd . That what I had do last time!
Testing now!
I think I broke a makefile file hacking , hence the clean issue; ok now!
Henrik Stoerner wrote:
On Mon, May 23, 2005 at 09:48:15PM +1000, Kevin Pye wrote:
The problem is on various versions of HP's compilers running on at least HP-UX 11.00 and 11.11.
Be careful downloading the patch because there are different patches depending on the exact version of the compiler, even if running on the same OS version.
Is there some HP webpage that has this information ? I'd like to point people towards it should it happen to someone else.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I tried on my other hp system results from there: Must use gcc ! This now works for all I don't have to switch back and forth! But then IT IS a newer gcc! But I did have to do:
What happens if you change lib/Makefile, so instead of
all: libbbgen.a loadhosts
it's just
all: libbbgen.a
Thanks all
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Yes this was true! 0!
Kevin Pye wrote:
On 23/05/05, Michael Nemeth <michael.nemeth at lmco.com> wrote:
I hacked my Makes for .1 and .2 and got them to work but this time I cann't get it!
HP-UX B.11.00 ERRORS:
ranlib libbbgen.a || echo "" cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I. -I/home/nemethm/hobbit-4.0.3/include -I. -I../include -DSTANDALONE -o loadhosts loadhosts.c ./libbbgen.a /usr/ccs/bin/ld: Unsatisfied symbols: expand_env (first referenced in ./libbbgen.a(misc.o)) (code) xgetenv (first referenced in ./libbbgen.a(misc.o)) (code) getenv_default (first referenced in ./libbbgen.a(misc.o)) (code) gmake[1]: *** [loadhosts] Error 1
Check out lib/environ.o. You'll probably find it is zero bytes in size. You probably missed an error in a previous make run (try make clean and then running make again). There is a bug in the HP-UX C compiler which causes it to crash leaving a zero file and the bug is triggered on environ.c. Running make again doesn't try to recompile environ.c because of the empty environ.o file.
There is a patch for the compiler, but I don't know the patch number off-hand.
Kevin.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortsweb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
participants (5)
-
henrik@hswn.dk
-
kevin.pye@gmail.com
-
lars.ebeling@leopg9.no-ip.org
-
michael.nemeth@lmco.com
-
Winn.Beutler@mcdata.com