Search found 4 matches

by nrauhauser
Wed Sep 08, 2021 5:36 pm
Forum: Support
Topic: Creating & seeding from Linux?
Replies: 5
Views: 7408

Re: Creating & seeding from Linux?

Installing libtorrent 1.2 PPA leaves me with a package maintainer's version of deluge-console that gets as far as noticing deluged is running, but then it just stops there. That's on Ubuntu Budgie 20.04.3 LTS and just for your info. I did what you suggested: pip3 install --user git+git://deluge-torr...
by nrauhauser
Wed Sep 08, 2021 10:41 am
Forum: Support
Topic: Creating & seeding from Linux?
Replies: 5
Views: 7408

Re: Creating & seeding from Linux?

This seems like a step forward ...

https://github.com/userdocs/python-libt ... repository

Maybe the thing to do is rent a seedbox, just so I can examine a properly configured setup.
by nrauhauser
Wed Sep 08, 2021 10:37 am
Forum: Support
Topic: Creating & seeding from Linux?
Replies: 5
Views: 7408

Re: Creating & seeding from Linux?

A quick look at dpkg shows this: python3-libtorrent 1.1.13-1.1build2 The file with 2^22 or 4mb chunks seems acceptable to deluge-console. There is a bug related to Python 3.8 - I hunted this down, edited log.py, recreated bytecode, this fixes a bunch of noise coming from deluge-console. https://git....
by nrauhauser
Wed Sep 08, 2021 9:05 am
Forum: Support
Topic: Creating & seeding from Linux?
Replies: 5
Views: 7408

Creating & seeding from Linux?

I have used deluge as a daemon on Linux with console access for a couple years now, that's been great, other than I'm paying my ISP a surcharge because I once cracked the terabyte/month limit. There are occasionally issues with Python packages, but that's my language of choice, so resolving those ha...