Xymon Mailing List Archive search

Install problems

list Larry Barber
Fri, 25 May 2007 16:39:16 -0500
Message-Id: <user-4ac732300116@xymon.invalid>

There should be a symlink in /var/www/html to the $BBHOME/server/www
directory (where your web pages are generated) underneath your Hobbit
install directly, typically /usr/local/hobbit.

The "listening on 0.0.0.0:1984" is normal.

Hobbit doesn't use the BBDISPLAY, BBPAGER , or BBNET  variables in
bb-hosts.  The 'bbd' tag will just cause Hobbit to check that either the
Hobbit daemon or the BigBrother daemon is running.

I suspect that all you need is the symbolic link I mentioned above. Check
your $BBHOME/server/www directory to make sure your pages are being
generated.  The "hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status" message will typically go away in a few
minutes as Hobbit gets its database built up.  If you have the link, and
your pages are being generated and you still can't get the pages on your
browser your Apache configuration is messed up. Look at your Apache error
logs to get an idea of what's going on.

Thanks,
Larry Barber

On 5/25/07, Giovanni - Gestor Redix <user-e1d5cb184a81@xymon.invalid> wrote:
 Maybe modifying this line in your bb-hosts

From:

10.70.55.227   RESMACMGMT01      # bbd

To:

10.70.55.227   RESMACMGMT01      # BBDISPLAY BBPAGER BBNET bbd


The problem seems to be something related to your servername/hostname, try
check your configuration files, comparing to the real servername/hostname.

Cheers

Ben Fenstermaker wrote:

On 5/25/07 3:51 PM, "Giovanni - Gestor Redix" <user-e1d5cb184a81@xymon.invalid> <user-e1d5cb184a81@xymon.invalid> wrote:

   Hi Ben!

Have you checked your logfiles ? at /var/log/hobbit ?

 This doesn't look good but I am not sure what it means...

Hobbitd.log:
2007-05-25 14:10:26 Setup complete
2007-05-25 14:27:18 Setup complete
2007-05-25 14:46:57 Setup complete
2007-05-25 15:06:03 Setup complete
2007-05-25 15:13:47 Setup complete
2007-05-25 15:16:13 Setup complete
2007-05-25 15:21:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:26:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:31:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:36:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:41:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:46:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:51:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status
2007-05-25 15:56:14 hobbitd servername MACHINE='RESMACMGMT01' not listed in
bb-hosts, dropping hobbitd status

This also looks concerning, especially the part where it is listening at
0.0.0.0:1984.

Hobbitlaunch.log:
2007-05-25 15:16:13 hobbitlaunch starting
2007-05-25 15:16:13 Loading tasklist configuration from
/home/hobbit/server/etc/hobbitlaunch.cfg
2007-05-25 15:16:13 Loading hostnames
2007-05-25 15:16:13 Loading saved state
2007-05-25 15:16:13 Setting up network listener on 0.0.0.0:1984
2007-05-25 15:16:13 Setting up signal handlers
2007-05-25 15:16:13 Setting up hobbitd channels
2007-05-25 15:16:13 Setting up logfiles
2007-05-25 15:16:18 Task bbdisplay terminated, status 127
2007-05-25 15:17:27 Task bbdisplay terminated, status 127
2007-05-25 15:18:27 Task bbdisplay terminated, status 127
2007-05-25 15:19:27 Task bbdisplay terminated, status 127
2007-05-25 15:20:23 Task bbdisplay terminated, status 127
2007-05-25 15:21:23 Task bbdisplay terminated, status 127
2007-05-25 15:31:27 Task bbdisplay terminated, status 127
2007-05-25 15:32:35 Task bbdisplay terminated, status 127
2007-05-25 15:33:36 Task bbdisplay terminated, status 127
2007-05-25 15:34:36 Task bbdisplay terminated, status 127
2007-05-25 15:35:36 Task bbdisplay terminated, status 127
2007-05-25 15:36:35 Task bbdisplay terminated, status 127
2007-05-25 15:46:39 Task bbdisplay terminated, status 127
2007-05-25 15:47:44 Task bbdisplay terminated, status 127
2007-05-25 15:48:44 Task bbdisplay terminated, status 127
2007-05-25 15:49:44 Task bbdisplay terminated, status 127
2007-05-25 15:50:44 Task bbdisplay terminated, status 127
2007-05-25 15:51:48 Task bbdisplay terminated, status 127


 Please also paste your server/etc/bb-hosts file...

 #
# Master configuration file for Hobbit
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by
Hobbit
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Hobbit webpages, and how hosts are divided among the various
webpages
#    that Hobbit generates.
# 3) Several other definitions can be done for each host, see the
bb-hosts(5)
#    man-page.
#
# You need to define at least the Hobbit server itself here.

10.70.55.227   RESMACMGMT01      # bbd
10.70.1.34      RESOSXSERVE

 Cheers