Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (352 - 354 of 2447)

Ticket Resolution Summary Owner Reporter
#354 Invalid missing po files in RC2 markybob anonymous
Description

Seems, there is no .po files in RC2 at all.

#355 Fixed ok button in preferences doesn't close the dialog andar danii
Description

Deluge r3480, Python 2.4.4

pressing the Ok button under preferences doesn't close the preferences dialog error:

[DEBUG   ] 02:45:19 preferences:639 on_button_ok_clicked
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 640, in on_button_ok_clicked
    self.set_config()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config
    import hashlib
ImportError: No module named hashlib

also the Apply button doesn't work:

[DEBUG   ] 02:51:01 preferences:646 on_button_apply_clicked
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 647, in on_button_apply_clicked
    self.set_config()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config
    import hashlib
ImportError: No module named hashlib

this is with an old config with a clean deluge fails to start (see the log)

#356 Invalid Sporadic writes to disk even though all torrents are paused andar Dennis J. <dennisj@gmx.net>
Description

Every few seconds deluge seems to write data to the disk causing I/O even though all torrents are paused. Here is what iostat says:

Total DISK READ: 0 B/s | Total DISK WRITE: 23.19 K/s

PID USER DISK READ DISK WRITE SWAPIN IO COMMAND 493 root 0 B/s 11.59 K/s 0.00 % 0.07 % [kjournald]

9024 dennis 0 B/s 7.73 K/s 0.00 % 0.00 % python /usr/bin/deluged -p 58846 9015 dennis 0 B/s 3.86 K/s 0.00 % 0.00 % python /usr/bin/deluge

Is this expected and if so what exactly does deluge have to write to disk every few seconds in this case?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.