BB Unix Network Monitor - Message

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

Re: {bb} only running bb-rep.sh when BB is down?



On Thu, 2005-09-29 at 16:33, Rob Zwarthoed wrote:
> Hello Brothers,
> 
> 
> Maybe someone can tell me what's the reason I've to stop BB ( 1.8d4 ) in
> order to get results from 'bb-rep.sh'?
> 
> If not, the ( Apache ) web page is created allright, but it isn't
> displayed; it looks as if 'mkbb.sh' isn't terminated properly, because
> /tmp/REP... is being left behind.

If, as it appears, mkbb.sh is having a problem, you should add the
line "set -x" near the top of the script so that it lists the commands
that it's trying to execute. At the point where mkbb.sh is executed in
bb-rep.sh, you will also need to redirect stderr to a suitable file,
like so:

  $BBHOME/web/mkbb.sh > $BBREP/rep-$$.html 2> /tmp/afile.log

It might also be helpful to know what OS you are using.

Cheers, Phil.



-- 
There's no real need to do housework -- after four years it doesn't
get any worse.

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