BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: {bb} upgrade problems from 1.9e to 1.9i



-----Original Message-----
From: owner-bb@bb4.com [mailto:owner-bb@bb4.com]On Behalf Of Philip
Clark
Sent: Wednesday, March 29, 2006 22:40
To: bb@bb4.com
Subject: Re: {bb} upgrade problems from 1.9e to 1.9i

> ENABLE_DISABLE is now a run-time flag. It does not need to be added
> to the Makefile.


Thanks, I removed the CFLAGS line from the Makefile, still no joy.

I tried both ./bbconfig linux and ./bbconfig redhat, make gives this results:

Making linux makefile
make[1]: Entering directory `/home/sysmon/bb1.9i-btf/src'
BBOS="linux" CC="gcc" CFLAGS=" -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH" make -e bball
make[2]: Entering directory `/home/sysmon/bb1.9i-btf/src'
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bb.o -c bb.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbsend.o -c bbsend.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o utils.o -c utils.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bb bb.o bbsend.o utils.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o dohostsvc.o -c dohostsvc.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbd.o -c bbd.c
bbd.c:1154:8: warning: extra tokens at end of #endif directive
bbd.c:1186:8: warning: extra tokens at end of #endif directive
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbpage.o -c bbpage.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bbd bbd.o dohostsvc.o bbpage.o bbsend.o utils.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbnet.o -c bbnet.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bbnet bbnet.o utils.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o touchtime.o -c touchtime.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/touchtime touchtime.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o dumphostsvc.o -c dumphostsvc.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/dumphostsvc dumphostsvc.o dohostsvc.o utils.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o getipaddr.o -c getipaddr.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/getipaddr getipaddr.o utils.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbstat.o -c bbstat.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bbstat bbstat.o
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o bbrun.o -c bbrun.c
gcc  -DSIGSETJMP -O -Dlinux -DGETTIMEOFDAY -DREGEXEC -DTIMEH `./minimake/genbbdefs` -g -o ../bin.`./minimake/bbmachine OS`/bbrun bbrun.o utils.o
make[2]: Leaving directory `/home/sysmon/bb1.9i-btf/src'
make[1]: Leaving directory `/home/sysmon/bb1.9i-btf/src'

make install returns nothing at all - but then I don't know if it's supposed to...

any other ideas?

I suppose I could try enabling some further debugging in the Makefile?

> Normally that indicates that the compile didn't succeed. You should
> check the "bin" directory (and the "bin.redhat" one if that exists)
> to see if they exist. If not, re-run the compile and look out for
> any errors.

ls ./bin reveals:
bb
bb-combo.sh
bbd
bb-display.sh
bb-mailack.sh
bbmv
bbmv.DIST
bbnet
bb-network.sh
bb-ping.sh
bbprune
bbprune.DIST
bbrm
bbrm.DIST
bbrun
bbstat
dumphostsvc
getipaddr
getipaddr.sh
sendmsg
sendsms
touchtime

ls ./bin.linux-2.4 reveals:
bb
bbd
bbnet
bbrun
bbstat
dumphostsvc
getipaddr
touchtime

Regards,

Luke

-----Original Message-----
From: owner-bb@bb4.com [mailto:owner-bb@bb4.com]On Behalf Of Philip
Clark
Sent: Wednesday, March 29, 2006 22:40
To: bb@bb4.com
Subject: Re: {bb} upgrade problems from 1.9e to 1.9i


On Wed, 2006-03-29 at 13:28, Luke Alexander wrote:
> 
> Hi,
> 
> I'm having problems upgrading my monitoring server from version 1.9e
> to 1.9i:
> 
> OS: WhiteBox EL 3.0 (rebadged redhat EL 3.0)
> installed using: 
> in install dir:
> 
> ./bbconfig redhat
> 
> edited ./src/Makefile and added:
> 
> CFLAGS=-DENABLE_DISABLE -O

ENABLE_DISABLE is now a run-time flag. It does not need to be added
to the Makefile.

> in src dir ran:
> 
> make && make install
> 
> copied my bb-hosts, bbwarnrules.cfg, bbwarnsetup.cfg from old BBHOME
> 
> When I run ./runbb.sh this happens:
> 
> Starting Big Brother
> Big Brother 1.9i started
> 
> But there are no BB processes...

Normally that indicates that the compile didn't succeed. You should
check the "bin" directory (and the "bin.redhat" one if that exists)
to see if they exist. If not, re-run the compile and look out for
any errors.

Cheers, Phil.



-- 
Absurdity, n.: A statement or belief manifestly inconsistent with
one's own opinion. (Ambrose Bierce, "The Devil's Dictionary")

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.

______________________________________________________________________
Want to know more about Endemol UK and its productions? Visit http://www.endemoluk.com
Any views or opinions expressed in this e-mail are solely those of the author and do not necessarily represent those of ENDEMOL UK plc unless specifically stated.
This email and the information it contains are confidential and intended solely for the use of the individual or entity to which it is addressed. If you have received this email in error please notify us immediately and delete the copy you have received from your system.
You should not copy it for any purpose, re-transmit it, use it or disclose its contents to any other person. If you suspect the message may have been intercepted or amended please call the sender.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index