Search found 46 matches

by iconoclasthero
Sun Sep 26, 2021 2:52 pm
Forum: Support
Topic: A stop job is running for bittorrent client daemon
Replies: 3
Views: 5904

A stop job is running for bittorrent client daemon

I don't understand why deluged determines that my system will wait until it is ready to reboot instead of when I am ready (i.e., if I need to reboot my computer, that needs to happen yesterday, not after deluge bittorrent client daemon waits for five minutes). It appears that a solution might be: ``...
by iconoclasthero
Thu Sep 23, 2021 11:45 am
Forum: Support
Topic: Any way to reduce memory when using Deluge
Replies: 10
Views: 22071

deluge-gtk using large amounts of resident RAM - memory leaks?

Hi, Their are settings that can help but may reduce the seeding capacity too. On a regular computer the caching of the OS tends to "eat" all the memory, certainly with a Bitorrent client. You can find some hints with the ltconfig plugin and the built-in profile "low memory". Wou...
by iconoclasthero
Thu Sep 23, 2021 11:21 am
Forum: Support
Topic: 500 lines of errors in syslog when deluged starts -- constant running errors
Replies: 4
Views: 7373

Re: 500 lines of errors in syslog when deluged starts -- constant running errors

Thanks!
Honestly, I don't remember what the stats plugin was for and now that I don't have that tab in the torrent details section, I don't really miss it.
by iconoclasthero
Sat Sep 11, 2021 5:45 pm
Forum: Support
Topic: 500 lines of errors in syslog when deluged starts -- constant running errors
Replies: 4
Views: 7373

Re: 500 lines of errors in syslog when deluged starts -- constant running errors

Just getting back to this. I ran those two lines of code, but simply disabling the stats seems to have gone a long way to not have syslog taking over my my root SSD.

The dev branch is a problem because there are sites that do not accept the use of dev brances.
by iconoclasthero
Mon Sep 06, 2021 1:08 pm
Forum: Support
Topic: 500 lines of errors in syslog when deluged starts -- constant running errors
Replies: 4
Views: 7373

500 lines of errors in syslog when deluged starts -- constant running errors

I started looking at my syslog because it was becoming enormous and I was getting notices that / was filling up. (/var/log/syslog.1 is 1.6 GB). I noticed a set of what appeared to be repeating errors: https://pastebin.com/3EhXUXEw One of them was the Stats-0.4.egg plugin so I disabled it and then `s...
by iconoclasthero
Thu Sep 02, 2021 9:31 pm
Forum: Development
Topic: "Move Download Folder" dialog box design suggestions
Replies: 0
Views: 63474

"Move Download Folder" dialog box design suggestions

With the advent of Deluge 2.0 came the new "Move Download Folder" dialog box. I don't remember how the old one worked, but, in concept the new dialog box is a big improvement, but it still needs to work to make it more useful. $ \deluged -v deluged 2.0.3 libtorrent: 1.1.13.0 Python: 3.8.10...
by iconoclasthero
Fri Jun 25, 2021 12:36 am
Forum: Support
Topic: libtorrent::libtorrent_exception
Replies: 3
Views: 6287

Re: libtorrent::libtorrent_exception

Adding onto this. I found deleting the session.state and session.state.bak in the .config folder fixed the issue for me. The logs from journalctl Started Deluge Bittorrent Client Daemon. Deluge daemon 2.0.3-2-201906121747-ubuntu18.04.1 Successfully loaded session.state: /var/lib/deluge/.config/delu...
by iconoclasthero
Wed Apr 22, 2020 2:02 pm
Forum: Support
Topic: Migrating deluge server from 18.04 -> 20.04
Replies: 13
Views: 15128

Re: Migrating deluge server from 18.04 -> 20.04

Hi, You've to drop the initd and use the systemd method https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html You can find systemd example to start Deluged and Deluge-web if needed, the logging option, and an additional condition (mount) I advise you to avoid Deluged starting prior th...
by iconoclasthero
Wed Apr 22, 2020 2:22 am
Forum: Support
Topic: Migrating deluge server from 18.04 -> 20.04
Replies: 13
Views: 15128

Re: Migrating deluge server from 18.04 -> 20.04

Huh, twisted was causing the same problem I guess...and i went through and after doing each step, I can manually start deluged, thanks for that! I have all my files transferred over just fine and everything seems like it's reporting correctly in terms of what's there, etc. Unfortunately, I can't see...
by iconoclasthero
Tue Apr 21, 2020 3:18 pm
Forum: Support
Topic: Migrating deluge server from 18.04 -> 20.04
Replies: 13
Views: 15128

Re: Migrating deluge server from 18.04 -> 20.04

FWIW, from my old install: /etc/systemd/system/deluged: $ cat deluged.service [Unit] Description=Deluge Bittorrent Client Daemon After=network-online.target [Service] Type=simple User=deluge Group=media UMask=002 ExecStart=/usr/bin/deluged -d -l /var/log/deluge/daemon.log -L warning Restart=on-failu...