Jump to content

_gregp

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by _gregp

  1. Silly problem, but I can't even access the web GUI for Binhex-ArchDeluge.

    Whenever I attempt to launch the web GUI from the Docker page, my browser throws an error that says "The connection has been reset." This happens in both Firefox and Edge.

     

    I don't have this problem with any other Docker application, including linuxserver's Deluge (although I do have a different set of problems with that container).

     

    Any idea what's up?

     

    I'm running unraid 6.5, the latest version of Deluge, and am using the standard configuration.

     

    
    
    ErrorWarningSystemArrayLogin
    
    Created by...
    ___. .__ .__
    \_ |__ |__| ____ | |__ ____ ___ ___
    | __ \| |/ \| | \_/ __ \\ \/ /
    | \_\ \ | | \ Y \ ___/ > <
    |___ /__|___| /___| /\___ >__/\_ \
    \/ \/ \/ \/ \/
    https://hub.docker.com/u/binhex/
    
    2018-04-01 18:00:26.549083 [info] Host is running unRAID
    2018-04-01 18:00:26.579929 [info] System information Linux 940a19d79413 4.14.26-unRAID #1 SMP PREEMPT Mon Mar 12 16:21:20 PDT 2018 x86_64 GNU/Linux
    2018-04-01 18:00:26.617974 [info] PUID defined as '99'
    2018-04-01 18:00:26.659326 [info] PGID defined as '100'
    2018-04-01 18:00:26.872679 [info] UMASK defined as '000'
    2018-04-01 18:00:26.913545 [info] Permissions already set for volume mappings
    2018-04-01 18:00:26.948070 [info] Setting permissions on files/folders inside container...
    2018-04-01 18:00:26.996046 [info] Starting Supervisor...
    2018-04-01 18:00:27,325 CRIT Set uid to user 0
    2018-04-01 18:00:27,326 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing
    2018-04-01 18:00:27,331 INFO supervisord started with pid 7
    2018-04-01 18:00:28,334 INFO spawned: 'deluge-script' with pid 46
    2018-04-01 18:00:28,337 INFO spawned: 'deluge-web-script' with pid 47
    2018-04-01 18:00:28,338 INFO reaped unknown pid 8
    2018-04-01 18:00:28,348 DEBG 'deluge-script' stdout output:
    [info] Deluge config file already exists, skipping copy
    [info] Starting Deluge daemon...
    
    2018-04-01 18:00:28,348 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-04-01 18:00:28,348 INFO success: deluge-web-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-04-01 18:00:28,942 DEBG 'deluge-web-script' stdout output:
    [info] Starting Deluge webui...
    
    2018-04-01 18:00:29,492 DEBG 'deluge-web-script' stderr output:
    Traceback (most recent call last):
    File "/usr/bin/deluge-web", line 11, in <module>
    load_entry_point('deluge==1.3.15', 'console_scripts', 'deluge-web')()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 144, in start
    
    2018-04-01 18:00:29,493 DEBG 'deluge-web-script' stderr output:
    web.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 131, in start
    self.server.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 670, in start
    self.start_normal()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 678, in start_normal
    
    2018-04-01 18:00:29,494 DEBG 'deluge-web-script' stderr output:
    self.socket = reactor.listenTCP(self.port, self.site, interface=self.interface)
    File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 495, in listenTCP
    p.startListening()
    File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 980, in startListening
    
    2018-04-01 18:00:29,494 DEBG 'deluge-web-script' stderr output:
    raise CannotListenError(self.interface, self.port, le)
    twisted.internet.error.CannotListenError:
    2018-04-01 18:00:29,495 DEBG 'deluge-web-script' stderr output:
    Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use.
    
    2018-04-01 18:00:29,528 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 22748116149816 for <Subprocess at 22748116148520 with name deluge-web-script in state RUNNING> (stderr)>
    2018-04-01 18:00:29,529 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22748116149384 for <Subprocess at 22748116148520 with name deluge-web-script in state RUNNING> (stdout)>
    2018-04-01 18:00:29,529 INFO exited: deluge-web-script (exit status 1; not expected)
    2018-04-01 18:00:29,530 DEBG received SIGCLD indicating a child quit
    2018-04-01 19:15:56,245 WARN received SIGTERM indicating exit request
    2018-04-01 19:15:56,246 INFO waiting for deluge-script to die
    2018-04-01 19:15:57,247 DEBG killing deluge-script (pid 46) with signal SIGTERM
    2018-04-01 19:15:57,249 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22748116148592 for <Subprocess at 22748116148304 with name deluge-script in state STOPPING> (stdout)>
    2018-04-01 19:15:57,249 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22748116148952 for <Subprocess at 22748116148304 with name deluge-script in state STOPPING> (stderr)>
    2018-04-01 19:15:57,250 INFO stopped: deluge-script (terminated by SIGTERM)
    2018-04-01 19:15:57,250 DEBG received SIGCLD indicating a child quit
    Created by...
    ___. .__ .__
    \_ |__ |__| ____ | |__ ____ ___ ___
    | __ \| |/ \| | \_/ __ \\ \/ /
    | \_\ \ | | \ Y \ ___/ > <
    |___ /__|___| /___| /\___ >__/\_ \
    \/ \/ \/ \/ \/
    https://hub.docker.com/u/binhex/
    
    2018-04-01 19:22:02.200478 [info] Host is running unRAID
    2018-04-01 19:22:02.252855 [info] System information Linux 940a19d79413 4.14.26-unRAID #1 SMP PREEMPT Mon Mar 12 16:21:20 PDT 2018 x86_64 GNU/Linux
    2018-04-01 19:22:02.410741 [info] PUID defined as '99'
    2018-04-01 19:22:02.646496 [info] PGID defined as '100'
    2018-04-01 19:22:03.454394 [info] UMASK defined as '000'
    2018-04-01 19:22:03.496110 [info] Permissions already set for volume mappings
    2018-04-01 19:22:03.531807 [info] Setting permissions on files/folders inside container...
    2018-04-01 19:22:03.631906 [info] Starting Supervisor...
    2018-04-01 19:22:05,517 CRIT Set uid to user 0
    2018-04-01 19:22:05,518 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing
    2018-04-01 19:22:05,521 INFO supervisord started with pid 7
    2018-04-01 19:22:06,525 INFO spawned: 'deluge-script' with pid 46
    2018-04-01 19:22:06,528 INFO spawned: 'deluge-web-script' with pid 47
    2018-04-01 19:22:06,528 INFO reaped unknown pid 8
    2018-04-01 19:22:06,599 DEBG 'deluge-script' stdout output:
    [info] Deluge config file already exists, skipping copy
    [info] Starting Deluge daemon...
    
    2018-04-01 19:22:06,599 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-04-01 19:22:06,599 INFO success: deluge-web-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-04-01 19:22:09,416 DEBG 'deluge-web-script' stdout output:
    [info] Starting Deluge webui...
    
    2018-04-01 19:22:10,236 DEBG 'deluge-web-script' stderr output:
    Traceback (most recent call last):
    File "/usr/bin/deluge-web", line 11, in <module>
    load_entry_point('deluge==1.3.15', 'console_scripts', 'deluge-web')()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 144, in start
    
    2018-04-01 19:22:10,249 DEBG 'deluge-web-script' stderr output:
    web.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 131, in start
    self.server.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 670, in start
    
    2018-04-01 19:22:10,250 DEBG 'deluge-web-script' stderr output:
    self.start_normal()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 678, in start_normal
    
    2018-04-01 19:22:10,250 DEBG 'deluge-web-script' stderr output:
    self.socket = reactor.listenTCP(self.port, self.site, interface=self.interface)
    File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 495, in listenTCP
    
    2018-04-01 19:22:10,258 DEBG 'deluge-web-script' stderr output:
    p.startListening()
    File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 980, in startListening
    
    2018-04-01 19:22:10,259 DEBG 'deluge-web-script' stderr output:
    raise CannotListenError(self.interface, self.port, le)
    
    2018-04-01 19:22:10,259 DEBG 'deluge-web-script' stderr output:
    twisted.internet.error.CannotListenError: Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use.
    
    2018-04-01 19:22:10,290 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 22844110825016 for <Subprocess at 22844110823720 with name deluge-web-script in state RUNNING> (stderr)>
    2018-04-01 19:22:10,291 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22844110824584 for <Subprocess at 22844110823720 with name deluge-web-script in state RUNNING> (stdout)>
    2018-04-01 19:22:10,291 INFO exited: deluge-web-script (exit status 1; not expected)
    2018-04-01 19:22:10,291 DEBG received SIGCLD indicating a child quit
    2018-04-01 19:34:02,077 WARN received SIGTERM indicating exit request
    2018-04-01 19:34:02,078 INFO waiting for deluge-script to die
    2018-04-01 19:34:03,079 DEBG killing deluge-script (pid 46) with signal SIGTERM
    2018-04-01 19:34:03,081 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22844110823792 for <Subprocess at 22844110823504 with name deluge-script in state STOPPING> (stdout)>
    2018-04-01 19:34:03,081 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22844110824152 for <Subprocess at 22844110823504 with name deluge-script in state STOPPING> (stderr)>
    2018-04-01 19:34:03,082 INFO stopped: deluge-script (terminated by SIGTERM)
    2018-04-01 19:34:03,082 DEBG received SIGCLD indicating a child quit
    Created by...
    ___. .__ .__
    \_ |__ |__| ____ | |__ ____ ___ ___
    | __ \| |/ \| | \_/ __ \\ \/ /
    | \_\ \ | | \ Y \ ___/ > <
    |___ /__|___| /___| /\___ >__/\_ \
    \/ \/ \/ \/ \/
    https://hub.docker.com/u/binhex/
    
    2018-04-01 20:10:48.802753 [info] Host is running unRAID
    2018-04-01 20:10:48.837437 [info] System information Linux 940a19d79413 4.14.26-unRAID #1 SMP PREEMPT Mon Mar 12 16:21:20 PDT 2018 x86_64 GNU/Linux
    2018-04-01 20:10:48.877465 [info] PUID defined as '99'
    2018-04-01 20:10:48.922991 [info] PGID defined as '100'
    2018-04-01 20:10:49.092476 [info] UMASK defined as '000'
    2018-04-01 20:10:49.130675 [info] Permissions already set for volume mappings
    2018-04-01 20:10:49.160253 [info] Setting permissions on files/folders inside container...
    2018-04-01 20:10:49.202679 [info] Starting Supervisor...
    2018-04-01 20:10:49,384 CRIT Set uid to user 0
    2018-04-01 20:10:49,384 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing
    2018-04-01 20:10:49,389 INFO supervisord started with pid 7
    2018-04-01 20:10:50,392 INFO spawned: 'deluge-script' with pid 46
    2018-04-01 20:10:50,395 INFO spawned: 'deluge-web-script' with pid 47
    2018-04-01 20:10:50,396 INFO reaped unknown pid 8
    2018-04-01 20:10:50,405 DEBG 'deluge-script' stdout output:
    [info] Deluge config file already exists, skipping copy
    [info] Starting Deluge daemon...
    
    2018-04-01 20:10:50,406 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-04-01 20:10:50,406 INFO success: deluge-web-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-04-01 20:10:50,877 DEBG 'deluge-web-script' stdout output:
    [info] Starting Deluge webui...
    
    2018-04-01 20:10:51,311 DEBG 'deluge-web-script' stderr output:
    Traceback (most recent call last):
    File "/usr/bin/deluge-web", line 11, in <module>
    load_entry_point('deluge==1.3.15', 'console_scripts', 'deluge-web')()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 144, in start
    web.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 131, in start
    self.server.start()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 670, in start
    
    2018-04-01 20:10:51,311 DEBG 'deluge-web-script' stderr output:
    self.start_normal()
    File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 678, in start_normal
    self.socket = reactor.listenTCP(self.port, self.site, interface=self.interface)
    File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 495, in listenTCP
    p.startListening()
    File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 980, in startListening
    raise CannotListenError(self.interface, self.port, le)
    twisted.internet.error.CannotListenError: Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use.
    
    2018-04-01 20:10:51,340 DEBG fd 16 closed, stopped monitoring <POutputDispatcher at 22389687367224 for <Subprocess at 22389687365928 with name deluge-web-script in state RUNNING> (stderr)>
    2018-04-01 20:10:51,340 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22389687366792 for <Subprocess at 22389687365928 with name deluge-web-script in state RUNNING> (stdout)>
    2018-04-01 20:10:51,341 INFO exited: deluge-web-script (exit status 1; not expected)
    2018-04-01 20:10:51,341 DEBG received SIGCLD indicating a child quit

     

×
×
  • Create New...