Re: 1.2.2 Can't connect to host
Posted: Sat Mar 27, 2010 10:37 pm
I had compiled 1.2.2 from source, then I believe my OS (Linux Mint/Jaunty) auto-updated it as well, since then I've had exactly the same problem as steve096.
Anyway I removed the same things as you Steve, in Synaptic. Then:
as well as /usr/lib/python2.6/site-packages/deluge*
and ~/.config/deluge
Then just searched for and removed anything deluge related and reinstalled from Synaptic. Seems to work fine now (although I've had to manually re-add torrents).
In conclusion, I couldn't seem to find an elegant solution so just removed everything and started again.
Anyway I removed the same things as you Steve, in Synaptic. Then:
Code: Select all
sudo rm -rf /usr/lib/python2.5/site-packages/deluge*
sudo rm -rf /usr/share/deluge/*
sudo rm -rf /usr/share/applications/deluge.desktop
sudo rm /usr/share/pixmaps/deluge.xpm
and ~/.config/deluge
Then just searched for and removed anything deluge related and reinstalled from Synaptic. Seems to work fine now (although I've had to manually re-add torrents).
In conclusion, I couldn't seem to find an elegant solution so just removed everything and started again.