Hello folks, Hi Henrik,
i am trying to get the newest hobbit 4.1.1 on hpux running. Unfortunatelly so long without success.. The compilation succeed, but following warnings appears. I cant remember to have seen them while compiling the 4.0.x series, so maybe you should take a look... sounds like it could be important :)
sendmsg.c: In function `sendtobbd':
sendmsg.c:320: warning: passing arg 5 of `getsockopt' from incompatible pointer type
../lib/sendmsg.c: In function `sendtobbd':
../lib/sendmsg.c:320: warning: passing arg 5 of `getsockopt' from incompatible pointer type
../lib/sendmsg.c: In function `sendtobbd':
../lib/sendmsg.c:320: warning: passing arg 5 of `getsockopt' from incompatible pointer type
contest.c: In function `do_tcp_tests':
contest.c:949: warning: passing arg 5 of `getsockopt' from incompatible pointer type
hobbitd.c: In function `get_config':
hobbitd.c:1616: warning: passing arg 1 of `addtobuffer' from incompatible pointer type
After installation and start of hobbit daemon nothing realy happens.. So nothing appears on the webpage, neither the hobbit server itself, nor random client i configure for test purposes...
First, anything looks fine, but after a couple of moments only one process remains active
hobbit 27269 1 0 13:17:19 ? 0:00 /opt/hobbit/server/bin/hobbitlaunch --config=/opt/hobbit/server
The hobbitlaunch.log looks not really good.. Take a look:
2005-07-26 13:17:19 hobbitlaunch starting
2005-07-26 13:17:19 Loading tasklist configuration from /opt/hobbit/server/etc/hobbitlaunch.cfg
[ ...this block repeats exactly once a minute till i kill the above hobbit process.. ]
2005-07-26 13:17:19 Loading hostnames
2005-07-26 13:17:19 Loading saved state
2005-07-26 13:17:19 Cannot access checkpoint file /opt/hobbit/server/tmp/hobbitd.chk for restore
2005-07-26 13:17:19 Setting up network listener on 0.0.0.0:1984
2005-07-26 13:17:19 Setting up signal handlers
2005-07-26 13:17:19 Setting up hobbitd channels
2005-07-26 13:17:19 Setting up logfiles
2005-07-26 13:17:26 Task hobbitd terminated by signal 6
2005-07-26 13:17:26 Task clientdata terminated, status 1
2005-07-26 13:17:26 Task rrddata terminated, status 1
2005-07-26 13:17:26 Task rrdstatus terminated, status 1
2005-07-26 13:17:26 Task bbhistory terminated, status 1
2005-07-26 13:17:26 Loading hostnames
[ ... ]
2005-07-26 13:17:26 Task bbnet terminated by signal 15
2005-07-26 13:18:26 Task hobbitd terminated by signal 6
2005-07-26 13:18:26 Task clientdata terminated, status 1
2005-07-26 13:18:26 Task rrddata terminated, status 1
2005-07-26 13:18:26 Task rrdstatus terminated, status 1
2005-07-26 13:18:26 Task bbhistory terminated, status 1
2005-07-26 13:18:27 Loading hostnames
[ ... ]
I've played a little around with debug option for several modules, but got nothing useful..
It would be appreciated if you could take a look on this problem and give me a hint. Thank you
Best wishes,
Anatoli Bogajewski