Search found 3 matches

by jambuttons
Mon Feb 15, 2016 2:24 am
Forum: General
Topic: Create a torrent file with transmissioncli
Replies: 10
Views: 52486

Re: Create a torrent file with transmissioncli

I had some frustration trying to create a torrent for magnet distribution, and get it seamlessly integrated into the other torrents.

Eventually, I found the following fudge:

0) Put your files in your main torrent output directory.
1) Create the torrent file:
--> transmission-create NEWTORRENT -t ...
by jambuttons
Sun Jan 09, 2011 4:51 am
Forum: Support
Topic: [guide] How to install Transmission 2.1 with yum on CentOS 5
Replies: 2
Views: 26957

Re: [ez guide] How to install Transmission with yum on CentO

My server just trashed my Centos install, so I had to do it all again. Here are my cheat notes from struggling for a couple of hours last night.
Keywords for google: installing transmission torrent on Centos headless server web interface (for dummies).

I'll get two things out of the way, because ...
by jambuttons
Thu Oct 14, 2010 4:18 pm
Forum: Support
Topic: Help - Transmission on Centos.
Replies: 3
Views: 4410

Re: Help - Transmission on Centos.

Thanks: yum install libevent-devel

That's the magic incantation in Centos that fixes the libevent problem, which can't be fixed using :./configure ...other options... LIBEVENT_CFLAGS=-I/usr/local/include LIBEVENT_LIBS="-L/usr/local/lib -levent"

If you don't get that right, then the compile goes ...