Transmission skipping seed queue

Ask for help and report issues with the GTK+ version of Transmission
Post Reply
sethfoxen
Posts: 1
Joined: Mon Mar 18, 2013 4:03 am

Transmission skipping seed queue

Post by sethfoxen »

I'm running Transmission 2.61 (13407) on a 64 bit install of Ubuntu 12.10 server, and I'm experiencing what seems to be a bug in the seed queue.
I've set it up to cap the number of downloads to two, and the number of seeds to 1. The download cap works, and I can add torrents, and they'll queue up as expected, but the seeds don't do that correctly. If I download multiple torrents, when they finish, they completely ignore the seed queue, and just start seeding. If I have my queue full, two downloads running, as well as one seeding, and one of the downloads finish, it will start seeding WITH the other seed. This can be quite bothersome when I'm downloading multiple torrents, and they all finish, I'll have multiple seeds going at once. I can select all the seeds, pause them, and then resume them, and they queue up correctly, it just skips the seed queue for newly finished downloads.
I'll post my .json file to see if I've messed up something in it. I did the preliminary config using a text editor on the json file, but quickly found the Remote GUI thats up on Google Code.
{
"alt-speed-down": 250,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 60,
"alt-speed-up": 5,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": true,
"blocklist-url": "http://list.iblocklist.com/?list=roadru ... eformat=gz",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/mnt/data/movies",
"download-limit": 100,
"download-limit-enabled": 0,
"download-queue-enabled": true,
"download-queue-size": 2,
"encryption": 2,
"idle-seeding-limit": 180,
"idle-seeding-limit-enabled": true,
"incomplete-dir": "/mnt/data/temp",
"incomplete-dir-enabled": true,
"lpd-enabled": true,
"max-peers-global": 200,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51346,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": true,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": false,
"queue-stalled-minutes": 30,
"ratio-limit": 1.5000,
"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": 9092,
"rpc-url": "/transmission/",
"rpc-username": "###",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": true,
"seed-queue-size": 1,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 0,
"upload-limit": 1,
"upload-limit-enabled": true,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}
cfpp2p
Posts: 290
Joined: Sat Aug 08, 2009 3:14 pm

Re: Transmission skipping seed queue

Post by cfpp2p »

Post Reply