[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] I am getting the following error
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] I am getting the following error
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Fri, 24 Apr 2009 09:31:32 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <COL111-W47E84D26B91D9A74FA20C1CF720 (at) phx.gbl> <COL111-W4960CB469FCA8D0CC8A064CF750 (at) phx.gbl> <COL111-W4960CB469FCA8D0CC8A064CF750 (at) phx.gbl> <COL111-W5909B8D93E6331121156E3CF720 (at) phx.gbl> <gsrtph$psi$1 (at) voodoo.hswn.dk> <COL111-W47E84D26B91D9A74FA20C1CF720 (at) phx.gbl> <COL111-W3AD3C7B0025CFFEA62F42CF720 (at) phx.gbl>
- User-agent: nn/6.7.3
In <COL111-W3AD3C7B0025CFFEA62F42CF720 (at) phx.gbl> <isolderj (at) hotmail.com> writes:
>Why is it complaining about=20
>2009-04-24 10:01:30 Could not run the command 'hobbitping -Ae' (exec failed)
>2009-04-24 10:01:30 hobbitping invocation failed: No such file or directory
>2009-04-24 10:01:30 Sending results for service conn
>If the section in hobbitserver.cfg says this .
>FPING="/usr/sbin/fping"
The "hobbitping" text is static, it should be changed in the code to
tell you what command it is trying to run. I'll fix that.
Since you have /usr/sbin/fping installed (I assume), then it might
just be that your [bbnet] task doesn't load this hobbitserver.cfg
file. Check in the hobbitlaunch.cfg - there should be an ENVFILE
setting just before the bbtest-net command, like
[bbnet]
ENVFILE /usr/local/hobbit/etc/hobbitserver.cfg
NEEDS hobbitd
CMD bbtest-net --report --ping --checkresponse
LOGFILE $BBSERVERLOGS/bb-network.log
INTERVAL 5m
Make sure that ENVFILE actually points to the hobbitserver.cfg file
you want to use.
Regards,
Henrik