Custom Query (2447 matches)
Results (310 - 312 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1070 | Duplicate | Deluge won't start - crashes | ||
Description |
Hi!
I get kick-out from bugs.launchpad.net because I use the latest deluge package 1.2.0_rc3 which is not in official Ubuntu archives.
So here I am, complaining. ;D
The problem is: Traceback (most recent call last): File "/usr/bin/deluge", line 8, in <module> load_entry_point('deluge==1.2.0-rc3', 'console_scripts', 'deluge')() File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui UI(options, args, options.args) File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__ ui = GtkUI(args) File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 193, in __init__ self.ipcinterface = IPCInterface(args) File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/ipcinterface.py", line 110, in __init__ reactor.listenUNIX(socket, self.factory, wantPID=True) File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 315, in listenUNIX p.startListening() File "/usr/lib/python2.6/dist-packages/twisted/internet/unix.py", line 71, in startListening if not self.lockFile.lock(): File "/usr/lib/python2.6/dist-packages/twisted/python/lockfile.py", line 147, in lock kill(int(pid), 0) OSError: [Errno 1] Operation not permitted
My system info: Thanks for quick repair! |
|||
#1082 | Duplicate | Additional columns for uploaded and downloaded amount in torrent list | ||
Description |
Currently there is no way to display the amount uploaded or downloaded in the main torrent list. This information is only available from the details panel on individual torrents. Concequently, it is not possible to sort the list, for example, by the amount uploaded. This columns could be added, but not enabled by default (in view columns), thereby not impacting UI in any way. |
|||
#1101 | Duplicate | Autocheck on startup | ||
Description |
On startup Deluge always checks availability of files that refer torrents in list and, if it doesn't find them, it resets torrent status to 0%. It happens even if torrent is paused. While most of my downloads are located in the ext. HDD I have to connect hard drive every time I start Deluge. If I forget doing it Deluge mark them as new (0% done) and I have to recheck all "external" torrents at the next time. It would be grateful to cancel autocheck of paused torrents or to add new option for deactivating autocheck to GUI. |