BB Unix Network Monitor - Message

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

Re: {bb} Some features not working



Yes you have to compile both of them.  I forgot that once too.  :D

On Thursday 26 August 2004 12:16, Cornell Green wrote:
> Ummm... they are in separate locations: /opt/bb/bb (server) and
> /opt/bb/bbc (client, not the British TV network)....
>
> Do I have to "bbconfig" and "make" for both client and server
> installs? for "bb" and "bbd"... it doesn't actually appear to be that
> well documented. Where should I be looking for basic dual install
> info?
>
> peace
>
> On Thu, 26 Aug 2004 11:14:35 -0500, Misty Stanley-Jones
>
> <misty@borkholder.com> wrote:
> > The server and client should ideally live in two different directories. 
> > Each has a runbb.sh that should invoke it.  Maybe you put them in the
> > same place and overwrote the runbb.sh??  Just a thought.  My config
> > has /usr/local/bb/bbserver and /usr/local/bb/bbclient and I have no
> > problems.
> >
> > On Thursday 26 August 2004 11:03, Cornell Green wrote:
> > > Okay.... maybe I'm stoopid or something, but I cannot seem to get both
> > > the client and server running on the same machine.
> > >
> > > I untarred, installed the server, and that's up and running fine. But
> > > attempts to invoke the client tell me that Big Brother is already
> > > running.... well, of course it is -- the server instance.
> > >
> > > Are these two separate instances running? Are there a way, a script or
> > > such, to start both of them. And could somebody explain to me how you
> > > get them both running, together, on the same machine?
> > >
> > > Who thought it would be better to NOT monitor disk, cpu, etc, on your
> > > *servers*??? HELP!!!
> > >
> > > On Fri, 30 Jul 2004 13:23:28 -0400, Jay Labonte
> > >
> > > <jlabonte@tandemstaffing.com> wrote:
> > > > Thank You everyone for your assistance!
> > > >
> > > > I now have these features working!
> > > >
> > > > Regards,
> > > > Jay
> > > >
> > > > >>> Erwin.Furth@postbankmail.nl 7/30/2004 12:51:02 PM >>>
> > > >
> > > > While reading the exchange of messages on this subject, I got the
> > > > impression that there was some confusion because Kimberly tried to
> > > > solve Jay's bb-1.9c problem with a bb-1.9e solution.
> > > >
> > > > In bb-1.9c there is one installation that combines server and client
> > > > tasks. It has no bbdef-server.sh script and if you want to use
> > > > enable/disable then you have to recompile your binaries, as per
> > > > Philip
> > > >
> > > > Clark's response:
> > > > > Online/offline messages are internal and are not intended for use
> > > > > in scripts. For 1.9c, enable and disable need the ENABLE_DISABLE
> > > >
> > > > compiler
> > > >
> > > > > flag added to src/Makefile. Then re-run "make", stop BB, move the
> > > >
> > > > new
> > > >
> > > > > "bbd" binary into place and start BB again.
> > > >
> > > > The alternative is to upgrade to bb-1.9e, where things work
> > > > differently. In bb-1.9e there are separate server and client
> > > > installations (the two types of tasks got distributed over these
> > > > installations). The server installation has a bbdef-server.sh file
> > > > with a RUNOPTS definition, as per Kimberly's response below.
> > > >
> > > > Kind regards,
> > > >
> > > > Erwin
> > > >
> > > > -----Original Message-----
> > > > From: owner-bb@bb4.com [mailto:owner-bb@bb4.com]On Behalf Of Jay
> > > > Labonte
> > > > Sent: Friday, 30 July, 2004 17:56
> > > > To: bb@bb4.com
> > > > Subject: RE: {bb} Some features not working
> > > >
> > > > I understand that bbdef-server.sh is supposed to be located on the
> > > > server, and that is where I am looking,
> > > > and there in is the problem. There is no bbdef-server.sh in the
> > > > $BBHOME/etc/ directory on my server.
> > > >
> > > > So I ask again. Where can I obtain a copy of this script?
> > > >
> > > > Regards
> > > >
> > > > >>> jperez@ads.ihets.org 7/30/2004 11:04:17 AM >>>
> > > >
> > > > bbdef-server.sh is a script located on the server installation, not
> > > > on the client installation.
> > > >
> > > > -----Original Message-----
> > > > From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Jay
> > > > Labonte
> > > > Sent: Friday, July 30, 2004 9:40 AM
> > > > To: bb@bb4.com
> > > > Subject: RE: {bb} Some features not working
> > > >
> > > > OK! I added the  required flags and I not have a nice new BB after
> > > > performing the make and make install.
> > > >
> > > > But it still does not work. I should mention again, I do not have a
> > > > shell script $BBHOME/etc/bbdef-server.sh
> > > >
> > > > Where can I obtain a copy of this script?
> > > >
> > > > Also as asked, I'm running BB 1.9c on HP-UX 11i
> > > >
> > > > Regards,
> > > > Jay
> > > >
> > > > >>> raf@deainc.com 7/29/2004 8:45:06 PM >>>
> > > >
> > > > Ah yes, 3.9. They're covered in 4.10
> > > > http://usg.acomp.usf.edu/bb/help/bb-man.html#4.10
> > > >
> > > > Specifically for 1.9c, this would be:
> > > >         $BBHOME/src/Makefile
> > > > Add "-DENABLE_DISABLE" to your CFLAGS= line
> > > > "make", stop BB, "make install", start BB
> > > > (and make sure BBOUT stays relatively error-free!)
> > > >
> > > > >>> kmckinnis@macrovision.com 7/29/2004 14:38:46 >>>
> > > >
> > > > Enable and disable require you to enable them in
> > > > $BBHOME/etc/bbdef-server.sh on the bbd server.
> > > >
> > > > Make sure you have this line: RUNOPTS="ENABLE_DISABLE"
> > > > If there are any other things on that line, it's fine, but do not
> > > > separate them with commands, only spaces, as in RUNOPTS="EMBEDHTML
> > > > ENABLE_DISABLE"
> > > >
> > > > -----Original Message-----
> > > > From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Jay
> > > > Labonte
> > > >
> > > > I am currently running version 1.9c, and the following commands are
> > > > not
> > > > working:
> > > >
> > > > disable
> > > > enable
> > > > offline
> > > > online
> > > > --
> > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
> > > >= 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.
> > > > --
> > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
> > > >= 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.
> > > >
> > > > --
> > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
> > > >= 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.
> > > > --
> > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
> > > >= 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.
> > > >
> > > > -----------------------------------------------------------------
> > > > ATTENTION:
> > > > The information in this electronic mail message is private and
> > > > confidential, and only intended for the addressee. Should you
> > > > receive this message by mistake, you are hereby notified that
> > > > any disclosure, reproduction, distribution or use of this
> > > > message is strictly prohibited. Please inform the sender by
> > > > reply transmission and delete the message without copying or
> > > > opening it.
> > > >
> > > > Messages and attachments are scanned for all viruses known.
> > > > If this message contains password-protected attachments, the
> > > > files have NOT been scanned for viruses by the ING mail domain.
> > > > Always scan attachments before opening them.
> > > > -----------------------------------------------------------------
> > > >
> > > > --
> > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
> > > >= 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.
> > > > --
> > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
> > > >= 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.
> > >
> > > --
> > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> > > 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.
> >
> > --
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> > 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.
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> 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.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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