Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (163 - 165 of 2449)

Ticket Resolution Summary Owner Reporter
#3090 Fixed Typo in systemd Scripts for Deluge Web UI (deluge-web) Service bookmunkie
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.

#3089 Invalid trac report "My tickets" doesn't work krichter
Description

The [trac report "My tickets"](http://dev.deluge-torrent.org/report/7) doesn't work because it displays no results while I have active and fixed tickets.

#3085 Duplicate Unable to launch 2.0 beta 1 on MacOS zachberger
Description

When double clicking Deluge.app deluge does not open. When running from the command line pygtk appears to be missing.

> ./Deluge.app/Contents/MacOS/deluge
Traceback (most recent call last):
  File "/Users/zachberger/Desktop/t/./Deluge.app/Contents/MacOS/Deluge-bin", line 11, in <module>
    load_entry_point('deluge==2.0b1', 'gui_scripts', 'deluge-gtk')()
  File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/__init__.py", line 50, in start
  File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/__init__.py", line 34, in start
  File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 19, in <module>
ImportError: No module named pygtk
Note: See TracQuery for help on using queries.