Installing Transmission on the DNS323
- SSH to your NAS
- Create a folder called packages in your box
mkdir /mnt/HD_a2/packages - Goto the packages folder
cd /mnt/HD_a2/packages - Install uclibc using the 3 commands below
wget http://www.inreto.de/dns323/fun-plug/0.5/packages/uclibc-0.9.29-7.tgz
funpkg -i uclibc-0.9.29-7.tgz
reboot - Installing Transmission using the commands below
wget http://kylek.is-a-geek.org:31337/files/curl-7.18.1.tgz
wget http://kylek.is-a-geek.org:31337/files/Transmission-2.12-1.tgz
funpkg -i curl-7.18.1.tgz
funpkg -i Transmission-1.73-7.tgzNote if you have previously installed transmission before, you will need to kill the processes. To do so , run top to list all the running processes, the issue kill [pid] e.g kill 2377 for each of the transmission-daemon running, then run the following 2 commands(You can refer to http://www.transmissionbt.com/download.php for the latest transmission files)funpkg -I curl-7.18.1.tgz
funpkg -U Transmission-1.73-7.tgzchmod a+x /ffp/start/transmission.sh
reboot - Updating clutch whitelist
vi /mnt/HD_a2/.transmission-daemon/settings.jsonEdit the line with “rpc-whitelist” to something like “rpc-whitelist”: “127.0.0.1,192.*.*.*”, (assuming 192.*.*.* is your local ip subnet)
Edit the line with “download-dir” to the download path for your torrents e.g download-dir”: “\/mnt\/HD_a2\/Torrent\/incomplete”
Edit the line with “blocklist-enabled” to “blocklist-enabled”: 1 - Access clutch via its url http://[ip of your nas]:9091/
- Configuring Block Lists
Goto the transmission block list folder (/mnt/HD_a2/.transmission-daemon/blocklists)
Create a new file containing the following linesrm level1.gz -f
#wget http://www.bluetack.co.uk/config/level1.gz
wget http://download.m0k.org/transmission/files/level1.gz
tar -x level1.gzSave the file
chmod a+x update.sh (set it to be executable)
./update.sh (run the update script, this will take quite a while) - If you want an auto update of the block list, just create a cronjob to run the update script
To get the latest transmission files, goto http://forum.dsmg600.info/t2719-%5BREL%5D-Transmission.html