OK, since this thread has become active again, I've changed my version of the start-up script to better detect if transmission is already running and then give you a more friendly error message. I've also changed how it detects the PID of the running task and I've broadened the stop command to kill the first instance of transmission-daemon it comes across. Now if you (accidentally) have more than one instance of transmission running a repeated "service transmission-daemon stop" will eventually kill all the instances of it.
For your access problem, the relevant bit of my settings.json is:
| Code: |
"rpc-username": "",
"rpc-whitelist": "127.0.0.1,192.168.2.*,192.168.3.*",
"rpc-whitelist-enabled": true,
|
Mine is similar to yours was, Duncan, but without the "rpc-username" being set. I still have "rpc-whitelist-enabled": true,"