Search found 41 matches

by sinaptika
Wed May 02, 2018 8:59 am
Forum: Support
Topic: Deluge ignoring bandwidth limits
Replies: 5
Views: 3963

Re: Deluge ignoring bandwidth limits

What CPU do you use?
Do you have shell access to the system running docker?
by sinaptika
Tue May 01, 2018 8:31 am
Forum: Support
Topic: Deluge ignoring bandwidth limits
Replies: 5
Views: 3963

Re: Deluge ignoring bandwidth limits

The image is broken. They rebased the image to Alpine Edge so now they are pulling libtorrent 1.1.5 which is not compatible with Deluge 1.3.15. Use another image.
by sinaptika
Fri Apr 27, 2018 9:03 pm
Forum: Support
Topic: deluge-web won't start via systemd
Replies: 8
Views: 21404

Re: deluge-web won't start via systemd

Systemd Type=Simple and the change in deluge-web behavior from 1.3.15 to 2.0 (-f vs -d)
You wrote all the info needed btw, I was just slow to notice :(
by sinaptika
Fri Apr 27, 2018 6:59 pm
Forum: Support
Topic: deluge-web won't start via systemd
Replies: 8
Views: 21404

Re: deluge-web won't start via systemd

Change the exec line in Service section to:

Code: Select all

ExecStart=/usr/bin/deluge-web -d
Anything?
by sinaptika
Tue Apr 24, 2018 9:16 am
Forum: Support
Topic: deluge-web won't start via systemd
Replies: 8
Views: 21404

Re: deluge-web won't start via systemd

Change the exec line in Service section to:

Code: Select all

ExecStart=/usr/bin/deluge-web
Then run:

Code: Select all

sudo systemctl daemon-reload
sudo systemctl start deluge-web.service
sudo systemctl status deluge-web.service
Since logging is now going to stdout, use

Code: Select all

journalctl -u deluge-web-service
What does it say?
by sinaptika
Sat Apr 07, 2018 7:51 am
Forum: Off-topic Discussion
Topic: What is going on? I have a https issue in your web.
Replies: 4
Views: 62894

Re: What is going on? I have a https issue in your web.

Nothing is wrong.
The site download.deluge-torrent.org uses a self signed certificate.
https://en.wikipedia.org/wiki/Self-signed_certificate


I didn't even know the main site has a le cert.
Does anyone know, does git.deluge-torrent.org support htpps now?
by sinaptika
Thu Apr 05, 2018 8:36 pm
Forum: Support
Topic: Running both deluged and deluge_web prevents start webdaemon
Replies: 5
Views: 6423

Re: Running both deluged and deluge_web prevents start webdaemon

There is one more issue, I want deluge_web to listen to another port than 8112, however changing it in the web.conf file doesn't work. Where should I change this? It keeps reverting back to 8112, after restarting the jail. deluge-web has to be first be stopped, before you can edit web.conf (and for...
by sinaptika
Thu Apr 05, 2018 12:40 pm
Forum: Support
Topic: Running both deluged and deluge_web prevents start webdaemon
Replies: 5
Views: 6423

Re: Running both deluged and deluge_web prevents start webdaemon

Perhaps you are having problems, because you keep trying to start daemon from the web interface, instead of clicking the big (shiny) connect button? Most of the suggestions below are simply steps to get you back to default settings ;) Restart jail Open gtkui on your windows10 host, connect to deluge...
by sinaptika
Thu Apr 05, 2018 10:25 am
Forum: Support
Topic: Running both deluged and deluge_web prevents start webdaemon
Replies: 5
Views: 6423

Re: Running both deluged and deluge_web prevents start webdaemon

Now I try to access it via browser and a connection menu pops up with the local daemon, when I try to start this it doesn't work. In the web interface, under connection manager, what does it say under "Status"? Did you try just clicking "Connect" on your host? Can you maybe give...
by sinaptika
Sat Mar 10, 2018 4:18 pm
Forum: Development
Topic: Deluge 2.0 Beta in a Docker
Replies: 12
Views: 16364

Re: Deluge 2.0 Beta in a Docker

The image has Deluge 2.0b1 and lt 1.1.3 It is the release the developers published here (with lt) : http://download.deluge-torrent.org/2.0/ Your version will get blocked on some trackers, no matter the peer id (since some trackers whitelist clients and user agent Deluge 2.0.xy is not whitelisted) If...