Search found 10 matches
- Wed May 06, 2009 9:30 pm
- Forum: Support
- Topic: ratio problems with 1.60
- Replies: 3
- Views: 2866
Re: ratio problems with 1.60
I tried with utorrent and didnt get the extra upload instantly, will have it on for a couple of hours more and see if it comes.
- Wed May 06, 2009 6:20 pm
- Forum: Support
- Topic: ratio problems with 1.60
- Replies: 3
- Views: 2866
ratio problems with 1.60
Hi I'm using two private trackers and I have some kind of ratio problems with my new installation of 1.6
after download is complete and my ratio is somewhat of 0.06 upload because I'm got much faster download than upload. But after a while my ratio magically becomes 1:1 ie I get x amount of MB ...
after download is complete and my ratio is somewhat of 0.06 upload because I'm got much faster download than upload. But after a while my ratio magically becomes 1:1 ie I get x amount of MB ...
- Wed May 06, 2009 12:53 pm
- Forum: Support
- Topic: Per-torrent upload limit?
- Replies: 4
- Views: 4075
Re: Per-torrent upload limit?
cant find it using transmission-daemon/cli/remote are you using the GTK gui?
- Mon May 04, 2009 7:55 am
- Forum: Support
- Topic: Per-torrent upload limit?
- Replies: 4
- Views: 4075
Per-torrent upload limit?
Hi I'm trying to find the option to make per-torrent upload limit on transmission-daemon using webui and bash.
I want to be able to set a torrent to maximum 50kb/s upload while the others are unlimited is this possible?, I cant find it in the trac for features.
I want to be able to set a torrent to maximum 50kb/s upload while the others are unlimited is this possible?, I cant find it in the trac for features.
- Mon May 04, 2009 7:53 am
- Forum: General
- Topic: open-file-limit in settings.json
- Replies: 4
- Views: 9880
Re: open-file-limit in settings.json
I have this same issue, Where do I set number of active torrents for transmission-daemon?
- Thu Apr 30, 2009 7:27 am
- Forum: Web Interface
- Topic: Install guide for webinterface?
- Replies: 7
- Views: 7683
Re: Install guide for webinterface?
just a follow up, when running transmission as transmission user with no password applied, ie runs it through script init.d, it didnt create:
settings.json
stats.json
When running init.d/transmission-daemon stop
But when I started transmission-daemon -f with my default user everything goes as ...
settings.json
stats.json
When running init.d/transmission-daemon stop
But when I started transmission-daemon -f with my default user everything goes as ...
- Wed Apr 29, 2009 9:39 pm
- Forum: Web Interface
- Topic: Install guide for webinterface?
- Replies: 7
- Views: 7683
Re: Install guide for webinterface?
I manually added this:
nano -w settings.json
{
"rpc-enabled": 1,
"rpc-port": 9091,
"peer-port": 213782,
"download-dir" : "/home/transmission/",
"rpc-whitelist": "127.0.0.*,192.168.*.*"
}
saved it and now It can read from this file as I can get into the website, but when I make a change and hit ...
nano -w settings.json
{
"rpc-enabled": 1,
"rpc-port": 9091,
"peer-port": 213782,
"download-dir" : "/home/transmission/",
"rpc-whitelist": "127.0.0.*,192.168.*.*"
}
saved it and now It can read from this file as I can get into the website, but when I make a change and hit ...
- Wed Apr 29, 2009 6:09 pm
- Forum: Web Interface
- Topic: Install guide for webinterface?
- Replies: 7
- Views: 7683
Re: Install guide for webinterface?
thanks for the reply, It was the first time running the daemon but even after I closed it, it didnt create the file, the reason I need to manually edit is because I get access denied from my computer ie whitelist, I have a bash only server so I cant localy browse to it. I start it with init.d script ...
- Wed Apr 29, 2009 3:49 pm
- Forum: Web Interface
- Topic: Install guide for webinterface?
- Replies: 7
- Views: 7683
Re: Install guide for webinterface?
I've gotten it work, mostly, I get:
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
I get:
ls transmission-daemon/
blocklists resume torrents
but I miss settings.json, shall I create it myself? I'm usin 1.60 beta
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
I get:
ls transmission-daemon/
blocklists resume torrents
but I miss settings.json, shall I create it myself? I'm usin 1.60 beta
- Wed Apr 29, 2009 12:39 pm
- Forum: Web Interface
- Topic: Install guide for webinterface?
- Replies: 7
- Views: 7683
Install guide for webinterface?
Hi I'm new to transmission and I've been using rtorrent for a while, though the progress has stopped so I'm thinking of moving on. But I cant find any documentation of how to enable the webinterface, only a short wiki page of it. No prereqs (php? modules etc) Is there a step to step guide on how to ...