Setting up Clutch for Transmission
Setting up Clutch for Transmission on fonz’s fun_plug 0.5 is rather straight forward. You would need to know your TRANSMISSION_HOME folder. It would most likely be either “/mnt/HD_a2/.transmission” or “/mnt/HD_a4/.transmission”. If you are using DNS-313, most likely you will be using the latter.
Downloading the required files
Telnet to your NAS and execute the following commands
/ # cd /mnt/HD_a2
/mnt/HD_a2 # wget http://www.inreto.de/dns323/fun-plug/0.5/packages/php-5.2.6-2.tgz
Connecting to www.inreto.de (217.119.59.48:80)
php-5.2.6-2.tgz 100% |*******************************| 6414k 00:00:00 ETA
/mnt/HD_a2 #
Setting up PHP and lighttpd
/mnt/HD_a2 # funpkg -i php-5.2.6-2.tgz
Installing package php-5.2.6-2 …
/mnt/HD_a2 # cp /ffp/etc/examples/lighttpd.conf-with-php /ffp/etc/lighttpd.conf
/mnt/HD_a2 # mkdir -p /mnt/HD_a2/www/pages /mnt/HD_a2/www/logs
Downloading Clutch
/mnt/HD_a2 # wget http://clutchbt.com/Files/Clutch-0.4.tar.gz
Connecting to clutchbt.com (74.52.213.130:80)
Clutch-0.4.tar.gz 100% |*******************************| 155k 00:00:00 ETA
/mnt/HD_a2 #
Setting up Clutch
/mnt/HD_a2 # tar xf Clutch-0.4.tar.gz -C /mnt/HD_a2/www/pages/
/mnt/HD_a2 # mv /mnt/HD_a2/www/pages/Clutch-0.4/ /mnt/HD_a2/www/pages/clutch
if you are using DNS-313
/mnt/HD_a2 # echo “/mnt/HD_a4/.transmission/daemon/socket” > /mnt/HD_a2/www/pages/clutch/remote/data/socket.txt
otherwise
/mnt/HD_a2 # echo “/mnt/HD_a2/.transmission/daemon/socket” > /mnt/HD_a2/www/pages/clutch/remote/data/socket.txt
Starting up lighttpd
/mnt/HD_a2 # chmod a+x /ffp/start/lighttpd.sh
/mnt/HD_a2 # sh /ffp/start/lighttpd.sh start
Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf
Accessing your Clutch
Now surf to http://<NAS’s IP>:8080/clutch/ to use your transmission!
Note: If you encounter “Permission Denied” during the bittorrent session, execute the following command in telnet:
/ # chmod 0755 -R /mnt/HD_a2/torrents