Can you help me? Deluge stoppped working

General support for problems installing or using Deluge
Post Reply
pflame
New User
New User
Posts: 4
Joined: Thu Feb 20, 2025 6:01 am

Can you help me? Deluge stoppped working

Post by pflame »

Hello everyone, I bought a dedicated server not too long ago that has ubuntu 24 running on it, had deluge installed and it was working perfectly, suddenly it stopped and all efforts to get it running has been futile. I've reinstalled it several times but i still get the same error day in and day out.

This is what i get when i check the status of deluge on my server. Any help gesture to get deluge up and running will be greatly appreciated, thank you,


× deluged.service - Deluge Bittorrent Client Daemon
Loaded: loaded (/etc/systemd/system/deluged.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Mon 2025-02-17 18:35:34 CET; 1 day 2h ago
Duration: 414ms
Main PID: 3259 (code=exited, status=1/FAILURE)
CPU: 423ms

Feb 17 18:35:34 clue systemd[1]: deluged.service: Main process exited, code=exited, status=1/FAILURE
Feb 17 18:35:34 clue systemd[1]: deluged.service: Failed with result 'exit-code'.
Feb 17 18:35:34 clue systemd[1]: deluged.service: Scheduled restart job, restart counter is at 5.
Feb 17 18:35:34 clue systemd[1]: deluged.service: Start request repeated too quickly.
Feb 17 18:35:34 clue systemd[1]: deluged.service: Failed with result 'exit-code'.
Feb 17 18:35:34 clue systemd[1]: Failed to start deluged.service - Deluge Bittorrent Client Daemon.
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Can you help me? Deluge stoppped working

Post by mhertz »

Please post output from these two lines thanks:

sudo systemctl cat deluged
sudo systemctl cat deluge-web

Also, can you run it by itself fine through sudo -u deluge deluged? Change the username right after the '-u' if not deluge.
pflame
New User
New User
Posts: 4
Joined: Thu Feb 20, 2025 6:01 am

Re: Can you help me? Deluge stoppped working

Post by pflame »

# /etc/systemd/system/deluged.service

[Unit]
Description=Deluge Bittorrent Client Daemon
After=network-online.target

[Service]
Type=simple
User=deluge
Group=deluge
UMask=007
ExecStart=/usr/bin/deluged -d
Restart=on-failure

# Configures the time to wait before service is stopped forcefully.
TimeoutStopSec=300

[Install]
WantedBy=multi-user.target
root@clue:~#
pflame
New User
New User
Posts: 4
Joined: Thu Feb 20, 2025 6:01 am

Re: Can you help me? Deluge stoppped working

Post by pflame »

# /etc/systemd/system/deluge-web.service
[Unit]
Description=Deluge Bittorrent Client Web Interface
After=network-online.target

[Service]
Type=simple
User=deluge
Group=deluge
UMask=027
ExecStart=/usr/bin/deluge-web -d
Restart=on-failure

[Install]
WantedBy=multi-user.target
root@clue:~#
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Can you help me? Deluge stoppped working

Post by mhertz »

Thanks(sometimes deluge-web are dependent with deluged). Can you run without systemd, with the sudo command listed in my last post. Also where deluge from, ppa or deb repo etc. The deluge deb package uses by default a Debian-deluged user and path, but you have yourself made deluge user right, as per your own systemd service, so followed e.g :https://deluge.readthedocs.io/en/latest ... rvice.html ? I have tested deluge on ubuntu 24 before btw, in previous forum posts here.
pflame
New User
New User
Posts: 4
Joined: Thu Feb 20, 2025 6:01 am

Re: Can you help me? Deluge stoppped working

Post by pflame »

Thank you i am a newbie to ubuntu but i will try and let you know, than you for the help
Post Reply