Search found 1 match

by squeaky
Wed Apr 17, 2013 2:47 am
Forum: Web Interface
Topic: 403: Forbidden running as user 'nobody'
Replies: 9
Views: 22862

Re: 403: Forbidden running as user 'nobody'

i've found the solution that worked for me and actually solved the problem of running transmission-daemon as 'nobody' was to change ownership on the following folders:

sudo chown -R nobody.nogroup /etc/transmission-daemon
sudo chown -R nobody.nogroup /var/lib/transmission-daemon

and of course ...