On 20/12/2019 13:56, Alarig Le Lay wrote:
Hi Alarig,
Here is my config file:
https://paste.swordarmor.fr/raw/kXaN
The content of the dirs (and what I kept in .old):
https://paste.swordarmor.fr/raw/IG3K
You have not shown us the owner/group and permissions of the directories
themselves. The important one here is /var/run/knot. When knot starts,
it will switch to user "knot" and then try to create a sock in
/var/run/knot, as user "knot". But if that directory is owned by root,
and does not permit user "knot" to write in there, then knot will not be
able to create its control socket in there.
The /var/run/knot directory should be owned by user "knot" and group
"knot", and have mode 0755, or be owned by user "root" and group
"knot"
and have mode 0775.
You can check the permissions on the directory with:
ls -ld /var/run/knot
Regards,
Anand