Page 1 of 1
bandwidth and numbers of torrent settings not working
Posted: Wed Jul 01, 2015 6:34 am
by aruhuno
Hello,
I have a problem with two settings who are ignored by Deluge.
The bandwidth limit is ignored but I read
that :
The numbers of active torrents is ignored (example with numbers of download) :
Informations :
- - Deluge version : 1.3.11 (configured with that)
- libtorrent version : 0.16.18.0
- OS : Ubuntu Vivid Mini (OpenVZ template) [fresh install !]
- Plugins : none
- Package : Webui and Deluged only (apt-get install deluged deluge-webui)
Thank you in advance for your help.
Best regards,
aruhuno.
Re: bandwidth and numbers of torrent settings not working
Posted: Wed Jul 01, 2015 12:01 pm
by Shryp
They both work for me. You could try updating libtorrent if you can build from source.
The 2 torrents running thing could be one of them is stalled or one of them is not set to be managed (forced).
Re: bandwidth and numbers of torrent settings not working
Posted: Wed Jul 01, 2015 12:59 pm
by aruhuno
Thanks for your fast reply !
Shryp wrote:They both work for me.
Can you say me your versions and OS please ?
Shryp wrote:You could try updating libtorrent if you can build from source.
If I use Ubuntu or Debian, is not for build from source. Deluge 1.3.9 works on my Debian 7, but if I'm upgrading, have the same problem at my fresh Ubuntu install.
Shryp wrote:The 2 torrents running thing could be one of them is stalled or one of them is not set to be managed (forced).
No, the two torrents are in "auto" mod.
Re: bandwidth and numbers of torrent settings not working
Posted: Wed Jul 01, 2015 8:27 pm
by Shryp
deluge 1.3.11, windows 7 x64, libtorrent 1.0.5. I never really tried the .16 versions much. I went straight to 1.0.3, 1.0.4, 1.0.5.
I built a 1.0.something libtorrent version on my ubuntu virtualbox a while back.
Deluge is just a control interface. Libtorrent does the actual downloading work.
Re: bandwidth and numbers of torrent settings not working
Posted: Thu Jul 02, 2015 6:41 am
by aruhuno
Shryp wrote:deluge 1.3.11, windows 7 x64, libtorrent 1.0.5. I never really tried the .16 versions much. I went straight to 1.0.3, 1.0.4, 1.0.5.
Ok, thanks, but I install libtorrent 1.0.4 from
this ppa and have the same issue.
More information about my OS :
- - Ubuntu 15.04 (GNU/Linux 2.6.32-39-pve x86_64)
- Template is ubuntu-15.04-x86_64-minimal.tar.gz
----------------/ EDIT
Same problem with : Debian Upgrade 7 to 8 or Debian 8 fresh install, both have :
- - Kernel 2.6.32-39-pve
- Deluge 1.3.10
- libtorrent 0.16.18.0
Re: bandwidth and numbers of torrent settings not working
Posted: Thu Jul 02, 2015 9:00 am
by Shryp
Are you sure your settings are getting applied? If you close out everything and reopen it are your changes saved? Can you install the GTK UI and use that? I haven't really used the webui so don't know much about that. The normal UI can be ran on any computer so you can still do a headless server and not have to use a web browser.
Search for thin client for that. It takes a little effort to set up, but works nicely. I run the daemon on my desktop and the client on my laptop. The setup isn't that difficult once you figure it out, just a bit confusing the first time.
Re: bandwidth and numbers of torrent settings not working
Posted: Thu Jul 02, 2015 9:41 am
by aruhuno
Shryp wrote:Are you sure your settings are getting applied? If you close out everything and reopen it are your changes saved?
Files in /var/lib/deluged are update, I think yes, my settings are applied and saved.
Shryp wrote:Can you install the GTK UI and use that?
I test that when I can, thanks!
Shryp wrote:Search for thin client for that. It takes a little effort to set up, but works nicely. I run the daemon on my desktop and the client on my laptop. The setup isn't that difficult once you figure it out, just a bit confusing the first time.
If deluge is on dedicaced server, the remote connection need to open a ssh tunnel. It's not a good idea for security.
I test GTK UI when I can, thanks for your help!