Changes

From Amahi Wiki
Jump to: navigation, search
553 bytes added ,  10:42, 1 November 2012
no edit summary
*/2 * * * * transmission transmission-remote localhost:9091 -a /var/hda/files/torrents/*.torrent >/dev/null 2>&1 && rm -f /var/hda/files/torrents/*.torrent >/dev/null 2>&1
}}
 
= Use Transmission with HTTPS Trackers on Ubuntu 12.04 =
 
Ubuntu 12.04 64bit currently suffers from [https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/937537 this bug] in libgnutls26 which prevents Transmission communicating with SSL trackers. In order to fix this run the following commands.
 
{{Code|
wget http://ftp.uk.debian.org/debian/pool/main/g/gnutls26/libgnutls26_2.12.20-1_amd64.deb
 
sudo dpkg -i libgnutls26_2.12.20-1_amd64.deb
}}
 
For a list of available mirrors see [http://packages.debian.org/wheezy/amd64/libgnutls26/download here]