linuxserver / docker-transmission

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

[BUG] <issues downloading stuck downloads in 4.0.1> #238

Closed hawk223 closed 1 year ago

hawk223 commented 1 year ago

Is there an existing issue for this?

Current Behavior

Downloads stuck on none or magnetized transfer. Works in standalone old windows version. I've seen downloads start downloading then revert back to none. Logs are showing segmentation faults. If left for a long time (a day or two) sometimes they will download.

Also a separate issue but there is likely a bug in the location code. Sonarr and Radarr are not always picking up the downloads. But resetting the location to what it already is fixes it.

Expected Behavior

It used to download before upgrade.

Steps To Reproduce

Sonarr or Radarr adds torrents.

Environment

- OS: Ubuntu 20.04.5 LTS
- How docker service was installed: distro's packagemanager

CPU architecture

x86-64

Docker creation

Compose....
docker-compose.yml
version: '3'
services:
transmission:
    image: lscr.io/linuxserver/transmission
    container_name: transmission
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=**********
    volumes:
      - /home/user/.config/transmission:/config
      - /data/Transmission:/downloads
      - /data/Transmission\torrents:/watch
    restart: unless-stopped
    network_mode: service:vpn
    depends_on:
      - vpn

Container logs

For some reason the whole output isn't being saved to file. This is what I get and following are some snippets printed to screen after.

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

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

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

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

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

User UID:    1000
User GID:    1000
───────────────────────────────────────

# do daily/weekly/monthly maintenance
# min   hour    day     month   weekday command
*/15    *       *       *       *       run-parts /etc/periodic/15min
0       *       *       *       *       run-parts /etc/periodic/hourly
0       2       *       *       *       run-parts /etc/periodic/daily
0       3       *       *       6       run-parts /etc/periodic/weekly
0       5       1       *       *       run-parts /etc/periodic/monthly

# run daily blocklist update
0 3 * * * /app/blocklist-update.sh 2>&1
[custom-init] No custom files found, skipping...
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

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

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

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

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

User UID:    1000
User GID:    1000
───────────────────────────────────────

[custom-init] No custom files found, skipping...

[2023-03-13 15:50:50.925] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 390846 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
[2023-03-13 15:51:26.235] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 390945 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
[2023-03-13 15:51:56.744] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 391038 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
[2023-03-13 15:52:26.424] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 391130 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
[2023-03-13 15:52:57.936] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 391224 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
[2023-03-13 15:53:27.312] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 391316 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
[2023-03-13 15:54:01.085] ERR torrent-metainfo.cc:630 no bencoded data to parse (84) (/home/buildozer/aports/community/transmission/src/transmission-4.0.1/libtransmission/torrent-metainfo.cc:630)
./run: line 6: 391412 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’

./run: line 6: 98989 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
./run: line 6: 99096 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
./run: line 6: 99228 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
./run: line 6: 99455 Segmentation fault      (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f
tail: invalid PID: ‘’
github-actions[bot] commented 1 year ago

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

barneyonline commented 1 year ago

I also get the same behaviour and error: ./run: line 6: 172 Segmentation fault (core dumped) s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 9091" s6-setuidgid abc /usr/bin/transmission-daemon -g /config -c /watch -f tail: invalid PID: ‘’

github-actions[bot] commented 1 year 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.

hawk223 commented 1 year ago

Any progress on this? I'm using v3 until this is resolved. It hasn't even been assigned to anyone.

j0nnymoe commented 1 year ago

Seems it was just an issue for transmission to fix, not us: https://github.com/transmission/transmission/issues/5020

github-actions[bot] commented 1 year 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.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity