Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293513 - net-p2p/deluge-9999 (rc3+) new binary for webui - need to alter init script
Summary: net-p2p/deluge-9999 (rc3+) new binary for webui - need to alter init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Paolo Pedroni
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 297676
  Show dependency tree
 
Reported: 2009-11-17 16:38 UTC by Pritesh
Modified: 2016-03-04 10:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch which should be backwards compatible (0001-net-p2p-deluge-9999-deluge-torrent-client-server-upd.patch,2.50 KB, patch)
2009-11-17 16:40 UTC, Pritesh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pritesh 2009-11-17 16:38:04 UTC
In the latest version of deluge (and subsequent versions), the web interface now has its own binary (deluge-web) which needs to be reflected in the init script.

Reproducible: Always

Steps to Reproduce:
1. USE="webinterface" emerge net-p2p/deluge-9999
2. edit /etc/conf.d/deluged 
    DELUGEUI_START="true"
    DELUGEUI_OPTS="-u web" # this is the previous std format
2. rc-service deluged start
3. ps fax | grep deluge

Actual Results:  
Only one process is present (the main daemon deluged)

Expected Results:  
There should be 2 processes, the missing one is for the deluge-web process.

This is the same for the deluge-gtk, deluge-console ui options.
Comment 1 Pritesh 2009-11-17 16:40:58 UTC
Created attachment 210525 [details, diff]
Proposed patch which should be backwards compatible

Patch fixes current conf and init files to support both newer and older style of deluge UI. Please let me know if the patch is in an incorrect format or has any errors.

Be kind! My first bug report!