Search found 225 matches

by mvoncken
Sun Nov 16, 2008 11:57 am
Forum: Support
Topic: Web UI can't reliably add torrents
Replies: 7
Views: 5180

Re: Web UI can't reliably add torrents

Gtk and webui use the same daemon, there shoudln't be any difference.
Could you be more specific?
by mvoncken
Sat Nov 15, 2008 8:49 pm
Forum: Support
Topic: WebUI + GTK Simultaneously?
Replies: 5
Views: 4057

Re: WebUI + GTK Simultaneously?

use screen or open multiple terminals.
by mvoncken
Sat Nov 15, 2008 11:24 am
Forum: Support
Topic: deluge uses random ports instead of selected one
Replies: 4
Views: 3230

Re: deluge uses random ports instead of selected one

deluge will pick a random port if the chosen port is not availble.
Run netstat to check if the port is free.

Edit, added a FAQ : http://dev.deluge-torrent.org/wiki/Faq# ... ctedonewhy
by mvoncken
Sat Nov 15, 2008 11:20 am
Forum: Support
Topic: Web UI can't reliably add torrents
Replies: 7
Views: 5180

Re: Web UI can't reliably add torrents

Choose files when adding is broken.
I removed the option until i can figure out a clean/good solution.

Until then : add in paused state and choose files after that.
by mvoncken
Thu Nov 13, 2008 5:58 pm
Forum: Development
Topic: Deluge 1.0.5 Released
Replies: 29
Views: 15965

Re: Deluge 1.0.5 Released

The only item remaining in my wishlist is to have an alternative method for 'full allocation' . Using sparse files may cause fragmentation . I personally use XFS partitions for downloading . XFS has its own alternative allocation method (allocation without writing 1's) . Having the choice to use th...
by mvoncken
Wed Nov 12, 2008 8:31 pm
Forum: Support
Topic: Compile only daemon
Replies: 9
Views: 5337

Re: Compile only daemon

gilbert2048 wrote: The thing that I am mainly interested in is there a way to compile just the web ui instead of the demon and every GUI, etc.
That's only possible if you manually edit setup.py.
To avoid building libtorrent comment out : "ext_modules = _ext_modules,"
by mvoncken
Thu Nov 06, 2008 9:38 pm
Forum: Support
Topic: Compile only daemon
Replies: 9
Views: 5337

Re: Compile only daemon

I was wondering if someone knew how I could compile just the web interface. I am planing on setting up the web interface to run under Apache like this totorial and I would prefer not to install the demon or the GTK interface considering it is a web server and is headless Thanks in advance -Gilbert ...
by mvoncken
Wed Nov 05, 2008 8:23 pm
Forum: Development
Topic: Deluge 1.0.4 Released
Replies: 24
Views: 20555

Re: Deluge 1.0.4 Released

I tested my router with hydri from libtorrent , and it works now (zyxel).
He made 2 upnp fixes/changes , they will be available in 1.05.
by mvoncken
Tue Nov 04, 2008 4:26 pm
Forum: Development
Topic: Source deluge for windows
Replies: 7
Views: 3642

Re: Source deluge for windows

I don't really recommend this, because developing on linux is so much easyer but.... You can just edit the py files in %program files%\deluge , python doesn't need compiling. And note that you are planning to redistribute GPL code, you should publish your source changes. The best way to realize this...
by mvoncken
Sun Nov 02, 2008 9:00 pm
Forum: Development
Topic: Maximum stop seed at ratio
Replies: 8
Views: 6199

Re: Maximum stop seed at ratio

There is a checkbox before "stop seed at ratio", uncheck that.