[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Purple results on server's tests
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Purple results on server's tests
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 28 Jan 2008 17:47:52 +0100
- References: <961092e10801280733y3aabe992u2c71e1195a0afd25 (at) mail.gmail.com> <20080128162442.GA7277 (at) hswn.dk> <961092e10801280839t114e6d13s6c6ba9132370a6f (at) mail.gmail.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
Anything in the logs ? E.g. hobbitd.log or bb-display.log ought to have
some entries if things aren't going the way they should.
Is the main Hobbit webpage being updated ? Check the timestamp in the
upper righthand corner.
In hobbitlaunch.cfg you'll find a section like this:
[bbdisplay]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
CMD bbgen $BBGENOPTS --report
LOGFILE $BBSERVERLOGS/bb-display.log
Try running
bbcmd --env=/usr/lib/hobbit/server/etc/hobbitserver.cfg
echo $MACHINE
echo $BBDISP
(i.e. use the ENVFILE filename for the --env option). Does the
MACHINE setting match your servers' hostname in bb-hosts?
(It will show commas instead of dots, but that is OK).
And BBDISP is correct ?
Henrik
On Mon, Jan 28, 2008 at 11:39:14AM -0500, Josh Luthman wrote:
> I was thinking they were all related. Should there be a ps running that
> isn't that I can check for? Or would the ps only start upon hobbitd telling
> it to do its job?
>
> hobbitserver.cfg:
> BBSERVERIP="74.x.x.x" #my public that is definitely correct, it's eth0
> BBDISP="$BBSERVERIP" #you are correct about this
>
> It went purple when it was booted: Sun Jan 27 05:27:52 2008
>
> Really curious why this started happening when it was rebooted =/
>
> On 1/28/08, Henrik Stoerner <henrik (at) hswn.dk> wrote:
> >
> > On Mon, Jan 28, 2008 at 10:33:27AM -0500, Josh Luthman wrote:
> > > I rebooted the hobbit server for power related reasons and since it came
> > up
> > > the following tests are purple on the Hobbit server:
> > >
> > > bbgen/bbtest/cpu/disk/files/hobbitd/memory/msgs/ports/procs
> >
> > It's all of the tests that it sends to itself. Check the BBDISP setting
> > in hobbitserver.cfg (which is usually picked up from BBSERVERIP), it
> > must be an IP assigned to your Hobbit server.