Search found 40 matches

by oshiri
Wed Jan 09, 2008 1:02 am
Forum: Support
Topic: Unable to Install / Remove deluge-torrent
Replies: 3
Views: 2983

Re: Unable to Install / Remove deluge-torrent

Code: Select all

sudo rm /var/lib/dpkg/info/deluge*

Code: Select all

sudo apt-get install deluge-torrent
by oshiri
Mon Dec 31, 2007 1:58 am
Forum: Support
Topic: compiled 'Deluge-0.5.8' successfully, but run failed.
Replies: 6
Views: 4521

Re: compiled 'Deluge-0.5.8' successfully, but run failed.

I'm not familiar with Slackware file layout. But what I can tell you from that error is that deluge cannot find "deluge" directory in your python lib. Try look in /usr/lib/python/site-packages or /usr/lib/python2.4/site-packages (where your python resides, could be in different path, maybe...
by oshiri
Mon Dec 31, 2007 1:43 am
Forum: Support
Topic: Encryption Isnt Working At All..
Replies: 16
Views: 10279

Re: Encryption Isnt Working At All..

My guess is your ISP not shaping/throttling torrent, but shaping the whole bandwidth from international connection at particular hours.
This way, they will save bandwidth and save lots of money.
by oshiri
Sun Dec 30, 2007 8:46 am
Forum: Development
Topic: Deluge 0.6 and WebUi
Replies: 2
Views: 2308

Deluge 0.6 and WebUi

Just can't wait ... :D I did compile on Debian Etch. With some tweaking (remove systray) I manage to run it. Follow the instruction, manually run webserver (WebUI). Don't get me wrong. I know it is still under heavy development. I guess it's not wrong for me to give early feed back to development te...
by oshiri
Tue Dec 18, 2007 2:28 am
Forum: Support
Topic: ktorrent vs deluge
Replies: 6
Views: 7063

Re: ktorrent vs deluge

I use ktorrent for a short period of time. Like other torrent clients which I dump, the problem is with their encryption. It does not work well with my ISP shaping. I don't care much about user interface as long my download speed is not being throttled. Below are list of bittorrent client with encry...
by oshiri
Tue Dec 11, 2007 1:10 am
Forum: Support
Topic: deluge 0.5.7.1 crashes after enabling WebUi plugin
Replies: 4
Views: 3015

Re: deluge 0.5.7.1 crashes after enabling WebUi plugin

I did not compile it from source as I'm to lazy. I did a shortcut. If you want to compile from source, get it from: wget http://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.82.3.tar.gz You need development files for libdbus-1 and libdbus-glib-1 I'm not familiar with fedora (RPM) packaging...
by oshiri
Mon Dec 10, 2007 5:20 am
Forum: Support
Topic: deluge 0.5.7.1 crashes after enabling WebUi plugin
Replies: 4
Views: 3015

Re: deluge 0.5.7.1 crashes after enabling WebUi plugin

You need newer version of python dbus.
Similar problem happen when I used webui in Debian Etch.
Solved by porting Sid's python-dbus to Etch.
by oshiri
Fri Nov 30, 2007 8:00 am
Forum: Support
Topic: [solved] Deluge version for Debian Etch ?
Replies: 5
Views: 3271

Re: [solved] Deluge version for Debian Etch ?

This will be available in the future when we make the jump to 0.6
I saw it in svn. Tried to compile it but failed. Will have to wait.

Update on Debian etch:
Now I can get WebUi to work.
Actually I cheated. I use pyhon-dbus from Sid and install it to Etch.
by oshiri
Thu Nov 29, 2007 10:50 am
Forum: Support
Topic: [solved] Deluge version for Debian Etch ?
Replies: 5
Views: 3271

Re: [solved] Deluge version for Debian Etch ?

I manage to run Deluge 0.5.6.96 on my Debian etch. What I did was, remove all the "pygtk.require('2.0')" and remove portion of code which handles Wizard and Sytray. Sure setup Wizard will not comes up and systray will not work. As long download works, I'm satisfied. Another things thats no...