[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Configuration question
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Configuration question
- From: "Daniel Elswit" <de21 (at) cornell.edu>
- Date: Thu, 10 Jul 2008 09:44:37 -0400
- Organization: Cornell University
- References: <008901c8e12f$6958d100$3c0a7300$ (at) edu> <961092e10807081223n7cbe8a05ne67fb6a6652892f0 (at) mail.gmail.com> <009001c8e132$a367ea90$ea37bfb0$ (at) edu> <997a524e0807081252x704f9a71t7c51553a076d3c7f (at) mail.gmail.com> <001301c8e13e$bc0fc070$342f4150$ (at) edu> <961092e10807081414m3d4986d5y43c87a63314334a9 (at) mail.gmail.com> <001401c8e1bd$7d9ba500$78d2ef00$ (at) edu> <997a524e0807090910k3bb0aebcq340f1aa7023f1f98 (at) mail.gmail.com> <961092e10807090917x11ff1afflab71e73954d876fd (at) mail.gmail.com>
- Thread-index: Acjh33jCe6NMbY0CRryG4XhTUyEGmAAszOGg
I did install this all from source, not a package. When I run the hobbit.sh
script again the components restart and continue to live until I stop them,
bbdisplay fails each time it tries to run.
--Dan
From: Josh Luthman [mailto:josh (at) imaginenetworksllc.com]
Sent: Wednesday, July 09, 2008 12:17 PM
To: hobbit (at) hswn.dk
Subject: Re: [hobbit] Configuration question
So on the assumption that index.html is created by Hobbit and symlinked to
bb.html your issue now is that bbgen isn't running. Did you install it from
a package or from compilation? Does the ps stay alive or die when you call
a start to the init script?
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
On Wed, Jul 9, 2008 at 12:10 PM, Ralph Mitchell <ralphmitchell (at) gmail.com>
wrote:
On Wed, Jul 9, 2008 at 7:15 AM, Daniel Elswit <de21 (at) cornell.edu> wrote:
I have a DirectoryIndex in /etc/apache2/mods-enabled/dir.conf. The line is:
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
Some parts of hobbit appear to be running when I look in the ps list, and
new entries periodically appear in the logs. But whatever part of it
generates the pages is failing.
The page generator is bbgen, which is started up by the [bbdisplay] entry in
server/etc/hobbitlaunch.cfg. It should log messages in bb-display.log in
whichever directory the other Hobbit logs are stored. This is the thing
that's causing the "Task bbdisplay terminated by signal 6" messages in the
hobbitlaunch.log file.
bbgen has a --debug option, which might give you a bit more information
about why it crashes.
Ralph Mitchell