Mail archive now searchable
After some prodding from a couple of users, I finally got around to setting up a search facility for the Hobbit mail-archive, using ht://Dig as the search- and indexing-tool.
It's available from the mail-archive front page at http://www.hswn.dk/hobbiton/
Regards, Henrik
Excellant! and thank you. another fine example of your exquisite work!
On Wed, Jul 13, 2005 at 10:47:55AM +0200, Henrik Stoerner wrote:
After some prodding from a couple of users, I finally got around to setting up a search facility for the Hobbit mail-archive, using ht://Dig as the search- and indexing-tool.
It's available from the mail-archive front page at http://www.hswn.dk/hobbiton/
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Sue Bauer-Lee | KE4HNN, SSCP Carrollton, GA 30112 | Email: sblee at tazmania.org
Hi,
Finally we want migrate from BB to Hobbit. I build hobbit_4.1.1 on Solaris 9 and started it. Only a part of the processes that should run are actually running. What is missing? Any help appreciated! kind regards Rolf
hobbits processes: psx UID PID PPID C STIME TTY TIME CMD bb 12146 12145 0 11:14:09 ? 0:00 hobbitd --pidfile=/raid0/log/hobbit/hobbitd.pid --restart=/pica/ffm/com/sys/hob bb 12154 12152 0 11:14:14 ? 0:00 hobbitd_history bb 12152 12145 0 11:14:14 ? 0:00 hobbitd_channel --channel=stachg --log=/raid0/log/hobbit/history.log hobbitd_hi bb 12363 1 0 11:19:16 ? 0:00 sh -c vmstat 300 2 1>/pica/ffm/com/sys/hobbit/hobbit/client/tmp/hobbit_vmstat.1 bb 12018 11571 0 11:13:44 pts/1 0:00 -bash bb 12364 12363 0 11:19:16 ? 0:00 vmstat 300 2 bb 12145 1 0 11:14:09 ? 0:00 /pica/ffm/com/sys/hobbit/hobbit/server/bin/hobbitlaunch --config=/pica/ffm/com/
This is what hobbitlaunch.log says (There are no other logs): 2005-12-21 11:14:09 hobbitlaunch starting 2005-12-21 11:14:09 Loading tasklist configuration from /pica/ffm/com/sys/hobbit/hobbit/server/etc/hobbitlaunch. cfg 2005-12-21 11:14:09 Loading hostnames 2005-12-21 11:14:09 Loading saved state 2005-12-21 11:14:09 Setting up network listener on 0.0.0.0:1984 2005-12-21 11:14:09 Setting up signal handlers 2005-12-21 11:14:09 Setting up hobbitd channels 2005-12-21 11:14:09 Setting up logfiles 2005-12-21 11:14:19 Task bbnet terminated by signal 9 2005-12-21 11:14:19 Task bbcombotest terminated by signal 9 2005-12-21 11:14:19 Task bbdisplay terminated by signal 9 2005-12-21 11:14:19 Task clientdata terminated, status 1 2005-12-21 11:14:19 Task rrddata terminated, status 1 2005-12-21 11:14:19 Task rrdstatus terminated, status 1 2005-12-21 11:14:19 Task bbpage terminated, status 1 ...
-- Mit freundlichen Gruessen Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (49) 69 - 798 28908 Fax: (49) 69 798 2881 LBS: lbs-f at mlist.uni-frankfurt.de Persoenlich: schritte at rz.uni-frankfurt.de
Hi all,
i have installed bbmrtg.pl (last version) + 14all.cgi on my hobbit server. I have 3 problems.
- The link to the daily traffic is incorrect:
http://my.server/hobbit-cgi/bb-hostsvc.sh?HOSTSVC=router_directory/router_na...
I use the directive Directory: in my mrtg cfg file. I solved change
from :
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$target"; to:
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$routers2_target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$routers2_target";
I try to change the general threshold (in bbmrtg.pl), but nothing change on the traffic page (on the rules), and no warning or critical colour is displayed
No value are for current traffic (In: xxx Out: xxx)
someone have the same problems ?
M.
I solved problems (2,3), changing bbmrtg.pl from:
= RRDs::fetch "-s $last","-e $last", $targetLog, 'AVERAGE';
to: = RRDs::fetch "-s $start_time","-e $last", $targetLog, 'AVERAGE'; and add :
my $start_time = $last - 300;
I try to use routers2.cgi but i have this problem:
when i monitor two interfaces, on the page is always show the first interface The html generated for the second interface is:
&green<A HREF="http://my.server/hobbit-cgi/routers2.cgi?rtr=mrtg.cfg&bars=Cami&page=graph&xgtype=dwmy&xgstyle=l2&if=fastethernet2&xmtype=options">Traffic for 2 interface</A> In: 2468 bits/sec (0.0%) Out: 12061 bits/sec (0.1%) <CENTER><BR><A HREF="http://my.server/hobbit-cgi/routers2.cgi?rtr=mrtg.cfg&bars=Cami&page=graph&xgtype=dwmy&xgstyle=l2&if=fastethernet2&xmtype=options"><IMG SRC="http://my.server/hobbit-cgi/routers2.cgi?rtr=mrtg.cfg&if=fastethernet2&xgtyp..." ALT="Last 24 Hours" BORDER=0></A><BR></CENTER> <TABLE BORDER=1 ALIGN=CENTER>
Anyone have the same problem?
Marco
----- Original Message ----- From: "Marco Avvisano" <marco.avvisano at regione.toscana.it> To: <hobbit at hswn.dk> Sent: Wednesday, December 21, 2005 2:39 PM Subject: [hobbit] bbmrtg.pl & hobbit
Hi all,
i have installed bbmrtg.pl (last version) + 14all.cgi on my hobbit server. I have 3 problems.
- The link to the daily traffic is incorrect:
http://my.server/hobbit-cgi/bb-hostsvc.sh?HOSTSVC=router_directory/router_na...
I use the directive Directory: in my mrtg cfg file. I solved change
from :
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$target"; to:
if ($MRTGCGI eq '14all.cgi') { $imgUrl = "$MRTGBASEURL/$IMGDIR?log=$routers2_target&$IMGTYPE=daily"; $htmlUrl = "$MRTGBASEURL/$HTMLDIR?log=$routers2_target";
I try to change the general threshold (in bbmrtg.pl), but nothing change on the traffic page (on the rules), and no warning or critical colour is displayed
No value are for current traffic (In: xxx Out: xxx)
someone have the same problems ?
M.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi,
I rebuilt with hobbit-4.1.2p1. The effect is the same. The browser shows only the index. There were no compile errors. I suppose I am missing something obvious but I can't see it. Are there any other logs despite $BBLOGDIR? Thanks for hints where to look at! Rolf
This was my first mail which didn't get an answer yet. Finally we want migrate from BB to Hobbit. I build hobbit_4.1.1 on Solaris 9 and started it. Only a part of the processes that should run are actually running. What is missing? Any help appreciated! kind regards Rolf
hobbits processes: psx UID PID PPID C STIME TTY TIME CMD bb 12146 12145 0 11:14:09 ? 0:00 hobbitd --pidfile=/raid0/log/hobbit/hobbitd.pid --restart=/pica/ffm/com/sys/hob bb 12154 12152 0 11:14:14 ? 0:00 hobbitd_history bb 12152 12145 0 11:14:14 ? 0:00 hobbitd_channel --channel=stachg --log=/raid0/log/hobbit/history.log hobbitd_hi bb 12363 1 0 11:19:16 ? 0:00 sh -c vmstat 300 2 1>/pica/ffm/com/sys/hobbit/hobbit/client/tmp/hobbit_vmstat.1 bb 12018 11571 0 11:13:44 pts/1 0:00 -bash bb 12364 12363 0 11:19:16 ? 0:00 vmstat 300 2 bb 12145 1 0 11:14:09 ? 0:00 /pica/ffm/com/sys/hobbit/hobbit/server/bin/hobbitlaunch --config=/pica/ffm/com/
This is what hobbitlaunch.log says (There are no other logs): 2005-12-21 11:14:09 hobbitlaunch starting 2005-12-21 11:14:09 Loading tasklist configuration from /pica/ffm/com/sys/hobbit/hobbit/server/etc/hobbitlaunch. cfg 2005-12-21 11:14:09 Loading hostnames 2005-12-21 11:14:09 Loading saved state 2005-12-21 11:14:09 Setting up network listener on 0.0.0.0:1984 2005-12-21 11:14:09 Setting up signal handlers 2005-12-21 11:14:09 Setting up hobbitd channels 2005-12-21 11:14:09 Setting up logfiles 2005-12-21 11:14:19 Task bbnet terminated by signal 9 2005-12-21 11:14:19 Task bbcombotest terminated by signal 9 2005-12-21 11:14:19 Task bbdisplay terminated by signal 9 2005-12-21 11:14:19 Task clientdata terminated, status 1 2005-12-21 11:14:19 Task rrddata terminated, status 1 2005-12-21 11:14:19 Task rrdstatus terminated, status 1 2005-12-21 11:14:19 Task bbpage terminated, status 1 ...
-- Mit freundlichen Gruessen Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (49) 69 - 798 28908 Fax: (49) 69 798 2881 LBS: lbs-f at mlist.uni-frankfurt.de Persoenlich: schritte at rz.uni-frankfurt.de
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi,
finally I got hobbit running by adding the paths for pcre,larrd and other libs to LD_LIBRARY_PATH in .profile (solaris 9). I don't understand why this was necessary as I provided these in the Makefile, but it is working. Now I have the same problem with the webpages. Detailed webpages fail, the apache log says: ld.so.1: hobbitsvc.cgi: fatal: libpcre.so.0: open failed: No such file or directory [Tue Jan 03 11:50:11 2006] [error] [client 141.2.164.30] Premature end of script headers: bb-hostsvc.sh, referer: http://lbs... I don't like to make a .profile with the LD_LIB settings for the apache user . Is there another way of providing those paths in an environtment.cfg or something?
thanks Rolf
Hi,
I rebuilt with hobbit-4.1.2p1. The effect is the same. The browser shows only the index. There were no compile errors. I suppose I am missing something obvious but I can't see it. Are there any other logs despite $BBLOGDIR? Thanks for hints where to look at! Rolf
This was my first mail which didn't get an answer yet. Finally we want migrate from BB to Hobbit. I build hobbit_4.1.1 on Solaris 9 and started it. Only a part of the processes that should run are actually running. What is missing? Any help appreciated! kind regards Rolf
hobbits processes: psx UID PID PPID C STIME TTY TIME CMD bb 12146 12145 0 11:14:09 ? 0:00 hobbitd --pidfile=/raid0/log/hobbit/hobbitd.pid --restart=/pica/ffm/com/sys/hob bb 12154 12152 0 11:14:14 ? 0:00 hobbitd_history bb 12152 12145 0 11:14:14 ? 0:00 hobbitd_channel --channel=stachg --log=/raid0/log/hobbit/history.log hobbitd_hi bb 12363 1 0 11:19:16 ? 0:00 sh -c vmstat 300 2 1>/pica/ffm/com/sys/hobbit/hobbit/client/tmp/hobbit_vmstat.1 bb 12018 11571 0 11:13:44 pts/1 0:00 -bash bb 12364 12363 0 11:19:16 ? 0:00 vmstat 300 2 bb 12145 1 0 11:14:09 ? 0:00 /pica/ffm/com/sys/hobbit/hobbit/server/bin/hobbitlaunch --config=/pica/ffm/com/
This is what hobbitlaunch.log says (There are no other logs): 2005-12-21 11:14:09 hobbitlaunch starting 2005-12-21 11:14:09 Loading tasklist configuration from /pica/ffm/com/sys/hobbit/hobbit/server/etc/hobbitlaunch. cfg 2005-12-21 11:14:09 Loading hostnames 2005-12-21 11:14:09 Loading saved state 2005-12-21 11:14:09 Setting up network listener on 0.0.0.0:1984 2005-12-21 11:14:09 Setting up signal handlers 2005-12-21 11:14:09 Setting up hobbitd channels 2005-12-21 11:14:09 Setting up logfiles 2005-12-21 11:14:19 Task bbnet terminated by signal 9 2005-12-21 11:14:19 Task bbcombotest terminated by signal 9 2005-12-21 11:14:19 Task bbdisplay terminated by signal 9 2005-12-21 11:14:19 Task clientdata terminated, status 1 2005-12-21 11:14:19 Task rrddata terminated, status 1 2005-12-21 11:14:19 Task rrdstatus terminated, status 1 2005-12-21 11:14:19 Task bbpage terminated, status 1 ...
-- Mit freundlichen Gruessen Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (49) 69 - 798 28908 Fax: (49) 69 798 2881 LBS: lbs-f at mlist.uni-frankfurt.de Persoenlich: schritte at rz.uni-frankfurt.de
Add this to ~hobbit/server/etc/hobbitcgi.cfg and hobbitserver.cfg:
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib:/usr/sfw/lib" export LD_LIBRARY_PATH
It will take care of the web and server processes. Also if you compile with -R<path> it will hardcode the paths into the binary.
Cheers, Mark
Rolf Schrittenlocher wrote:
Hi,
finally I got hobbit running by adding the paths for pcre,larrd and other libs to LD_LIBRARY_PATH in .profile (solaris 9). I don't understand why this was necessary as I provided these in the Makefile, but it is working. Now I have the same problem with the webpages. Detailed webpages fail, the apache log says: ld.so.1: hobbitsvc.cgi: fatal: libpcre.so.0: open failed: No such file or directory [Tue Jan 03 11:50:11 2006] [error] [client 141.2.164.30] Premature end of script headers: bb-hostsvc.sh, referer: http://lbs... I don't like to make a .profile with the LD_LIB settings for the apache user . Is there another way of providing those paths in an environtment.cfg or something?
thanks Rolf
Hi,
I rebuilt with hobbit-4.1.2p1. The effect is the same. The browser shows only the index. There were no compile errors. I suppose I am missing something obvious but I can't see it. Are there any other logs despite $BBLOGDIR? Thanks for hints where to look at! Rolf
This was my first mail which didn't get an answer yet. Finally we want migrate from BB to Hobbit. I build hobbit_4.1.1 on Solaris 9 and started it. Only a part of the processes that should run are actually running. What is missing? Any help appreciated! kind regards Rolf
hobbits processes: psx UID PID PPID C STIME TTY TIME CMD bb 12146 12145 0 11:14:09 ? 0:00 hobbitd --pidfile=/raid0/log/hobbit/hobbitd.pid --restart=/pica/ffm/com/sys/hob bb 12154 12152 0 11:14:14 ? 0:00 hobbitd_history bb 12152 12145 0 11:14:14 ? 0:00 hobbitd_channel --channel=stachg --log=/raid0/log/hobbit/history.log hobbitd_hi bb 12363 1 0 11:19:16 ? 0:00 sh -c vmstat 300 2 1>/pica/ffm/com/sys/hobbit/hobbit/client/tmp/hobbit_vmstat.1 bb 12018 11571 0 11:13:44 pts/1 0:00 -bash bb 12364 12363 0 11:19:16 ? 0:00 vmstat 300 2 bb 12145 1 0 11:14:09 ? 0:00 /pica/ffm/com/sys/hobbit/hobbit/server/bin/hobbitlaunch --config=/pica/ffm/com/
This is what hobbitlaunch.log says (There are no other logs): 2005-12-21 11:14:09 hobbitlaunch starting 2005-12-21 11:14:09 Loading tasklist configuration from /pica/ffm/com/sys/hobbit/hobbit/server/etc/hobbitlaunch. cfg 2005-12-21 11:14:09 Loading hostnames 2005-12-21 11:14:09 Loading saved state 2005-12-21 11:14:09 Setting up network listener on 0.0.0.0:1984 2005-12-21 11:14:09 Setting up signal handlers 2005-12-21 11:14:09 Setting up hobbitd channels 2005-12-21 11:14:09 Setting up logfiles 2005-12-21 11:14:19 Task bbnet terminated by signal 9 2005-12-21 11:14:19 Task bbcombotest terminated by signal 9 2005-12-21 11:14:19 Task bbdisplay terminated by signal 9 2005-12-21 11:14:19 Task clientdata terminated, status 1 2005-12-21 11:14:19 Task rrddata terminated, status 1 2005-12-21 11:14:19 Task rrdstatus terminated, status 1 2005-12-21 11:14:19 Task bbpage terminated, status 1 ...
Hi Mark,
thanks - it works like a charme. Rolf
Add this to ~hobbit/server/etc/hobbitcgi.cfg and hobbitserver.cfg:
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib:/usr/sfw/lib" export LD_LIBRARY_PATH
It will take care of the web and server processes. Also if you compile with -R<path> it will hardcode the paths into the binary.
Cheers, Mark
Rolf Schrittenlocher wrote:
Hi,
finally I got hobbit running by adding the paths for pcre,larrd and other libs to LD_LIBRARY_PATH in .profile (solaris 9). I don't understand why this was necessary as I provided these in the Makefile, but it is working. Now I have the same problem with the webpages. Detailed webpages fail, the apache log says: ld.so.1: hobbitsvc.cgi: fatal: libpcre.so.0: open failed: No such file or directory [Tue Jan 03 11:50:11 2006] [error] [client 141.2.164.30] Premature end of script headers: bb-hostsvc.sh, referer: http://lbs... I don't like to make a .profile with the LD_LIB settings for the apache user . Is there another way of providing those paths in an environtment.cfg or something?
thanks Rolf
Hi,
I rebuilt with hobbit-4.1.2p1. The effect is the same. The browser shows only the index. There were no compile errors. I suppose I am missing something obvious but I can't see it. Are there any other logs despite $BBLOGDIR? Thanks for hints where to look at! Rolf
This was my first mail which didn't get an answer yet. Finally we want migrate from BB to Hobbit. I build hobbit_4.1.1 on Solaris 9 and started it. Only a part of the processes that should run are actually running. What is missing? Any help appreciated! kind regards Rolf
hobbits processes: psx UID PID PPID C STIME TTY TIME CMD bb 12146 12145 0 11:14:09 ? 0:00 hobbitd --pidfile=/raid0/log/hobbit/hobbitd.pid --restart=/pica/ffm/com/sys/hob bb 12154 12152 0 11:14:14 ? 0:00 hobbitd_history bb 12152 12145 0 11:14:14 ? 0:00 hobbitd_channel --channel=stachg --log=/raid0/log/hobbit/history.log hobbitd_hi bb 12363 1 0 11:19:16 ? 0:00 sh -c vmstat 300 2 1>/pica/ffm/com/sys/hobbit/hobbit/client/tmp/hobbit_vmstat.1 bb 12018 11571 0 11:13:44 pts/1 0:00 -bash bb 12364 12363 0 11:19:16 ? 0:00 vmstat 300 2 bb 12145 1 0 11:14:09 ? 0:00 /pica/ffm/com/sys/hobbit/hobbit/server/bin/hobbitlaunch --config=/pica/ffm/com/
This is what hobbitlaunch.log says (There are no other logs): 2005-12-21 11:14:09 hobbitlaunch starting 2005-12-21 11:14:09 Loading tasklist configuration from /pica/ffm/com/sys/hobbit/hobbit/server/etc/hobbitlaunch. cfg 2005-12-21 11:14:09 Loading hostnames 2005-12-21 11:14:09 Loading saved state 2005-12-21 11:14:09 Setting up network listener on 0.0.0.0:1984 2005-12-21 11:14:09 Setting up signal handlers 2005-12-21 11:14:09 Setting up hobbitd channels 2005-12-21 11:14:09 Setting up logfiles 2005-12-21 11:14:19 Task bbnet terminated by signal 9 2005-12-21 11:14:19 Task bbcombotest terminated by signal 9 2005-12-21 11:14:19 Task bbdisplay terminated by signal 9 2005-12-21 11:14:19 Task clientdata terminated, status 1 2005-12-21 11:14:19 Task rrddata terminated, status 1 2005-12-21 11:14:19 Task rrdstatus terminated, status 1 2005-12-21 11:14:19 Task bbpage terminated, status 1 ...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Mit freundlichen Gruessen Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt Tel: (49) 69 - 798 28908 Fax: (49) 69 798 2881 LBS: lbs-f at mlist.uni-frankfurt.de Persoenlich: schritte at rz.uni-frankfurt.de
On 7/13/05, Henrik Stoerner <henrik at hswn.dk> wrote:
ht://Dig as the search- and indexing-tool.
Any possibility of using noindex attributes <http://www.htdig.org/FAQ.html#q4.15> to exclude most of the header and footer, if you haven't already? e.g. searching for "snmp", I mostly get headers and not content on the results page.
participants (6)
-
goldfndr@gmail.com
-
henrik@hswn.dk
-
marco.avvisano@regione.toscana.it
-
mark@mark.com
-
sblee@tazmania.org
-
Schrittenlocher@rz.uni-frankfurt.de