[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Running Hobbit for the first time.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Running Hobbit for the first time.
- From: "Ralph Mitchell" <ralphmitchell (at) gmail.com>
- Date: Thu, 10 Jan 2008 08:56:20 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=tT0DTVY2qtyqnHX8igynFh1kBMTY1BkPmmqPAQOS68Q=; b=qmmD6EIH7D5+I3rlpsA4KsC9YK7hA+20cGSEUb6OoQI1Vw7n5vcyq4nZcnxWWGDcYxrCtypatQzYvHHB9HAvQRkHaQ9AxKhzUboK2OYuNKjCRnBhCsYW26DUt7h6jvq12VlCP/WtT5PYxrdKFojoAI/DanmEOzUTFCMqWVQX4mo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GMl0PEUl3rkrr8WaPdct3AZbziB88SSuE+uTDs0LoyRzVPz2FCMBh1j3LS/4WsmIoqv35LlAeKRcs3x7taQkoQZc1aMNwuSxSVjvJyuU+q1CR/lXJghw7MlVOGYdErYonfaW+DP32OdfiVtKGTfXsz4WlonrRhFGrH048gGH+Zs=
- References: <1F7B01020EC4D04DA17703634B9E888E05619B21 (at) ULPGCTMVMAI003.EU.COLT> <A26E1E3491C85A4FBE2116C14E52C15C11ED6AB9 (at) WWDCEXCH09.US.Cingular.Net> <6C2B32F89382AF42875672B6F5BEB6820506029A (at) MERCMBX07.na.sas.com> <961092e10801091151r2089963co2e0ec41c1e29d168 (at) mail.gmail.com> <A26E1E3491C85A4FBE2116C14E52C15C11ED6AC1 (at) WWDCEXCH09.US.Cingular.Net> <B3C956B8A338924E9DCA3102A7EB5B880EC4A32B (at) ailmail.ailife.com> <961092e10801100642l39c3f804ucbaac7dea154dfa3 (at) mail.gmail.com>
On Jan 10, 2008 8:42 AM, Josh Luthman <josh (at) imaginenetworksllc.com> wrote:
> Also be sure you're requesting /hobbit/
>
Going back to the original email, I'd say it's not an Apache problem. After
all, Apache *is* handing out a directory listing, which is correct behaviour
when there's no index.html file in the directory... Which there isn't.
There also isnt a bb.html or a bb2.html, both of which appear in server/www
when the page generator runs.
So, probably Hobbit isn't running properly.
My "ps -ef | grep hobbit" shows this (I've edited off the uninteresting
process ids and run times):
/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
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 10.134.13.133 --store-clientlogs=!msgs
hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log
hobbitd_history
hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log
hobbitd_hostdata
hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert
--checkpoint-file=/home/hobbit/server/tmp/alert.chk
--checkpoint-interval=600
hobbitd_channel --channel=status
--log=/var/log/hobbit/rrd-status.loghobbitd_rrd
--rrddir=/home/hobbit/data/rrd
hobbitd_channel --channel=data
--log=/var/log/hobbit/rrd-data.loghobbitd_rrd
--rrddir=/home/hobbit/data/rrd
hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log
hobbitd_client
hobbitd_rrd --rrddir=/home/hobbit/data/rrd
hobbitd_history
hobbitd_client
hobbitd_rrd --rrddir=/home/hobbit/data/rrd
hobbitd_alert --checkpoint-file=/home/hobbit/server/tmp/alert.chk
--checkpoint-interval=600
hobbitd_hostdata
Ralph Mitchell