tomllic

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by tomllic

  1. I did not, but I did not run it in privileged before either and it worked just fine. But I saw your post and decided to try anyway. So I'm running privileged now but I still get the same result. Any help would be appreciated, thank you. 2018-12-21 14:13:24,180 DEBG 'watchdog-script' stdout output: Script started, file is /home/nobody/typescript 2018-12-21 14:13:24,192 DEBG 'watchdog-script' stdout output: error creating /tmp/tmux-99 (Permission denied) 2018-12-21 14:13:24,204 DEBG 'watchdog-script' stdout output: Script done, file is /home/nobody/typescript [warn] Wait for rTorrent process to start aborted [info] Waiting for rTorrent process to start listening on port 5000... ^C2018-12-21 14:16:34,198 WARN received SIGINT indicating exit request 2018-12-21 14:16:34,199 INFO waiting for rutorrent-script, watchdog-script to die 2018-12-21 14:16:35,200 DEBG killing watchdog-script (pid 68) with signal SIGTERM 2018-12-21 14:16:35,201 DEBG fd 27 closed, stopped monitoring <POutputDispatcher at 139818717582184 for <Subprocess at 139818717554088 with name watchdog -script in state STOPPING> (stdout)> 2018-12-21 14:16:35,202 DEBG fd 31 closed, stopped monitoring <POutputDispatcher at 139818717582616 for <Subprocess at 139818717554088 with name watchdog -script in state STOPPING> (stderr)> 2018-12-21 14:16:35,202 INFO stopped: watchdog-script (terminated by SIGTERM) 2018-12-21 14:16:35,203 DEBG received SIGCLD indicating a child quit 2018-12-21 14:16:36,205 DEBG killing rutorrent-script (pid 65) with signal SIGTERM 2018-12-21 14:16:36,206 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 139818717555384 for <Subprocess at 139818717553800 with name rutorren t-script in state STOPPING> (stderr)> 2018-12-21 14:16:36,206 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 139818717554952 for <Subprocess at 139818717553800 with name rutorren t-script in state STOPPING> (stdout)> 2018-12-21 14:16:36,206 INFO stopped: rutorrent-script (terminated by SIGTERM) 2018-12-21 14:16:36,206 DEBG received SIGCLD indicating a child quit
  2. Hi binhex, everything worked great for me up until today and now when I start the container I get this. I searched this thread and saw some people reporting it months ago and last year, but their problem was solved since then. I tried removing the rtorrent.rc file as suggested and also to start from scratch, but it still doesn't work. Will appreciate your help, thank you. 2018-12-20 20:37:47,845 DEBG received SIGCLD indicating a child quit 2018-12-20 20:37:47,848 DEBG 'irssi-script' stdout output: [info] Autodl-irssi not enabled, skipping startup 2018-12-20 20:37:47,849 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 140540345675720 for <Subprocess at 140540345672552 with name irssi-script in state RUNNING> (stdout)> 2018-12-20 20:37:47,849 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 140540345700792 for <Subprocess at 140540345672552 with name irssi-script in state RUNNING> (stderr)> 2018-12-20 20:37:47,850 INFO exited: irssi-script (exit status 0; expected) 2018-12-20 20:37:47,850 DEBG received SIGCLD indicating a child quit 2018-12-20 20:37:47,936 DEBG 'watchdog-script' stderr output: dos2unix: converting file /config/rtorrent/config/rtorrent.rc to Unix format... 2018-12-20 20:37:48,071 DEBG 'watchdog-script' stdout output: [info] rTorrent not running 2018-12-20 20:37:48,071 DEBG 'watchdog-script' stdout output: [info] Removing any rTorrent session lock files left over from the previous run... 2018-12-20 20:37:48,077 DEBG 'watchdog-script' stdout output: [info] Attempting to start rTorrent... 2018-12-20 20:37:48,090 DEBG 'watchdog-script' stdout output: Script started, file is /home/nobody/typescript 2018-12-20 20:37:48,142 DEBG 'watchdog-script' stdout output: error creating /tmp/tmux-99 (Permission denied) 2018-12-20 20:37:48,251 DEBG 'watchdog-script' stdout output: Script done, file is /home/nobody/typescript 2018-12-20 20:38:17,551 DEBG 'watchdog-script' stdout output: [warn] Wait for rTorrent process to start aborted [info] Waiting for rTorrent process to start listening on port 5000...
  3. Sorry for the bump, I hope it's allowed, I was hoping someone could help with the issue. Thank you.
  4. Hi binhex, I'm running this in a container in a QNAP NAS, trying to create a new user for the rutorrent webui with "docker exec -it arch-rtorrentvpn-1 /home/nobody/createuser.sh XXXXX. I get "-sh: line 7: docker: command not found". I'm a noob. How should I proceed? Thank you.