-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi!
FreeBSD 14.2
postsrsd-2.0.11 from ports with SQLITE support.
File /var/db/postsrsd/senders.db is automatically created by postsrsd on daemon start.
Table kv is created.
But postsrsd can not access database.
There are errors in syslog:
failed to connect to 'sqlite:./senders.db'
Adding sqlite3_errmsg() after call sqlite3_connect() in src/database.c returns "unable to open database file".
Permissions and owner of file /var/db/postsrsd/senders.db and parent dir are correct.
What can cause the problem?
Metadata
Metadata
Assignees
Labels
No labels