Page 1 of 1

Deluge won't start

Posted: Thu Oct 19, 2017 6:59 pm
by w00tmuh00t
I'm kinda new to Linux so bear with me please.

Had a issue with deluge (wouldn't start) so I tried purging and delete the .config file to start from scratch. All i did before was change the password and add a few plugins and add a user to the auth file. It broke after that... not really sure why?
When trying to start deluge now it won't re-create the ~/.config/deluge files.

Now when I tried reinstalling (Tried both headless install and PPA repo) the Daemon gives me the following error:

Code: Select all

sudo systemctl status deluged
● deluged.service - Deluge Bittorrent Client Daemon
   Loaded: loaded (/etc/systemd/system/deluged.service; enabled; vendor preset: enabled)
   Active: inactive (dead) (Result: exit-code) since Thu 2017-10-19 11:43:43 PDT; 12s ago
     Docs: man:deluged
  Process: 3892 ExecStart=/usr/bin/deluged -d (code=exited, status=1/FAILURE)
 Main PID: 3892 (code=exited, status=1/FAILURE)

systemd[1]: deluged.service: Start request repeated too quickly.
systemd[1]: Failed to start Deluge Bittorrent Client Daemon.

Code: Select all

sudo systemctl status deluge-web
● deluge-web.service - Deluge Bittorrent Client Web Interface
   Loaded: loaded (/etc/systemd/system/deluge-web.service; enabled; vendor preset: enabled)
   Active: inactive (dead) (Result: exit-code) since Thu 2017-10-19 11:43:46 PDT; 18s ago
     Docs: man:deluge-web
  Process: 3925 ExecStart=/usr/bin/deluge-web (code=exited, status=1/FAILURE)
 Main PID: 3925 (code=exited, status=1/FAILURE)

deluge-web.service: Main process exited, code=exited, status=1/FAILURE
deluge-web.service: Unit entered failed state.
deluge-web.service: Failed with result 'exit-code'.
deluge-web.service: Service hold-off time over, scheduling restart.
Stopped Deluge Bittorrent Client Web Interface.
deluge-web.service: Start request repeated too quickly.
Failed to start Deluge Bittorrent Client Web Interface.

Re: Deluge won't start

Posted: Thu Oct 19, 2017 9:03 pm
by DjLegolas
can you post the log of the daemon (preferred in debug level)?
it's located under ~/.config/deluge/deluged.log

Re: Deluge won't start

Posted: Thu Oct 19, 2017 9:52 pm
by w00tmuh00t
I don't have that folder so I can't post a deluged.log

Re: Deluge won't start

Posted: Sun Oct 22, 2017 7:10 pm
by DjLegolas
under which user does deluged runs when you use the systemd service?
if it's a system user, try to look for the log under /var/lib/<user_name>/.config/deluge/deluged.log
if it's a regular user, try to look for the log under that user's home dir (usually /home/<user_name>/.config/deluge/deluged.log

Re: Deluge won't start

Posted: Tue Oct 24, 2017 12:57 am
by Shryp
Also, the .config folder is hidden by default.