[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Re: little help here
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Re: little help here
- From: "Josh Luthman" <josh (at) imaginenetworksllc.com>
- Date: Thu, 4 Oct 2007 10:30:36 -0400
- References: <1191486649.3425.36.camel (at) localhost.localdomain.com> <24590.216.104.200.9.1191488923.squirrel (at) qvcs.africaonline.co.ug> <1191502315.3425.46.camel (at) localhost.localdomain.com> <25222.216.104.200.9.1191503583.squirrel (at) qvcs.africaonline.co.ug> <1191504570.3425.57.camel (at) localhost.localdomain.com> <961092e10710040645t4173073dxff9c5bf7c16e73c5 (at) mail.gmail.com> <24972.216.104.200.9.1191506334.squirrel (at) qvcs.africaonline.co.ug> <8289D4DDD352DF45B8DABD7D5852A5900791CF86 (at) EUSRV-EXC1.eu.ta.global>
Hobbitlaunch running example:
[shire (at) frodo ~]$ ps -ef|grep hobbitlaunch
shire 6200 1 0 04:52 ? 00:00:00
/home/shire/server/bin/hobbitlaunch
--config=/home/shire/server/etc/hobbitlaunch.cfg
--env=/home/shire/server/etc/hobbitserver.cfg
--log=/var/log/hobbit/hobbitlaunch.log
--pidfile=/var/log/hobbit/hobbitlaunch.pid
shire 17177 15967 0 17:21 pts/0 00:00:00 grep hobbitlaunch
Running Apache httpd example:
[shire (at) frodo ~]$ ps -ef|grep httpd
shire 17223 15967 0 17:22 pts/0 00:00:00 grep httpd
root 29834 1 0 Oct03 ? 00:00:00 /usr/sbin/httpd
apache 29836 29834 0 Oct03 ? 00:00:00 /usr/sbin/httpd <--- Several
similar to this
Please confirm that you have a httpd process running. Also, try browsing to
the http://10.176.10.69/ <http://10.176.10.69/hobbit/> and see if you get a
response.
Josh
On 10/4/07, Johann Eggers <Johann.Eggers (at) teleatlas.com> wrote:
>
> >
> > when i run it..it gives the following.
> > TM:/home/hobbit/server/etc # ps -ef|grep hobbitlaunch
> > root 13113 13104 0 16:53 pts/2 00:00:00 grep hobbitlaunch.
> >
> > does that mean it is okay?..if so..then how comes when i try to open
> the
> > hobbit application itself..i get something like this..
> > "An error occurred while loading http://10.176.10.69/hobbit/:
> > Could not connect to host 10.176.10.69."
> >
>
> This means your hobbit processes are NOT running.
> Try ps -ef|grep hobbitlaunch|grep -v grep to exclude the grep task...
>
> Do you have the webserver configured on your Hobbit box?
>
> _Johann-
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
--
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer