[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: "Ralph Mitchell" <ralphmitchell (at) gmail.com>
- Date: Wed, 9 Jul 2008 11:10:51 -0500
- 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=4uZUthiytCAWS/GFJ06w8+BDiUaUhkYMOY7RMYLQ94Y=; b=dGnJiSQET0a8nhMqNk7NmIROOj1I5GtpMCjBcZFZC4wZK/bFfDPW2iSJn+muKx/k53 7naxN6yDhy0ubUYe+llQ1DtP/EvG+0+GqYFvpTlcCBQkP1l82dFtofTPrN1xjqWhFpnz kILriGSLrZIKNzEm3SigtxBLw+xsDl212sfzA=
- 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=MKAZ1w6EejYwpqO7R/Ba8cLrPDVZgWU635zajKkjlHH4wzZFDhJ68K1QbJfGxqvr2i QXGMnwZYgxpfUiq0SVgjC6LfZPpVDBmisN2DVQAKGnpFsKZ4PQAy2z9ZLDpDyOOHcj2X j9e/vI6rprUAZ7dYuZeb4nrKb8N9xs0K3XOEk=
- 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>
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