4.1.2-rc1 freebsd 5.4 install oddness
list Lee J. Imber
Hi, 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? Everything complied great, no errors. Below is info I hope that is useful. Thanks, Lee 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
netstat -an | grep LIS tcp4 0 0 *.587 *.* LISTEN tcp4 0 0 *.25 *.* LISTEN tcp4 0 0 127.0.0.1.2222 *.* LISTEN tcp6 0 0 ::1.2222 *.* LISTEN tcp4 0 0 *.3306 *.* LISTEN tcp4 0 0 *.110 *.* LISTEN tcp4 0 0 *.995 *.* LISTEN tcp4 0 0 *.143 *.* LISTEN tcp4 0 0 *.993 *.* LISTEN tcp46 0 0 *.443 *.* LISTEN tcp46 0 0 *.80 *.* LISTEN tcp4 0 0 *.22 *.* LISTEN tcp6 0 0 *.22 *
../server/bin/bb --debug foo.bar.com FOO
2005-10-05 12:20:31 Transport setup is: 2005-10-05 12:20:31 bbdportnumber = 1984 2005-10-05 12:20:31 bbdispproxyhost = NONE 2005-10-05 12:20:31 bbdispproxyport = 0 2005-10-05 12:20:31 Recipient listed as 'foo.bar.com' 2005-10-05 12:20:31 Standard BB protocol on port 1984 2005-10-05 12:20:31 Will connect to address foo.bar.com port 1984 2005-10-05 12:20:31 Connect status is 61 2005-10-05 12:20:31 Could not connect to user-e44686bc1bad@xymon.invalid:1984 - Connection refused 2005-10-05 12:20:31 Whoops ! bb failed to send message - Connection failed
list Henrik Størner
▸
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 ? Regards, Henrik
list Lee J. Imber
▸
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/hoThis 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
Regards, Henrik
list Lee J. Imber
▸
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/hoThis 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
list Charles Jones
http://www.hswn.dk/std-cgi/htsearch?words=Could+not+get+sem&method=and Lee J. Imber wrote:
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.