Figaro, Henrik,
thanks!! I tried the debugging, and found the misconfiguration of dns servers. also, the mismatch of the number (bb-hosts and dns-queries) was due to a line in the bb-hosts; : 1.2.3.4 host.hoge.com # http://www.hoge.com/ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~ there is 152 IPs, and 153 HOSTs.
-Keio
On Tue, 27 Sep 2005 08:21:45 +0000 (UTC) Henrik Storner <henrik at hswn.dk> wrote:
In <A10E03C9E3F97E4CB33471F96A6F6BEE01AC493B at EXC2K02CLU.mgen.fij> "FIGARO Nicolas" <nfigaro at effigie.fr> writes:
You should have some infos in the logfile. (bb-network.log) Add a --debug to this line and restart hobbit for more infos : CMD bbtest-net --report --ping --checkresponse
Run hobbit.sh reload afterwards and check the bb-network.log.
If you only need to run bbtest-net once to get the debug output, you can do it by hand through the "bbcmd" utility:
bbcmd bbtest-net --report --ping --checkresponse --debug
To get the failing DNS lookup, look for a "DNS lookup failed" message.
Henrik
On Tue, 27 Sep 2005 10:01:07 +0200 "FIGARO Nicolas" <nfigaro at effigie.fr> wrote:
I forgot to give the name of the config file for the debug extra option : ~hobbit/server/etc/hobbitlaunch.cfg.
Nicolas Figaro
-----Message d'origine----- De : FIGARO Nicolas [mailto:nfigaro at effigie.fr] Envoy$Bq(B: mardi 27 septembre 2005 09:57 $B%?(B : hobbit at hswn.dk Objet : [hobbit] RE : [hobbit] dns query failed?
Hi,
You should have some infos in the logfile. (bb-network.log) Add a --debug to this line and restart hobbit for more infos : CMD bbtest-net --report --ping --checkresponse
Run hobbit.sh reload afterwards and check the bb-network.log.
Nicolas Figaro
-----Message d'origine----- De : Keio Oyama [mailto:oyama at impress.co.jp] Envoy$Bq(B: mardi 27 septembre 2005 09:51 $B%?(B : hobbit at hswn.dk Objet : [hobbit] dns query failed?
Hi,
I have 152 hosts in the bb-hosts file. And the bbtest reports,
Statistics: Hosts total : 152 Hosts with no tests : 0 Total test count : 213 Status messages : 214 Alert status msgs : 0 Transmissions : 4
DNS statistics:
hostnames resolved : 153
succesful : 152
failed : 1
calls to dnsresolve : 213
:
Was hostname lookup attempted against 153 hosts? If so, is there any way (logs or something) to find out the failed host?
Thanks, keio