I would add :
config show does not show anything
entering an unknow command make the console quit without notice
Search found 14 matches
- Mon Dec 21, 2009 7:20 pm
- Forum: Development
- Topic: deluge 1.2 RC4 console buggy
- Replies: 2
- Views: 3997
- Mon Dec 21, 2009 4:39 pm
- Forum: Development
- Topic: deluge 1.2 RC4 console buggy
- Replies: 2
- Views: 3997
deluge 1.2 RC4 console buggy
Hello all, I use deluge 1.2 RC4 from the ppa repository in ubuntu jaunty server 64 here is the result of what is installed : (sudo aptitude search deluge) i A deluge - bittorrent client written in Python/PyGTK i A deluge-common - bittorrent client written in Python/PyGTK (common files) i deluge-cons...
- Fri Jan 23, 2009 9:42 am
- Forum: Development
- Topic: TRAC ticket report is spammed
- Replies: 1
- Views: 14093
Re: TRAC ticket report is spammed
Alos, the login command has been disabled (http://dev.deluge-torrent.org/login) so no change can be done to the wiki and so on.
- Fri Jan 23, 2009 9:21 am
- Forum: Development
- Topic: TRAC ticket report is spammed
- Replies: 1
- Views: 14093
TRAC ticket report is spammed
http://dev.deluge-torrent.org/ticket/751 I can remove the ticket if you want but maybe there is something to look after. generic mestinon Reported by: mestinon Owned by: yawie Priority: blocker Milestone: Component: ajaxui Version: 1.2.0_dev Keywords: sfvscmksid Cc: none Description ¶ <a href="...
- Fri Jan 16, 2009 10:34 am
- Forum: Development
- Topic: Deluge 1.1.0 Released!
- Replies: 33
- Views: 38823
Re: Deluge 1.1.0 Released!
Upload slot is the number of simultaneous peer to which you can upload.
Number of connections (or half open connections) is not related to number of upload slot.
Are you sure you are referring to upload slot ?
Number of connections (or half open connections) is not related to number of upload slot.
Are you sure you are referring to upload slot ?
- Thu Jan 15, 2009 10:43 am
- Forum: Development
- Topic: Feature request: Deluge *client* only
- Replies: 6
- Views: 4915
Re: Feature request: Deluge *client* only
Have a look at this :
http://forum.deluge-torrent.org/viewtop ... f=8&t=2695
you could find what you are looking for (a no install deluge version for which you may be able to remove the daemon).
http://forum.deluge-torrent.org/viewtop ... f=8&t=2695
you could find what you are looking for (a no install deluge version for which you may be able to remove the daemon).
- Thu Jan 15, 2009 9:11 am
- Forum: Development
- Topic: Feature request: Deluge *client* only
- Replies: 6
- Views: 4915
Re: Feature request: Deluge *client* only
You have to look here :
http://dev.deluge-torrent.org/wiki/ThinClient
you can add your daemon on a server and poll it with a gtkui.
I think deluged can run perfecly on a linux server with 256mo. What server do you have that has less resources ?
http://dev.deluge-torrent.org/wiki/ThinClient
you can add your daemon on a server and poll it with a gtkui.
I think deluged can run perfecly on a linux server with 256mo. What server do you have that has less resources ?
- Tue Jan 13, 2009 10:06 am
- Forum: Support
- Topic: Bind to Interface or IP
- Replies: 14
- Views: 34071
Re: Bind to Interface or IP
OK, in case of a public server it may be usefull to bind only on localhost.
(for example if you are not root and thus not have access to iptables).
(for example if you are not root and thus not have access to iptables).
- Mon Jan 12, 2009 1:27 pm
- Forum: Support
- Topic: Bind to Interface or IP
- Replies: 14
- Views: 34071
Re: Bind to Interface or IP
It would be pretty cool if the same would be possible for the web ui so that you can tell the web ui to bind e.g. only to localhost so you can use tunneling to access the web ui and not have the web ui exposed to the whole world. ;) Kind regards I don't really see your point as either one of these ...
- Mon Jan 12, 2009 10:52 am
- Forum: Support
- Topic: Howto: Using the GtkUi over a SSH tunnel
- Replies: 4
- Views: 8247
Re: Howto: Using the GtkUi over a SSH tunnel
The GTKui is quite bandwidth eating for slow remote connection. I do the same but with the web client. As you pointed out, this technique does not implys port forwarding and publicly open some connection to deluge. If the daemon is started you only have to do this : ssh login@publicIP -L8112:localho...