I am sure this is a simple fix,
I set up fossil on an OpenBSD box. Configured Apache to respond to cgi
scripts. In my cgi-bin i have the following cgi file(s)

n_repo.cgi:
#!/usr/local/bin/fossil
directory:      /var/www/htdocs/FOSSIL/

ntracker.cgi
#!/usr/local/bin/fossil
# Put the project on the web
repository: /var/www/htdocs/FOSSIL/ntracker.fossil

-rwxr-xr-x  1 root  daemon   59 Aug 30 07:56 n_repo.cgi
-rwxr-xr-x  1 root  daemon  104 Aug 29 08:39 ntracker.cgi

When I point my browser to
http://repo.server.com/cgi-bin/n_repo/ntracker I get the fossil 'home'
page; however when i "click" on the setup/config link I get this error
message.

SQLITE_CANTOPEN: cannot open file at line 27669 of [b0888047bb]
SQLITE_CANTOPEN: statement aborts at 31: [REPLACE INTO
config(name,value) VALUES('captcha-secret',
lower(hex(randomblob(20))));]

Database Error
unable to open database file
REPLACE INTO config(name,value) VALUES('captcha-secret',
lower(hex(randomblob(20))));

I can access the db through the command line e.g. fossil open
ntracker.fossil, but not through the browser.

NOTE: the server is command line only, no window manager.

-- 
Ron Georgia
John 13:23
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to