PDA

View Full Version : Transmission upgrade to new version?



Vanyo
10-03-2011, 02:04 AM
Hi all,

with pkg_add, I installed the transmission client. It's running fine, but the 2.13 version is banned from some torrent sites. Just wanted to install a newer version (2.33 is out now), but didn't manage to do it.
Could someone help me?
Any help is really appreciated.

Vanyo
10-13-2011, 10:29 AM
Up Up Up :)

thomasdk81
10-15-2011, 02:19 PM
Hi all,

with pkg_add, I installed the transmission client. It's running fine, but the 2.13 version is banned from some torrent sites. Just wanted to install a newer version (2.33 is out now), but didn't manage to do it.
Could someone help me?
Any help is really appreciated.

Would like a solution too.

Emad
10-16-2011, 12:06 AM
from Putty or any SSH client run the following commands.


mount -uw /

setenv PACKAGESITE ftp://ftp.free.fr/mirrors/ftp.freebsd.org/ports/amd64/packages-8-stable/net-p2p/

pkg_add -r transmission-daemon-2.33

cp /usr/local/etc/rc.d/transmission /conf/base/etc/rc.d/


nano /conf/base/etc/rc.conf


Then add the following lines to the end of the file.


transmission_enable="YES"
transmission_conf_dir="/mnt/pathtoyourinstallation folder"
transmission_watch_dir="/mnt/pathtoyourinstallation folder"
transmission_download_dir="/mnt//pathtoyourinstallation folder"
transmission_user="www"

please note the path to your installation folder.

ProtoSD
10-16-2011, 12:20 AM
setenv PACKAGESITE ftp://ftp.free.fr/mirrors/ftp.freebsd.org/ports/amd64/packages-8-stable/net-p2p/

If you are using an i386 installation of FreeNAS you'll need to change the amd64 or it won't work correctly.

Vanyo
10-16-2011, 09:23 AM
It works, thanks for the post!

drfresh
02-29-2012, 09:32 PM
I tried this and I can't get it to work. I have 2.13 running but it fails on magnet links - they get registeret as 0B in size. When I do the above I see it downloading and installing but I get alot of lines #... Failed to create# the only thing I did different was to get version 2.42 as it's the version available on the link.

Can somebody please help with guide for a newbie...

Thanks

ProtoSD
02-29-2012, 09:48 PM
Very easy, download and install FreeNAS 8.0.4 and you'll have the lastest version of Transmission 2.42.

FreeNAS 8.0.4 can be downloaded from here: http://sourceforge.net/projects/freenas/files/


EDIT: I meant to say 8.0.4 - MultiMedia build

drfresh
03-01-2012, 02:02 AM
Thanks!

Then I'll go read somewhere about how to upgrade Freenas 8.0.3 to 8.0.4... :-)