BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: {bb} Installing BB on HP-UX B.10.20
"Cole, Jeff" wrote:
>
> It compiles fine with a few complaints, but nothing major.
>
> However, when I run the runbb.sh script, I get the following message:
>
> /apps/bb/bin/bb-local.sh[290]: /apps/bb/bin/bb: The parameter list is too
> long.
>
> Line 290 in bb-local.sh is
>
> $BB $BBDISP "status $MACHINE.msgs $COLOR `date` ${LINE}"
>
> Any ideas?
At line 271
LINE=`$GREP "$word" $MSGFILE`
replace with
LINE=`$GREP "$word" $MSGFILE | $TAIL -10`
You've probably got many NOTICE/WARNING messages
in your syslog file. That'll catch just the last
10 messages.
Also, to get rid of of repetitive warnings about
these messages you can either rotate the syslog or
change NOTICE for nOTICE and WARNING ro wARNING.
bye.
--
Robert-Andre Croteau BSD,MOTU robert@unix.sh
Systemes Informatiques RAC Enrg robert@motu.ca
(514) 465-3057 rcroteau@videotron.ca
http://www.motu.ca/
Si le bonheur ne s'achete pas alors louez le.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please send mail for the mailing list to: bb@taex001.tamu.edu
To [un]subscribe to this list, send e-mail to majordomo@taex001.tamu.edu
with [un]subscribe bb in the BODY of the message.
Please contact the mailing-list-owner as: bb-owner@taex001.tamu.edu
Home |
Main Index |
Thread Index