Xymon Mailing List Archive search

bbgen using full CPU

list Josh Luthman
Tue, 12 Feb 2008 09:09:00 -0500
Message-Id: <user-f6d500a3052d@xymon.invalid>

Henrik's solution for this problem was done as shown below...

cd hobbit-4.2.0
make clean
make
/etc/init.d/hobbit stop
killall bbgen
cp bbdisplay/bbgen ~hobbit/server/bin
/etc/init.d/hobbit start

The problem per Henrik:
"the problem probably was that some of the C modules had not been
recompiled. If the number of parameters to a function changes and the
code is not re-compiled, there will be some stack corruption when a
function returns - and this can cause all sorts of odd behaviour,
including the looping that you've seen."

On 2/3/08, Henrik Stoerner <user-ce4a2c883f75@xymon.invalid> wrote:
On Sun, Feb 03, 2008 at 01:11:08AM -0500, Josh Luthman wrote:
My CPU is still at 100% =P

Is there any ideas on what I can test out?
Could you send me (off-list) the output from "bb 127.0.0.1 hobbitdboard"
and "bbcmd bbhostshow", please ?


Regards,
Henrik

-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer