Description of problem: The systemd service deluge-web.service is faulty. The original file has the line ExecStart=/usr/bin/deluge-web Which, when started, ● deluge-web.service - Deluge Bittorrent Client Web Interface Loaded: loaded (/usr/lib/systemd/system/deluge-web.service; disabled; vendor preset: disabled) Active: inactive (dead) Sep 29 02:46:24 nyaa-core systemd[1]: Started Deluge Bittorrent Client Web Interface. Sep 29 02:46:25 nyaa-core systemd[1]: deluge-web.service: Succeeded. On a curl to localhost:8112, the connection is refused. If the line is overridden to be ExecStart=/usr/bin/deluge-web -d deluge-web doesn't daemonize, and functions as expected. On a curl to localhost:8112, a proper response is returned. Version-Release number of selected component (if applicable): 2.0.3-2.fc31 How reproducible: Always Steps to Reproduce: 1. systemctl start deluge-daemon 2. systemctl start deluge-web 3. curl localhost:8112 Steps to Fix: 1. systemctl edit deluge-web [Service] ExecStart= ExecStart=/usr/bin/deluge-web -d 2. systemctl start deluge-web 3. curl localhost:8112 Actual results: curl localhost:8112 return connection refused Expected results: The web UI should function as expected, i.e. curl localhost:8112 should return a response PS: This is my first bug report on this system, apologies if there were ways to format this better. Please do feel free to share if so.
FEDORA-2019-fc59e942ab has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-fc59e942ab
Thanks for the bug report. Sorry it took a while to fix a minor issue. Please provide karma (feedback) to the Bodhi update when you can.
deluge-2.0.3-5.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-fc59e942ab
deluge-2.0.3-5.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.