Restarting torrents paused by share ratio limit?

General support for problems installing or using Deluge
Post Reply
janos66
New User
New User
Posts: 7
Joined: Sun Sep 03, 2023 1:50 am

Restarting torrents paused by share ratio limit?

Post by janos66 »

I had the "Share ratio reached" set to pause after 1.1 and after disabling this option, I can't manually start any torrents that were paused by this rule. I tried selecting all, pause, and resume. I restarted Deluge and tried again but these torrents seem to be frozen.
Does this rule pause torrents in a different way than manually pausing them? Why?
shinger
Leecher
Leecher
Posts: 90
Joined: Sat Jun 05, 2010 1:02 pm

Re: Restarting torrents paused by share ratio limit?

Post by shinger »

Hi Janos,

Do you maybe have other plugins installed that also have this feature? For example i use Labelplus plugin that also has this feature that i am able to set a share ratio per label so each label has a different share ratio pause feature.

If not can you verify through the config file that indeed the share ratio has been removed.

Code: Select all

sudo cat core.conf | egrep -A3 "share_ratio_limit"
It will look something like this. Here we can see all the options that are related to share ratio.

Code: Select all

<USER>@<SERVER>:/var/lib/deluge/.config/deluge# sudo cat core.conf | egrep -A3 "share_ratio_limit"
    "share_ratio_limit": 2.0,
    "shared": false,
    "stop_seed_at_ratio": false,
    "stop_seed_ratio": 2.0,
Do also a

Code: Select all

sudo systemctl status deluged.service | grep Active
Now we can see if indeed deluge daemon has been restarted or the last time it has been restarted.

It will look something like this.

Code: Select all

<USER>@<SERVER>:/var/lib/deluge/.config/deluge# sudo systemctl status deluged.service | grep Active
     Active: active (running) since Sat 2023-09-09 21:59:08 CEST; 10h ago
===============================================================
Server: Rock 5B 8 Cores (ARM), 16 GB RAM, 2 TB 970 Evo +
OS: Linux Ubuntu 22.04 LTS
Deluge: v2.1.1
Plugins: Blocklist, LabelPlus, ItConfig, MyScheduler, Stats, Notifications, YaRSS2
janos66
New User
New User
Posts: 7
Joined: Sun Sep 03, 2023 1:50 am

Re: Restarting torrents paused by share ratio limit?

Post by janos66 »

Only AutoAdd, Label and WebUI are enabled.

Code: Select all

# cat /home/deluge/.config/deluge/core.conf | egrep -A3 "share_ratio_limit"
    "share_ratio_limit": -1.0,
    "shared": false,
    "stop_seed_at_ratio": false,
    "stop_seed_ratio": 1.100000023841858,
That precision is strange but it seems to be disabled.
I don't use systemd. I stopped it again with rc-service, ran "pgrep deluge" and found no ID. I started it again and found an ID.
shinger
Leecher
Leecher
Posts: 90
Joined: Sat Jun 05, 2010 1:02 pm

Re: Restarting torrents paused by share ratio limit?

Post by shinger »

janos66 wrote: Tue Sep 12, 2023 2:44 am Only AutoAdd, Label and WebUI are enabled.

Code: Select all

# cat /home/deluge/.config/deluge/core.conf | egrep -A3 "share_ratio_limit"
    "share_ratio_limit": -1.0,
    "shared": false,
    "stop_seed_at_ratio": false,
    "stop_seed_ratio": 1.100000023841858,
That precision is strange but it seems to be disabled.
I don't use systemd. I stopped it again with rc-service, ran "pgrep deluge" and found no ID. I started it again and found an ID.
If i am not wrong label has its own options for share ratio settings. Can you look specific at 1 torrent that you have the issue with and look at the settings that it has regarding share ratio. Also turn off auto managed.
===============================================================
Server: Rock 5B 8 Cores (ARM), 16 GB RAM, 2 TB 970 Evo +
OS: Linux Ubuntu 22.04 LTS
Deluge: v2.1.1
Plugins: Blocklist, LabelPlus, ItConfig, MyScheduler, Stats, Notifications, YaRSS2
janos66
New User
New User
Posts: 7
Joined: Sun Sep 03, 2023 1:50 am

Re: Restarting torrents paused by share ratio limit?

Post by janos66 »

I never set limits through labels. But I managed to get paused torrents running. I am not sure what helped. I used the Windows client in remote mode instead of the Web UI. Then I selected all torrents and set Auto Managed = Off on all. This wasn't enough. But then I selected them again and went though all the options, set everything to unlimited, paused and resumed all, and now all are running.
Post Reply