I'm running the latest Raspbian distribution and just installed the transmission
packages.
However, whenever I run a transmission-remote
command - say, to alter some base configurations - I keep getting the same error:
$ transmission-remote -DU -c required -p 9091 -w ~/torrents
Unexpected response: <h1>401: Unauthorized</h1>Unauthorized User: deflate, gzip
I can't find any good docs or tutorials out there to troubleshoot with, and I suspect I missed out on a step in the initial setup process which has resulted in this error. I'll already tried setting a username/password, i.e.
$ transmission-remote --auth myusername:mypassword
which succeeded, but it's still throwing the same "Unexpected response" error for all other commands.
Starting transmission-daemon
doesn't work either:
$ service transmission-daemon start
[....] Starting bittorrent daemon: transmission-daemonstart-stop-daemon: unable to set gid to 110 (Operation not permitted)
failed!
Does anyone have an idea of why this might be happening?
sudo /etc/init.d/transmission-daemon restart
, I get an[ ok ] Restarting bittorrent daemon: transmission-daemon.
. But runningtransmission-remote -l
still gives me the sameUnexpected response...
error. – Cicatrix