can't view the home page in the webbrowser
list Taihia Maitere
Hi ererybody can somebody check my config please
because i can't see hobbit homepage in the webbrowser:
svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep
1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid
1756 ? S 0:00 \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=127.0.0.1 172.24.4.20 --store-clientlogs=!msgs
1759 ? S 0:00 \_ hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history
1761 ? S 0:00 | \_ hobbitd_history
1760 ? S 0:00 \_ hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata
1762 ? S 0:00 | \_ hobbitd_hostdata
1763 ? S 0:00 \_ hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600
1765 ? S 0:00 | \_ hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600
1764 ? S 0:00 \_ hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1766 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1767 ? S 0:00 \_ hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1770 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1768 ? S 0:00 \_ hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client
1775 ? S 0:00 \_ hobbitd_client
17136 ? S 0:00 sh -c vmstat 300 2 1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2
apache config .
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
#DocumentRoot /home/hobbit/server/www
Alias /hobbit/ "/home/hobbit/server/www/"
<Directory "/usr/local/hobbit/server/www/">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-cgi/ "/usr/hobbit/lib/cgi-bin/"
<Directory "/usr/hobbit/lib/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-seccgi/ "/usr/hobbit/lib/cgi-secure/"
<Directory "/usr/hobbit/lib/cgi-secure">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
# Password file where users with access to these scripts are kept.
# Create it with "htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME"
# Add more users / change passwords with "htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME"
AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd
AuthType Basic
AuthName "Hobbit Administration"
Require valid-user
</Directory>
#ach directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
hobbit config.
# NB : Even though it might look like a shell-script, it is NOT.
#
BBSERVERROOT="/home/hobbit" # Where Hobbit is installed - holds the server and bbvar sub-dirs.
BBSERVERLOGS="/var/log/hobbit" # Directory for server logs. The hobbit user must have write-access here.
HOBBITCLIENTHOME="/home/hobbit/client" # BBHOME directory for the client
BBSERVERHOSTNAME="svr-supervision2" # The hostname of your server
BBSERVERIP="172.24.4.20" # The IP-address of your server. Use the real one, not 127.0.0.1 .
BBSERVEROS="linux" # The operating system of your server. linux,freebsd,solaris,hpux,aix,osf
BBSERVERWWWNAME="svr-supervision2" # The name used for this hosts' webserver
BBSERVERWWWURL="/supervision-hobbit" # The top URL for the Hobbit webpages
BBSERVERCGIURL="/hobbit-cgi" # The URL for the Hobbit CGI scripts.
BBSERVERSECURECGIURL="/hobbit-sccgi" # The URL for the secured Hobbit CGI scripts.
# BBLOCATION="foo" # The network location, makes bbtest-net test only hosts with NET:foo
# You only need to set this if you have multiple network test servers with
# a shared bb-hosts file.
# Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed,
# as well as the BBHOME/bin directory where all of the Hobbit programs reside.
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin"
# Some systems need extra settings e.g. to locate run-time libraries.
# You can add these extra settings here:
Can somebody help , i really hobbit works thank you.
Appelez vos amis de PC à PC -- C'EST GRATUIT
http://get.live.com/messenger/overview
list Greg L Hubbard
I am not very good with Apache, but I think the Alias and Directory settings need to match... Check what you have for /hobbit/
▸
From: taihia MAITERE [mailto:user-0117f32d7a16@xymon.invalid]
Sent: Friday, July 18, 2008 1:10 PM
To: Forum hobbit
Subject: [hobbit] can't view the home page in the webbrowser
Hi ererybody can somebody check my config please
because i can't see hobbit homepage in the webbrowser:
svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep
1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid
1756 ? S 0:00 \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=127.0.0.1 172.24.4.20 --store-clientlogs=!msgs
1759 ? S 0:00 \_ hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history
1761 ? S 0:00 | \_ hobbitd_history
1760 ? S 0:00 \_ hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata
1762 ? S 0:00 | \_ hobbitd_hostdata
1763 ? S 0:00 \_ hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600
1765 ? S 0:00 | \_ hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600
1764 ? S 0:00 \_ hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1766 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1767 ? S 0:00 \_ hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1770 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1768 ? S 0:00 \_ hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client
1775 ? S 0:00 \_ hobbitd_client
17136 ? S 0:00 sh -c vmstat 300 2 1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2
apache config .
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
#DocumentRoot /home/hobbit/server/www
Alias /hobbit/ "/home/hobbit/server/www/"
<Directory "/usr/local/hobbit/server/www/">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-cgi/ "/usr/hobbit/lib/cgi-bin/"
<Directory "/usr/hobbit/lib/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-seccgi/ "/usr/hobbit/lib/cgi-secure/"
<Directory "/usr/hobbit/lib/cgi-secure">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
# Password file where users with access to these scripts are kept.
# Create it with "htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME"
# Add more users / change passwords with "htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME"
AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd
AuthType Basic
AuthName "Hobbit Administration"
Require valid-user
</Directory>
#ach directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
hobbit config.
# NB : Even though it might look like a shell-script, it is NOT.
#
BBSERVERROOT="/home/hobbit" # Where Hobbit is installed - holds the server and bbvar sub-dirs.
BBSERVERLOGS="/var/log/hobbit" # Directory for server logs. The hobbit user must have write-access here.
HOBBITCLIENTHOME="/home/hobbit/client" # BBHOME directory for the client
BBSERVERHOSTNAME="svr-supervision2" # The hostname of your server
BBSERVERIP="172.24.4.20" # The IP-address of your server. Use the real one, not 127.0.0.1 .
BBSERVEROS="linux" # The operating system of your server. linux,freebsd,solaris,hpux,aix,osf
BBSERVERWWWNAME="svr-supervision2" # The name used for this hosts' webserver
BBSERVERWWWURL="/supervision-hobbit" # The top URL for the Hobbit webpages
BBSERVERCGIURL="/hobbit-cgi" # The URL for the Hobbit CGI scripts.
BBSERVERSECURECGIURL="/hobbit-sccgi" # The URL for the secured Hobbit CGI scripts.
# BBLOCATION="foo" # The network location, makes bbtest-net test only hosts with NET:foo
# You only need to set this if you have multiple network test servers with
# a shared bb-hosts file.
# Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed,
# as well as the BBHOME/bin directory where all of the Hobbit programs reside.
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin"
# Some systems need extra settings e.g. to locate run-time libraries.
# You can add these extra settings here:
Can somebody help , i really hobbit works thank you.
Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>;
list Josh Luthman
What do you see when you go to http://host/hobbit/ Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer On Fri, Jul 18, 2008 at 2:26 PM, Hubbard, Greg L <user-d970b5e56ec9@xymon.invalid>
▸
wrote:
I am not very good with Apache, but I think the Alias and Directory settings need to match... Check what you have for /hobbit/ *From:* taihia MAITERE [mailto:user-0117f32d7a16@xymon.invalid] *Sent:* Friday, July 18, 2008 1:10 PM *To:* Forum hobbit *Subject:* [hobbit] can't view the home page in the webbrowser Hi ererybody can somebody check my config please because i can't see hobbit homepage in the webbrowser: svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep 1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid 1756 ? S 0:00 \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk
--checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=
127.0.0.1 172.24.4.20 --store-clientlogs=!msgs
▸
1759 ? S 0:00 \_ hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history 1761 ? S 0:00 | \_ hobbitd_history 1760 ? S 0:00 \_ hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata 1762 ? S 0:00 | \_ hobbitd_hostdata 1763 ? S 0:00 \_ hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 1765 ? S 0:00 | \_ hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 1764 ? S 0:00 \_ hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1766 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1767 ? S 0:00 \_ hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1770 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1768 ? S 0:00 \_ hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client 1775 ? S 0:00 \_ hobbitd_client 17136 ? S 0:00 sh -c vmstat 300 2 1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2 apache config . # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # #DocumentRoot /home/hobbit/server/www Alias /hobbit/ "/home/hobbit/server/www/" <Directory "/usr/local/hobbit/server/www/"> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-cgi/ "/usr/hobbit/lib/cgi-bin/" <Directory "/usr/hobbit/lib/cgi-bin"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-seccgi/ "/usr/hobbit/lib/cgi-secure/" <Directory "/usr/hobbit/lib/cgi-secure"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all # Password file where users with access to these scripts are kept. # Create it with "htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME" # Add more users / change passwords with "htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME" AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd AuthType Basic AuthName "Hobbit Administration" Require valid-user </Directory> #ach directory to which Apache has access, can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very restrictive set of # permissions. # <Directory /> Options SymLinksIfOwnerMatch AllowOverride None </Directory> # # Note that from this point forward you must specifically allow # particular features to be enabled - so if something's not working as # you might expect, make sure that you have specifically enabled it # below. # hobbit config. # NB : Even though it might look like a shell-script, it is NOT. # BBSERVERROOT="/home/hobbit" # Where Hobbit is installed - holds the server and bbvar sub-dirs. BBSERVERLOGS="/var/log/hobbit" # Directory for server logs. The hobbit user must have write-access here. HOBBITCLIENTHOME="/home/hobbit/client" # BBHOME directory for the client BBSERVERHOSTNAME="svr-supervision2" # The hostname of your server BBSERVERIP="172.24.4.20" # The IP-address of your server. Use the real one, not 127.0.0.1 . BBSERVEROS="linux" # The operating system of your server. linux,freebsd,solaris,hpux,aix,osf BBSERVERWWWNAME="svr-supervision2" # The name used for this hosts' webserver BBSERVERWWWURL="/supervision-hobbit" # The top URL for the Hobbit webpages BBSERVERCGIURL="/hobbit-cgi" # The URL for the Hobbit CGI scripts. BBSERVERSECURECGIURL="/hobbit-sccgi" # The URL for the secured Hobbit CGI scripts. # BBLOCATION="foo" # The network location, makes bbtest-net test only hosts with NET:foo # You only need to set this if you have multiple network test servers with # a shared bb-hosts file. # Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed, # as well as the BBHOME/bin directory where all of the Hobbit programs reside. PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin" # Some systems need extra settings e.g. to locate run-time libraries. # You can add these extra settings here: Can somebody help , i really hobbit works thank you. Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>;
list Taihia Maitere
here is what i change the alias in the apache.conf Alias /hobbit/ '/var/lib/hobbit/www/' <Directory '/var/lib/hobbit/www/'> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/' <Directory '/usr/hobbit/lib/cgi-bin'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/' <Directory '/usr/hobbit/lib/cgi-secure'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all# Password file where users with access to these scripts are kept. # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd AuthType Basic AuthName 'Hobbit Administration' Require valid-user </Directory> and you will see what i see in the pictures. Is it better to uninstall and install it again ? How do you unistall hobbit because i wasn't really understand how to configure it? Please help Date: Fri, 18 Jul 2008 14:31:27 -0400From: user-50b58259a7e4@xymon.invalid: user-2607dbc47d4f@xymon.invalid: Re: [hobbit] can't view the home page in the webbrowser What do you see when you go to http://host/hobbit/Josh LuthmanOffice: XXX-XXX-XXXXDirect: 937-552-23431100 Wayne StSuite 1337Troy, OH 45373Those who don't understand UNIX are condemned to reinvent it, poorly.--- Henry Spencer
▸
On Fri, Jul 18, 2008 at 2:26 PM, Hubbard, Greg L <user-d970b5e56ec9@xymon.invalid> wrote:
I am not very good with Apache, but I think the Alias and Directory settings need to match... Check what you have for /hobbit/
From: taihia MAITERE [mailto:user-0117f32d7a16@xymon.invalid] Sent: Friday, July 18, 2008 1:10 PMTo: Forum hobbitSubject: [hobbit] can't view the home page in the webbrowser
Hi ererybody can somebody check my config pleasebecause i can't see hobbit homepage in the webbrowser:svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep 1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid 1756 ? S 0:00 \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=127.0.0.1 172.24.4.20 --store-clientlogs=!msgs 1759 ? S 0:00 \_ hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history 1761 ? S 0:00 | \_ hobbitd_history 1760 ? S 0:00 \_ hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata 1762 ? S 0:00 | \_ hobbitd_hostdata 1763 ? S 0:00 \_ hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 1765 ? S 0:00 | \_ hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 1764 ? S 0:00 \_ hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1766 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1767 ? S 0:00 \_ hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1770 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1768 ? S 0:00 \_ hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client 1775 ? S 0:00 \_ hobbitd_client17136 ? S 0:00 sh -c vmstat 300 2 1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2apache config .# DocumentRoot: The directory out of which you will serve your# documents. By default, all requests are taken from this directory, but# symbolic links and aliases may be used to point to other locations.##DocumentRoot /home/hobbit/server/wwwAlias /hobbit/ '/home/hobbit/server/www/'<Directory '/usr/local/hobbit/server/www/'> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory>ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'<Directory '/usr/hobbit/lib/cgi-bin'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory>ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'<Directory '/usr/hobbit/lib/cgi-secure'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all# Password file where users with access to these scripts are kept. # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd AuthType Basic AuthName 'Hobbit Administration' Require valid-user </Directory>#ach directory to which Apache has access, can be configured with respect# to which services and features are allowed and/or disabled in that# directory (and its subdirectories).## First, we configure the 'default' to be a very restrictive set of# permissions.#<Directory /> Options SymLinksIfOwnerMatch AllowOverride None</Directory>## Note that from this point forward you must specifically allow# particular features to be enabled - so if something's not working as# you might expect, make sure that you have specifically enabled it# below.#hobbit config.# NB : Even though it might look like a shell-script, it is NOT.#BBSERVERROOT='/home/hobbit' # Where Hobbit is installed - holds the server and bbvar sub-dirs.BBSERVERLOGS='/var/log/hobbit' # Directory for server logs. The hobbit user must have write-access here.HOBBITCLIENTHOME='/home/hobbit/client' # BBHOME directory for the clientBBSERVERHOSTNAME='svr-supervision2' # The hostname of your serverBBSERVERIP='172.24.4.20' # The IP-address of your server. Use the real one, not 127.0.0.1 .BBSERVEROS='linux' # The operating system of your server. linux,freebsd,solaris,hpux,aix,osfBBSERVERWWWNAME='svr-supervision2' # The name used for this hosts' webserverBBSERVERWWWURL='/supervision-hobbit' # The top URL for the Hobbit webpagesBBSERVERCGIURL='/hobbit-cgi' # The URL for the Hobbit CGI scripts.BBSERVERSECURECGIURL='/hobbit-sccgi' # The URL for the secured Hobbit CGI scripts.# BBLOCATION='foo' # The network location, makes bbtest-net test only hosts with NET:foo # You only need to set this if you have multiple network test servers with # a shared bb-hosts file.# Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed,# as well as the BBHOME/bin directory where all of the Hobbit programs reside.PATH='/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin'# Some systems need extra settings e.g. to locate run-time libraries.# You can add these extra settings here:Can somebody help , i really hobbit works thank you.
▸
Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit ! Appelez vos amis de PC à PC -- C'EST GRATUIT http://get.live.com/messenger/overview
list Josh Luthman
What OS are you using? Form what I can tell in that tiny tiny picture is that the index.html is not in that directory. I bet that Hobbit is not running and creating index.htlm or bb.html.
▸
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
On Fri, Jul 18, 2008 at 3:50 PM, taihia MAITERE <user-0117f32d7a16@xymon.invalid>
▸
wrote:
here is what i change the alias in the apache.conf
Alias /hobbit/ '/var/lib/hobbit/www/'
<Directory '/var/lib/hobbit/www/'>
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'
<Directory '/usr/hobbit/lib/cgi-bin'>
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'
<Directory '/usr/hobbit/lib/cgi-secure'>
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
# Password file where users with access to these scripts are kept.
# Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd
USERNAME'
# Add more users / change passwords with 'htpasswd
/usr/local/hobbit/server/etc/hobbitpasswd USERNAME'
AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd
AuthType Basic
AuthName 'Hobbit Administration'
Require valid-user
</Directory>
and you will see what i see in the pictures.
Is it better to uninstall and install it again ?
How do you unistall hobbit because i wasn't really understand how to
configure it?
Please help
Date: Fri, 18 Jul 2008 14:31:27 -0400
From: user-4c45a83f15cb@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] can't view the home page in the webbrowser
What do you see when you go to http://host/hobbit/
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
On Fri, Jul 18, 2008 at 2:26 PM, Hubbard, Greg L <user-d970b5e56ec9@xymon.invalid>
wrote:
I am not very good with Apache, but I think the Alias and Directory
settings need to match... Check what you have for /hobbit/
*From:* taihia MAITERE [mailto:user-0117f32d7a16@xymon.invalid]
*Sent:* Friday, July 18, 2008 1:10 PM
*To:* Forum hobbit
*Subject:* [hobbit] can't view the home page in the webbrowser
Hi ererybody can somebody check my config please
because i can't see hobbit homepage in the webbrowser:
svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep
1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch
--config=/home/hobbit/server/etc/hobbitlaunch.cfg
--env=/home/hobbit/server/etc/hobbitserver.cfg
--log=/var/log/hobbit/hobbitlaunch.log
--pidfile=/var/log/hobbit/hobbitlaunch.pid
1756 ? S 0:00 \_ hobbitd
--pidfile=/var/log/hobbit/hobbitd.pid
--restart=/home/hobbit/server/tmp/hobbitd.chk
--checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk
--checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=
127.0.0.1 172.24.4.20 --store-clientlogs=!msgs
1759 ? S 0:00 \_ hobbitd_channel --channel=stachg
--log=/var/log/hobbit/history.log hobbitd_history
1761 ? S 0:00 | \_ hobbitd_history
1760 ? S 0:00 \_ hobbitd_channel --channel=clichg
--log=/var/log/hobbit/hostdata.log hobbitd_hostdata
1762 ? S 0:00 | \_ hobbitd_hostdata
1763 ? S 0:00 \_ hobbitd_channel --channel=page
--log=/var/log/hobbit/page.log hobbitd_alert
--checkpoint-file=/home/hobbit/server/tmp/alert.chk
--checkpoint-interval=600
1765 ? S 0:00 | \_ hobbitd_alert
--checkpoint-file=/home/hobbit/server/tmp/alert.chk
--checkpoint-interval=600
1764 ? S 0:00 \_ hobbitd_channel --channel=status
--log=/var/log/hobbit/rrd-status.log hobbitd_rrd
--rrddir=/home/hobbit/data/rrd
1766 ? S 0:00 | \_ hobbitd_rrd
--rrddir=/home/hobbit/data/rrd
1767 ? S 0:00 \_ hobbitd_channel --channel=data
--log=/var/log/hobbit/rrd-data.log hobbitd_rrd
--rrddir=/home/hobbit/data/rrd
1770 ? S 0:00 | \_ hobbitd_rrd
--rrddir=/home/hobbit/data/rrd
1768 ? S 0:00 \_ hobbitd_channel --channel=client
--log=/var/log/hobbit/clientdata.log hobbitd_client
1775 ? S 0:00 \_ hobbitd_client
17136 ? S 0:00 sh -c vmstat 300 2
1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv
/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119
/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2
apache config .
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
#DocumentRoot /home/hobbit/server/www
Alias /hobbit/ '/home/hobbit/server/www/'
<Directory '/usr/local/hobbit/server/www/'>
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'
<Directory '/usr/hobbit/lib/cgi-bin'>
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'
<Directory '/usr/hobbit/lib/cgi-secure'>
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
# Password file where users with access to these scripts are kept.
# Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd
USERNAME'
# Add more users / change passwords with 'htpasswd
/usr/local/hobbit/server/etc/hobbitpasswd USERNAME'
AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd
AuthType Basic
AuthName 'Hobbit Administration'
Require valid-user
</Directory>
#ach directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the 'default' to be a very restrictive set of
# permissions.
#
<Directory />
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
hobbit config.
# NB : Even though it might look like a shell-script, it is NOT.
#
BBSERVERROOT='/home/hobbit' # Where Hobbit is installed - holds
the server and bbvar sub-dirs.
BBSERVERLOGS='/var/log/hobbit' # Directory for server logs. The
hobbit user must have write-access here.
HOBBITCLIENTHOME='/home/hobbit/client' # BBHOME directory for the client
BBSERVERHOSTNAME='svr-supervision2' # The hostname of your
server
BBSERVERIP='172.24.4.20' # The IP-address of your
server. Use the real one, not 127.0.0.1 .
BBSERVEROS='linux' # The operating system of your
server. linux,freebsd,solaris,hpux,aix,osf
BBSERVERWWWNAME='svr-supervision2' # The name used for this
hosts' webserver
BBSERVERWWWURL='/supervision-hobbit' # The top URL for the
Hobbit webpages
BBSERVERCGIURL='/hobbit-cgi' # The URL for the Hobbit CGI
scripts.
BBSERVERSECURECGIURL='/hobbit-sccgi' # The URL for the secured Hobbit
CGI scripts.
# BBLOCATION='foo' # The network location, makes
bbtest-net test only hosts with NET:foo
# You only need to set this if you
have multiple network test servers with
# a shared bb-hosts file.
# Make sure the path includes the directories where you have fping, mail
and (optionally) ntpdate installed,
# as well as the BBHOME/bin directory where all of the Hobbit programs
reside.
PATH='/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin'
# Some systems need extra settings e.g. to locate run-time libraries.
# You can add these extra settings here:
Can somebody help , i really hobbit works thank you.
Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est
gratuit ! <http://get.live.com/messenger/overview>;
Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est
gratuit ! <http://get.live.com/messenger/overview>;
list Taihia Maitere
hi i running on a debian etch i try to find a index.html an bb.htmls i didn't find it. hobbit at svr-supervision2:~/server$ ./hobbit.sh startHobbit startedhobbit at svr-supervision2:~/server$ ./hobbit.sh reloadhobbit at svr-supervision2:~/server$ ./hobbit.sh statusHobbit (hobbitlaunch) running with PID 23976hobbit at svr-supervision2:~/server$Do you know how to uninstall hobbit so i can reinstall it with a properly install ? Have you a idea. Date: Fri, 18 Jul 2008 15:57:12 -0400From: user-50b58259a7e4@xymon.invalid: user-2607dbc47d4f@xymon.invalid: Re: [hobbit] can't view the home page in the webbrowser What OS are you using?Form what I can tell in that tiny tiny picture is that the index.html is not in that directory. I bet that Hobbit is not running and creating index.htlm or bb.html.Josh LuthmanOffice: XXX-XXX-XXXXDirect: 937-552-23431100 Wayne StSuite 1337Troy, OH 45373Those who don't understand UNIX are condemned to reinvent it, poorly.--- Henry Spencer On Fri, Jul 18, 2008 at 3:50 PM, taihia MAITERE <user-0117f32d7a16@xymon.invalid> wrote: here is what i change the alias in the apache.conf Alias /hobbit/ '/var/lib/hobbit/www/' <Directory '/var/lib/hobbit/www/'> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/' <Directory '/usr/hobbit/lib/cgi-bin'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/' <Directory '/usr/hobbit/lib/cgi-secure'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all# Password file where users with access to these scripts are kept. # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd AuthType Basic AuthName 'Hobbit Administration' Require valid-user </Directory> and you will see what i see in the pictures. Is it better to uninstall and install it again ? How do you unistall hobbit because i wasn't really understand how to configure it?Please help
▸
Date: Fri, 18 Jul 2008 14:31:27 -0400From: user-50b58259a7e4@xymon.invalid: user-2607dbc47d4f@xymon.invalid: Re: [hobbit] can't view the home page in the webbrowser What do you see when you go to http://host/hobbit/Josh LuthmanOffice: XXX-XXX-XXXXDirect: 937-552-23431100 Wayne StSuite 1337Troy, OH 45373Those who don't understand UNIX are condemned to reinvent it, poorly.--- Henry Spencer On Fri, Jul 18, 2008 at 2:26 PM, Hubbard, Greg L <user-d970b5e56ec9@xymon.invalid> wrote: I am not very good with Apache, but I think the Alias and Directory settings need to match... Check what you have for /hobbit/ From: taihia MAITERE [mailto:user-0117f32d7a16@xymon.invalid] Sent: Friday, July 18, 2008 1:10 PMTo: Forum hobbitSubject: [hobbit] can't view the home page in the webbrowser Hi ererybody can somebody check my config pleasebecause i can't see hobbit homepage in the webbrowser:svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep 1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid 1756 ? S 0:00 \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log --admin-senders=127.0.0.1 172.24.4.20 --store-clientlogs=!msgs 1759 ? S 0:00 \_ hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history 1761 ? S 0:00 | \_ hobbitd_history 1760 ? S 0:00 \_ hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata 1762 ? S 0:00 | \_ hobbitd_hostdata 1763 ? S 0:00 \_ hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 1765 ? S 0:00 | \_ hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk --checkpoint-interval=600 1764 ? S 0:00 \_ hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1766 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1767 ? S 0:00 \_ hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1770 ? S 0:00 | \_ hobbitd_rrd --rrddir=/home/hobbit/data/rrd 1768 ? S 0:00 \_ hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client 1775 ? S 0:00 \_ hobbitd_client17136 ? S 0:00 sh -c vmstat 300 2 1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 2>&1; mv /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119 /home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2apache config .# DocumentRoot: The directory out of which you will serve your# documents. By default, all requests are taken from this directory, but# symbolic links and aliases may be used to point to other locations.##DocumentRoot /home/hobbit/server/wwwAlias /hobbit/ '/home/hobbit/server/www/'<Directory '/usr/local/hobbit/server/www/'> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory>ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'<Directory '/usr/hobbit/lib/cgi-bin'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory>ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'<Directory '/usr/hobbit/lib/cgi-secure'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all# Password file where users with access to these scripts are kept. # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd AuthType Basic AuthName 'Hobbit Administration' Require valid-user </Directory>#ach directory to which Apache has access, can be configured with respect# to which services and features are allowed and/or disabled in that# directory (and its subdirectories).## First, we configure the 'default' to be a very restrictive set of# permissions.#<Directory /> Options SymLinksIfOwnerMatch AllowOverride None</Directory>## Note that from this point forward you must specifically allow# particular features to be enabled - so if something's not working as# you might expect, make sure that you have specifically enabled it# below.#hobbit config.# NB : Even though it might look like a shell-script, it is NOT.#BBSERVERROOT='/home/hobbit' # Where Hobbit is installed - holds the server and bbvar sub-dirs.BBSERVERLOGS='/var/log/hobbit' # Directory for server logs. The hobbit user must have write-access here.HOBBITCLIENTHOME='/home/hobbit/client' # BBHOME directory for the clientBBSERVERHOSTNAME='svr-supervision2' # The hostname of your serverBBSERVERIP='172.24.4.20' # The IP-address of your server. Use the real one, not 127.0.0.1 .BBSERVEROS='linux' # The operating system of your server. linux,freebsd,solaris,hpux,aix,osfBBSERVERWWWNAME='svr-supervision2' # The name used for this hosts' webserverBBSERVERWWWURL='/supervision-hobbit' # The top URL for the Hobbit webpagesBBSERVERCGIURL='/hobbit-cgi' # The URL for the Hobbit CGI scripts.BBSERVERSECURECGIURL='/hobbit-sccgi' # The URL for the secured Hobbit CGI scripts.# BBLOCATION='foo' # The network location, makes bbtest-net test only hosts with NET:foo # You only need to set this if you have multiple network test servers with # a shared bb-hosts file.# Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed,# as well as the BBHOME/bin directory where all of the Hobbit programs reside.PATH='/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin'# Some systems need extra settings e.g. to locate run-time libraries.# You can add these extra settings here:Can somebody help , i really hobbit works thank you. Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit !
Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit !To unsubscribe from the hobbit list, send an e-mail user-3ea53f7f0fe2@xymon.invalid Appelez vos amis de PC à PC -- C'EST GRATUIT http://get.live.com/messenger/overview
list Alan Sparks
Verify proper permissions (for the user Hobbit is running as) on the /var/lib/hobbit/www directory. Also, have you looked for any logs in the (usually) /var/og/hobbit/ directory? The "bbgen" process wil be the one that periodically runs (via hobbitlaunch.cfg, the [bbdisplay] item) that generates the HTML pages. -Alan
▸
taihia MAITERE wrote:hi i running on a debian etch i try to find a index.html an bb.htmls i didn't find it. hobbit at svr-supervision2:~/server$
<mailto:hobbit at svr-supervision2:%7E/server$> ./hobbit.sh start
Hobbit started
hobbit at svr-supervision2:~/server$
<mailto:hobbit at svr-supervision2:%7E/server$> ./hobbit.sh reload
hobbit at svr-supervision2:~/server$
<mailto:hobbit at svr-supervision2:%7E/server$> ./hobbit.sh status
Hobbit (hobbitlaunch) running with PID 23976
hobbit at svr-supervision2:~/server$
<mailto:hobbit at svr-supervision2:%7E/server$>
Do you know how to uninstall hobbit so i can reinstall it with a
▸
properly install ? Have you a idea. Date: Fri, 18 Jul 2008 15:57:12 -0400 From: user-4c45a83f15cb@xymon.invalid To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] can't view the home page in the webbrowser What OS are you using? Form what I can tell in that tiny tiny picture is that the index.html is not in that directory. I bet that Hobbit is not running and creating index.htlm or bb.html. Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer On Fri, Jul 18, 2008 at 3:50 PM, taihia MAITERE <user-0117f32d7a16@xymon.invalid <mailto:user-0117f32d7a16@xymon.invalid>> wrote: here is what i change the alias in the apache.conf Alias /hobbit/ '/var/lib/hobbit/www/' <Directory '/var/lib/hobbit/www/'> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/' <Directory '/usr/hobbit/lib/cgi-bin'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory> ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/' <Directory '/usr/hobbit/lib/cgi-secure'> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all # Password file where users with access to these scripts are kept. # Create it with 'htpasswd -c /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' # Add more users / change passwords with 'htpasswd /usr/local/hobbit/server/etc/hobbitpasswd USERNAME' AuthUserFile /usr/local/hobbit/server/etc/hobbitpasswd AuthType Basic AuthName 'Hobbit Administration' Require valid-user </Directory> and you will see what i see in the pictures. Is it better to uninstall and install it again ? How do you unistall hobbit because i wasn't really understand how to configure it? Please help Date: Fri, 18 Jul 2008 14:31:27 -0400 From: user-4c45a83f15cb@xymon.invalid <mailto:user-4c45a83f15cb@xymon.invalid> To: user-ae9b8668bcde@xymon.invalid <mailto:user-ae9b8668bcde@xymon.invalid> Subject: Re: [hobbit] can't view the home page in the webbrowser What do you see when you go to http://host/hobbit/ Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer On Fri, Jul 18, 2008 at 2:26 PM, Hubbard, Greg L <user-d970b5e56ec9@xymon.invalid <mailto:user-d970b5e56ec9@xymon.invalid>> wrote: I am not very good with Apache, but I think the Alias and Directory settings need to match... Check what you have for /hobbit/ *From:* taihia MAITERE [mailto:user-0117f32d7a16@xymon.invalid <mailto:user-0117f32d7a16@xymon.invalid>] *Sent:* Friday, July 18, 2008 1:10 PM *To:* Forum hobbit *Subject:* [hobbit] can't view the home page in the webbrowser Hi ererybody can somebody check my config please because i can't see hobbit homepage in the webbrowser: svr-supervision2:/etc/apache# ps afx|grep hobbit|grep -v grep 1755 ? Ss 0:00 /home/hobbit/server/bin/hobbitlaunch --config=/home/hobbit/server/etc/hobbitlaunch.cfg --env=/home/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitlaunch.log --pidfile=/var/log/hobbit/hobbitlaunch.pid 1756 ? S 0:00 \_ hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/home/hobbit/server/tmp/hobbitd.chk --checkpoint-interval=600 --log=/var/log/hobbit/hobbitd.log
--admin-senders=127.0.0.1 <http://127.0.0.1/>; 172.24.4.20 <http://172.24.4.20/>; --store-clientlogs=!msgs
▸
1759 ? S 0:00 \_ hobbitd_channel
--channel=stachg --log=/var/log/hobbit/history.log
hobbitd_history
1761 ? S 0:00 | \_ hobbitd_history
1760 ? S 0:00 \_ hobbitd_channel
--channel=clichg --log=/var/log/hobbit/hostdata.log
hobbitd_hostdata
1762 ? S 0:00 | \_ hobbitd_hostdata
1763 ? S 0:00 \_ hobbitd_channel
--channel=page --log=/var/log/hobbit/page.log
hobbitd_alert
--checkpoint-file=/home/hobbit/server/tmp/alert.chk
--checkpoint-interval=600
1765 ? S 0:00 | \_ hobbitd_alert
--checkpoint-file=/home/hobbit/server/tmp/alert.chk
--checkpoint-interval=600
1764 ? S 0:00 \_ hobbitd_channel
--channel=status --log=/var/log/hobbit/rrd-status.log
hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1766 ? S 0:00 | \_ hobbitd_rrd
--rrddir=/home/hobbit/data/rrd
1767 ? S 0:00 \_ hobbitd_channel
--channel=data --log=/var/log/hobbit/rrd-data.log
hobbitd_rrd --rrddir=/home/hobbit/data/rrd
1770 ? S 0:00 | \_ hobbitd_rrd
--rrddir=/home/hobbit/data/rrd
1768 ? S 0:00 \_ hobbitd_channel
--channel=client --log=/var/log/hobbit/clientdata.log
hobbitd_client
1775 ? S 0:00 \_ hobbitd_client
17136 ? S 0:00 sh -c vmstat 300 2
1>/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119
2>&1; mv
/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2.17119
/home/hobbit/client/tmp/hobbit_vmstat.svr-supervision2
apache config .
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this
directory, but
# symbolic links and aliases may be used to point to other
locations.
#
#DocumentRoot /home/hobbit/server/www
Alias /hobbit/ '/home/hobbit/server/www/'
<Directory '/usr/local/hobbit/server/www/'>
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-cgi/ '/usr/hobbit/lib/cgi-bin/'
<Directory '/usr/hobbit/lib/cgi-bin'>
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-seccgi/ '/usr/hobbit/lib/cgi-secure/'
<Directory '/usr/hobbit/lib/cgi-secure'>
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
# Password file where users with access to these scripts
are kept.
# Create it with 'htpasswd -c
/usr/local/hobbit/server/etc/hobbitpasswd USERNAME'
# Add more users / change passwords with 'htpasswd
/usr/local/hobbit/server/etc/hobbitpasswd USERNAME'
AuthUserFile
/usr/local/hobbit/server/etc/hobbitpasswd
AuthType Basic
AuthName 'Hobbit Administration'
Require valid-user
</Directory>
#ach directory to which Apache has access, can be
configured with respect
# to which services and features are allowed and/or
disabled in that
# directory (and its subdirectories).
#
# First, we configure the 'default' to be a very
restrictive set of
# permissions.
#
<Directory />
Options SymLinksIfOwnerMatch
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically
allow
# particular features to be enabled - so if something's
not working as
# you might expect, make sure that you have specifically
enabled it
# below.
#
hobbit config.
# NB : Even though it might look like a shell-script, it
is NOT.
#
BBSERVERROOT='/home/hobbit' # Where Hobbit is
installed - holds the server and bbvar sub-dirs.
BBSERVERLOGS='/var/log/hobbit' # Directory for
server logs. The hobbit user must have write-access here.
HOBBITCLIENTHOME='/home/hobbit/client' # BBHOME
directory for the client
BBSERVERHOSTNAME='svr-supervision2' # The
hostname of your server
BBSERVERIP='172.24.4.20<http://172.24.4.20/>'; # The IP-address of your server. Use the real one, not 127.0.0.1 <http://127.0.0.1/>; .
▸
BBSERVEROS='linux' # The operating system of your server. linux,freebsd,solaris,hpux,aix,osf BBSERVERWWWNAME='svr-supervision2' # The name used for this hosts' webserver BBSERVERWWWURL='/supervision-hobbit' # The top URL for the Hobbit webpages BBSERVERCGIURL='/hobbit-cgi' # The URL for the Hobbit CGI scripts. BBSERVERSECURECGIURL='/hobbit-sccgi' # The URL for the secured Hobbit CGI scripts. # BBLOCATION='foo' # The network location, makes bbtest-net test only hosts with NET:foo # You only need to set this if you have multiple network test servers with # a shared bb-hosts file. # Make sure the path includes the directories where you have fping, mail and (optionally) ntpdate installed, # as well as the BBHOME/bin directory where all of the Hobbit programs reside. PATH='/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/hobbit/server/bin' # Some systems need extra settings e.g. to locate run-time libraries. # You can add these extra settings here: Can somebody help , i really hobbit works thank you. Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>; Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>; Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>;