I noticed today that deluge had moved on from what I had installed, and decided to upgrade.
I'm on Ubuntu 8.04, and had previously upgraded from source to 1.0.0, although my version number said 1.0.5 so I'm not sure if I had done anything else there.
Anyway, so I decided to try upgrading using the PPA, as I'd forgotten I'd upgraded from source; I ended up adding the PPA and doing
sudo apt-get remove --purge deluge-torrent
sudo apt-get install deluge-torrent
This seemed okay, so I went to start deluge, and it froze at the Connection manager when i clicked connect (I noticed that there was a red circle by the 127.0.0.1:58...);
I tried this a few more times, trying close and connect, each with the same issue; I checked to see if the daemon had been started using
ps auxf | grep delug
and sometimes it hadn't started, though once it did, and i killed it; incidentally, when the connection manager froze, a normal
kill (pid)
wouldn't do it, so i resorted to using kill -9 (pid)
Anyway, after doing this a few times, I tried killing everything, and then reinstalling from the 1.0.0 source i still had, and same results occurred; I then downloaded the new 1.3.1 source and reinstalled that way, same result.
I also was having some difficulty getting the deamon to start without causing tons of HD read & processor IOWait, which I can only assume meant it was trying to check all the torrents.
I ended up getting the daemon successfully started by doing
sudo deluge-gtk
and then clicking start daemon (causing the daemon to be run by root) in Connection Manager; then i was able to connect to it using the deluge-console, and view info on torrents and everything. However, clicking close or connect in the connection manager even at that point still caused it to freeze.
So I can use deluge & the daemon via the console, but this is far from ideal. Does anybody have any ideas? All of my attempts to revert have so far not been successful, I'm not 100% sure how this could have been borked; I expected a nice smooth upgrade, but this unfortunately has caused some hair pulling. Never upgrade things that are working I guess lol.
Connection manager freezes at Connect or Close
Re: Connection manager freezes at Connect or Close
What version of deluge you are running? I can only see a very old version 1.2.0 in the PPA.
The latest version is now 1.3.1 and I am afraid we cannot support older versions.
See this post about installing Deluge 1.3.1 on Hardy http://forum.deluge-torrent.org/viewtop ... =7&t=34367
The latest version is now 1.3.1 and I am afraid we cannot support older versions.
See this post about installing Deluge 1.3.1 on Hardy http://forum.deluge-torrent.org/viewtop ... =7&t=34367
Re: Connection manager freezes at Connect or Close
I then downloaded the new 1.3.1 source and reinstalled that way, same result.
I tried that, but it still resulted in the same thing =(
Re: Connection manager freezes at Connect or Close
Can you verify the version with deluge --v and try deleting your config.
Re: Connection manager freezes at Connect or Close
$ deluge --v
1.3.1
I tried moving my config files & reinstalling, I got a slightly different, but similar, response; without the old config files, it doesn't go to the connection manager, and the deluge main window comes up; but it comes up in a frozen state; none of the menus work, hover doesn't work, resizing doesn't work, and it eventually times out and gives the Wait or Force Quit.
When i run deluge-gtk from the command line, the errors it gives up before freezing are:
(deluge-gtk:11134): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
(deluge-gtk:11134): libglade-WARNING **: unknown property `orientation' for class `GtkVPaned'
times about 30 for the top and 5 or so for the bottom.
1.3.1
I tried moving my config files & reinstalling, I got a slightly different, but similar, response; without the old config files, it doesn't go to the connection manager, and the deluge main window comes up; but it comes up in a frozen state; none of the menus work, hover doesn't work, resizing doesn't work, and it eventually times out and gives the Wait or Force Quit.
When i run deluge-gtk from the command line, the errors it gives up before freezing are:
(deluge-gtk:11134): libglade-WARNING **: unknown property `orientation' for class `GtkVBox'
(deluge-gtk:11134): libglade-WARNING **: unknown property `orientation' for class `GtkVPaned'
times about 30 for the top and 5 or so for the bottom.
Re: Connection manager freezes at Connect or Close
Are you simply running deluge on your desktop? Have you tried it in classic mode?
A few notes:
deluged is the standalone daemon
deluge-gtk (and deluge) is the gui
You should not need to run them with sudo
A few notes:
deluged is the standalone daemon
deluge-gtk (and deluge) is the gui
You should not need to run them with sudo
Re: Connection manager freezes at Connect or Close
I'm not sure what you mean just running it on my desktop;
mhmm I understand what the different commands do there;
the daemon is running, ps auxf shows:
qzjul 10874 1.6 1.0 313864 77452 ? Sl 09:01 2:56 /usr/bin/python /usr/bin/deluged --port=58846 --config=/home/qzjul/.config/deluge
and when i run deluge-console i get:
C: 50 (50) D: 0.0 KiB/s U: 2.9 KiB/s (5.0 KiB/s) DHT: 184
so it's running...
But again, when I run it from Applications -> Internet -> deluge (which runs deluge-gtk) or from the command line using deluge-gtk, it freezes, saying Not Connected in the bottom left; or before when I had my config files there, when i click "connect" it would freeze; or if i clicked close it would also freeze.
Oh also, I'm not sure how I would get it in classic mode at this point, don't you have to be able to set that in preferences/options or something? I can't get to any menus because it freezes on load, so I don't know how I'd do that.
mhmm I understand what the different commands do there;
the daemon is running, ps auxf shows:
qzjul 10874 1.6 1.0 313864 77452 ? Sl 09:01 2:56 /usr/bin/python /usr/bin/deluged --port=58846 --config=/home/qzjul/.config/deluge
and when i run deluge-console i get:
C: 50 (50) D: 0.0 KiB/s U: 2.9 KiB/s (5.0 KiB/s) DHT: 184
so it's running...
But again, when I run it from Applications -> Internet -> deluge (which runs deluge-gtk) or from the command line using deluge-gtk, it freezes, saying Not Connected in the bottom left; or before when I had my config files there, when i click "connect" it would freeze; or if i clicked close it would also freeze.
Oh also, I'm not sure how I would get it in classic mode at this point, don't you have to be able to set that in preferences/options or something? I can't get to any menus because it freezes on load, so I don't know how I'd do that.
Re: Connection manager freezes at Connect or Close
Can you post the debug log
deluge-gtk -L debug -l deluge.log
Re: Connection manager freezes at Connect or Close
I'll post two logs here, the first with gtkui.conf moved and the second with it there.
So first, with my gtkui.conf moved somewhere else:
And the second log, with my original gtkui.conf in place:
At both of these points it froze and eventually the Wait/Force quit dialog pops up. In the first it froze at the deluge screen, which I could still move around but nothing inside would respond; in the second it froze on the connection manager after clicking connect with the daemon selected (green checkmark indicating running).
So first, with my gtkui.conf moved somewhere else:
Code: Select all
[INFO ] 18:23:53 ui:101 Deluge ui 1.3.1
[DEBUG ] 18:23:53 ui:102 options: {'loglevel': 'debug', 'logfile': 'deluge2.log', 'config': None, 'quiet': False}
[DEBUG ] 18:23:53 ui:103 args: []
[INFO ] 18:23:53 ui:104 Starting ui..
[DEBUG ] 18:23:53 gtkui:173 GNOME session 'die' handler registered!
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 config:197 Setting 'sidebar_show_zero' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'show_rate_in_title' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'autoadd_queued' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'close_to_tray' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_sound_path' to /home/qzjul of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'window_width' to 640 of <type 'int'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_server' to of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'default_load_path' to None of <type 'NoneType'>
[DEBUG ] 18:23:53 config:197 Setting 'window_y_pos' to 0 of <type 'int'>
[DEBUG ] 18:23:53 config:197 Setting 'autoconnect_host_id' to None of <type 'NoneType'>
[DEBUG ] 18:23:53 config:197 Setting 'classic_mode' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'window_pane_position' to -1 of <type 'int'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_email' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG ] 18:23:53 config:197 Setting 'show_connection_manager_on_start' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'show_statusbar' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_popup' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_username' to of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_pass' to of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_security' to None of <type 'NoneType'>
[DEBUG ] 18:23:53 config:197 Setting 'window_maximized' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'enable_system_tray' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'show_sidebar' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'window_x_pos' to 0 of <type 'int'>
[DEBUG ] 18:23:53 config:197 Setting 'window_height' to 480 of <type 'int'>
[DEBUG ] 18:23:53 config:197 Setting 'lock_tray' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of <type 'list'>
[DEBUG ] 18:23:53 config:197 Setting 'sidebar_position' to 170 of <type 'int'>
[DEBUG ] 18:23:53 config:197 Setting 'createtorrent.trackers' to [] of <type 'list'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_sound' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'tray_password' to of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'focus_add_dialog' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'show_new_releases' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'start_in_tray' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'autoconnect' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'choose_directory_dialog_path' to /home/qzjul of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_tray_blink' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'check_new_releases' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'sidebar_show_trackers' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'autostart_localhost' to False of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'show_toolbar' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'autoadd_location' to of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG ] 18:23:53 config:197 Setting 'ntf_email_add' to of <type 'str'>
[DEBUG ] 18:23:53 config:197 Setting 'interactive_add' to True of <type 'bool'>
[DEBUG ] 18:23:53 config:197 Setting 'signal_port' to 40000 of <type 'int'>
[WARNING ] 18:23:53 config:358 Unable to open config file /home/qzjul/.config/deluge/gtkui.conf: [Errno 2] No such file or directory: '/home/qzjul/.config/deluge/gtkui.conf'
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 ipcinterface:128 Checking if lockfile exists: /home/qzjul/.config/deluge/ipc/deluge-gtk.lock
[DEBUG ] 18:23:53 ipcinterface:133 Removing lockfile since it's stale.
[DEBUG ] 18:23:53 ipcinterface:193 Processing args from other process: []
[DEBUG ] 18:23:53 ipcinterface:196 Not connected to host.. Adding to queue.
[DEBUG ] 18:23:53 sessionproxy:55 SessionProxy init..
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 config:301 Registering function for show_rate_in_title key..
[DEBUG ] 18:23:53 menubar:53 MenuBar init..
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 config:301 Registering function for classic_mode key..
[DEBUG ] 18:23:53 toolbar:51 ToolBar Init..
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 config:301 Registering function for classic_mode key..
[DEBUG ] 18:23:53 listview:168 ListView initialized..
[DEBUG ] 18:23:53 listview:279 Loading ListView state file: torrentview.state
[DEBUG ] 18:23:53 torrentview:183 TorrentView Init..
[DEBUG ] 18:23:53 torrentdetails:430 Loading TorrentDetails state file: tabs.state
[DEBUG ] 18:23:53 torrentdetails:148 weights: []
[DEBUG ] 18:23:53 torrentdetails:149 weight of tab: 0
[DEBUG ] 18:23:53 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:23:53 torrentdetails:69 parent: None
[DEBUG ] 18:23:53 torrentdetails:189 Tab inserted at 0
[DEBUG ] 18:23:53 files_tab:261 Loading FilesTab state file: files_tab.state
[WARNING ] 18:23:53 files_tab:266 Unable to load state file: 'module' object has no attribute 'ColumnState'
[DEBUG ] 18:23:53 torrentdetails:148 weights: [(0, 'Status')]
[DEBUG ] 18:23:53 torrentdetails:149 weight of tab: 2
[DEBUG ] 18:23:53 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:23:53 torrentdetails:69 parent: None
[DEBUG ] 18:23:53 torrentdetails:189 Tab inserted at 1
[DEBUG ] 18:23:53 peers_tab:209 Loading PeersTab state file: peers_tab.state
[WARNING ] 18:23:53 peers_tab:214 Unable to load state file: 'module' object has no attribute 'ColumnState'
[DEBUG ] 18:23:53 torrentdetails:148 weights: [(0, 'Status'), (2, 'Files')]
[DEBUG ] 18:23:53 torrentdetails:149 weight of tab: 3
[DEBUG ] 18:23:53 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:23:53 torrentdetails:69 parent: None
[DEBUG ] 18:23:53 torrentdetails:189 Tab inserted at 2
[DEBUG ] 18:23:53 torrentdetails:148 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
[DEBUG ] 18:23:53 torrentdetails:149 weight of tab: 1
[DEBUG ] 18:23:53 torrentdetails:155 Found pos 1
[DEBUG ] 18:23:53 torrentdetails:184 Trying to insert tab at 1
[DEBUG ] 18:23:53 torrentdetails:69 parent: None
[DEBUG ] 18:23:53 torrentdetails:189 Tab inserted at 1
[DEBUG ] 18:23:53 torrentdetails:148 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
[DEBUG ] 18:23:53 torrentdetails:149 weight of tab: 4
[DEBUG ] 18:23:53 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:23:53 torrentdetails:69 parent: None
[DEBUG ] 18:23:53 torrentdetails:189 Tab inserted at 4
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 sidebar:85 add tab:filters
[DEBUG ] 18:23:53 filtertreeview:276 nothing selected
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 config:301 Registering function for enable_system_tray key..
[DEBUG ] 18:23:53 systemtray:80 Enabling the system tray icon..
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 pluginmanagerbase:65 Plugin manager init..
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: AutoAdd 1.02
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: Execute 1.2
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: Blocklist 1.2
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: Extractor 0.1
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: Label 0.1
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: Notifications 0.1
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: WebUi 0.1
[DEBUG ] 18:23:53 pluginmanagerbase:116 Found plugin: Scheduler 0.2
[DEBUG ] 18:23:53 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:23:53 configmanager:111 Getting config 'hostlist.conf.1.2'
[DEBUG ] 18:23:53 config:197 Setting 'hosts' to [('1d17008b3834bf74b68a98829d6a75c215b13573', '127.0.0.1', 58846, '', '')] of <type 'list'>
[DEBUG ] 18:23:53 config:388 Config /home/qzjul/.config/deluge/hostlist.conf.1.2 version: 1.1 loaded: {'hosts': [[u'879de5d846dbee62d6a7eb315900ef09e82d764e', u'127.0.0.1', 58846, u'', u'']]}
[DEBUG ] 18:23:53 gtkui:279 _on_reactor_start
[DEBUG ] 18:23:53 mainwindow:99 Showing window
[DEBUG ] 18:23:53 config:216 Setting 'window_pane_position' to 172 of <type 'int'>
[DEBUG ] 18:23:54 config:216 Setting 'window_y_pos' to 25 of <type 'int'>
And the second log, with my original gtkui.conf in place:
Code: Select all
[INFO ] 18:20:46 ui:101 Deluge ui 1.3.1
[DEBUG ] 18:20:46 ui:102 options: {'loglevel': 'debug', 'logfile': 'deluge.log', 'config': None, 'quiet': False}
[DEBUG ] 18:20:46 ui:103 args: []
[INFO ] 18:20:46 ui:104 Starting ui..
[DEBUG ] 18:20:46 gtkui:173 GNOME session 'die' handler registered!
[DEBUG ] 18:20:46 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:46 config:197 Setting 'sidebar_show_zero' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'show_rate_in_title' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'autoadd_queued' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'close_to_tray' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_sound_path' to /home/qzjul of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'window_width' to 640 of <type 'int'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_server' to of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'default_load_path' to None of <type 'NoneType'>
[DEBUG ] 18:20:46 config:197 Setting 'window_y_pos' to 0 of <type 'int'>
[DEBUG ] 18:20:46 config:197 Setting 'autoconnect_host_id' to None of <type 'NoneType'>
[DEBUG ] 18:20:46 config:197 Setting 'classic_mode' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'window_pane_position' to -1 of <type 'int'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_email' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG ] 18:20:46 config:197 Setting 'show_connection_manager_on_start' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'show_statusbar' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_popup' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_username' to of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_pass' to of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'tray_download_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_security' to None of <type 'NoneType'>
[DEBUG ] 18:20:46 config:197 Setting 'window_maximized' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'enable_system_tray' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'show_sidebar' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'window_x_pos' to 0 of <type 'int'>
[DEBUG ] 18:20:46 config:197 Setting 'window_height' to 480 of <type 'int'>
[DEBUG ] 18:20:46 config:197 Setting 'lock_tray' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'connection_limit_list' to [50, 100, 200, 300, 500] of <type 'list'>
[DEBUG ] 18:20:46 config:197 Setting 'sidebar_position' to 170 of <type 'int'>
[DEBUG ] 18:20:46 config:197 Setting 'createtorrent.trackers' to [] of <type 'list'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_sound' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'tray_password' to of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'focus_add_dialog' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'show_new_releases' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'start_in_tray' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'autoconnect' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'choose_directory_dialog_path' to /home/qzjul of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_tray_blink' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'check_new_releases' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'sidebar_show_trackers' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'autostart_localhost' to False of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'show_toolbar' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'autoadd_location' to of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'tray_upload_speed_list' to [5.0, 10.0, 30.0, 80.0, 300.0] of <type 'list'>
[DEBUG ] 18:20:46 config:197 Setting 'ntf_email_add' to of <type 'str'>
[DEBUG ] 18:20:46 config:197 Setting 'interactive_add' to True of <type 'bool'>
[DEBUG ] 18:20:46 config:197 Setting 'signal_port' to 40000 of <type 'int'>
[DEBUG ] 18:20:46 config:388 Config /home/qzjul/.config/deluge/gtkui.conf version: 1.1 loaded: {'enable_system_tray': True, 'autoadd_queued': True, 'close_to_tray': True, 'ntf_sound_path': '/home/qzjul', 'window_width': 1616, 'show_new_releases': True, 'default_load_path': None, 'window_y_pos': 168, 'autoconnect_host_id': None, 'classic_mode': False, 'window_pane_position': 406, 'ntf_email': False, 'enabled_plugins': [], 'show_rate_in_title': False, 'show_statusbar': True, 'autoadd_enable': False, 'ntf_popup': False, 'ntf_username': '', 'ntf_pass': '', 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 50.0], 'lock_tray': False, 'window_height': 978, 'autoconnect_host_uri': 'http://localhost:9125', 'window_maximized': False, 'sidebar_show_zero': False, 'show_sidebar': True, 'window_x_pos': 94, 'show_connection_manager_on_start': True, 'ntf_security': None, 'connection_limit_list': [50, 100, 200, 300, 10], 'sidebar_position': 170, 'createtorrent.trackers': [], 'ntf_sound': False, 'tray_password': '8cf213ca961d99a0924304930a0080028c4a5dfe', 'focus_add_dialog': True, 'ntf_server': '', 'start_in_tray': True, 'autoconnect': True, 'choose_directory_dialog_path': '/media/drive14/New14/Lost.Season.720p.BluRay.nHD.x264', 'ntf_tray_blink': True, 'check_new_releases': True, 'sidebar_show_trackers': True, 'autostart_localhost': True, 'show_toolbar': True, 'autoadd_location': '', 'config_location': '/home/qzjul/.config/deluge', 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 3.0], 'ntf_email_add': '', 'interactive_add': True, 'signal_port': 44215}
[DEBUG ] 18:20:46 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:46 ipcinterface:128 Checking if lockfile exists: /home/qzjul/.config/deluge/ipc/deluge-gtk.lock
[DEBUG ] 18:20:46 ipcinterface:133 Removing lockfile since it's stale.
[DEBUG ] 18:20:46 ipcinterface:193 Processing args from other process: []
[DEBUG ] 18:20:46 ipcinterface:196 Not connected to host.. Adding to queue.
[DEBUG ] 18:20:46 sessionproxy:55 SessionProxy init..
[DEBUG ] 18:20:46 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:46 config:301 Registering function for show_rate_in_title key..
[DEBUG ] 18:20:46 menubar:53 MenuBar init..
[DEBUG ] 18:20:46 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:46 config:301 Registering function for classic_mode key..
[DEBUG ] 18:20:46 toolbar:51 ToolBar Init..
[DEBUG ] 18:20:46 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:46 config:301 Registering function for classic_mode key..
[DEBUG ] 18:20:46 listview:168 ListView initialized..
[DEBUG ] 18:20:46 listview:279 Loading ListView state file: torrentview.state
[DEBUG ] 18:20:46 torrentview:183 TorrentView Init..
[DEBUG ] 18:20:47 torrentdetails:430 Loading TorrentDetails state file: tabs.state
[DEBUG ] 18:20:47 torrentdetails:148 weights: []
[DEBUG ] 18:20:47 torrentdetails:149 weight of tab: 0
[DEBUG ] 18:20:47 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:20:47 torrentdetails:69 parent: None
[DEBUG ] 18:20:47 torrentdetails:189 Tab inserted at 0
[DEBUG ] 18:20:47 files_tab:261 Loading FilesTab state file: files_tab.state
[WARNING ] 18:20:47 files_tab:266 Unable to load state file: 'module' object has no attribute 'ColumnState'
[DEBUG ] 18:20:47 torrentdetails:148 weights: [(0, 'Status')]
[DEBUG ] 18:20:47 torrentdetails:149 weight of tab: 2
[DEBUG ] 18:20:47 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:20:47 torrentdetails:69 parent: None
[DEBUG ] 18:20:47 torrentdetails:189 Tab inserted at 1
[DEBUG ] 18:20:47 peers_tab:209 Loading PeersTab state file: peers_tab.state
[WARNING ] 18:20:47 peers_tab:214 Unable to load state file: 'module' object has no attribute 'ColumnState'
[DEBUG ] 18:20:47 torrentdetails:148 weights: [(0, 'Status'), (2, 'Files')]
[DEBUG ] 18:20:47 torrentdetails:149 weight of tab: 3
[DEBUG ] 18:20:47 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:20:47 torrentdetails:69 parent: None
[DEBUG ] 18:20:47 torrentdetails:189 Tab inserted at 2
[DEBUG ] 18:20:47 torrentdetails:148 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
[DEBUG ] 18:20:47 torrentdetails:149 weight of tab: 1
[DEBUG ] 18:20:47 torrentdetails:155 Found pos 1
[DEBUG ] 18:20:47 torrentdetails:184 Trying to insert tab at 1
[DEBUG ] 18:20:47 torrentdetails:69 parent: None
[DEBUG ] 18:20:47 torrentdetails:189 Tab inserted at 1
[DEBUG ] 18:20:47 torrentdetails:148 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
[DEBUG ] 18:20:47 torrentdetails:149 weight of tab: 4
[DEBUG ] 18:20:47 torrentdetails:184 Trying to insert tab at -1
[DEBUG ] 18:20:47 torrentdetails:69 parent: None
[DEBUG ] 18:20:47 torrentdetails:189 Tab inserted at 4
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 sidebar:85 add tab:filters
[DEBUG ] 18:20:47 filtertreeview:276 nothing selected
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 config:301 Registering function for enable_system_tray key..
[DEBUG ] 18:20:47 systemtray:80 Enabling the system tray icon..
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 pluginmanagerbase:65 Plugin manager init..
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: AutoAdd 1.02
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: Execute 1.2
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: Blocklist 1.2
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: Extractor 0.1
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: Label 0.1
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: Notifications 0.1
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: WebUi 0.1
[DEBUG ] 18:20:47 pluginmanagerbase:116 Found plugin: Scheduler 0.2
[DEBUG ] 18:20:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG ] 18:20:47 configmanager:111 Getting config 'hostlist.conf.1.2'
[DEBUG ] 18:20:47 config:197 Setting 'hosts' to [('460a4ffea014bc8eb839f2ea7ac6f517646336cf', '127.0.0.1', 58846, '', '')] of <type 'list'>
[DEBUG ] 18:20:47 config:388 Config /home/qzjul/.config/deluge/hostlist.conf.1.2 version: 1.1 loaded: {'hosts': [[u'879de5d846dbee62d6a7eb315900ef09e82d764e', u'127.0.0.1', 58846, u'', u'']]}
[DEBUG ] 18:20:47 gtkui:279 _on_reactor_start
[INFO ] 18:20:47 client:221 Connecting to daemon at 127.0.0.1:58846..
[INFO ] 18:20:47 client:125 Connected to daemon at 127.0.0.1:58846..
[DEBUG ] 18:20:47 connectionmanager:360 Status: Online
[INFO ] 18:20:47 client:228 Connection lost to daemon at 127.0.0.1:58846 reason: Connection was closed cleanly.
[INFO ] 18:20:56 client:221 Connecting to daemon at 127.0.0.1:58846..
[DEBUG ] 18:20:56 config:216 Setting 'hosts' to [] of <type 'list'>
[DEBUG ] 18:20:56 config:420 Saving new config file /home/qzjul/.config/deluge/hostlist.conf.1.2.new
[DEBUG ] 18:20:56 config:433 Backing up old config file to /home/qzjul/.config/deluge/hostlist.conf.1.2~
[DEBUG ] 18:20:56 config:441 Moving new config file /home/qzjul/.config/deluge/hostlist.conf.1.2.new to /home/qzjul/.config/deluge/hostlist.conf.1.2..
At both of these points it froze and eventually the Wait/Force quit dialog pops up. In the first it froze at the deluge screen, which I could still move around but nothing inside would respond; in the second it froze on the connection manager after clicking connect with the daemon selected (green checkmark indicating running).
Re: Connection manager freezes at Connect or Close
Well I'm sorry I have no idea. There must be something wrong with your system installation as no-one else has reported a freezing problem like this.
My final suggestion would be to upgrade your distro as its quite old.
My final suggestion would be to upgrade your distro as its quite old.