BB Unix Network Monitor - Message

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

Re: {bb} More Purple Problems (sslcert)



On Mon, 10 Jan 2005 15:46:09 +0000 (UTC), Henrik Storner
<henrik-bb@hswn.dk> wrote:
> This smells like a mis-match between the message-size configured
> in bbgen, and the message size your bbd daemon accepts. If bbgen
> sends messages larger than what the daemon accepts, the messages
> will be truncated. This can cause random purples, depending on
> how the test results get combined when they are sent to the bbd.
> 
> So lookup the MAXLINE setting in the $BBHOME/src/bb.h file. Then
> check if it matches the MAXMSG setting reported by
> "bbtest-net --version". If not, change one of them so that they
> match (for bbgen, change it in the top-level Makefile, then
> run "make clean; make; make install").

Sounds like that might be on the right path.  But they seem to match...

bbtest-net --version
bbtest-net version 3.5
SSL library : OpenSSL 0.9.7a Feb 19 2003
LDAP library: OpenLDAP 20026
Compile settings: MAXMSG=8192, BBDPORTNUMBER=1984

grep MAXLINE bb.h
#define MAXLINE  8192                   /* CHANGED FROM 256 - MAX LINE SIZE */

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