mu2

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mu2

  1. Hi I've been trying to get this Docker container set up on my NAS. After a couple of minutes the docker container stops and dies. I've attached the full supervisord.log, from which the relevant bits appear to be as follows, at the end: 2018-04-15 20:01:52,906 WARN received SIGTERM indicating exit request 2018-04-15 20:01:52,906 DEBG killing privoxy-script (pid 137) with signal SIGTERM 2018-04-15 20:01:52,906 INFO waiting for start-script, deluge-script, deluge-web-script, privoxy-script to die 2018-04-15 20:01:52,906 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 139822088890272 for <Subprocess at 139822091459400 with name privoxy-script in state STOPPING> (stderr)> 2018-04-15 20:01:52,907 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 139822088889840 for <Subprocess at 139822091459400 with name privoxy-script in state STOPPING> (stdout)> 2018-04-15 20:01:52,907 INFO stopped: privoxy-script (terminated by SIGTERM) 2018-04-15 20:01:52,907 DEBG received SIGCLD indicating a child quit 2018-04-15 20:01:52,907 DEBG killing deluge-web-script (pid 136) with signal SIGTERM 2018-04-15 20:01:52,907 DEBG fd 17 closed, stopped monitoring <POutputDispatcher at 139822088888976 for <Subprocess at 139822091459256 with name deluge-web-script in state STOPPING> (stdout)> 2018-04-15 20:01:52,907 DEBG fd 21 closed, stopped monitoring <POutputDispatcher at 139822088889408 for <Subprocess at 139822091459256 with name deluge-web-script in state STOPPING> (stderr)> 2018-04-15 20:01:52,907 INFO stopped: deluge-web-script (terminated by SIGTERM) 2018-04-15 20:01:52,907 DEBG received SIGCLD indicating a child quit 2018-04-15 20:01:52,907 DEBG killing deluge-script (pid 135) with signal SIGTERM 2018-04-15 20:01:52,908 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 139822088888544 for <Subprocess at 139822091459112 with name deluge-script in state STOPPING> (stderr)> 2018-04-15 20:01:52,908 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 139822091460336 for <Subprocess at 139822091459112 with name deluge-script in state STOPPING> (stdout)> 2018-04-15 20:01:52,908 INFO stopped: deluge-script (terminated by SIGTERM) 2018-04-15 20:01:52,908 DEBG received SIGCLD indicating a child quit 2018-04-15 20:01:52,908 DEBG killing start-script (pid 134) with signal SIGTERM 2018-04-15 20:01:52,908 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 139822091459616 for <Subprocess at 139822091459544 with name start-script in state STOPPING> (stdout)> 2018-04-15 20:01:52,908 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 139822091459904 for <Subprocess at 139822091459544 with name start-script in state STOPPING> (stderr)> 2018-04-15 20:01:52,908 INFO stopped: start-script (terminated by SIGTERM) 2018-04-15 20:01:52,909 DEBG received SIGCLD indicating a child quit Can anyone help me work out what is going wrong here? I'm not very expert in using Docker but have been working my way through problems as I learn. This one has me stumped, though. Thanks! supervisord.log