Xymon Mailing List Archive search

Problems starting hobbit

list Shaun Kasperowicz
Fri, 30 Jun 2006 16:57:36 -0700
Message-Id: <user-cc567245ffc5@xymon.invalid>

I added --debug to hobbitlaunch.cfg, but I don't seem to be getting any
more info in hobbitlaunch.log.  I started hobbit and am seeing the same
stuff:

2006-06-30 16:50:57 Task rrddata terminated, status 1
2006-06-30 16:50:57 Task rrdstatus terminated, status 1
2006-06-30 16:50:57 Task bbpage terminated, status 1
2006-06-30 16:50:57 Task clientdata terminated, status 1
2006-06-30 16:51:03 Task rrddata terminated, status 1
2006-06-30 16:51:03 Task rrdstatus terminated, status 1
2006-06-30 16:51:03 Task bbpage terminated, status 1
2006-06-30 16:51:03 Task clientdata terminated, status 1
2006-06-30 16:51:38 Task bbdisplay terminated by signal 9
2006-06-30 16:52:38 Task bbdisplay terminated by signal 9


The hobbitd.log just had a couple lines from a long time ago:

2006-06-15 11:31:57 Setup complete
2006-06-15 14:23:50 Setup complete


Thanks,

-Shaun


-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Wednesday, June 28, 2006 10:31 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problems starting hobbit

On Wed, Jun 28, 2006 at 03:29:37PM -0700, Kasperowicz, Shaun wrote:
2006-06-28 15:15:16 Could not get shm of size 262144: No such file or
directory
2006-06-28 15:15:16 Channel not available

Looks like still more shared memory problems?
Perhaps. It doesn't sound right, since this would show up in the
hobbitd startup also, and your last log-snippet didn't show that.

Could you try editing your server/etc/hobbitlaunch.cfg file: The first
entry with the "CMD hobbitd ...." line, add "--debug" at the end of that
(very long) line so it becomes something like

[hobbitd]
        ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
        CMD hobbitd --pidfile=$BBSERVERLOGS/hobbitd.pid
--restart=$BBTMP/hobbitd.chk --checkpoint-file=$BBTMP/hobbitd.chk
--checkpoint-interval=600 --log=$BBSERVERLOGS/hobbitd.log
--admin-senders=127.0.0.1,$BBSERVERIP --maint-senders=127.0.0.1 --debug

That should dump a bit more detail about what is happening into
hobbitlaunch.log.

Is there a "hobbitd.log" file in the same directory as hobbitlaunch.log?
Anything in that ?


Henrik