Custom Query (2448 matches)
Results (196 - 198 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2384 | WorksForMe | invisible throttling bug? | demian | |
Description |
hey, versions: deluged 1.3.6 libtorrent-rasterbar 0.16.12 (same with 0.16.10) My deluge is behaving rather odd and because it's not that easy to explain i will add two gifs at the end of the post. So: I have 100Mbit downstream, meaning i should get up to ~11 MBps download speed. And with other torrent clients like Vuze or rtorrent i get that, if there are enough seeds, that is. But with deluge i never get more than 2 MBps downstream, irregardless of how many torrents i have open. As if i had throttled the dl speed. Upstream is NOT affected. So, i usually hang somewhere between 1.5 MBps and 2 MBps. On a single torrent I can get up to 4-5 MBps but it is very rare. I've actually only ever seen it on one torrent, which incidentally is also the only torrent, I can get the full 11 MBps, which i get by pausing and then unpausing... Yes, it sounds weird, there is a demo gif attached (gif 1). All other torrents I have tested so far cap at around 2 MBps and those are torrents which, if opened in rtorrent or vuze, download at least 3 times as fast, often at the cap of ~11 MBps. I have tried the unpausing with different torrents but this archlinux one, is the only one that resumes with full speed (gif 1). And to add to the confusion, if i have other torrents open while doing the pause/resume voodoo, global download speed will still be capped at 2 MBps. I have tried: current git version of deluge downgrading libtorrent-rasterbar (to 0.16.10) deleting all configuration files changing all kinds of options (DHT, Peer Exchange, TOS, Encryption, every bandwidth option to -1 etcpp) To me it seems, the problem has to be within the deluge code unless i am somehow missing a crucial option. Maybe someone here can make sense of this. Gifs: http://a.pomf.se/l84ay.gif http://a.pomf.se/v67dw.gif A log of the first gif (full speed after resume): http://bpaste.net/show/156682/ |
|||
#2390 | WorksForMe | Deluged Crash Upon Adding Torrent | rschwiet | |
Description |
Using the Deluge Daemon on a Odroid XU running Jessie Debian. Some torrents were working fine, but when adding torrents now (no software changes just new torrents), the daemon according to the "top" command will still be running, however the client cannot connect to the daemon after the torrent was added. The Daemon can not be killed with pkill or kill, restarting the machine and deluged yields no paused downloads. Below is the last few entries of the debug logs. |
|||
#2419 | WorksForMe | Deluge freezes upon adding magnets or torrent files | dbbolton | |
Description |
As soon as I click the "Add" button for a torrent/magnet, Deluge completely locks up, both the window and the tray icon. I waited for something like 5 minutes for a response. The deluge process had to be killed with kill -9 before I could re-launch the apllication. I tried a few different torrents/magnets and always got the same result. Sorry it's not much info, but I couldn't find any bug reporting outlines on the wiki. I suppose I could attempt a backtrace if that would be helpful. The only output I get on the command line is this: /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::display after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) Some system/version info: Linux Mint 16 Petra \n \l Linux persephone 3.11.10-db #1 SMP PREEMPT Sat Feb 8 07:59:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux deluge: Installed: 1.3.6-0ubuntu2 Candidate: 1.3.6-0ubuntu2 Version table: *** 1.3.6-0ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages 100 /var/lib/dpkg/status python-libtorrent: Installed: 0.16.11-1ubuntu1 Candidate: 0.16.11-1ubuntu1 Version table: *** 0.16.11-1ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages 100 /var/lib/dpkg/status |