<div>Hi DNS,</div>
<div> </div>
<div>It should all work. you need to browse to <a href="http://localhost/hobbit/">http://localhost/hobbit/</a> after an install is complete. You MUST include the training slash...</div>
<div> </div>
<div>Can you confirm that you started hobbit correctly? Are there hobbit processes running so that the bb.html page has been generated?</div>
<div> </div>
<div>What is in your apache logs?</div>
<div> </div>
<div>And what about the hobbit log directory, is there anything being logged there to confirm that data is being collected and processed?</div>
<div> </div>
<div>Cheers</div>
<div> </div>
<div>Phil</div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">2008/4/13 DNS <<a href="mailto:dns1407@yahoo.com">dns1407@yahoo.com</a>>:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">When i browse to <a href="http://localhost/" target="_blank">http://localhost</a> or wiht /hobbit directory listing show up instead of the webpage... 
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><br><br>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<div class="Ih2E3d">----- Original Message ----<br>From: Josh Luthman <<a href="mailto:josh@imaginenetworksllc.com" target="_blank">josh@imaginenetworksllc.com</a>><br>To: <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br>
</div>
<div>
<div></div>
<div class="Wj3C7c">Sent: Sunday, April 13, 2008 8:06:56 AM<br>Subject: Re: [hobbit] Installing Release 4.3<br><br>What happens when you browse to /hobbit/ (note the trailing slash!)<br><br>
<div class="gmail_quote">On Sun, Apr 13, 2008 at 1:12 AM, DNS <<a href="mailto:dns1407@yahoo.com" target="_blank" rel="nofollow">dns1407@yahoo.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<p>Hi All,</p>
<p> </p>
<p>I've installed librrd2-dev and voila...the install process is running..but...what do i have to change in apache so that i can access to the GUI? I've install the Hobbit to /usr/lib/hobbit and leave every thing default during installation...my make file look like this..:</p>

