[Hatchet-users] No logs or activity charts

Jason Dixon jason at dixongroup.net
Wed Jun 15 22:39:29 EDT 2005


On Jun 15, 2005, at 9:55 PM, Bob T. Bostwick wrote:

> *********
> DBD::SQLite::db prepare failed: no such table: logs(1) at dbdimp.c line
> 263 at /usr/local/bin/hatchet line 234.
> DBD::SQLite::db prepare failed: no such table: logs(1) at dbdimp.c line
> 263 at /usr/local/bin/hatchet line 234.

Sounds like it can't find the database.  There is a bug in the 
README.chroot where I forgot to mention copying the hatchet.conf into 
chroot and to edit the $db_file settings.  Assuming you're following 
the directions ad nauseum, /etc/hatchet.conf should have an entry:

     $db_file = '/var/db/pflog.db';

First, copy this into the chroot:

     # cp /etc/hatchet.conf /var/www/etc/hatchet.conf

Then edit /etc/hatchet.conf to reflect the chroot db location:

     $db_file = '/var/www/var/db/pflog.db';

Do NOT edit /var/www/etc/hatchet.conf.


Thanks,

--
Jason Dixon
DixonGroup Consulting
http://www.dixongroup.net




More information about the Hatchet-users mailing list