per this: https://dev.deluge-torrent.org/wiki/Faq ... enpassword
try stopping the webui service and deleting the pwd_sha1 line in the web.conf file. That should make deluge reset it to the default when the service starts up again.
Search found 9 matches
- Sun Jul 21, 2019 1:29 pm
- Forum: Support
- Topic: Can't log in
- Replies: 3
- Views: 2182
- Sat Jul 20, 2019 8:01 pm
- Forum: Support
- Topic: Can't log in
- Replies: 3
- Views: 2182
Re: Can't log in
Sounds like maybe you're using your Gtk client password in the WebUI?
The WebUI has it's own password (set to deluge by default, if I remember), port, and service.
The username/password pair is for logging into the Gtk client.
The WebUI has it's own password (set to deluge by default, if I remember), port, and service.
The username/password pair is for logging into the Gtk client.
- Thu Jul 18, 2019 7:54 pm
- Forum: Support
- Topic: [deluge-console] move command takes over terminal
- Replies: 1
- Views: 772
[deluge-console] move command takes over terminal
When I use
the file is moved, but afterward the console hangs and doesn't return until I keyboard interrupt.
Anyone else experience this? Am I doing something wrong?
Code: Select all
deluge-console move <some-torrent-id> /new/path/to/torrent/
the file is moved, but afterward the console hangs and doesn't return until I keyboard interrupt.
Anyone else experience this? Am I doing something wrong?
- Thu Jul 18, 2019 6:11 pm
- Forum: Off-topic Discussion
- Topic: Announcing Trireme for Deluge, the Deluge thin client for Android
- Replies: 19
- Views: 31956
Re: Announcing Trireme for Deluge, the Deluge thin client for Android
well done, thank you!
- Tue Sep 26, 2017 7:58 pm
- Forum: Support
- Topic: Can't Set Deluge Config Location
- Replies: 3
- Views: 2827
Re: Can't Set Deluge Config Location
I think my problem was that I was editing core.conf directly while the daemon was running. I guess that's a no-no.
I ran deluge as a user process to generate a fresh config in my home directory, then copied ~/.config/deluge to /etc/deluge and everything seems to work again with the above caveat.
I ran deluge as a user process to generate a fresh config in my home directory, then copied ~/.config/deluge to /etc/deluge and everything seems to work again with the above caveat.
- Mon Sep 25, 2017 7:09 pm
- Forum: Support
- Topic: Can't Set Deluge Config Location
- Replies: 3
- Views: 2827
Re: Can't Set Deluge Config Location
Tried the alternate systemd unit with same results as existing unit. Searched system for core.conf with and only found the one in /etc/deluge and the one in /root/.config/deluge/
/var/lib/deluge doesn't exist
Code: Select all
sudo find / -name core.conf
/var/lib/deluge doesn't exist
- Mon Sep 25, 2017 5:26 pm
- Forum: Support
- Topic: Can't Set Deluge Config Location
- Replies: 3
- Views: 2827
Can't Set Deluge Config Location
I'm running deluge from a systemd unit file in /etc/systemd/system/: [Unit] Description=Deluge Daemon After=network.target [Service] User=deluge ExecStart=/usr/bin/deluged -d -c /etc/deluge UMask=0002 Install] WantedBy=multi-user.target The contents of /etc/deluge are: -rw-rw-r-- 1 deluge deluge 73 ...
- Wed Sep 30, 2015 12:20 pm
- Forum: Support
- Topic: Can No Longer Connect to Running Daemon
- Replies: 2
- Views: 1777
Re: Can No Longer Connect to Running Daemon
Thank you, Cas. I have updated my service config files with:
and after reloading the services, things are working splendidly again. Your advice is much appreciated!
Code: Select all
-c /etc/deluge
and after reloading the services, things are working splendidly again. Your advice is much appreciated!
- Tue Sep 29, 2015 10:54 pm
- Forum: Support
- Topic: Can No Longer Connect to Running Daemon
- Replies: 2
- Views: 1777
Can No Longer Connect to Running Daemon
After upgrading to deluge 1.3.12-1 and Arch 4.2.1-1 and restarting my machine, I can't connect to my running daemon anymore. systemctl status deluged: $ systemctl status deluged ● deluged.service - Deluge Daemon Loaded: loaded (/usr/lib/systemd/system/deluged.service; enabled; vendor preset: disable...