Xymon Mailing List Archive search

last snapshot - Task hobbitd terminated

5 messages in this thread

list Marco Avvisano · Thu, 27 Apr 2006 12:27:21 +0200 ·
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 · Thu, 27 Apr 2006 13:22:35 +0200 ·
quoted from Marco Avvisano
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 · Thu, 27 Apr 2006 14:38:26 +0200 ·
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
quoted from Marco Avvisano

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 Marco Avvisano · Fri, 28 Apr 2006 13:06:28 +0200 ·
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
quoted from Lars Ebeling


----- 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 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 Henrik Størner · Sun, 30 Apr 2006 18:00:59 +0200 ·
quoted from Marco Avvisano
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