I have problems creating a user that can run the Deluge daemon properly. I've created a system user that is supposed to run deluged.
Afterwards I added
If I look up the deluged.log in /var/tmp I find this error.
fopen is a C library, so I have no idea how I can grant that user access to it. Did I do something wrong while creating the user? How should I create such a user?
pw adduser deluge -d /usr/local/etc/deluge/home -s /usr/sbin/nologin -c "Deluge daemon"
Afterwards I added
deluged_user="deluge"
to my rc.conf and started the service. The service starts without an error but it's not running.If I look up the deluged.log in /var/tmp I find this error.
Code:
[ERROR ] 10:25:54 rpcserver:378 [('system library', 'fopen', 'Permission denied'), ('BIO routines', 'FILE_CTRL', 'system lib'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'system lib')]
fopen is a C library, so I have no idea how I can grant that user access to it. Did I do something wrong while creating the user? How should I create such a user?