bind-address-ipv6 not keeping its settings.

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
ranpha
Posts: 8
Joined: Sat Mar 05, 2011 10:33 am

bind-address-ipv6 not keeping its settings.

Post by ranpha »

Hello,

I have a problem with bind-address-ipv6 not keeping its setting when the daemon is started. Every time I edit the said option in settings.json while the daemon is off, from the default "::" to something like "[2a00:dd80:fb80::200]" (example only), when I start the daemon again, the 'bind-address-ipv6' value will revert back to "::".

transmission version is the latest one (2.84), libevent is 2.0.21 and OS is CentOS 6.5 64-bit.
ranpha
Posts: 8
Joined: Sat Mar 05, 2011 10:33 am

Re: bind-address-ipv6 not keeping its settings.

Post by ranpha »

Yes, it is the one Transmission is loading, there are no other settings.json in the system. Other options like 'speed-limit-up', 'speed-limit-up-enabled', 'upload-slots-per-torrent',' download-dir' et. al which values I have also changed, works correctly in transmission-daemon. Only 'bind-address-ipv6' does not work, transmission-daemon binds itself to all IPv6 addresses that is present on eth0 interface, when I only wants transmission-daemon to use only one of it.
ranpha
Posts: 8
Joined: Sat Mar 05, 2011 10:33 am

Re: bind-address-ipv6 not keeping its settings.

Post by ranpha »

Below is the output of "transmission-remote -si"

Code: Select all

VERSION
  Daemon version: 2.84 (14307)
  RPC version: 15
  RPC minimum version: 1

CONFIG
  Configuration directory: /home/<username-redacted>/.config/transmission-daemon
  Download directory: /home/<username-redacted>/finished
  Listenport: 60001
  Portforwarding enabled: Yes
  uTP enabled: Yes
  Distributed hash table enabled: Yes
  Local peer discovery enabled: No
  Peer exchange allowed: Yes
  Encryption: preferred
  Maximum memory cache size: 32.00 MiB

LIMITS
  Peer limit: 500
  Default seed ratio limit: 10.0
  Upload speed limit: 5.12 MB/s (Enabled limit: 5.12 MB/s; Disabled turtle limit: 50 kB/s)
  Download speed limit: Unlimited (Disabled limit: 5.12 MB/s; Disabled turtle limit: 50 kB/s)

MISC
  Autostart added torrents: Yes
  Delete automatically added torrents: No
In other words, the correct settings.json is loaded.
ranpha
Posts: 8
Joined: Sat Mar 05, 2011 10:33 am

Re: bind-address-ipv6 not keeping its settings.

Post by ranpha »

Continuing from https://trac.transmissionbt.com/ticket/5787#comment:6, is there any resolution to this after all.
Post Reply