linuxserver / docker-transmission

GNU General Public License v3.0
577 stars 179 forks source link

[BUG] constant download from github #282

Open charliemac93 opened 1 month ago

charliemac93 commented 1 month ago

Is there an existing issue for this?

Current Behavior

my router is showing a near constant download of 1.19Mbps from github to transmission container. after investigation it's been happening for over a month.

Screenshot 2024-07-07 at 4 46 48 PM

Expected Behavior

No response

Steps To Reproduce

my best guess is the blocklist which is using https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz. If i use the transmission remote command it works fine but if i try to update the blocklist from within the gui it just says updating.

Environment

- OS: Linux 5.10.110-38-rockchip #7a04ba0ad SMP Wed Jun 19 11:54:45 UTC 2024 aarch64
- How docker service was installed: see below

CPU architecture

arm64

Docker creation

docker run -d \
  --name=transmission \
  -e PUID=1002 \
  -e PGID=1002 \
  -e TZ=America/New_York \
  -p 9091:9091 \
  -p 51413:51413 \
  -p 51413:51413/udp \
  -v /home/docker/transmission/config:/config \
  -v /mnt/Data:/downloads \
  -v /home/docker/transmission/watch:/watch \
  --restart unless-stopped \
  ghcr.io/linuxserver/transmission:latest

Container logs

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1002
User GID:    1002
───────────────────────────────────────
Linuxserver.io version: 4.0.6-r0-ls244
Build-date: 2024-07-02T10:34:58+00:00
───────────────────────────────────────

ln: failed to create symbolic link '/transmissionic/index.html': File exists
ln: failed to create symbolic link '/combustion-release/index.html': File exists
ln: failed to create symbolic link '/flood-for-transmission/index.html': File exists
ln: failed to create symbolic link '/kettu/index.html': File exists
ln: failed to create symbolic link '/transmission-web-control/index.html': File exists
[custom-init] No custom files found, skipping...
Connection to localhost (127.0.0.1) 9091 port [tcp/*] succeeded!
[ls.io-init] done.
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.