Xymon Mailing List Archive search

Problem with a new installation

6 messages in this thread

list Taihia Maitere · Mon, 28 Jul 2008 18:39:26 -0500 ·
hi everybody, after off couple of day of re-installing my debian and my
hobbit, i can have my hobbit server works, and i don't know why,

it doesn't give me any erro during the installation, :'

Installation complete.

You must configure your webserver for the Hobbit webpages and CGI-scripts.
A sample Apache configuration is in /home/hobbit/server/etc/hobbit-apache.conf
If you have your Administration CGI scripts in a separate directory,
then you must also setup the password-file with the htpasswd command.

To start Hobbit, as the hobbit user run '/home/hobbit/server/bin/hobbit.sh start'

'
then i go in the webbrowser and hereis is what i see a listing of all the folders in the /home/hobbit/server/


Please can somebody help me
about what to check first to see if my installation or good.

here is what he give me in the page.log

2008-07-28 23:59:06 Tried to down BOARDBUSY: Identifier removed
2008-07-28 23:59:06 Worker process died with exit code 0, terminating


Please help thankyou.
Lancez des recherches en toute sécurité depuis n'importe quelle page Web. Téléchargez GRATUITEMENT Windows Live Toolbar aujourd'hui !
http://toolbar.live.com
list Josh Luthman · Mon, 28 Jul 2008 20:28:50 -0400 ·
The Alias in Apache needs to be /hobbit/ pointed to /home/hobbit/server/www/
like this:

Alias /hobbit/  "/home/shire/server/www/"

Now browse to, for example, http://192.168.1.100*/hobbit/*

The /hobbit/ is the most important part here!

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 Mon, Jul 28, 2008 at 7:39 PM, taihia MAITERE <user-0117f32d7a16@xymon.invalid>
quoted from Taihia Maitere
wrote:
 hi everybody, after off couple of day of re-installing my debian and my
hobbit, i can have my hobbit server works, and i don't know why,

it doesn't give me any erro during the installation, :'

Installation complete.

You must configure your webserver for the Hobbit webpages and CGI-scripts.
A sample Apache configuration is in
/home/hobbit/server/etc/hobbit-apache.conf
If you have your Administration CGI scripts in a separate directory,
then you must also setup the password-file with the htpasswd command.

To start Hobbit, as the hobbit user run '/home/hobbit/server/bin/hobbit.sh
start'

'
then i go in the webbrowser and hereis is what i see a listing of all the
folders in the /home/hobbit/server/


Please can somebody help me
about what to check first to see if my installation or good.

here is what he give me in the page.log

2008-07-28 23:59:06 Tried to down BOARDBUSY: Identifier removed
2008-07-28 23:59:06 Worker process died with exit code 0, terminating


Please help thankyou.

Discutez gratuitement avec vos amis en vidéo ! Téléchargez Messenger,
c'est gratuit ! <http://get.live.com/messenger/overview>;
list Taihia Maitere · Mon, 28 Jul 2008 19:50:23 -0500 ·
thank you for your reply but i use 
a documentroot :

DocumentRoot /home/hobbit/server/www/

is it good ? or is it better to use a alias ?
quoted from Josh Luthman


Date: Mon, 28 Jul 2008 20:28:50 -0400
From: user-4c45a83f15cb@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem with a new installation

The Alias in Apache needs to be /hobbit/ pointed to /home/hobbit/server/www/ like this:

Alias /hobbit/  "/home/shire/server/www/"

Now browse to, for example, http://192.168.1.100/hobbit/ 


The /hobbit/ is the most important part here!
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 Mon, Jul 28, 2008 at 7:39 PM, taihia MAITERE <user-0117f32d7a16@xymon.invalid> wrote:


hi everybody, after off couple of day of re-installing my debian and my
hobbit, i can have my hobbit server works, and i don't know why,

it doesn't give me any erro during the installation, :'

Installation complete.

You must configure your webserver for the Hobbit webpages and CGI-scripts.

A sample Apache configuration is in /home/hobbit/server/etc/hobbit-apache.conf
If you have your Administration CGI scripts in a separate directory,
then you must also setup the password-file with the htpasswd command.


To start Hobbit, as the hobbit user run '/home/hobbit/server/bin/hobbit.sh start'

'
then i go in the webbrowser and hereis is what i see a listing of all the folders in the /home/hobbit/server/


Please can somebody help me
about what to check first to see if my installation or good.

here is what he give me in the page.log

2008-07-28 23:59:06 Tried to down BOARDBUSY: Identifier removed

2008-07-28 23:59:06 Worker process died with exit code 0, terminating


Please help thankyou.
Discutez gratuitement avec vos amis en vidéo !  Téléchargez Messenger, c'est gratuit !


Sur Windows Live Ideas, découvrez en exclusivité de nouveaux services en ligne... si nouveaux qu'ils ne sont pas encore sortis officiellement sur le marché !
http://ideas.live.com
list Alan Sparks · Mon, 28 Jul 2008 22:43:16 -0600 ·
Not really, so good.  Although if  you choose to do this, it can 
possibly be made to work.
You would not use the /hobbit/ URL portion if you do not use the Alias, 
however.
I do not see from the text below exactly what files you see in the 
folder listing.  Is there an index.html?
Do you see the hobbitd proceses running in a "ps axwwww" listing?
-Alan
quoted from Taihia Maitere

taihia MAITERE wrote:
thank you for your reply but i use
a documentroot :

DocumentRoot /home/hobbit/server/www/

is it good ? or is it better to use a alias ?


Date: Mon, 28 Jul 2008 20:28:50 -0400
From: user-4c45a83f15cb@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem with a new installation

The Alias in Apache needs to be /hobbit/ pointed to 
/home/hobbit/server/www/ like this:

Alias /hobbit/  "/home/shire/server/www/"

Now browse to, for example, http://192.168.1.100*/hobbit/*

The /hobbit/ is the most important part here!

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 Mon, Jul 28, 2008 at 7:39 PM, taihia MAITERE 
<user-0117f32d7a16@xymon.invalid <mailto:user-0117f32d7a16@xymon.invalid>> wrote:

    hi everybody, after off couple of day of re-installing my debian
    and my hobbit, i can have my hobbit server works, and i don't know
    why,

    it doesn't give me any erro during the installation, :'

    Installation complete.

    You must configure your webserver for the Hobbit webpages and
    CGI-scripts.
    A sample Apache configuration is in
    /home/hobbit/server/etc/hobbit-apache.conf
    If you have your Administration CGI scripts in a separate directory,
    then you must also setup the password-file with the htpasswd command.

    To start Hobbit, as the hobbit user run
    '/home/hobbit/server/bin/hobbit.sh start'

    '
    then i go in the webbrowser and hereis is what i see a listing of
    all the folders in the /home/hobbit/server/


    Please can somebody help me
    about what to check first to see if my installation or good.

    here is what he give me in the page.log

    2008-07-28 23:59:06 Tried to down BOARDBUSY: Identifier removed
    2008-07-28 23:59:06 Worker process died with exit code 0, terminating


    Please help thankyou.
    Discutez gratuitement avec vos amis en vidéo ! Téléchargez
    Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>;


Téléchargez le nouveau Windows Live Messenger ! Téléchargez Messenger, 
c'est gratuit ! <http://get.live.com/messenger/overview>;
list Taihia Maitere · Tue, 29 Jul 2008 12:41:38 -0500 ·
hi somethink new in my installation 
can somebody tell me if they already have these,
when i click on the square on the page i give me a error may be he can't find the other page:' 
Not FoundThe requested URL /hobbit-cgi/bb-hostsvc.sh was not found on this server.


Did someone have a idea ?

Thank you...
quoted from Alan Sparks

Date: Mon, 28 Jul 2008 22:43:16 -0600
From: user-8f2174fd8b66@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem with a new installation

Not really, so good.  Although if  you choose to do this, it can 
possibly be made to work.
You would not use the /hobbit/ URL portion if you do not use the Alias, 
however.
I do not see from the text below exactly what files you see in the 
folder listing.  Is there an index.html?
Do you see the hobbitd proceses running in a 'ps axwwww' listing?
-Alan

taihia MAITERE wrote:
thank you for your reply but i use
a documentroot :

DocumentRoot /home/hobbit/server/www/

is it good ? or is it better to use a alias ?


Date: Mon, 28 Jul 2008 20:28:50 -0400
From: user-4c45a83f15cb@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem with a new installation

The Alias in Apache needs to be /hobbit/ pointed to 
/home/hobbit/server/www/ like this:

Alias /hobbit/  '/home/shire/server/www/'

Now browse to, for example, http://192.168.1.100*/hobbit/*

