[SOLVED]Deluged - 1.3.12 - Archlinux - Queued torrents problem - Only 3 active

General support for problems installing or using Deluge
Post Reply
requies
New User
New User
Posts: 2
Joined: Mon Jul 04, 2016 3:24 pm

[SOLVED]Deluged - 1.3.12 - Archlinux - Queued torrents problem - Only 3 active

Post by requies »

Hi all,
i had set up a file sharing/seedbox/home server using Arch linux (Everything is updated). I'm using deluged deamon (using the system user) and everything is working fine. (deluge gui, deluge-web and deluge-console. Everything is ok)
The only problem i have, is that i can't get more then 3 torrents downloading. After 3 active, they all go to queue state.
I did make changes in the queue setting menu, but i had no luck. Any idea how to fix this problem ?

Thanks


Screenshots:
Image
Image

.config/deluge/core.conf

Code: Select all

{
  "file": 1, 
  "format": 1
}{
  "info_sent": 0.0, 
  "lsd": true, 
  "send_info": false, 
  "move_completed_path": "/home/nas/SAMBA/HDD2/Torrent", 
  "enc_in_policy": 1, 
  "queue_new_to_top": false, 
  "ignore_limits_on_local_network": true, 
  "rate_limit_ip_overhead": true, 
  "daemon_port": 58846, 
  "natpmp": true, 
  "max_active_limit": 10, 
  "utpex": true, 
  "max_active_downloading": 10, 
  "max_active_seeding": 5, 
  "allow_remote": false, 
  "max_half_open_connections": 200, 
  "download_location": "/home/nas/Torrent", 
  "compact_allocation": true, 
  "max_upload_speed": 11.0, 
  "cache_expiry": 360, 
  "prioritize_first_last_pieces": true, 
  "auto_managed": true, 
  "enc_level": 2, 
  "max_connections_per_second": 20, 
  "dont_count_slow_torrents": true, 
  "random_outgoing_ports": true, 
  "max_upload_slots_per_torrent": 10, 
  "new_release_check": true, 
  "enc_out_policy": 1, 
  "outgoing_ports": [
    0, 
    0
  ], 
  "seed_time_limit": 1, 
  "cache_size": 1024, 
  "share_ratio_limit": 1.0, 
  "max_download_speed": 500.0, 
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", 
  "torrentfiles_location": "/home/nas/Scaricati", 
  "stop_seed_at_ratio": true, 
  "peer_tos": "0x00", 
  "listen_interface": "", 
  "upnp": true, 
  "max_download_speed_per_torrent": 500, 
  "max_upload_slots_global": 10, 
  "enabled_plugins": [
    "YaRSS2"
  ], 
  "random_port": true, 
  "autoadd_enable": true, 
  "max_connections_global": 500, 
  "enc_prefer_rc4": true, 
  "listen_ports": [
    6881, 
    6891
  ], 
  "dht": true, 
  "stop_seed_ratio": 1.0, 
  "seed_time_ratio_limit": 1.0, 
  "max_upload_speed_per_torrent": 11, 
  "copy_torrent_file": false, 
  "del_copy_torrent_file": false, 
  "move_completed": true, 
  "proxies": {
    "peer": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }, 
    "web_seed": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }, 
    "tracker": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }, 
    "dht": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }
  }, 
  "add_paused": false, 
  "max_connections_per_torrent": 500, 
  "remove_seed_at_ratio": false, 
  "autoadd_location": "/home/nas/SAMBA/HDD2/Torrent/Watchdog_.torrent", 
  "plugins_location": "/home/nas/.config/deluge/plugins"
}
Last edited by requies on Mon Jul 04, 2016 9:40 pm, edited 1 time in total.
s014377

Re: Deluged - 1.3.12 - Archlinux - Queued torrents problem - Only 3 active

Post by s014377 »

not sure if this is the same problem, but since a few days i had some weird problems with deluge on arch linux:
- only 3 torrents were downloading
- deluge did not respect global bandwidth limits

turns out that on 24th of june there was an update of libtorrent-rasterbar (1:1.0.9-1 -> 1:1.1-2)

i solved my problems by downgrading the libtorrent-rasterbar package:
pacman -U /var/cache/pacman/pkg/libtorrent-rasterbar-1\:1.0.9-1-x86_64.pkg.tar.xz

- oliver
requies
New User
New User
Posts: 2
Joined: Mon Jul 04, 2016 3:24 pm

Re: Deluged - 1.3.12 - Archlinux - Queued torrents problem - Only 3 active

Post by requies »

s014377 wrote:not sure if this is the same problem, but since a few days i had some weird problems with deluge on arch linux:
- only 3 torrents were downloading
- deluge did not respect global bandwidth limits

turns out that on 24th of june there was an update of libtorrent-rasterbar (1:1.0.9-1 -> 1:1.1-2)

i solved my problems by downgrading the libtorrent-rasterbar package:
pacman -U /var/cache/pacman/pkg/libtorrent-rasterbar-1\:1.0.9-1-x86_64.pkg.tar.xz

- oliver
Yup, i just downgraded libtorrent-rasterbar to 1.0.9 and all works flawlessly.
Thank you for the hint.. ;)

It's a libtorrent-rasterbar bug.

SOLVED
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [SOLVED]Deluged - 1.3.12 - Archlinux - Queued torrents problem - Only 3 active

Post by Cas »

I would complain loudly about this here: https://bugs.archlinux.org/task/49861?string=deluge

They should never have blindly updated libtorrent to 1.1, it is completely unsupported in Deluge 1.3 (and never will be).
Post Reply