Search found 6 matches

by buzzwallard
Sun Apr 14, 2024 2:58 am
Forum: Support
Topic: deluge-console: port must be an integer!
Replies: 1
Views: 286

deluge-console: port must be an integer!

In attempting to add a new connection based on values in /srv/deluge/.config/deluge/auth I am getting what looks to be a parsing error in the dialog: Entering new connection as - Hostname:localhost - Port : 58846 (entered with space and without space) - username: localclient - password <cut from aut...
by buzzwallard
Sun Apr 14, 2024 1:55 am
Forum: Support
Topic: username does not exist
Replies: 6
Views: 406

Re: username does not exist

As an additional note, you have to edit the connection, you can't just use the prompt that happens when you connect. deluge-gtk is working great using the credentials in the /srv/deluge ... auth file. I can see the downloading seeding torrents and manage them using the UI. Noting that deluge-gtk Ho...
by buzzwallard
Sun Apr 14, 2024 1:37 am
Forum: Support
Topic: oops: deleted systemd service override
Replies: 3
Views: 305

Re: oops: deleted systemd service override

Thanks yes.
by buzzwallard
Fri Apr 12, 2024 11:08 pm
Forum: Support
Topic: oops: deleted systemd service override
Replies: 3
Views: 305

Re: oops: deleted systemd service override

I found it. Here is the default /lib/systemd/system/deluged.service.d/user.conf file

Code: Select all

# Override service user
[Service]
User=deluge
Group=deluge
by buzzwallard
Fri Apr 12, 2024 8:57 pm
Forum: Support
Topic: username does not exist
Replies: 6
Views: 406

username does not exist

I have some serious misconfiguration somewhere. For example when running deluge-gtk, or deluge-console I get 'username does not exist' no matter what username I offer to the connection manager.deluge I see two locations for username and none of the usernames are recognized: 1. in the auth files at ....
by buzzwallard
Fri Apr 12, 2024 1:54 pm
Forum: Support
Topic: oops: deleted systemd service override
Replies: 3
Views: 305

oops: deleted systemd service override

deluge 1:2.1.1-4 / 6.8.2-arch2-1

In hacking about I deleted directory /lib/systemd/system/deluged.d/ The conf file within was a simple user/pass setting.

How can I reconstruct that?

An example would be good enough.