The /hobbit/ is the most important part here!

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 Mon, Jul 28, 2008 at 7:39 PM, taihia MAITERE 
<user-0117f32d7a16@xymon.invalid <mailto:user-0117f32d7a16@xymon.invalid>> wrote:

    hi everybody, after off couple of day of re-installing my debian
    and my hobbit, i can have my hobbit server works, and i don't know
    why,

    it doesn't give me any erro during the installation, :'

    Installation complete.

    You must configure your webserver for the Hobbit webpages and
    CGI-scripts.
    A sample Apache configuration is in
    /home/hobbit/server/etc/hobbit-apache.conf
    If you have your Administration CGI scripts in a separate directory,
    then you must also setup the password-file with the htpasswd command.

    To start Hobbit, as the hobbit user run
    '/home/hobbit/server/bin/hobbit.sh start'

    '
    then i go in the webbrowser and hereis is what i see a listing of
    all the folders in the /home/hobbit/server/


    Please can somebody help me
    about what to check first to see if my installation or good.

    here is what he give me in the page.log

    2008-07-28 23:59:06 Tried to down BOARDBUSY: Identifier removed
    2008-07-28 23:59:06 Worker process died with exit code 0, terminating


    Please help thankyou.
    Discutez gratuitement avec vos amis en vidéo ! Téléchargez
    Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>;


Téléchargez le nouveau Windows Live Messenger ! Téléchargez Messenger, 
c'est gratuit ! <http://get.live.com/messenger/overview>;
Téléchargez le nouveau Windows Live Messenger !

http://get.live.com/messenger/overview
list Alan Sparks · Tue, 29 Jul 2008 18:43:26 -0600 ·
The error message is indicating you do not have a correct httpd 
configuration for the Hobbit CGI scripts (/hobbit-cgi).
It appears your icons may be broken, which indicates you do not have a 
correct configuration for the /gifs/ directory.

Question: is there a specific reason you do not appear to be following 
the recommended installation instructions, specifically for the Apache 
configuration (the Aliases and such).  You may find it much better to 
install according to the instructions, then experiment with changes 
after you have a working server.
-Alan
quoted from Taihia Maitere


taihia MAITERE wrote:
hi somethink new in my installation
can somebody tell me if they already have these,
when i click on the square on the page i give me a error may be he 
can't find the other page:'


  Not Found

The requested URL /hobbit-cgi/bb-hostsvc.sh was not found on this server.
quoted from Taihia Maitere


Did someone have a idea ?

Thank you...

Date: Mon, 28 Jul 2008 22:43:16 -0600
From: user-8f2174fd8b66@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem with a new installation

Not really, so good. Although if you choose to do this, it can
possibly be made to work.
You would not use the /hobbit/ URL portion if you do not use the Alias,
however.
I do not see from the text below exactly what files you see in the
folder listing. Is there an index.html?
Do you see the hobbitd proceses running in a 'ps axwwww' listing?
-Alan

taihia MAITERE wrote:
thank you for your reply but i use
a documentroot :

DocumentRoot /home/hobbit/server/www/

is it good ? or is it better to use a alias ?


Date: Mon, 28 Jul 2008 20:28:50 -0400
From: user-4c45a83f15cb@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem with a new installation

The Alias in Apache needs to be /hobbit/ pointed to
/home/hobbit/server/www/ like this:

Alias /hobbit/ '/home/shire/server/www/'

Now browse to, for example, http://192.168.1.100*/hobbit/*

The /hobbit/ is the most important part here!

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 Mon, Jul 28, 2008 at 7:39 PM, taihia MAITERE
<user-0117f32d7a16@xymon.invalid <mailto:user-0117f32d7a16@xymon.invalid>> wrote:

hi everybody, after off couple of day of re-installing my debian
and my hobbit, i can have my hobbit server works, and i don't know
why,

it doesn't give me any erro during the installation, :'

Installation complete.

You must configure your webserver for the Hobbit webpages and
CGI-scripts.
A sample Apache configuration is in
/home/hobbit/server/etc/hobbit-apache.conf
If you have your Administration CGI scripts in a separate directory,
then you must also setup the password-file with the htpasswd command.

To start Hobbit, as the hobbit user run
'/home/hobbit/server/bin/hobbit.sh start'

'
then i go in the webbrowser and hereis is what i see a listing of
all the folders in the /home/hobbit/server/


Please can somebody help me
about what to check first to see if my installation or good.

here is what he give me in the page.log

2008-07-28 23:59:06 Tried to down BOARDBUSY: Identifier removed
2008-07-28 23:59:06 Worker process died with exit code 0, terminating


Please help thankyou.

Discutez gratuitement avec vos amis en vidéo ! Téléchargez
Messenger, c'est gratuit ! <http://get.live.com/messenger/overview>;


Téléchargez le nouveau Windows Live Messenger ! Téléchargez 
Messenger,
c'est gratuit ! <http://get.live.com/messenger/overview>;
Téléchargez le nouveau Windows Live Messenger ! Téléchargez Messenger, 
c'est gratuit ! <http://get.live.com/messenger/overview>;