Opened 7 years ago

Closed 7 years ago

#3090 closed bug (Fixed)

Typo in systemd Scripts for Deluge Web UI (deluge-web) Service

Reported by: bookmunkie Owned by:
Priority: minor Milestone: needs verified
Component: Unknown Version: other (please specify)
Keywords: install documentation systemd Cc:

Description

Following the instructions at http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd I created my deluge-web.service with the provided text. Sticking to the instructions, I tried to start deluge-web and verify it was running before making it to the Logging section, so I never replaced line 11.

systemctl status deluge-web gave me

● 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-07-13 00:57:05 UTC; 40s ago
     Docs: man:deluge-web
  Process: 498 ExecStart=/usr/bin/deluge-web -d (code=exited, status=2)
 Main PID: 498 (code=exited, status=2)

Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Unit entered failed state.
Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Failed with result 'exit-code'.
Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Service hold-off time over, scheduling restart.
Jul 13 00:57:05 omnideluge systemd[1]: Stopped Deluge Bittorrent Client Web Interface.
Jul 13 00:57:05 omnideluge systemd[1]: deluge-web.service: Start request repeated too quickly.
Jul 13 00:57:05 omnideluge systemd[1]: Failed to start Deluge Bittorrent Client Web Interface.

While searching for the error I tried manually running deluge-web -d, which gave me

deluge-web: error: no such option: -d

After editing line 11 and removing the -d, the service was able to start.

Change History (1)

comment:1 Changed 7 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Ah yes this is because it's linking to the develop version of systemd scripts, I've fixed it now.

Note: See TracTickets for help on using tickets.