403: Forbidden running as user 'nobody'
Posted: Sat Mar 27, 2010 7:08 pm
Hi,
I'm running a headless transmission-daemon on ubuntu linux and everything is working peachy while running as user 'debian-transmission'. However, I want my downloads to be accessible from my Samba share without manually fiddling with permissions every time. To that end, I have edited /etc/init.d/transmission-daemon and set
to
Unfortunately, after restarting the daemon this one change results in my previously accessible Web GUI address returning a 403 error instead:
the whitelist or ip address haven't changed, the only thing to change is the USER variable in the startup script. Any ideas?
Thanks in advance!
I'm running a headless transmission-daemon on ubuntu linux and everything is working peachy while running as user 'debian-transmission'. However, I want my downloads to be accessible from my Samba share without manually fiddling with permissions every time. To that end, I have edited /etc/init.d/transmission-daemon and set
Code: Select all
USER=debian-transmission
Code: Select all
USER=nobody
Code: Select all
403: Forbidden
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
Thanks in advance!