Xymon Mailing List Archive search

4.1.2-rc1 freebsd 5.4 install oddness

list Lee J. Imber
Wed, 5 Oct 2005 13:44:38 -0400
Message-Id: <user-973ff37fc55b@xymon.invalid>

On Oct 5, 2005, at 1:39 PM, Lee J. Imber wrote:
On Oct 5, 2005, at 1:02 PM, Henrik Stoerner wrote:

On Wed, Oct 05, 2005 at 12:30:23PM -0400, Lee J. Imber wrote:

Just downloaded the latest 4.1.2-rc1 and tried installing server  on a
FBSD 5.4-RELEASE box.
The daemon is running but a netstat shows that port 1984 is not
listening.
Am I missing something ridiculously simple or is there something  else
wrong?


lee      17208  0.0  0.2  1312   924  ??  Ss   11:14AM   0:00.09 / usr/
home/lee/Hobbit/server/bin/hobbitlaunch --config=/usr/home/lee/ Hobbit/
server/etc/hobbitlaunch.cfg --env=/usr/home/lee/Hobbit/server/etc/ho

This is "hobbitlaunch" running, but there should be a lot more stuff
there - including "hobbitd", several "hobbitd_channel" processes and
the worker modules.

So hobbitd won't start. What's in your logfiles ? hobbitlaunch.log  and
hobbitd.log ?
In /var/log/hobbitlaunch.log I have:

2005-10-05 13:31:02 Loading hostnames
2005-10-05 13:31:02 Loading saved state
2005-10-05 13:31:02 Cannot access checkpoint file /usr/home/lee/ Hobbit/server/tmp/hobbitd.chk for restore
2005-10-05 13:31:02 Setting up network listener on 0.0.0.0:1984
2005-10-05 13:31:02 Setting up signal handlers
2005-10-05 13:31:02 Setting up hobbitd channels
2005-10-05 13:31:02 Could not get sem: No space left on device
2005-10-05 13:31:02 Cannot setup status channel
2005-10-05 13:31:02 Task hobbitd terminated, status 1


If I recall we had a thread on this in the past. I don't remember  how to fix it.

Thanks Henrik,

Lee

Actually I found in the archives.
sysctl -a | grep kern.ipc.sem
kern.ipc.semmap: 30
kern.ipc.semmni: 10
kern.ipc.semmns: 60
kern.ipc.semmnu: 30
kern.ipc.semmsl: 60
kern.ipc.semopm: 100
kern.ipc.semume: 10
kern.ipc.semusz: 92
kern.ipc.semvmx: 32767
kern.ipc.semaem: 16384
Looks like I need to play with loader.conf.

Thanks.

Lee

Regards,
Henrik