I've been trying to sort this issue for a few hours now and after a ton of Googling and hair pulling, I've gotten virtually nowhere. My problem is that the Deluge daemon keeps stopping. It'll start up fine, and I can even add and download torrents, however within ~5 minutes it will crash, even without any torrents.
I'm using Ubuntu Server 12.04 and all packages were updated today. I'm also using the deluge-team repository. Here is some information about my deluge install:
Code: Select all
chizshy@otter ~ $ deluged -v
deluged: 1.3.6
libtorrent: 0.15.10.0
Code: Select all
{
"file": 1,
"format": 1
}{
"info_sent": 0.0,
"lsd": true,
"send_info": false,
"move_completed_path": "/home/chizshy",
"enc_in_policy": 1,
"queue_new_to_top": false,
"ignore_limits_on_local_network": true,
"rate_limit_ip_overhead": true,
"daemon_port": 58846,
"natpmp": false,
"max_active_limit": -1,
"utpex": true,
"max_active_downloading": -1,
"max_active_seeding": -1,
"allow_remote": true,
"max_half_open_connections": 50,
"download_location": "/home/chizshy/Torrents",
"compact_allocation": false,
"max_upload_speed": 20480.0,
"cache_expiry": 60,
"prioritize_first_last_pieces": false,
"auto_managed": true,
"enc_level": 2,
"max_connections_per_second": 20,
"dont_count_slow_torrents": false,
"random_outgoing_ports": true,
"max_upload_slots_per_torrent": -1,
"new_release_check": false,
"enc_out_policy": 1,
"outgoing_ports": [
0,
0
],
"seed_time_limit": -1,
"cache_size": 512,
"share_ratio_limit": -1.0,
"max_download_speed": 20480.0,
"geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
"torrentfiles_location": "/home/chizshy",
"stop_seed_at_ratio": false,
"peer_tos": "0x00",
"listen_interface": "",
"upnp": false,
"max_download_speed_per_torrent": -1,
"max_upload_slots_global": 22,
"enabled_plugins": [],
"random_port": false,
"autoadd_enable": false,
"max_connections_global": -1,
"enc_prefer_rc4": true,
"listen_ports": [
57576,
57576
],
"dht": true,
"stop_seed_ratio": 2.0,
"seed_time_ratio_limit": -1.0,
"max_upload_speed_per_torrent": -1,
"copy_torrent_file": false,
"del_copy_torrent_file": false,
"move_completed": false,
"proxies": {
"peer": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
},
"web_seed": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
},
"tracker": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
},
"dht": {
"username": "",
"password": "",
"type": 0,
"hostname": "",
"port": 8080
}
},
"add_paused": false,
"max_connections_per_torrent": -1,
"remove_seed_at_ratio": false,
"autoadd_location": "/home/chizshy",
"plugins_location": "/home/chizshy/.config/deluge/plugins"
}
Code: Select all
[INFO ] 18:45:24 daemon:124 Deluge daemon 1.3.6
[DEBUG ] 18:45:24 daemon:125 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'listen_interface': None, 'logfile': 'deluged.log', 'config': None, 'port': None, 'pidfile': None, 'donot': False}
[DEBUG ] 18:45:24 daemon:126 args: []
[DEBUG ] 18:45:24 core:76 Core init..
[INFO ] 18:45:24 core:80 Starting libtorrent 0.15.10.0 session..
[DEBUG ] 18:45:24 configmanager:111 Getting config 'core.conf'
[DEBUG ] 18:45:24 config:197 Setting 'info_sent' to 0.0 of <type 'float'>
[DEBUG ] 18:45:24 config:197 Setting 'lsd' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'send_info' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'move_completed_path' to /home/chizshy of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'enc_in_policy' to 1 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'queue_new_to_top' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'ignore_limits_on_local_network' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'rate_limit_ip_overhead' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'daemon_port' to 58846 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'torrentfiles_location' to /home/chizshy of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'max_active_limit' to 8 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'utpex' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'max_active_downloading' to 3 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'max_active_seeding' to 5 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'allow_remote' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'max_half_open_connections' to 50 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'download_location' to /home/chizshy of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'compact_allocation' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'max_upload_speed' to -1.0 of <type 'float'>
[DEBUG ] 18:45:24 config:197 Setting 'cache_expiry' to 60 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'prioritize_first_last_pieces' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'auto_managed' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'enc_level' to 2 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'max_connections_per_second' to 20 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'dont_count_slow_torrents' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'random_outgoing_ports' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'dht' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'new_release_check' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'enc_out_policy' to 1 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'max_upload_slots_global' to 4 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'seed_time_limit' to 180 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'cache_size' to 512 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'share_ratio_limit' to 2.0 of <type 'float'>
[DEBUG ] 18:45:24 config:197 Setting 'max_download_speed' to -1.0 of <type 'float'>
[DEBUG ] 18:45:24 config:197 Setting 'geoip_db_location' to /usr/share/GeoIP/GeoIP.dat of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'natpmp' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'stop_seed_at_ratio' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'peer_tos' to 0x00 of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'listen_interface' to of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'upnp' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'max_download_speed_per_torrent' to -1 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'outgoing_ports' to [0, 0] of <type 'list'>
[DEBUG ] 18:45:24 config:197 Setting 'enabled_plugins' to [] of <type 'list'>
[DEBUG ] 18:45:24 config:197 Setting 'random_port' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'autoadd_enable' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'max_connections_global' to 200 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'enc_prefer_rc4' to True of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'listen_ports' to [6881, 6891] of <type 'list'>
[DEBUG ] 18:45:24 config:197 Setting 'max_upload_slots_per_torrent' to -1 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'stop_seed_ratio' to 2.0 of <type 'float'>
[DEBUG ] 18:45:24 config:197 Setting 'seed_time_ratio_limit' to 7.0 of <type 'float'>
[DEBUG ] 18:45:24 config:197 Setting 'max_upload_speed_per_torrent' to -1 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'copy_torrent_file' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'del_copy_torrent_file' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'move_completed' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'proxies' to {'peer': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'web_seed': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'tracker': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'dht': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}} of <type 'dict'>
[DEBUG ] 18:45:24 config:197 Setting 'add_paused' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'max_connections_per_torrent' to -1 of <type 'int'>
[DEBUG ] 18:45:24 config:197 Setting 'remove_seed_at_ratio' to False of <type 'bool'>
[DEBUG ] 18:45:24 config:197 Setting 'autoadd_location' to /home/chizshy of <type 'str'>
[DEBUG ] 18:45:24 config:197 Setting 'plugins_location' to /home/chizshy/.config/deluge/plugins of <type 'str'>
[DEBUG ] 18:45:24 config:391 Config /home/chizshy/.config/deluge/core.conf version: 1.1 loaded: {'info_sent': 0.0, 'lsd': True, 'send_info': False, 'move_completed_path': u'/home/chizshy', 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'daemon_port': 58846, 'natpmp': False, 'max_active_limit': -1, 'utpex': True, 'max_active_downloading': -1, 'max_active_seeding': -1, 'allow_remote': True, 'max_half_open_connections': 50, 'download_location': u'/home/chizshy/Torrents', 'compact_allocation': False, 'max_upload_speed': 20480.0, 'cache_expiry': 60, 'prioritize_first_last_pieces': False, 'auto_managed': True, 'enc_level': 2, 'max_connections_per_second': 20, 'dont_count_slow_torrents': False, 'random_outgoing_ports': True, 'max_upload_slots_per_torrent': -1, 'new_release_check': False, 'enc_out_policy': 1, 'outgoing_ports': [0, 0], 'seed_time_limit': -1, 'cache_size': 512, 'share_ratio_limit': -1.0, 'max_download_speed': 20480.0, 'geoip_db_location': u'/usr/share/GeoIP/GeoIP.dat', 'torrentfiles_location': u'/home/chizshy', 'stop_seed_at_ratio': False, 'peer_tos': u'0x00', 'listen_interface': u'', 'upnp': False, 'max_download_speed_per_torrent': -1, 'max_upload_slots_global': 22, 'enabled_plugins': [], 'random_port': False, 'autoadd_enable': False, 'max_connections_global': -1, 'enc_prefer_rc4': True, 'listen_ports': [57576, 57576], 'dht': True, 'stop_seed_ratio': 2.0, 'seed_time_ratio_limit': -1.0, 'max_upload_speed_per_torrent': -1, 'copy_torrent_file': False, 'del_copy_torrent_file': False, 'move_completed': False, 'proxies': {u'peer': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'web_seed': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'tracker': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}, u'dht': {u'username': u'', u'password': u'', u'type': 0, u'hostname': u'', u'port': 8080}}, 'add_paused': False, 'max_connections_per_torrent': -1, 'remove_seed_at_ratio': False, 'autoadd_location': u'/home/chizshy', 'plugins_location': u'/home/chizshy/.config/deluge/plugins'}
[DEBUG ] 18:45:24 alertmanager:53 AlertManager initialized..
[DEBUG ] 18:45:24 pluginmanagerbase:65 Plugin manager init..
[DEBUG ] 18:45:24 configmanager:111 Getting config 'core.conf'
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: Extractor 0.2 at /usr/lib/python2.7/dist-packages/deluge/plugins/Extractor-0.2.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: Execute 1.2 at /usr/lib/python2.7/dist-packages/deluge/plugins/Execute-1.2.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: Blocklist 1.2 at /usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.2.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: AutoAdd 1.04 at /usr/lib/python2.7/dist-packages/deluge/plugins/AutoAdd-1.04.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: Label 0.2 at /usr/lib/python2.7/dist-packages/deluge/plugins/Label-0.2.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: Notifications 0.1 at /usr/lib/python2.7/dist-packages/deluge/plugins/Notifications-0.1.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: WebUi 0.1 at /usr/lib/python2.7/dist-packages/deluge/plugins/WebUi-0.1.egg
[DEBUG ] 18:45:24 pluginmanagerbase:124 Found plugin: Scheduler 0.2 at /usr/lib/python2.7/dist-packages/deluge/plugins/Scheduler-0.2.egg
[DEBUG ] 18:45:24 torrentmanager:127 TorrentManager init..
[DEBUG ] 18:45:24 configmanager:111 Getting config 'core.conf'
[DEBUG ] 18:45:24 config:304 Registering function for max_connections_per_torrent key..
[DEBUG ] 18:45:24 torrentmanager:856 max_connections_per_torrent set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_upload_slots_per_torrent key..
[DEBUG ] 18:45:24 torrentmanager:862 max_upload_slots_per_torrent set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_upload_speed_per_torrent key..
[DEBUG ] 18:45:24 torrentmanager:867 max_upload_speed_per_torrent set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_download_speed_per_torrent key..
[DEBUG ] 18:45:24 torrentmanager:872 max_download_speed_per_torrent set to -1..
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert torrent_finished_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert torrent_paused_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert torrent_checked_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert tracker_reply_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert tracker_announce_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert tracker_warning_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert tracker_error_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert storage_moved_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert torrent_resumed_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert state_changed_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert save_resume_data_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert save_resume_data_failed_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert file_renamed_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert metadata_received_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert file_error_alert
[DEBUG ] 18:45:24 alertmanager:96 Registered handler for alert file_completed_alert
[DEBUG ] 18:45:24 filtermanager:105 FilterManager init..
[DEBUG ] 18:45:24 configmanager:111 Getting config 'core.conf'
[DEBUG ] 18:45:24 config:304 Registering function for autoadd_enable key..
[DEBUG ] 18:45:24 autoadd:124 _on_autoadd_enable
[DEBUG ] 18:45:24 config:304 Registering function for autoadd_location key..
[DEBUG ] 18:45:24 autoadd:131 _on_autoadd_location
[DEBUG ] 18:45:24 configmanager:111 Getting config 'core.conf'
[INFO ] 18:45:24 rpcserver:366 Starting DelugeRPC server :58846
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.add_torrent_file
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.add_torrent_magnet
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.add_torrent_url
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.connect_peer
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.create_torrent
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.disable_plugin
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.enable_plugin
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.force_reannounce
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.force_recheck
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_available_plugins
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_cache_status
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_config
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_config_value
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_config_values
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_enabled_plugins
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_filter_tree
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_free_space
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_libtorrent_version
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_listen_port
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_num_connections
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_path_size
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_session_state
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_session_status
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_torrent_status
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.get_torrents_status
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.glob
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.move_storage
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.pause_all_torrents
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.pause_torrent
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.queue_bottom
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.queue_down
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.queue_top
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.queue_up
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.remove_torrent
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.rename_files
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.rename_folder
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.rescan_plugins
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.resume_all_torrents
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.resume_torrent
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_config
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_auto_managed
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_file_priorities
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_max_connections
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_max_download_speed
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_max_upload_slots
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_max_upload_speed
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_move_completed
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_move_completed_path
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_options
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_prioritize_first_last
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_remove_at_ratio
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_stop_at_ratio
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_stop_ratio
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.set_torrent_trackers
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.test_listen_port
[DEBUG ] 18:45:24 rpcserver:395 Registering method: core.upload_plugin
[DEBUG ] 18:45:24 rpcserver:395 Registering method: daemon.get_method_list
[DEBUG ] 18:45:24 rpcserver:395 Registering method: daemon.info
[DEBUG ] 18:45:24 rpcserver:395 Registering method: daemon.shutdown
[DEBUG ] 18:45:24 config:304 Registering function for torrentfiles_location key..
[DEBUG ] 18:45:24 config:304 Registering function for listen_ports key..
[DEBUG ] 18:45:24 preferencesmanager:253 listen port range set to 57576-57576
[DEBUG ] 18:45:24 config:304 Registering function for listen_interface key..
[DEBUG ] 18:45:24 preferencesmanager:261 random port value set to False
[DEBUG ] 18:45:24 preferencesmanager:275 listen port range set to 57576-57576
[DEBUG ] 18:45:24 config:304 Registering function for random_port key..
[DEBUG ] 18:45:24 preferencesmanager:261 random port value set to False
[DEBUG ] 18:45:24 preferencesmanager:275 listen port range set to 57576-57576
[DEBUG ] 18:45:24 config:304 Registering function for outgoing_ports key..
[DEBUG ] 18:45:24 config:304 Registering function for random_outgoing_ports key..
[DEBUG ] 18:45:24 config:304 Registering function for peer_tos key..
[DEBUG ] 18:45:24 preferencesmanager:288 setting peer_tos to: 0x00
[DEBUG ] 18:45:24 config:304 Registering function for dht key..
[DEBUG ] 18:45:24 preferencesmanager:296 dht value set to True
[DEBUG ] 18:45:24 config:304 Registering function for upnp key..
[DEBUG ] 18:45:24 preferencesmanager:318 upnp value set to False
[DEBUG ] 18:45:24 config:304 Registering function for natpmp key..
[DEBUG ] 18:45:24 preferencesmanager:325 natpmp value set to False
[DEBUG ] 18:45:24 config:304 Registering function for utpex key..
[DEBUG ] 18:45:24 preferencesmanager:339 utpex value set to True
[DEBUG ] 18:45:24 config:304 Registering function for lsd key..
[DEBUG ] 18:45:24 preferencesmanager:332 lsd value set to True
[DEBUG ] 18:45:24 config:304 Registering function for enc_in_policy key..
[DEBUG ] 18:45:24 preferencesmanager:347 encryption value enc_in_policy set to 1..
[DEBUG ] 18:45:24 preferencesmanager:361 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 18:45:24 config:304 Registering function for enc_out_policy key..
[DEBUG ] 18:45:24 preferencesmanager:347 encryption value enc_out_policy set to 1..
[DEBUG ] 18:45:24 preferencesmanager:361 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 18:45:24 config:304 Registering function for enc_level key..
[DEBUG ] 18:45:24 preferencesmanager:347 encryption value enc_level set to 2..
[DEBUG ] 18:45:24 preferencesmanager:361 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 18:45:24 config:304 Registering function for enc_prefer_rc4 key..
[DEBUG ] 18:45:24 preferencesmanager:347 encryption value enc_prefer_rc4 set to True..
[DEBUG ] 18:45:24 preferencesmanager:361 encryption settings:
out_policy: enabled
in_policy: enabled
level: both
prefer_rc4: True
[DEBUG ] 18:45:24 config:304 Registering function for max_connections_global key..
[DEBUG ] 18:45:24 preferencesmanager:364 max_connections_global set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_upload_speed key..
[DEBUG ] 18:45:24 preferencesmanager:368 max_upload_speed set to 20480.0..
[DEBUG ] 18:45:24 config:304 Registering function for max_download_speed key..
[DEBUG ] 18:45:24 preferencesmanager:378 max_download_speed set to 20480.0..
[DEBUG ] 18:45:24 config:304 Registering function for max_upload_slots_global key..
[DEBUG ] 18:45:24 preferencesmanager:387 max_upload_slots_global set to 22..
[DEBUG ] 18:45:24 config:304 Registering function for max_half_open_connections key..
[DEBUG ] 18:45:24 config:304 Registering function for max_connections_per_second key..
[DEBUG ] 18:45:24 config:304 Registering function for ignore_limits_on_local_network key..
[DEBUG ] 18:45:24 config:304 Registering function for share_ratio_limit key..
[DEBUG ] 18:45:24 preferencesmanager:400 share_ratio_limit set to -1.0..
[DEBUG ] 18:45:24 config:304 Registering function for seed_time_ratio_limit key..
[DEBUG ] 18:45:24 preferencesmanager:404 seed_time_ratio_limit set to -1.0..
[DEBUG ] 18:45:24 config:304 Registering function for seed_time_limit key..
[DEBUG ] 18:45:24 preferencesmanager:408 seed_time_limit set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_active_downloading key..
[DEBUG ] 18:45:24 preferencesmanager:413 max_active_downloading set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_active_seeding key..
[DEBUG ] 18:45:24 preferencesmanager:417 max_active_seeding set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for max_active_limit key..
[DEBUG ] 18:45:24 preferencesmanager:421 max_active_limit set to -1..
[DEBUG ] 18:45:24 config:304 Registering function for dont_count_slow_torrents key..
[DEBUG ] 18:45:24 preferencesmanager:425 dont_count_slow_torrents set to False..
[DEBUG ] 18:45:24 config:304 Registering function for send_info key..
[DEBUG ] 18:45:24 preferencesmanager:429 Sending anonymous stats..
[DEBUG ] 18:45:24 config:304 Registering function for proxies key..
[DEBUG ] 18:45:24 preferencesmanager:480 setting peer proxy settings
[DEBUG ] 18:45:24 preferencesmanager:480 setting web_seed proxy settings
[DEBUG ] 18:45:24 preferencesmanager:480 setting tracker proxy settings
[DEBUG ] 18:45:24 preferencesmanager:480 setting dht proxy settings
[DEBUG ] 18:45:24 config:304 Registering function for new_release_check key..
[DEBUG ] 18:45:24 config:304 Registering function for rate_limit_ip_overhead key..
[DEBUG ] 18:45:24 preferencesmanager:484 rate_limit_ip_overhead: True
[DEBUG ] 18:45:24 config:304 Registering function for geoip_db_location key..
[DEBUG ] 18:45:24 preferencesmanager:488 geoip_db_location: /usr/share/GeoIP/GeoIP.dat
[DEBUG ] 18:45:24 config:304 Registering function for cache_size key..
[DEBUG ] 18:45:24 preferencesmanager:506 cache_size: 512
[DEBUG ] 18:45:24 config:304 Registering function for cache_expiry key..
[DEBUG ] 18:45:24 preferencesmanager:510 cache_expiry: 60
[DEBUG ] 18:45:24 alertmanager:123 listen_succeeded_alert: successfully listening on 0.0.0.0:57576
[DEBUG ] 18:45:24 alertmanager:123 listen_succeeded_alert: successfully listening on [::]:57576
[DEBUG ] 18:45:24 configmanager:111 Getting config 'core.conf'
[DEBUG ] 18:45:24 torrentmanager:623 Opening torrent state file for load.
[WARNING ] 18:45:24 torrentmanager:639 Unable to update state file to a compatible version: list index out of range
[DEBUG ] 18:45:24 torrentmanager:736 Opening torrents fastresume file for load.
[WARNING ] 18:45:24 torrentmanager:742 Unable to load fastresume file: [Errno 2] No such file or directory: '/home/chizshy/.config/deluge/state/torrents.fastresume'
[DEBUG ] 18:45:24 rpcserver:466 intevents: {}
[INFO ] 18:45:25 rpcserver:203 Deluge Client connection made from: 127.0.0.1:46085
[INFO ] 18:45:25 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 18:45:27 rpcserver:203 Deluge Client connection made from: 127.0.0.1:46130
[INFO ] 18:45:27 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 18:45:28 rpcserver:203 Deluge Client connection made from: 127.0.0.1:46219
[INFO ] 18:45:52 rpcserver:203 Deluge Client connection made from: 127.0.0.1:47098
[INFO ] 18:45:52 rpcserver:203 Deluge Client connection made from: 127.0.0.1:47099
[INFO ] 18:45:52 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 18:45:52 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[DEBUG ] 18:48:44 torrentmanager:696 Saving torrent state file.
[INFO ] 18:50:02 daemon:187 Waiting for components to shutdown..
[DEBUG ] 18:50:02 core:146 Core stopping...
[DEBUG ] 18:50:02 torrentmanager:696 Saving torrent state file.
[INFO ] 18:50:02 rpcserver:223 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
[INFO ] 18:50:02 daemon:187 Waiting for components to shutdown..