Skip to content

5.3.2 has a broken version of Flood #2961

@zacharee

Description

@zacharee

Is there a pinned issue for this?

  • I have read the pinned issues and could not find my issue

Is there an existing or similar issue/discussion for this?

  • I have searched the existing issues
  • I have searched the existing discussions

Is there any comment in the documentation for this?

  • I have read the documentation, especially the FAQ and Troubleshooting parts

Is this related to a provider?

  • I have checked the provider repo for issues
  • My issue is NOT related to a provider

Are you using the latest release?

  • I am using the latest release

Have you tried using the dev branch latest?

  • I have tried using dev branch

Docker run config used

services:
    transmission-openvpn:
        restart: always
        cap_add:
            - NET_ADMIN
        volumes:
            - '/Volume1/public/Transmission/:/data'
            - '/Volume2/DockerAppsData/transmission:/config'
            - '/Volume2/DockerAppsData/transmission/protonvpn/:/etc/openvpn/custom/'
        environment:
            - OPENVPN_PROVIDER=custom
            - OPENVPN_CONFIG=us-ny-615.protonvpn.udp
            - OPENVPN_USERNAME=****
            - OPENVPN_PASSWORD=****
            - LOCAL_NETWORK=192.168.0.0/16
            - TRANSMISSION_WEB_UI=flood-for-transmission
            - TRANSMISSION_RPC_USERNAME=****
            - TRANSMISSION_RPC_PASSWORD=****
            - TRANSMISSION_RPC_AUTHENTICATION_REQUIRED=true
            - DEBUG=true
        logging:
            driver: json-file
            options:
                max-size: 10m
        ports:
            - '9091:9091'
        image: haugene/transmission-openvpn
        dns:
            - 1.1.1.1
            - 1.0.0.1

Current Behavior

The version of Flood included in 5.3.2 doesn't have a fix for a missing function introduced sometime between 5.3.1 and 5.3.2. This makes it impossible to add trackers for torrents when using Flood.

I tried the dev and master tags, but both fail with the below.

Expected Behavior

It should be possible to add trackers to torrents.

How have you tried to solve the problem?

For now, I just manually set the image tag to 5.3.1, which has a working version of Flood.

Log output

2025-08-24 23:45:48 TUN/TAP device tun0 opened
2025-08-24 23:45:48 net_iface_mtu_set: mtu 1500 for tun0
2025-08-24 23:45:48 net_iface_up: set tun0 up
2025-08-24 23:45:48 net_addr_v4_add: 10.96.0.26/16 dev tun0
2025-08-24 23:45:48 /etc/openvpn/update-resolv-conf tun0 1500 0 10.96.0.26 255.255.0.0 init
dhcp-option DNS 10.96.0.1
Dropped protocol specifier '.openvpn' from 'tun0.openvpn'. Using 'tun0' (ifindex=8).
sd_bus_open_system: No such file or directory
2025-08-24 23:45:49 WARNING: Failed running command (--up/--down): external program exited with error status: 1
2025-08-24 23:45:49 Exiting due to fatal error

HW/SW Environment

- OS: TerraMaster OS 6 (modified Ubuntu 2x.xx with custom kernel "6.1.120+")
- Docker: 27.2.1, build 9e34c9b

Anything else?

This is the commit that fixed the issue in Flood. I'm not sure when it was introduced, but it was sometime after 5.3.1 was built: johman10/flood-for-transmission@b824306

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions