Hobbit 4.0 RC2
After launching hobbit, it will only stay active for five minutes, then it dies.
Here is the log that shows it self-terminating and unable to restart:
Hobbitlaunch.log
2005-02-14 17:59:12 hobbitlaunch starting 2005-02-14 17:59:12 Loading tasklist configuration from /hobbit/server/etc/hobbitlaunch.cfg 2005-02-14 17:59:12 Task hobbitd started with PID 1285 2005-02-14 17:59:12 Loading hostnames 2005-02-14 17:59:12 Loading saved state 2005-02-14 17:59:12 Setting up network listener on 0.0.0.0:1984 2005-02-14 17:59:12 Setting up signal handlers 2005-02-14 17:59:12 Setting up hobbitd channels 2005-02-14 17:59:12 Setting up logfiles 2005-02-14 17:59:17 Task bbhistory started with PID 1286 2005-02-14 17:59:17 Task bbenadis started with PID 1287 2005-02-14 17:59:17 Task bbpage started with PID 1288 2005-02-14 17:59:17 Task larrdstatus started with PID 1292 2005-02-14 17:59:17 Task larrddata started with PID 1293 2005-02-14 17:59:17 Task bbdisplay started with PID 1294 2005-02-14 17:59:17 Task bbnet started with PID 1297 2005-02-14 17:59:17 Task bbretest started with PID 1298 2005-02-14 17:59:17 Task larrdcolumn started with PID 1299 2005-02-14 17:59:17 Task infocolumn started with PID 1300 2005-02-14 18:00:18 Task bbdisplay started with PID 1365 2005-02-14 18:00:18 Task bbretest started with PID 1366 2005-02-14 18:01:19 Task bbdisplay started with PID 1491 2005-02-14 18:01:19 Task bbretest started with PID 1492 2005-02-14 18:02:22 Task bbdisplay started with PID 1501 2005-02-14 18:02:22 Task bbretest started with PID 1502 2005-02-14 18:03:24 Task bbdisplay started with PID 1518 2005-02-14 18:03:24 Task bbretest started with PID 1519 2005-02-14 18:04:16 Task hobbitd terminated by signal 6 2005-02-14 18:04:16 Task hobbitd started with PID 1529 2005-02-14 18:04:16 Loading hostnames 2005-02-14 18:04:16 Loading saved state 2005-02-14 18:04:16 Setting up network listener on 0.0.0.0:1984 2005-02-14 18:04:16 Cannot bind to listen socket (Address already in use) 2005-02-14 18:04:16 Task hobbitd terminated, status 1 2005-02-14 18:04:16 Task hobbitd started with PID 1530 2005-02-14 18:04:16 Loading hostnames 2005-02-14 18:04:16 Loading saved state 2005-02-14 18:04:16 Setting up network listener on 0.0.0.0:1984 2005-02-14 18:04:16 Cannot bind to listen socket (Address already in use) 2005-02-14 18:04:16 Task hobbitd terminated, status 1 2005-02-14 18:04:16 Task hobbitd started with PID 1531 2005-02-14 18:04:16 Loading hostnames 2005-02-14 18:04:16 Loading saved state 2005-02-14 18:04:16 Setting up network listener on 0.0.0.0:1984 2005-02-14 18:04:16 Cannot bind to listen socket (Address already in use) 2005-02-14 18:04:16 Task hobbitd terminated, status 1 2005-02-14 18:04:16 Task hobbitd started with PID 1532 2005-02-14 18:04:16 Loading hostnames 2005-02-14 18:04:16 Loading saved state 2005-02-14 18:04:16 Setting up network listener on 0.0.0.0:1984 2005-02-14 18:04:16 Cannot bind to listen socket (Address already in use) 2005-02-14 18:04:16 Task hobbitd terminated, status 1 2005-02-14 18:04:16 Task hobbitd started with PID 1533 2005-02-14 18:04:16 Loading hostnames 2005-02-14 18:04:16 Loading saved state 2005-02-14 18:04:16 Setting up network listener on 0.0.0.0:1984 2005-02-14 18:04:16 Cannot bind to listen socket (Address already in use) 2005-02-14 18:04:16 Task hobbitd terminated, status 1
"Lowery, Michael" <mlowery at alliedtechgroup.com> wrote on 15/02/2005 13:08:46:
Hobbit 4.0 RC2
After launching hobbit, it will only stay active for five minutes, then it dies.
Here is the log that shows it self-terminating and unable to restart:
Hobbitlaunch.log
[SNIP]
2005-02-14 18:04:16 Task hobbitd started with PID 1533 2005-02-14 18:04:16 Loading hostnames 2005-02-14 18:04:16 Loading saved state 2005-02-14 18:04:16 Setting up network listener on 0.0.0.0:1984 2005-02-14 18:04:16 Cannot bind to listen socket (Address already in use) 2005-02-14 18:04:16 Task hobbitd terminated, status 1
What OS are you running on? Do you have lsof installed?
If so, does 'lsof -i | grep 1984' show anything?
If not, does 'netstat -an | grep LISTEN | grep 1984' show anything? Looks like it should, although we'll probably need OS specifics to help further if you don't have lsof.
Andy.
#####################################################################################
This email is intended for the person to whom it is addressed only. If you are not the intended recipient, do not read, copy or use the contents in any way. The opinions expressed may not necessarily reflect those of ZESPRI Group of Companies ('ZESPRI').
While every effort has been made to verify the information contained herein, ZESPRI does not make any representations as to the accuracy of the information or to the performance of any data, information or the products mentioned herein. ZESPRI will not accept liability for any losses, damage or consequence, however, resulting directly or indirectly from the use of this e-mail/attachments. #####################################################################################
On Mon, Feb 14, 2005 at 06:08:46PM -0600, Lowery, Michael wrote:
Hobbit 4.0 RC2
After launching hobbit, it will only stay active for five minutes, then it dies.
There seems to be a problem that causes hobbitd to crash when it sends in a status report about itself, which happens every 5 minutes. I'm chasing it right now.
2005-02-14 18:04:16 Task hobbitd terminated by signal 6
Looks like the same problem.
Henrik
Hi Michael,
I just finished hunting down a problem that looks very much like this one.
Could you check your server/etc/hobbitserver.cfg file: There's a line BBSERVERHOSTNAME="some.host.name"
This hostname - "some.host.name" - is it listed in your server/etc/bb-hosts file? If not, does the problem go away if you add that hostname to your bb-hosts file ?
Please let me know the result.
Thanks, Henrik
On Mon, Feb 14, 2005 at 06:08:46PM -0600, Lowery, Michael wrote:
Hobbit 4.0 RC2
After launching hobbit, it will only stay active for five minutes, then it dies.
participants (3)
-
Andy@zespri.com
-
henrik@hswn.dk
-
mlowery@alliedtechgroup.com