<p> </p>
<p> </p><font size="2">
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Toplevel Makefile for Hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BUILDTOPDIR=`pwd`</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># configure settings for Hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">#</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Toplevel dir</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBTOPDIR = /usr/lib/hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Server home dir for etc/, bin/</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBHOME = /usr/lib/hobbit/server</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Server data dir for hist/ etc.</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBVAR = /usr/lib/hobbit/data</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># CGI scripts go in CGIDIR</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">CGIDIR = /usr/lib/hobbit/cgi-bin</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Admin CGI scripts go in SECURECGIDIR</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">SECURECGIDIR = /usr/lib/hobbit/cgi-secure</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Where to put logfiles</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBLOGDIR = /var/log/hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Where to install manpages</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">MANROOT = /usr/local/man</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># How to run fping or hobbitping</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">FPING = /usr/bin/fping</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Username running hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBUSER = hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Hobbit server hostname</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBHOSTNAME = HobbitServer</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Hobbit server IP-address</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBHOSTIP = <a href="http://127.0.0.1/" target="_blank" rel="nofollow">127.0.0.1</a></p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Hobbit server OS</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBHOSTOS = linux</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># URL for Hobbit webpages</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBHOSTURL = /hobbit</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># URL for Hobbit CGIs</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">BBCGIURL = /hobbit-cgi</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># URL for Hobbit Admin CGIs</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">SECUREBBCGIURL = /hobbit-seccgi</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Webserver group-ID</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">HTTPDGID=adm</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># RRDtool settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">RRDDEF = -DRRDTOOL12</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">RRDINCDIR = -I/usr/include</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">RRDLIBS = -L/usr/lib -lrrd -L/usr/lib -lpng</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># PCRE settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">PCREINCDIR = -I/usr/local/include</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">PCRELIBS = -L/usr/local/lib -lpcre</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">#</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># ZLIB settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">ZLIBINCDIR = -I/usr/include</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">HOBBITZLIB = -L/usr/lib -lz</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">#</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># OpenSSL settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">SSLFLAGS = </p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">#</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># OpenLDAP settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">LDAPFLAGS = </p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">#</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Net-SNMP settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">DOSNMP = yes</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Large File Support settings</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Limit the size of status message texts passed to external alert scripts</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">MAXALERTMSGSZ = 4096</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Build a shared library for common Hobbit code</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># NOTE: Only tested on Linux</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># HOBBITLIBRARY = <a href="http://libhobbit.so/" target="_blank">libhobbit.so</a></p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">RPATHVAL += /usr/lib /usr/lib/hobbit/server/bin /usr/local/lib</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">include build/Makefile.Linux</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"># Add local CFLAGS etc. settings here</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">include build/Makefile.rules</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </p>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"></div></font>My apache2-config.conf:</div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </div><font size="2">
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Include /usr/lib/hobbit/server/etc/hobbit-apache.conf</p>
<p style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">RedirectMatch "^/$" "/hobbit/"</p>
<p></p></font>  
<p>My hobbit-apache.conf:</p>
<p> </p><font size="2">
<p># This file is for Apache 1.3.x and Apache 2.0.x</p>
<p>#</p>
<p># Add this to your Apache configuration, it makes</p>
<p># the Hobbit webpages and cgi-scripts available in the</p>
<p># "/hobbit" and "/hobbit-cgi" URLs.</p>
<p> </p>
<p># NB: The "Alias" line below must NOT be used if you have</p>
<p># the Hobbit webfiles as the root URL. In that case,</p>
<p># you should instead set this:</p>
<p>#</p>
<p># DocumentRoot /var/lib/hobbit/www</p>
<p>Alias /hobbit/ "/var/lib/hobbit/www/"</p>
<p><Directory "/var/lib/hobbit/www"></p>
<p>Options Indexes FollowSymLinks Includes MultiViews</p>
<p>Order allow,deny</p>
<p>Allow from all</p>
<p></Directory></p>
<p>ScriptAlias /hobbit-cgi/ "/usr/lib/hobbit/cgi-bin/"</p>
<p><Directory "/usr/lib/hobbit/cgi-bin"></p>
<p>AllowOverride None</p>
<p>Options ExecCGI Includes</p>
<p>Order allow,deny</p>
<p>Allow from all</p>
<p></Directory></p>
<p>ScriptAlias /hobbit-seccgi/ "/usr/lib/hobbit/cgi-secure/"</p>
<p><Directory "/usr/lib/hobbit/cgi-secure"></p>
<p>AllowOverride None</p>
<p>Options ExecCGI Includes</p>
<p>Order allow,deny</p>
<p>Allow from all</p>
<p># Password file where users with access to these scripts are kept.</p>
<p># Create it with "htpasswd -c /etc/hobbit/hobbitpasswd USERNAME"</p>
<p># Add more users / change passwords with "htpasswd /etc/hobbit/hobbitpasswd USERNAME"</p>
<p>#</p>
<p># You can also use a group file to restrict admin access to members of a</p>
<p># group, instead of anyone who is logged in. In that case you must setup</p>
<p># the "hobbitgroups" file, and change the "Require" settings to require</p>
<p># a specific group membership. See the Apache docs for more details.</p>
<p>AuthUserFile /etc/hobbit/hobbitpasswd</p>
<p>AuthGroupFile /etc/hobbit/hobbitgroups</p>
<p>AuthType Basic</p>
<p>AuthName "Hobbit Administration"</p>
<p># "valid-user" restricts access to anyone who is logged in.</p>
<p>Require valid-user</p>
<p># "group admins" restricts access to users who have logged in, AND</p>
<p># are members of the "admins" group in hobbitgroups.</p>
<p># Require group admins</p>
<p></Directory></p>
<p> </p></font>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">What do I do wrong????</div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Please help...I want to try version 4.3.....</div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Thanks...</div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </div><font color="#888888">
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">DNS<br></div></font>
<div>
<div></div>
<div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<br>From: Quinton Jansen <<a href="mailto:Quinton.Jansen@ec.gc.ca" target="_blank" rel="nofollow">Quinton.Jansen@ec.gc.ca</a>><br>
To: <a href="mailto:hobbit@hswn.dk" target="_blank" rel="nofollow">hobbit@hswn.dk</a><br>Sent: Friday, April 11, 2008 11:15:14 PM<br>Subject: Re: [hobbit] Installing Release 4.3<br><br>Do you have the librrd2-dev package installed?<br>
<br>DNS wrote:<br>> Hi All,<br>>  <br>> I've a question:<br>>  <br>> How do I compile the snapshot and install it on CentOs 5 or Debian R4? <br>> I get RRDTool error when trying to install the snapshot, but the tool <br>
> is install...<br>>  <br>> What version of RRDTool is needed for Hobbit 4.3??? and what do i need <br>> for installation on Debian R4?<br>>  <br>> Many thanks...<br>>  <br>> Greetz,<br>>  <br>> DNS<br>
><br>> __________________________________________________<br>> Do You Yahoo!?<br>> Tired of spam? Yahoo! Mail has the best spam protection around<br>> <a href="http://mail.yahoo.com/" target="_blank" rel="nofollow">http://mail.yahoo.com</a> <br>
<br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank" rel="nofollow">hobbit-unsubscribe@hswn.dk</a><br><br><br></div>
<div style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><br></div></div></div></div>
<div>
<div></div>
<div><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a href="http://mail.yahoo.com/" target="_blank" rel="nofollow">http://mail.yahoo.com</a> </div>
</div></blockquote></div><br><br clear="all"><br>-- <br>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>
--- Henry Spencer</div></div></div><br></div></div>
<div>
<div></div>
<div class="Wj3C7c"><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a href="http://mail.yahoo.com/" target="_blank">http://mail.yahoo.com</a> </div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Tel: 0400 466 952<br>Fax: 0433 123 226<br>email: <a href="mailto:philwild@gmail.com">philwild@gmail.com</a>