1. Subscriptions
  2. Services
  3. Hardware
  4. Support

ClearFoundation

Forums
Welcome, Guest
Transmission How To
(1 viewing) 1 Guest
Go to bottomPage: 1...45678910...20
TOPIC: Transmission How To
*
#9243
Re:Transmission How To 1 Year, 10 Months ago  
You sir, support my torrent addiction.
kbricked
Platinum Boarder
Posts: 432
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#9325
Re:Transmission How To 1 Year, 10 Months ago  
Hi Nick Howitt,

Also a nice solution, and i think easer to use! Thanks.
Marcel van Leeuwen
Platinum Boarder
Posts: 942
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Regards,
Marcel
 
#9511
Re:Transmission How To 1 Year, 10 Months ago  
Hi,

Just another tip. I installed this Firefox addin. This addin automatically transports your torrent you want to download (with one click) to the Transmission-daemon. Works really great.

Then the torrent automatically shows up in the Transmission Remote GUI.

It is not note on the addin site, but BitTorent WebUI works well with Transmission.
Marcel van Leeuwen
Platinum Boarder
Posts: 942
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/04/13 14:56 By MvL.
The administrator has disabled public write access.
Regards,
Marcel
 
#9512
Re:Transmission How To 1 Year, 10 Months ago  
Marcel van Leeuwen wrote:
Hi,

Just another tip. I installed this Firefox addin. This addin automatically transports your torrent you want to download (with one click) to the Transmission-daemon. Works really great.

Then the torrent automatically shows up in the Transmission Remote GUI.

It is not note on the addin site, but BitTorent WebUI works well with Transmission.

That's even neater than Autotrans!
Nick Howitt
Platinum Boarder
Posts: 2380
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#10418
Re:Transmission How To 1 Year, 9 Months ago  
Anyone know how I can put in a new password? Ive entered all 3 of the normal passwords I use and its not taking it. I have it set in my browser so I can access the trans web page ok as Firefox has it saved for me. Im trying to get my trans remote gui connected again and it keeps refusing my authentication. I figured I would go into the config file and change it but wanted to check before I start messing with things.

Im also having problems with my path in the trans remote gui. trans is running on my Clear server named "server" so naturally \\server\ on my network. My downloads are in /var/lib/transmission/torrents but for some reason remote gui isnt liking my path.... anyone?
cant figure out that format of /share= \\pch\share no instructions or help so it kind of blows. Figured someone was running it and thought I would ask.
jeff1965
Senior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#10438
Re:Transmission How To 1 Year, 9 Months ago  
scratch the password, I got that resolved.
Can anyone help me with the paths?
jeff1965
Senior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#10445
Re:Transmission How To 1 Year, 9 Months ago  
Its probably becuase it doesn't have permission to write to that folder, if you want to have your downloads appear on your network (via flexshares) then create a flexshare folder first with file access (define owner as group allusers). Then change the download path to /var/flexshare/shares/mysharename

Note that the transmission process runs with the user 'transmission' - so this user must be able to write to your download directory. Run the following to change the ownership to transmission
Code:

chown transmission /var/flexshare/shares/mysharename



Then you can browse your share form the network by \\server\mysharename and login with anyone from the 'allusers' group
Tim Burgess
Moderator
Posts: 4209
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#10564
Re:Transmission How To 1 Year, 9 Months ago  
Actually I tried that and it did some goofy stuff. It kept the flexshare folder I created in /flexshare/shares. It created a duplicate folder in the transmission folder.... like it created a symb link. I had my downloads set to go into the flexshare folder however it would put them into the folder it created in transmission. Nothing would seed from that point. I kept getting permission errors for no reason. Everything was set right. I rechecked to make sure all downs were going to that flexshare folder but they would go to the one in transmission. I figured hell, and dumped the folder and redid all of it. It did it again. Figured hell with it and dumped the flexshare and made a folder in transmission and set it to transmission as the owner and set it to share on the windows network. Works like it should just cant get the paths correct in the gui.
How are you supposed to create torrents and push them to seed? Im art of a private torrent group.
jeff1965
Senior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#10580
Re:Transmission How To 1 Year, 9 Months ago  
Hi Jeff 1965,

What i always do is edit the settings.json file of Transmission. I use winSCP and Putty (Windows) to do this. First you have to stop the Transmission service.

Code:


service transmission-daemon stop



Go to /var/lib/transmission/.config/transmission-daemon/setting.json. Now you can change your settings. See settings.json file. Also see download-dir:

Code:


{
    "alt-speed-down": 50, 
    "alt-speed-enabled": false, 
    "alt-speed-time-begin": 540, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 1020, 
    "alt-speed-up": 50, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 
    "blocklist-enabled": true, 
    "dht-enabled": false, 
    "download-dir": "\/var\/flexshare\/shares\/download-torrents", 
    "encryption": 0, 
    "incomplete-dir": "\/var\/lib\/transmission\/.config\/transmission-daemon\/Incomplete", 
    "incomplete-dir-enabled": false, 
    "lazy-bitfield-enabled": true, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-limit-global": 240, 
    "peer-limit-per-torrent": 60, 
    "peer-port": 51413, 
    "peer-port-random-high": 65535, 
    "peer-port-random-low": 49152, 
    "peer-port-random-on-start": false, 
    "peer-socket-tos": 0, 
    "pex-enabled": true, 
    "port-forwarding-enabled": true, 
    "preallocation": 1, 
    "proxy": "", 
    "proxy-auth-enabled": false, 
    "proxy-auth-password": "", 
    "proxy-auth-username": "", 
    "proxy-enabled": false, 
    "proxy-port": 80, 
    "proxy-type": 0, 
    "ratio-limit": 2.0000, 
    "ratio-limit-enabled": true, 
    "rename-partial-files": true, 
    "rpc-authentication-required": true, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "__________________________________________", 
    "rpc-port": 9091, 
    "rpc-username": "admin", 
    "rpc-whitelist": "*.*.*.*", 
    "rpc-whitelist-enabled": true, 
    "speed-limit-down": 100, 
    "speed-limit-down-enabled": false, 
    "speed-limit-up": 100, 
    "speed-limit-up-enabled": false, 
    "umask": 18, 
    "upload-slots-per-torrent": 14
}



When edited you start the Transmission daemon again.

Code:


service transmission-daemon start



Hope this help solve your problem.
Marcel van Leeuwen
Platinum Boarder
Posts: 942
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Regards,
Marcel
 
#11312
Re:Transmission How To 1 Year, 9 Months ago  
I have a multi-wan ClearOS box setup with multiple wan interface from different isp's. My question when i have set up transmisson, Does it use the multi-wan connections or just one single wan. If it only uses a single one, is it possible to set transmisson to use mutli-wan connections?
Alton Hoang
Expert Boarder
Posts: 135
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1...45678910...20
  get the latest posts directly to your desktop