Telnet to localhost as well as <a href="http://127.0.0.1">127.0.0.1</a> work, yes.<br>The hobbitdboard returns a lot of data.<br><br>I've literally been looking at this for hours, I don't know what else is wrong.<br>I even did a completely fresh install, dropped in my bb-hosts, same results.
<br>I know bb-hosts is OK since it's working elsewhere (I did change the bbd line of course).<br><br><div><span class="gmail_quote">On 5/31/06, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">
henrik@hswn.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Can you telnet to <a href="http://127.0.0.1">127.0.0.1</a>
 port 1984 ? If that times out, then you have<br>a seriously heavy firewall setup. Something like<br>   iptables -I INPUT 1 -i lo -j ACCEPT<br>   iptables -I OUTPUT 1 -i lo -j ACCEPT<br>should cancel out any paranoid firewall setups locally on the box, for
<br>the loopback-interface.<br><br>Can you do a "~hobbit/server/bin/bb <a href="http://127.0.0.1">127.0.0.1</a> hobbitdboard" and get any<br>data back ?<br><br>If you're running all of the network tests locally, I think you can
<br>get away with setting<br>   BBSERVERIP="<a href="http://127.0.0.1">127.0.0.1</a>"<br>in your hobbitserver.cfg, and let all of the communications happen on<br>the loopback-interface. Of course, for clients to work you'll need to
<br>get port 1984 opened up for access from the clients. But loopback should<br>be ok for just getting the Hobbit server up and running.<br><br><br>Henrik<br><br><br>On Wed, May 31, 2006 at 02:48:33PM -0700, Dan Simoes wrote:
<br>> I thought of that, eventually, and corrected the error.  Same problem.<br>> localhost is responding on 1984, but the site's firewall is blocking 1984.<br>> I don't have any clients connecting at the moment, so I don't imagine this
<br>> is a problem, but thought I would mention it.<br>><br>> On 5/31/06, Henrik Stoerner <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:<br>> ><br>> >Check the IP-adresses for the Hobbit server in the 
hobbitserver.cfg<br>> >file. From your logs, it seems that the query to fetch the current total<br>> >status from the Hobbit daemon goes to the wrong server (the old IP,<br>> >probably), so there is no response and therefore the webpages dont get
<br>> >any hosts listed.<br>> ><br>> ><br>> >Henrik<br>> ><br>> >On Wed, May 31, 2006 at 02:41:25PM -0700, Dan Simoes wrote:<br>> >> I got an account on a new virtual host (debian 
3.1 on virtuozzo), and<br>> >> dropped in a tar of my hobbit dir.<br>> >> I figured I could just edit bb-hosts and be up and running in minutes.<br>> >> Hours later, I'm still not up.<br>> >>
<br>> >> OK, so I was missing fping, and rrdtool.  Hobbit did not like the older<br>> >> rrdtool 1.X under debian stable, so I switch to testing, upgraded, and<br>> >> recompiled and reinstalled hobbit.
<br>> >> It's still not working, even with a simplified bb-hosts.<br>> >><br>> >> hobbit runs, but the webpage output is devoid of any host data.<br>> >> I can't figure out what else could be wrong, this should have been a
<br>> >very<br>> >> simple port.<br>> >><br>> >> Logs show:<br>> >><br>> >> bb--display:<br>> >> 2006-05-31 17:30:22 Whoops ! bb failed to send message - timeout
<br>> >> 2006-05-31 17:30:22 hobbitd status-board not available<br>> >> 2006-05-31 17:30:22 WARNING: Runtime 92 longer than BBSLEEP (60)<br>> >> 2006-05-31 17:31:09 Whoops ! bb failed to send message - timeout
<br>> >><br>> >> bb-network:<br>> >> 2006-05-31 17:30:27 Whoops ! bb failed to send message - timeout<br>> >> 2006-05-31 17:30:27 WARNING: Runtime 140 longer than time limit (120)<br>> >> 2006-05-31 17:31:14 Whoops ! bb failed to send message - timeout
<br>> >><br>> >><br>> >> hobbitclient.log:<br>> >> 2006-05-31 17:32:47 Whoops ! bb failed to send message - timeout<br>> >> error parsing /proc/net/snmp: Success<br>> >> 2006-05-31 17:34:47 Whoops ! bb failed to send message - timeout
<br>> >> error parsing /proc/net/snmp: Success<br>> ><br>> >--<br>> >Henrik Storner<br>> ><br>> >To unsubscribe from the hobbit list, send an e-mail to<br>> ><a href="mailto:hobbit-unsubscribe@hswn.dk">
hobbit-unsubscribe@hswn.dk</a><br>> ><br>> ><br>> ><br><br>--<br>Henrik Storner<br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk
</a><br><br><br></blockquote></div><br>