Upload Limit keeps resetting to 40KBps

Ask for help and report issues with the GTK+ version of Transmission
Post Reply
drunea
Posts: 3
Joined: Thu Aug 25, 2011 7:27 am

Upload Limit keeps resetting to 40KBps

Post by drunea »

Hi,

On my DNS325 i have a FonzFP 0.5, Transmission2.31 and trans_utils0.2.

The problem is that I cannot disable Upload Speed limitation.

I've edited settings.json and restart the processes:

Code: Select all

    "speed-limit-down": 6000,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 4000,
    "speed-limit-up-enabled": false,
and still the Upload limit keeps resetting to 40KB/s.


In WebUI i change Upload limit to UNLIMITED, and in few minutes or even seconds it comes back to Limit 40KBps.


Shell command

Code: Select all

transmission-remote -U -D
does the same thing.


I'd appreciate if someone could enlighten me.
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: Upload Limit keeps resetting to 40KBps

Post by gunzip »

maybe look and see if you inadvertently enabled alternate speeds somehow:

Code: Select all

$ grep 'alt-speed' ./settings.json
drunea
Posts: 3
Joined: Thu Aug 25, 2011 7:27 am

Re: Upload Limit keeps resetting to 40KBps

Post by drunea »

Code: Select all

 "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": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 2,
    "dht-enabled": true,
    "download-dir": "/mnt/HD/HD_a2/.transmission-daemon/working",
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/home/nobody/Downloads",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 2,
    "open-file-limit": 32,
    "peer-congestion-algorithm": "",
    "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": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 0,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "{bb872df6d190287112f956d2cc700bfeec2ce37aR7.AiWAP",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "127.0.0.1,9.9.9.*",
    "rpc-whitelist-enabled": false,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "speed-limit-down": 6000,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 4000,
    "speed-limit-up-enabled": false,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true

seems ok...
drunea
Posts: 3
Joined: Thu Aug 25, 2011 7:27 am

Re: Upload Limit keeps resetting to 40KBps

Post by drunea »

updates:
So far i've succedded to isolate the problem. If I stop Trans_Utils, my limit does not reset anymore. Once I stat the Trans_Utils, UL imediatly is cut to 40 KB/s.

still don't know why...
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Upload Limit keeps resetting to 40KBps

Post by Jordan »

Hey drunea,

What is Trans_Utils? Does it have a URL?

That application doesn't come from transmissionbt.com.
Post Reply