Giter Club home page Giter Club logo

Comments (3)

drizuid avatar drizuid commented on May 30, 2024

I'm able to reproduce this
https://pastebin.com/vbDqRLQU

root@cba4ebe7e64c:/config# ps -a
PID   USER     TIME  COMMAND
    1 root      0:00 s6-svscan -t0 /var/run/s6/services
   34 root      0:00 s6-supervise s6-fdholderd
  248 root      0:00 s6-supervise transmission
  250 root      0:00 s6-supervise cron
  252 root      0:00 bash ./run
  253 root      0:00 /usr/sbin/crond -f -S -l 0 -c /etc/crontabs
  258 abc       0:06 /usr/bin/transmission-daemon -g /config -c /watch -f
  322 root      0:00 /bin/bash
  336 root      0:00 ps -a
root@cba4ebe7e64c:/config# ./blocklist-update.sh
root@cba4ebe7e64c:/config# ps -a
PID   USER     TIME  COMMAND
    1 root      0:00 s6-svscan -t0 /var/run/s6/services
   34 root      0:00 s6-supervise s6-fdholderd
  248 root      0:00 s6-supervise transmission
  250 root      0:00 s6-supervise cron
  253 root      0:00 /usr/sbin/crond -f -S -l 0 -c /etc/crontabs
  258 abc       0:10 /usr/bin/transmission-daemon -g /config -c /watch -f
  322 root      0:00 /bin/bash
  360 root      0:00 bash ./run
  362 abc       0:04 /usr/bin/transmission-daemon -g /config -c /watch -f
  416 root      0:00 ps -a

Something to add to this is that if you add a blocklist through the web gui, it will load it, but settings.json doesn't update. Because of the way blocklist-update.sh works, this means that the blocklist will never update.

from docker-transmission.

aptalca avatar aptalca commented on May 30, 2024

In order for transmission to be stopped cleanly, we need to use the user pass if auth is enabled, therefore the user pass needs to be set via the env vars USER & PASS in compose (or docker run).

If you manually set auth, our service will not be able to bring it down, resulting in launching a second instance: https://github.com/linuxserver/docker-transmission/blob/master/root/etc/services.d/transmission/run#L5-L10

This was implemented a while back but we missed an update to the readme.

from docker-transmission.

YouriT avatar YouriT commented on May 30, 2024

Makes much sense @aptalca thanks for updating the docs!

from docker-transmission.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.