Ubuntu CLI Install - Failed to start deluged.service
Posted: Sat Oct 26, 2024 2:36 am
Looking to get some input on an issue I'm running into setting up Deluge via CLI on an Ubuntu Server 24.04.1. I installed via "apt install deluged", and after that went through the initial steps in this guide to set up a user, create systemd service file, and attempt to start Deluge. However, when I run "systemctl status deluged", I get the below:
This is a pretty new installation of Ubuntu, so not much else on the machine. Any recommendations are welcome!
Code: Select all
× deluged.service - Deluge Bittorrent Client Daemon
Loaded: loaded (/etc/systemd/system/deluged.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/deluged.service.d
└─user.conf
Active: failed (Result: exit-code) since Sat 2024-10-26 02:29:37 UTC; 14s ago
Duration: 6ms
Main PID: 4240 (code=exited, status=203/EXEC)
CPU: 4ms
Oct 26 02:29:37 suzie systemd[1]: deluged.service: Scheduled restart job, restart counter is at 5.
Oct 26 02:29:37 suzie systemd[1]: deluged.service: Start request repeated too quickly.
Oct 26 02:29:37 suzie systemd[1]: deluged.service: Failed with result 'exit-code'.
Oct 26 02:29:37 suzie systemd[1]: Failed to start deluged.service - Deluge Bittorrent Client Daemon.