last snapshot - Task hobbitd terminated
list Marco Avvisano
Hi Enrick, i have installed the last snapshot from scratch on linux ES release 3, this is my hobbitlaunch.log: 2006-04-27 12:13:41 hobbitlaunch starting 2006-04-27 12:13:41 Loading tasklist configuration from /opt/hobbit-secure/server/etc/hobbitlaunch.cfg 2006-04-27 12:13:41 Loading hostnames 2006-04-27 12:13:41 Loading saved state 2006-04-27 12:13:41 Setting up network listener on 127.0.0.2:1984 2006-04-27 12:13:41 Setting up signal handlers 2006-04-27 12:13:41 Setting up hobbitd channels 2006-04-27 12:13:41 Setting up logfiles 2006-04-27 12:16:04 Task hobbitd terminated by signal 6 Marco
list Henrik Størner
▸
On Thu, Apr 27, 2006 at 12:27:21PM +0200, Marco Avvisano wrote:
i have installed the last snapshot from scratch on linux ES release 3, this is my hobbitlaunch.log: 2006-04-27 12:16:04 Task hobbitd terminated by signal 6
I was working on some new code last night but didn't get to finish it. So even though it compiles, I haven't actually seen it run at all :-) Not sure if I'll have time to look at it tonight, but it should definitely get fixed over the week-end. Henrik
list Lars Ebeling
I am running todays snapshot. Lars ----- Original Message ----- From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid> To: <user-ae9b8668bcde@xymon.invalid> Sent: Thursday, April 27, 2006 1:22 PM Subject: Re: [hobbit] last snapshot - Task hobbitd terminated
▸
On Thu, Apr 27, 2006 at 12:27:21PM +0200, Marco Avvisano wrote:i have installed the last snapshot from scratch on linux ES release 3, this is my hobbitlaunch.log: 2006-04-27 12:16:04 Task hobbitd terminated by signal 6I was working on some new code last night but didn't get to finish it. So even though it compiles, I haven't actually seen it run at all :-) Not sure if I'll have time to look at it tonight, but it should definitely get fixed over the week-end. Henrik
list Marco Avvisano
Hi Enrick,
the strange thing is that is make update, not install from scratch, it
work..
in effect i have a particular configuration....
on my linux box i run two hobbit server,
these is my configuration:
Server 1
BBSERVERIP="127.0.0.1"
# General settings
BBPORT="1984" # Portnumber where hobbitd/bbd listens
BBDISP="0.0.0.0" # IP of a single hobbit/bbd server
BBDISPLAYS="127.0.0.1 127.0.0.2"
[bbproxy]
ENABLED
ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg
CMD
$BBHOME/bin/bbproxy --hobbitd --bbdisplay=127.0.0.1,127.0.0.2 --listen=PUBLIC_IP:1984
--report=$MACHINE.bbproxy --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid
LOGFILE $BBSERVERLOGS/bbproxy.log
Server 2:
BBSERVERIP="127.0.0.2"
BBPORT="1984" # Portnumber where hobbitd/bbd listens
BBDISP="$BBSERVERIP" # IP of a single hobbit/bbd server
BBDISPLAYS="" #
bbproxy disabled
There is something in this configuration that is wrong?
Marco
▸
----- Original Message -----
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Thursday, April 27, 2006 1:22 PM
Subject: Re: [hobbit] last snapshot - Task hobbitd terminated
On Thu, Apr 27, 2006 at 12:27:21PM +0200, Marco Avvisano wrote:i have installed the last snapshot from scratch on linux ES release 3, this is my hobbitlaunch.log: 2006-04-27 12:16:04 Task hobbitd terminated by signal 6I was working on some new code last night but didn't get to finish it. So even though it compiles, I haven't actually seen it run at all :-) Not sure if I'll have time to look at it tonight, but it should definitely get fixed over the week-end. Henrik
list Henrik Størner
▸
On Fri, Apr 28, 2006 at 01:06:28PM +0200, Marco Avvisano wrote:
the strange thing is that is make update, not install from scratch, it work..
It's a bug - a variable wasn't initialized properly. I believe it's fixed in the next snapshot. Henrik