Skip to content

sqlite problem #190

@iHeadRu

Description

@iHeadRu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions