Search found 3679 matches

by Cas
Mon Apr 19, 2010 5:29 pm
Forum: Support
Topic: Guide for centos
Replies: 27
Views: 14613

Re: Guide for centos

sudo apt-get install python-software-properties sudo add-apt-repository ppa:deluge-team/ppa sudo apt-get update sudo apt-get install deluge This will work on 9.10. If you are working without a graphical interface then trying to run deluge (same as deluge-gtk) will not work as that is the graphical ...
by Cas
Mon Apr 19, 2010 12:55 pm
Forum: Support
Topic: Connection Drops
Replies: 3
Views: 2074

Re: Connection Drops

it is recommended to have a range of ports opened for routers or firewalls but i do not see how this would affect a cable modem.
by Cas
Mon Apr 19, 2010 12:49 pm
Forum: Support
Topic: Guide for centos
Replies: 27
Views: 14613

Re: Guide for centos

Unfortunately it is not as simply on Jaunty (9.04) as Karmic or Lucid so you need to follow this to add the PPA: Open Synaptic Package Manager and goto Setttings->Repositories->Other Software->Add and paste this line in: deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main Add the PPAs GP...
by Cas
Mon Apr 19, 2010 3:23 am
Forum: Support
Topic: Guide for centos
Replies: 27
Views: 14613

Re: Guide for centos

Tom22 wrote:sudo add-apt-repository ppa:deluge-team/ppa
sudo: add-apt-repository: command not found
This simply means you will need to install the command:

Code: Select all

sudo apt-get install add-apt-repository
what version of ubuntu are you using?

are you trying to run deluge on a server without a graphical interface?
by Cas
Sun Apr 18, 2010 10:07 pm
Forum: Support
Topic: Guide for centos
Replies: 27
Views: 14613

Re: Guide for centos

it is easy on ubuntu karmic/lucid

Code: Select all

sudo add-apt-repository ppa:deluge-team/ppa
sudo apt-get update
sudo apt-get install deluge
by Cas
Sun Apr 18, 2010 8:41 pm
Forum: Support
Topic: Guide for centos
Replies: 27
Views: 14613

Re: Guide for centos

Can someone give me a detailed guide on how to install on cent os 32 bit? I'm just trying to do the webui. I am not sure how many people here use CentOS, so if there are no packages then you will need to install from source. It is not too difficult just requires the correct libraries and build pack...
by Cas
Sun Apr 18, 2010 5:35 pm
Forum: Support
Topic: Connection Drops
Replies: 3
Views: 2074

Re: Connection Drops

Well you seem to have done everything i would have suggested trying. I would not discount there being a problem with your cable modem as I cannot see how this is a Deluge issue.
by Cas
Sun Apr 18, 2010 5:19 pm
Forum: Support
Topic: [SOLVED] network error i think
Replies: 8
Views: 4470

Re: network error i think

You need to check that you have both python-libtorrent and libtorrent-rasterbar5 installed. The other option for you is to build from source 1.2.3 and lt 0.14.10. I tested this on Intrepid VM and these were the minimum packages needed for building but check the source build guide for the rest: http:...
by Cas
Sun Apr 18, 2010 3:58 pm
Forum: Support
Topic: Huge speed drop at the end of a download
Replies: 3
Views: 2907

Re: Huge speed drop at the end of a download

Please read Support Request and provide those details: http://forum.deluge-torrent.org/viewtop ... =7&t=31035
by Cas
Sun Apr 18, 2010 1:16 am
Forum: Support
Topic: [SOLVED] No module named hashlib
Replies: 2
Views: 6699

Re: No module named hashlib

this is a fedora problem that you should inform them about

to get it working you need to downgrade either python or twisted to the previous version