[Support] binhex - Deluge


Recommended Posts

I'm not a very educated Linux user and all of a sudden I'm getting a "Permission Denied" error for any files in Deluge.

 

Would someone be able to point me in the right direction for where to troubleshoot this?

 

Deluge Preferences

 

Docker Setup

 

Thanks.

 

EDIT: Apparently I am using the delugeVPN docker. I'm going to leave this hear unless the creator wants me to move it as I would hope the problem isn't directly related to the VPN component. If it is requested that I repost in that container forum, I will do so.

Edited by Netbug
Link to comment
  • 2 weeks later...
  • 3 weeks later...
  • 1 month later...

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

 

Edited by _gregp
Link to comment
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.
 
ErrorWarningSystemArrayLoginCreated by...___. .__ .__\_ |__ |__| ____ | |__ ____ ___ ___| __ \| |/ \| | \_/ __ \\ \/ /| \_\ \ | | \ Y \ ___/ > |___ /__|___| /___| /\___ >__/\_ \\/ \/ \/ \/ \/https://hub.docker.com/u/binhex/2018-04-01 18:00:26.549083 [info] Host is running unRAID2018-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/Linux2018-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 mappings2018-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 02018-04-01 18:00:27,326 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing2018-04-01 18:00:27,331 INFO supervisord started with pid 72018-04-01 18:00:28,334 INFO spawned: 'deluge-script' with pid 462018-04-01 18:00:28,337 INFO spawned: 'deluge-web-script' with pid 472018-04-01 18:00:28,338 INFO reaped unknown pid 82018-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 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 start2018-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 startself.server.start()File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 670, in startself.start_normal()File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 678, in start_normal2018-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 listenTCPp.startListening()File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 980, in startListening2018-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  at 22748116148520 with name deluge-web-script in state RUNNING> (stderr)>2018-04-01 18:00:29,529 DEBG fd 11 closed, stopped monitoring  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 quit2018-04-01 19:15:56,245 WARN received SIGTERM indicating exit request2018-04-01 19:15:56,246 INFO waiting for deluge-script to die2018-04-01 19:15:57,247 DEBG killing deluge-script (pid 46) with signal SIGTERM2018-04-01 19:15:57,249 DEBG fd 8 closed, stopped monitoring  at 22748116148304 with name deluge-script in state STOPPING> (stdout)>2018-04-01 19:15:57,249 DEBG fd 10 closed, stopped monitoring  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 quitCreated by...___. .__ .__\_ |__ |__| ____ | |__ ____ ___ ___| __ \| |/ \| | \_/ __ \\ \/ /| \_\ \ | | \ Y \ ___/ > |___ /__|___| /___| /\___ >__/\_ \\/ \/ \/ \/ \/https://hub.docker.com/u/binhex/2018-04-01 19:22:02.200478 [info] Host is running unRAID2018-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/Linux2018-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 mappings2018-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 02018-04-01 19:22:05,518 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing2018-04-01 19:22:05,521 INFO supervisord started with pid 72018-04-01 19:22:06,525 INFO spawned: 'deluge-script' with pid 462018-04-01 19:22:06,528 INFO spawned: 'deluge-web-script' with pid 472018-04-01 19:22:06,528 INFO reaped unknown pid 82018-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 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 start2018-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 startself.server.start()File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 670, in start2018-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_normal2018-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 listenTCP2018-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 startListening2018-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  at 22844110823720 with name deluge-web-script in state RUNNING> (stderr)>2018-04-01 19:22:10,291 DEBG fd 11 closed, stopped monitoring  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 quit2018-04-01 19:34:02,077 WARN received SIGTERM indicating exit request2018-04-01 19:34:02,078 INFO waiting for deluge-script to die2018-04-01 19:34:03,079 DEBG killing deluge-script (pid 46) with signal SIGTERM2018-04-01 19:34:03,081 DEBG fd 8 closed, stopped monitoring  at 22844110823504 with name deluge-script in state STOPPING> (stdout)>2018-04-01 19:34:03,081 DEBG fd 10 closed, stopped monitoring  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 quitCreated by...___. .__ .__\_ |__ |__| ____ | |__ ____ ___ ___| __ \| |/ \| | \_/ __ \\ \/ /| \_\ \ | | \ Y \ ___/ > |___ /__|___| /___| /\___ >__/\_ \\/ \/ \/ \/ \/https://hub.docker.com/u/binhex/2018-04-01 20:10:48.802753 [info] Host is running unRAID2018-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/Linux2018-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 mappings2018-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 02018-04-01 20:10:49,384 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing2018-04-01 20:10:49,389 INFO supervisord started with pid 72018-04-01 20:10:50,392 INFO spawned: 'deluge-script' with pid 462018-04-01 20:10:50,395 INFO spawned: 'deluge-web-script' with pid 472018-04-01 20:10:50,396 INFO reaped unknown pid 82018-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 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 startweb.start()File "/usr/lib/python2.7/site-packages/deluge/ui/web/web.py", line 131, in startself.server.start()File "/usr/lib/python2.7/site-packages/deluge/ui/web/server.py", line 670, in start2018-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_normalself.socket = reactor.listenTCP(self.port, self.site, interface=self.interface)File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 495, in listenTCPp.startListening()File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 980, in startListeningraise 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  at 22389687365928 with name deluge-web-script in state RUNNING> (stderr)>2018-04-01 20:10:51,340 DEBG fd 11 closed, stopped monitoring  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

 

This is your issue:-

twisted.internet.error.CannotListenError: Couldn't listen on 0.0.0.0:8112: [Errno 98] Address already in use

It looks like you are attempting to run two containers on the same port, I'm assuming you have the lsio deluge running, stop it and then restart this one.

Sent from my SM-G935F using Tapatalk

