Fossil SCM
Unable to login
Open
18ea58d26e4edb8…
· opened 16 years ago
- Type
- Incident
- Priority
- —
- Severity
- Important
- Resolution
- Open
- Subsystem
- —
- Created
- March 31, 2010 1:40 p.m.
I created a new repository and fired up the command: fossil server /path/to/proj.db
When I try to login on port 8080 I get the following error message:
unable to open database file REPLACE INTO config(name,value) VALUES('captcha-secret', lower(hex(randomblob(20))));
I tried the precompiled version and compiled the source myself. The result is the same. OS is a Debian 5 standard system.
Help appreciated.
stephan added on 2011-09-15 22:09:29 UTC: Is the directory containing the fossil file writable? It needs to be for sqlite3 journaling to work (at least in my experience).