Package: transmission-daemon
Version: 4.1.0~beta2+dfsg-3
Severity: normal

Dear Maintainer,

   * I upgraded to the 4.1.0 version of the transmission-daemon as part of an 
upgrade to trixie.
   * I used my previous settings.json file and found that entries like: 
start-paused now appear
     as start_paused. These settings seem to be new to this version of 
transmission-daemon, viz.

    "preferred_transport": "utp",
    "proxy_url": "",
    "sequential_download": false,
    "start_paused": false,

   * The start_paused setting when set to false for either the underscore 
version of the dash 
     version has no effect. 
   * It isn't clear from the manual what this new setting does, but the 
behaviour is different from
     the previous version. In this version, when a torrent is complete, it 
pauses.

I am just guessing, but the sort of mistake I might have made is that the 
settings file has variables
the use dashes '-' and the code will use variables that use '_'. I have some 
code that converts internal
variables with '_' to external with '-'. That code is not being called and I 
get the double-entries

    "start-paused": false,
    "start_paused": true,

And it may be that the code that reads the settings file and converts it to 
internal names is not working.

Hope that helps and isn't a red herring. Thanks for all your efforts! Pass on 
my regards to the transmission
people.

-- System Information:
Debian Release: 13.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-38-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages transmission-daemon depends on:
ii  adduser              3.152
ii  init-system-helpers  1.68
ii  libb64-0d            1.2-5+b3
ii  libc6                2.41-12
ii  libcurl4t64          8.14.1-2
ii  libdeflate0          1.23-2
ii  libevent-2.1-7t64    2.1.12-stable-10+b1
ii  libgcc-s1            14.2.0-19
ii  libminiupnpc18       2.2.8-2+b2
ii  libnatpmp1t64        20230423-1.2+b3
ii  libpsl5t64           0.21.2-1.1+b1
ii  libssl3t64           3.5.1-1
ii  libstdc++6           14.2.0-19
ii  libsystemd0          257.7-1
ii  transmission-common  4.1.0~beta2+dfsg-3

Versions of packages transmission-daemon recommends:
ii  transmission-cli  4.1.0~beta2+dfsg-3

Versions of packages transmission-daemon suggests:
pn  transmission-remote-gtk | transgui | tremotesf  <none>

-- Configuration Files:
/etc/transmission-daemon/settings.json changed:
{
    "alt-speed-down": 4500,
    "alt-speed-enabled": false,
    "alt-speed-time-begin": 1320,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": true,
    "alt-speed-time-end": 540,
    "alt-speed-up": 1000,
    "announce-ip": "",
    "announce-ip-enabled": false,
    "anti-brute-force-enabled": false,
    "anti-brute-force-threshold": 100,
    "bind-address-ipv4": "10.34.217.55",
    "bind-address-ipv6": "::1",
    "blocklist-enabled": true,
    "blocklist-url": 
"https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz";,
    "cache-size-mb": 8,
    "default-trackers": "",
    "dht-enabled": true,
    "download-dir": "/a/l/RC-media/cache",
    "download-limit": 100,
    "download-limit-enabled": 0,
    "download-queue-enabled": true,
    "download-queue-size": 25,
    "encryption": 2,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/var/cache/trnsd",
    "incomplete-dir-enabled": true,
    "lpd-enabled": true,
    "max-peers-global": 200,
    "message-level": 5,
    "peer-congestion-algorithm": "",
    "peer-limit-global": 200,
    "peer-limit-per-torrent": 50,
    "peer-port": 52413,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 32768,
    "peer-port-random-on-start": true,
    "peer-socket-tos": "le",
    "pex-enabled": true,
    "pidfile": "",
    "port-forwarding-enabled": false,
    "preallocation": 0,
    "preferred-transport": "utp",
    "preferred_transport": "utp",
    "proxy-url": "",
    "proxy_url": "",
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2.0,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "reqq": 2000,
    "rpc-authentication-required": true,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-host-whitelist": "*.host0",
    "rpc-host-whitelist-enabled": true,
    "rpc-password": "{aeeb7138ccc4d953752e1a789bcc1e47be3afd0epfIse93m",
    "rpc-port": 9091,
    "rpc-socket-mode": "0750",
    "rpc-url": "/transmission/",
    "rpc-username": "Transmission",
    "rpc-whitelist": "127.0.0.1,192.168.*.*",
    "rpc-whitelist-enabled": false,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-added-enabled": false,
    "script-torrent-added-filename": "",
    "script-torrent-done-enabled": true,
    "script-torrent-done-filename": "/usr/local/bin/trns-done.sh",
    "script-torrent-done-seeding-enabled": false,
    "script-torrent-done-seeding-filename": "",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "sequential-download": false,
    "sequential_download": false,
    "sleep-per-seconds-during-verify": 100,
    "speed-limit-down": 3000,
    "speed-limit-down-enabled": true,
    "speed-limit-up": 700,
    "speed-limit-up-enabled": true,
    "start-added-torrents": true,
    "start-paused": false,
    "start_paused": true,
    "tcp-enabled": true,
    "torrent-added-verify-mode": "fast",
    "trash-original-torrent-files": false,
    "umask": "022",
    "upload-limit": 100,
    "upload-limit-enabled": 0,
    "upload-slots-per-torrent": 8,
    "utp-enabled": true,
    "watch-dir": "",
    "watch-dir-enabled": false,
    "watch-dir-force-generic": false
}


-- no debconf information

Reply via email to