Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(SOLVED)-Slow to no speed in deluge?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Sun Sep 25, 2011 11:41 am    Post subject: (SOLVED)-Slow to no speed in deluge? Reply with quote

When trying to test if i have deluge working right, I have a torrent which is extremely well seeded and i get near 1 meg/s on utorrent under windows, yet on gentoo and deluge i get about 40K if that. I have them set to use the same ports (not at the same time of course) to try and keep the test as exact as possible, have tried staticly forwarded ports, nat-pmp upnp, nothing i do gets me the same speed as on the windows machine.

Can anyone offer some advise, I want the gentoo machine to do most of the online stuff, at the moment its not going to well, and i am reconsidering my choice of OS on there
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.


Last edited by FizzyWidget on Mon Nov 07, 2011 10:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Sun Sep 25, 2011 2:32 pm    Post subject: Reply with quote

From where do you leech? Maybe the tracker bans this client?
_________________
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6103
Location: Dallas area

PostPosted: Sun Sep 25, 2011 2:53 pm    Post subject: Reply with quote

a lot will depend on how you have deluge configured, just the same as utorrent.

post your ~/.config/deluge/core.conf file
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Mon Sep 26, 2011 4:02 pm    Post subject: Reply with quote

here my my conf file - sorry it has taken a bit of time, real life and work got in the way

Code:
{
  "file": 1,
  "format": 1
}{
  "info_sent": 0.0,
  "lsd": true,
  "send_info": false,
  "move_completed_path": "/home/dfoo/Torrents",
  "enc_in_policy": 1,
  "queue_new_to_top": false,
  "ignore_limits_on_local_network": true,
  "rate_limit_ip_overhead": true,
  "daemon_port": 58846,
  "natpmp": false,
  "max_active_limit": 8,
  "utpex": true,
  "max_active_downloading": 3,
  "max_active_seeding": 5,
  "allow_remote": true,
  "max_half_open_connections": 50,.
  "download_location": "/home/dfoo/Torrents",
  "compact_allocation": false,
  "max_upload_speed": 70.0,
  "cache_expiry": 60,
  "prioritize_first_last_pieces": false,
  "auto_managed": true,
  "enc_level": 2,
  "max_connections_per_second": 20,
  "dont_count_slow_torrents": false,
  "random_outgoing_ports": true,

"max_upload_slots_per_torrent": 4,.
  "new_release_check": true,.
  "enc_out_policy": 1,.
  "outgoing_ports": [
    0,
    0
  ],.
  "seed_time_limit": 180,
  "cache_size": 512,
  "share_ratio_limit": 2.0,
  "max_download_speed": -1.0,
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
  "torrentfiles_location": "/home/dfoo/Downloads",
  "stop_seed_at_ratio": false,
  "peer_tos": "0x00",
  "listen_interface": "",
  "upnp": false,
  "max_download_speed_per_torrent": -1,
  "max_upload_slots_global": 4,
  "enabled_plugins": [
    "Blocklist"
  ],.
  "random_port": false,
  "autoadd_enable": false,
  "max_connections_global": 400,
  "enc_prefer_rc4": true,
  "listen_ports": [
    60125,
    60135
  ],.

 "dht": true,
  "stop_seed_ratio": 2.0,
  "seed_time_ratio_limit": 7.0,
  "max_upload_speed_per_torrent": -1,
  "copy_torrent_file": false,
  "del_copy_torrent_file": false,
  "move_completed": false,
  "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": 90,
  "remove_seed_at_ratio": false,
  "autoadd_location": "/home/dfoo/Torrents",
  "plugins_location": "/home/dfoo/.config/deluge/plugins"

_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.


Last edited by FizzyWidget on Mon Nov 07, 2011 10:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6103
Location: Dallas area

PostPosted: Mon Sep 26, 2011 5:41 pm    Post subject: Reply with quote

This is mine, you can compare and see if changing some things makes a difference.
---
Code:

{
  "file": 1,
  "format": 1
}{
  "info_sent": 1316953901.174129,
  "lsd": false,
  "send_info": true,
  "state_location": "/download/tmp/.config/deluge/state",
  "move_completed_path": "/download/tmp",
  "enc_in_policy": 1,
  "queue_new_to_top": false,
  "ignore_limits_on_local_network": true,
  "rate_limit_ip_overhead": true,
  "daemon_port": 58846,
  "natpmp": false,
  "max_active_limit": 16,
  "utpex": true,
  "max_active_downloading": 8,
  "max_active_seeding": 8,
  "allow_remote": false,
  "max_half_open_connections": -1,
  "download_location": "/n/download",
  "compact_allocation": false,
  "max_upload_speed": -1.0,
  "cache_expiry": 60,
  "prioritize_first_last_pieces": false,
  "auto_managed": true,
  "enc_level": 2,
  "max_connections_per_second": 30,
  "dont_count_slow_torrents": true,
  "random_outgoing_ports": true,
  "max_upload_slots_per_torrent": 20,
  "new_release_check": false,
  "enc_out_policy": 1,
  "outgoing_ports": [
    10000,
    60000
  ],
  "seed_time_limit": 100,
  "cache_size": 512,
  "share_ratio_limit": 3.000000000000001,
  "max_download_speed": -1.0,
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
  "torrentfiles_location": "/download/tmp",
  "stop_seed_at_ratio": true,
  "peer_tos": "0x00",
  "listen_interface": "",
  "upnp": false,
  "max_download_speed_per_torrent": 1024.0,
  "max_upload_slots_global": 200,
  "enabled_plugins": [],
  "random_port": false,
  "autoadd_enable": false,
  "max_connections_global": -1,
  "enc_prefer_rc4": true,
  "listen_ports": [
    65400,
    65400
  ],
  "dht": true,
  "stop_seed_ratio": 3.000000000000001,
  "seed_time_ratio_limit": 10.0,
  "max_upload_speed_per_torrent": 1024.0,
  "copy_torrent_file": false,
  "del_copy_torrent_file": false,
  "move_completed": false,
  "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": 200,
  "remove_seed_at_ratio": true,
  "autoadd_location": "/download/tmp",
  "config_location": "/download/tmp/.config/deluge",
  "plugins_location": "/download/tmp/.config/deluge/plugins"
}

_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Mon Sep 26, 2011 5:42 pm    Post subject: Reply with quote

looks same, apart from dirs, will test it out when i have the time :)
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6103
Location: Dallas area

PostPosted: Mon Sep 26, 2011 6:03 pm    Post subject: Reply with quote

Do a line by line compare of the upload parms and see the difference, since you say that aspect was slow.
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Mon Sep 26, 2011 6:22 pm    Post subject: Reply with quote

i think i may have a few ideas as to why its not working, i think a router setting might be one, the other may be permissions on the download directory, if they don't pan out i will try your config and go from there
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
FizzyWidget
Veteran
Veteran


Joined: 21 Nov 2008
Posts: 1133
Location: 127.0.0.1

PostPosted: Mon Nov 07, 2011 10:35 pm    Post subject: Reply with quote

After finding some time to investigate, it is something with deluge itself and how its writes it conf file, is here at least, if i look at it in nano all looks fine, yet if i look at it in mc, i see there is a single dot after each line, remove them and its fine, you will have to do this (or at least i will) every time you click apply and ok, as it re-writes the conf file
_________________
I know 43 ways to kill with a SKITTLE, so taste my rainbow bitch.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum