BB Unix Network Monitor - Message

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

Re: {bb} bb will not start



Okay.. this is curious...

In runbb.sh, the following lines...

if [ ! -f $BBHOME/bin/bbd ]
then
	BBSERVER=FALSE
	BBDISPLAY=FALSE
	BBNET=FALSE
	BBLOCAL=TRUE
else
	BBLOCAL=FALSE
fi

Further down where it starts bbd, I'm thinking that it doesn't see BBSERVER,
BBDISPLAY or BBNET being set to TRUE and skips out.

I set it as follows:

if [ ! -f $BBHOME/bin/bbd ]
then
	BBSERVER=FALSE
	BBDISPLAY=FALSE
	BBNET=FALSE
	BBLOCAL=TRUE
else
	BBLOCAL=FALSE
	BBSERVER=TRUE
	BBDISPLAY=TRUE
	BBNET=TRUE
fi

And it started.  This a bug or oversight or do I have something seriously
munged?

John Alexander



uoting John Alexander <jdalexa@shortwing.org>:

> Greetin's Brothers,
>
> After a long time away, I'm back working with BB again.
>
> I installed on Fedora Core 3 with a user - bbuser
>
> when I go to start bb (./runbb.sh start) it says it is starting
> it writes to BBOUT that it is starting
> but it does not start.  No processes running no griping
>
> Any idea where I can look for clues?
>
> --
>
> John Alexander
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> 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.
>


--

John Alexander



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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