Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 293513

Summary: net-p2p/deluge-9999 (rc3+) new binary for webui - need to alter init script
Product: Gentoo Linux Reporter: Pritesh <pritesh>
Component: Current packagesAssignee: Paolo Pedroni <paolo.pedroni>
Status: RESOLVED FIXED    
Severity: major CC: net-p2p
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 297676    
Attachments: Proposed patch which should be backwards compatible

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!