I wonder if I could get some help please.
I have installed Ubuntu server specifically to run Transmission. Totally clean install, no previous Transmission installation. To install Transmission-cli I followed the instructions here http://philsturgeon.co.uk/news/2009/02/ ... erver.html which all went fine.
I configured the settings.json as follows:
restarted transmission daemon and from the web interface I get:"rpc-authentication-required": 0,
"rpc-enabled": 1,
"rpc-password": "",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "127.0.0.1,192.168.0.*",
"rpc-whitelist-enabled": 0,
transmission remote check gives:401: Unauthorized
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.
Only one daemon running:xbmc@transmission-server:~$ transmission-remote -l
[11:26:40.529] JSON parser failed at line 1, column 1: "<h1>401: Unautho"
[11:26:40.530] transmission-remote: Unable to parse response "<h1>401: Unauthorized</h1>Unauthorized User"
starting transmission with transmission-daemon -a 127.0.0.1,192.168.0.12 works! does it mean that settings.JSON are not read correctly?xbmc@transmission-server:~$ pgrep -l trans
2320 transmission-da
TIA
Gary