I've been using deluged on my Linux PC (Debian) without any problems. Lately I've started to run it on my Mac mini (OSX Lion 10.7.4) and there are several issues:
1- After I start it up using
/Applications/Deluge.app/Contents/MacOS/deluged
it starts with several warning and/or error messages such as:
/Applications/Deluge.app/Contents/Resources/lib/python/twisted
/internet/_sslverify.py:184: UserWarning: You do not have the
service_identity module installed. Please install it from
<https://pypi.python.org/pypi/service_identity>...
I've installed service_identity. On the installed modules script it appears as:
'service-identity==14.0.0'
But still, the same warning message appears on startup.
2- More importantly, after several days sometimes after several hours of operation deluged seems to do excessive read/writes on the harddisk. To stop it from overworking the harddisk, I try to stop the deluged process using kntrl-C on the command line but most of the time it doesn't stop, particularly if it's been working for more than several hours. I have to stop it from GUI activity monitor of OSX using the 'force quit'; it can't be stopped using the plain 'quit'. Here's a screenshot where I try to stop it
Is there anything I can do to solve these problems? Thanks.