Link to comment

Just updated to newest push and I get a

 

2018-04-05 11:14:21,415 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 7 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

Any ideas?

 

=========

 

Update, when I try to curl the IP address name servers that are in the settings for PIA they return a "Connection refused".  I didn't have this issue prior to the update...not sure if its a Deluge thing or a PIA thing.

Edited by xhaloz
Link to comment
28 minutes ago, xhaloz said:

Just updated to newest push and I get a

 


2018-04-05 11:14:21,415 DEBG 'start-script' stdout output:
[warn] Response code 000 from curl != 2xx
[warn] Exit code 7 from curl != 0
[info] 6 retries left
[info] Retrying in 10 secs...

Any ideas?

 

=========

 

Update, when I try to curl the IP address name servers that are in the settings for PIA they return a "Connection refused".  I didn't have this issue prior to the update...not sure if its a Deluge thing or a PIA thing.

 

you are in the wrong thread, thats for delugevpn and has been answered:-

 

https://lime-technology.com/forums/topic/44109-support-binhex-delugevpn/?do=findComment&comment=433617

Link to comment
  • 2 months later...

To binhex I just wanted to say a huge thanks for creating this, I got it working perfectly using custom OpenVPN settings, I just needed to upload the relevant configuration files into the /OpenVPN folder. Thanks again, very much appreciated and keep up the great work, I look forward to testing any other dockers that support VPN in the same manner, would love to see a VNC based Firefox web browser image that would be really cool ;)

Link to comment
  • 2 weeks later...

i installed this Docker image and it works fine just got 2 thing that i cant get to work.

 

1) i cant "remotely" connect to the client. I have it installed on my Qnap in a docker and all.  it has my nas IP But when i try to connect it just says offline in the client. Only the webinterface works.

2) i installed the YArss2 plugin and when  i enable it and check it again its unchecked again. I know i cant use it in the webclient that is why i tried to connect to the windows client. 

Link to comment
  • 3 months later...
On 6/17/2018 at 7:44 AM, KoNeko said:

i installed this Docker image and it works fine just got 2 thing that i cant get to work.

 

1) i cant "remotely" connect to the client. I have it installed on my Qnap in a docker and all.  it has my nas IP But when i try to connect it just says offline in the client. Only the webinterface works.

2) i installed the YArss2 plugin and when  i enable it and check it again its unchecked again. I know i cant use it in the webclient that is why i tried to connect to the windows client. 

Hi, did you find a way to get plugins to stick? I have the same problem.

Link to comment
  • 1 month later...
1 minute ago, trurl said:

Are you sure you haven't opened any ports on your router that would allow someone to access your server?

so some one is accessing my server? and just downloading in deluge?

i have my server passworded. yes ports are open 8112 is one of them but that is normal in all deluge

Link to comment
the most info i found its a tracker and some thing is randomly inserting torrents in deluge and downloading them
 
how about just turning off the port forward on your router if you are still seeing torrents added to deluge then you know it's something on your network such as sonar or radar etc

Sent from my EML-L29 using Tapatalk

Link to comment
  • 1 month later...

This is a post that i open in the wrong location

hi, this is my 3'th day on trial with Unraid, so far does move faster and i like that everything is compact

 

However today i noticed that deluge port forwarding is not working, so in my private trackers i see as not connectable, the port is properly forwarded on my router because i can download so know is working, did work all the time on my windows OS. Can that be because my download folder is set not to use cache drive (is only 150GB)? is there any special setting that i have to do? any fix please ?

Edited 22 hours ago by Danuel

=================

so i do not know what happened there, but since last pot i edited the deluge container adding the port (but what that does from what i saw is letting me to use that port in connection manager in deluge) that was forwarded by router after doing that i go back in my router to check if the port was assigned to my server (which was) and i only pressed apply, so far is working fine but still do not know what was the problem since the port was assigned in the first place and i was able to download. if i will encounter any problems i will come back with a pot 

 

this is my  original post

Link to comment
On 12/9/2018 at 1:22 PM, vurt said:

I encountered the same problem as reported above in a few posts: Enabling a plug-in (webgui) in Deluge doesn't stick. Refreshing Deluge always show the plug-in as un-ticked.

I'm having this same issue.

I tried manually editing the core.conf, core.conf~, web.conf, and web.conf~ with no luck.

I then tried accessing deluge from: localhost:8112?dev=true still no luck.

None of my plug-ins stick after a deluge docker restart.

Just to be clear, I'm running binhex's latest deluge docker container on unraid 6.6.6

Edited by PieQuest
mistype
Link to comment
11 hours ago, PieQuest said:

I'm having this same issue.

I tried manually editing the core.conf, core.conf~, web.conf, and web.conf~ with no luck.

I then tried accessing deluge from: localhost:8112?dev=true still no luck.

None of my plug-ins stick after a deluge docker restart.

Just to be clear, I'm running binhex's latest deluge docker container on unraid 6.6.6

I found a temporary fix for anyone interested.

1. Configure Deluge so that is exactly as you want it.

2. (Make sure you have the CA Backup / Restore Appdata plugin installed) Backup your docker data | MAKE SURE TO LEAVE DELUGE ON | (either backup all the dockers or just deluge).

3. Navigate to your backup, unzip the backup, copy the entire deluge docker backup folder.

4. In UnRaid, stop the deluge container, remove the container (make sure your have 'also remove the image' is checked)

5. Navigate to your Docker data/share (make sure deluge is shut down and removed). Delete the entire deluge docker folder. Paste in the deluge docker folder you copied from step 3.

6. In UnRaid, add container, navigate your ('my') containers, select the deluge one, assuming all settings are correct, hit apply.

7. Deluge will probs auto start, and you should be good to go!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.