Search found 2 matches

by n_i_x
Thu Dec 30, 2010 5:42 am
Forum: Web Interface
Topic: [SOLVED] 403: Forbidden!!!!!!
Replies: 30
Views: 384680

Re: 403: Forbidden!!!!!!

https://trac.transmissionbt.com/wiki/EditConfigFiles#RPC

Please note that daemon must be stopped when editing settings.json in order for changes to stick.

Sorry for responding to a thread 3 months old... but...

`killall -HUP transmission-daemon` will cause transmission-daemon to reload the ...
by n_i_x
Thu Dec 30, 2010 5:18 am
Forum: Support
Topic: ubuntu server blocklist
Replies: 7
Views: 9907

Re: ubuntu server blocklist

Since I couldn't find the information online, I figured it out myself.

Place the blocklists files in /var/lib/transmission-daemon/info/blocklists/

I wrote a bash script to pull the blocklists:


#!/bin/bash

BLOCKLISTDIR="/var/lib/transmission-daemon/info/blocklists"
BASEURL="http://www.bluetack ...