Custom Query (2447 matches)
Results (514 - 516 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#363 | Fixed | Daemon listen interface preference | ||
#2887 | WorksForMe | Daemon not starting | ||
Description |
Probably not a bug but a problem of my platform, but not sure. sudo apt-get update sudo apt-get upgrade installed the daemon and the console with sudo apt-get install deluged deluge-console but when i try to start the deamon with the command deluged I get this strange error, which i have never seen before Traceback (most recent call last): File "/usr/bin/deluged", line 5, in <module> from pkg_resources import load_entry_point File "/opt/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2976, in <module> @_call_aside File "/opt/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2962, in _call_aside f(*args, **kwargs) File "/opt/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2989, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/opt/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 660, in _build_master ws.require(__requires__) File "/opt/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 968, in require needed = self.resolve(parse_requirements(requirements)) File "/opt/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 854, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'deluge==1.3.10' distribution was not found and is required by the application My python version is Python 2.7.12 Please help, I need Deluge :) Thank to all the developers, this is a great project! |
|||
#2075 | Fixed | Daemon paramaters in Windows | ||
Description |
When starting the Daemon via the GUI in Windows, the config parameter does not put quotes around the path name. This is fine if there are no spaces in the path (such as in my Win7 installation), but when running on my WHS (Server 2003) there are two spaces, in "Documents and Settings" and "Application Data". This is what the command looks like when run via the GUI: "C:\Program Files\Deluge\deluged.exe" --port=58846 --config=C:\Documents and Settings\[username]\Application Data\deluge and this is what it should look like: "C:\Program Files\Deluge\deluged.exe" --port=58846 --config="C:\Documents and Settings\[username]\Application Data\deluge" The first command fails due to the spaces, whereas wrapping the entire path in quotes fixes the issue. I believe this behaviour needs to be edited for running Deluged without any parameters too, but have not tested this. |