Search found 68 matches

by pjlbyrne
Sat Apr 06, 2024 6:54 am
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 350

Re: deluge just broke on archlinux

Okay I compiled my own python3.10 from source and worked around the problem with ssl cert validation by setting SSL_CERT_DIR in the systemd environment as detailed in other threads. Hopefully this will be stable now and not getting broken by random updates to mainline arch python or whateveer. I use...
by pjlbyrne
Sat Apr 06, 2024 6:41 am
Forum: Support
Topic: [SOLVED] "unspecified system error" on a specific tracker (Debian)
Replies: 11
Views: 10677

Re: [SOLVED] "unspecified system error" on a specific tracker (Debian)

I had assumed that setting the 'User' field in the user.conf systemd file would be sufficient to run as the deluge user,and to acquire the environment variables set for it. I needed to add the User= field to the deluged.service file AND add an EnvironmentFile field there as well to get it to work. A...
by pjlbyrne
Sat Apr 06, 2024 6:26 am
Forum: Support
Topic: [SOLVED] "unspecified system error" on a specific tracker (Debian)
Replies: 11
Views: 10677

Re: [SOLVED] "unspecified system error" on a specific tracker (Debian)

Oh you are right - I thought putting the var into the .bashrc file would be sufficient but it isn't. If I run the daemon directly outside systemd with the var set then it does work. Thanks.
by pjlbyrne
Fri Apr 05, 2024 3:07 pm
Forum: Support
Topic: [SOLVED] "unspecified system error" on a specific tracker (Debian)
Replies: 11
Views: 10677

Re: [SOLVED] "unspecified system error" on a specific tracker (Debian)

Hi (yes its me again) I have encountered the same error, but putting 'export SSL_CERT_DIR=/etc/ssl/certs' in my deluge user environment does not seem to fix the issue at the moment.
by pjlbyrne
Fri Apr 05, 2024 11:17 am
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 350

Re: deluge just broke on archlinux

I did try adding '--root=/': # python setup.py install --root=/ but I seem to have the same problem: root@nelly # systemctl status deluged.service × deluged.service - Deluge Bittorrent Client Daemon Loaded: loaded (/etc/systemd/system/deluged.service; enabled; preset: disabled) Drop-In: /etc/systemd...
by pjlbyrne
Fri Apr 05, 2024 9:44 am
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 350

Re: deluge just broke on archlinux

Ok thanks mherz. Is there a python version you recommend for building deluge? archlinux is on 3.11 - but might an older version be better?

I will set up a new venv to build & run deluge.
by pjlbyrne
Thu Apr 04, 2024 7:08 am
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 350

Re: deluge just broke on archlinux

No need for sorry! I am very grateful for your kind attention. I'm afraid I don't seem to have any .cache versions of setuptools. I tried building again and the output ends with: /home/_____/repos/deluge root@nelly # python setup.py install .. Installed /usr/lib/python3.11/site-packages/deluge-2.1.1...
by pjlbyrne
Wed Apr 03, 2024 4:59 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 350

Re: deluge just broke on archlinux

Oh thanks - do I need to pin setuptools version back then? Do I do that in archlinux package manager pacman?
Sorry, I've been building my own deluge 2 from git for years but I don't know much about the build system.
by pjlbyrne
Wed Apr 03, 2024 4:41 pm
Forum: Support
Topic: deluge just broke on archlinux
Replies: 11
Views: 350

deluge just broke on archlinux

root@nelly # systemctl status deluged.service × deluged.service - Deluge Bittorrent Client Daemon Loaded: loaded (/etc/systemd/system/deluged.service; enabled; preset: disabled) Drop-In: /etc/systemd/system/deluged.service.d └─user.conf Active: failed (Result: exit-code) since Wed 2024-04-03 16:28:5...