Purple results on server's tests
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
In bb-hosts the server looks like...
74.x.x.x serversname.imaginenetworksllc.com # bbd http://serversname.imaginenetworksllc.com/
The server was powered on at Sun Jan 27 05:17 but the purple reports are saying Mon Jan 28 10:11:15 2008. The time is reporting as...
-> date Mon Jan 28 10:32:38 EST 2008
Anyone know how I broke it? =) Thanks in advance!
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
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.
The server was powered on at Sun Jan 27 05:17 but the purple reports are saying Mon Jan 28 10:11:15 2008. The time is reporting as...
-> date Mon Jan 28 10:32:38 EST 2008
Purple statuses are generated automatically, so they will show a current date in the upper right corner. You can check the history to see when they went purple - the last status was received 30 minutes before then.
Henrik
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.
The server was powered on at Sun Jan 27 05:17 but the purple reports are saying Mon Jan 28 10:11:15 2008. The time is reporting as...
-> date Mon Jan 28 10:32:38 EST 2008
Purple statuses are generated automatically, so they will show a current date in the upper right corner. You can check the history to see when they went purple - the last status was received 30 minutes before then.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
I've seen this happen before myself. At least in the cases I've seen, it's usually because someone changed the hostname manually while the machine was up, but when it reboots it goes back to the defaults as defined in the appropriate configuration files.
Check for any ghost reports. There's a good chance that you'll see a ghost, and that should help point you in the right direction.
On Jan 28, 2008 11:39 AM, Josh Luthman <josh at imaginenetworksllc.com> 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.
The server was powered on at Sun Jan 27 05:17 but the purple reports are saying Mon Jan 28 10:11:15 2008. The time is reporting as...
-> date Mon Jan 28 10:32:38 EST 2008
Purple statuses are generated automatically, so they will show a current date in the upper right corner. You can check the history to see when they went purple - the last status was received 30 minutes before then.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
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.
I think you both came to the problem at the same time...
BBSERVERHOSTNAME was set incorrectly. I must have been completely high when I set this because it makes NO sense what I put in there...
Thank you both very very much for getting back to me so quickly! I greatly appreciate the help!
On 1/28/08, Henrik Stoerner <henrik at hswn.dk> wrote:
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.logTry 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.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
participants (3)
-
gumby3203@gmail.com
-
henrik@hswn.dk
-
josh@imaginenetworksllc.com