Xymon Mailing List Archive search

Problems starting hobbit

list Henrik Størner
Thu, 29 Jun 2006 07:31:10 +0200
Message-Id: <user-bc28a9a05254@xymon.invalid>

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