Xymon Mailing List Archive search

Todays Snapshot 25/1-07

list Lars Ebeling
Fri, 26 Jan 2007 14:59:54 +0100
Message-Id: <012901c74152$41849480$user-a73ca09b698f@xymon.invalid>

hobbitserver.cfg:BBDISP="$BBSERVERIP"
hobbitserver.cfg:BBSERVERIP="192.168.0.2"  
I do not use any --listen option that is to advanced for me ;-)

Lars
----- Original Message ----- From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Friday, January 26, 2007 2:48 PM
Subject: Re: [hobbit] Todays Snapshot 25/1-07

On Fri, Jan 26, 2007 at 02:32:33PM +0100, lars ebeling wrote:
Ok, I untared the snapshot and ran configure, make, make install

Statuspages were empty.

Then I applied the patch and ran, make and make install

Then I got the statuspages.

Is your hobbitd setup to listen on a specific IP-address (with the
--listen option in hobbitlaunch.cfg) ? What's your BBDISP setting?

Hobbit 4.2 (and earlier) sends all requests over TCP/IP. I recently
added a second interface going via a Unix domain socket since this is
faster (and slightly more secure). There is then an optimization in
how requests are sent to hobbitd - if you run "bb" with a "localhost"
or "127.0.0.1" address, then it will use the Unix domain interface
instead of TCP/IP.

The patch fixes a bug where all requests were sent through the Unix
domain interface, instead of using TCP/IP for remote requests. I cannot
quite understand why it has the effect you've seen. I actually stumbled
across this bug some time ago while rushing out a new Hobbit version at work, but apparently I never got the fix committed to my sourcecode tree at home.


Regards,
Henrik