Opened 12 years ago
Last modified 6 years ago
#1913 new bug
pid file created by deluged in config is non-standard
Reported by: | Cas | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 2.x |
Component: | Core | Version: | 1.3.3 |
Keywords: | pid | Cc: |
Description
Currently the pid file deluged.pid created by deluged in config contains the port number.
This can cause unexpected results if a user creates a pidfile with the same name in the same location, as other applications expect only the pid to be in this file. e.g. forum thread
Possible solutions are to rename it or have a separate file for the port.
Change History (3)
comment:1 Changed 12 years ago by cinderblock
comment:2 Changed 11 years ago by Cas
- Milestone changed from 1.3.4 to 1.4.0
Note: See
TracTickets for help on using
tickets.
In the spirit of shameless self promotion: #1473
If I remember correctly, the port in the file is used by deluge to differentiate instances.