Custom Query (2449 matches)
Results (463 - 465 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1287 | Fixed | High CPU I/O Wait Usage | ||
| Description |
Deluge 1.2.3 high CPU IO usage. CPU IO usage goes up to 50% usage (one whole core!). Even when the client is doing virtually nothing (not downloading, only 30 actively uploading) Deluge CPU usage is LOW 15-20%~ CPU IO usage is disproportionately high. Hardware: Intel Core 2 Duo E7400 @ 2.8GHz | 2GB RAM | 2*500GB RAID 0 (soft) Software Versions: Debian 5.0" | Deluge 1.2.3 | Libtorrent rasterbar 0.14.10-2 | pygtkmvc 1.99.0-1 Deluge Settings: bandwidth- http://i187.photobucket.com/albums/x268/antdgar/Picture20-2.png cache- http://i187.photobucket.com/albums/x268/antdgar/Picture19-2.png number of torrents- http://i187.photobucket.com/albums/x268/antdgar/Picture21-3.png |
|||
| #1288 | WontFix | Deluge not work with Wine | ||
| Description |
Deluge version: deluge-1.3.0-rc1-win32-setup.exe Wine version: 1.1.42-0ubuntu4 Install y run deluge and message attach to ticket |
|||
| #1289 | Fixed | Execute plugin broken | ||
| Description |
Configuring the execute plugin doesn't work. Tested with .sh and .py scripts. Scripts don't get executed. execute.conf: {
"file": 1,
"format": 1
}{
"commands": [
[
"5cc6d491c5f8a21ee676feac31852355fa96dedc",
"Torrent Complete",
"/var/lib/deluge/scripts/notify_xbmc_complete.sh"
],
[
"dc9db2645da61fbb4c5a68723d22bf7b70186934",
"Torrent Added",
"/var/lib/deluge/scripts/test.py"
]
]
}
test.py #!/usr/bin/python
import sys
import os
import syslog
#syslog.syslog('syslog junkie: the script has just got woken up')
# some code
for arg in sys.argv[1:]:
syslog.syslog(arg)
Also mentioned in topic: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=31445 |
|||
