1 | $ deluged -d
|
---|
2 | [DEBUG ] 17:09:02 configmanager:44 ConfigManager started..
|
---|
3 | [INFO ] 17:09:02 daemon:44 Deluge daemon 1.1.0-devr3816
|
---|
4 | [DEBUG ] 17:09:02 daemon:45 options: {'logfile': None, 'config': None, 'port': None, 'donot': True}
|
---|
5 | [DEBUG ] 17:09:02 daemon:46 args: []
|
---|
6 | [DEBUG ] 17:09:02 configmanager:69 get_config_dir: /home/blabla/.config/deluge
|
---|
7 | [DEBUG ] 17:09:02 configmanager:69 get_config_dir: /home/blabla/.config/deluge
|
---|
8 | [DEBUG ] 17:09:02 configmanager:69 get_config_dir: /home/blabla/.config/deluge
|
---|
9 | [DEBUG ] 17:09:02 core:77 Core init..
|
---|
10 | [DEBUG ] 17:09:02 component:102 Registered Core with ComponentRegistry..
|
---|
11 | [DEBUG ] 17:09:02 component:102 Registered PreferencesManager with ComponentRegistry..
|
---|
12 | [DEBUG ] 17:09:02 configmanager:88 Getting config 'core.conf'
|
---|
13 | [DEBUG ] 17:09:02 config:47 Config created with filename: core.conf
|
---|
14 | [DEBUG ] 17:09:02 config:48 Config defaults: {'info_sent': 0.0, 'lsd': True, 'max_download_speed': -1.0, 'send_info': False, 'torrentfiles_location': '/home/blabla', 'proxy_password': '', 'state_location': '/home/blabla/.config/deluge/state', 'stop_seed_at_ratio': False, 'max_active_limit': 8, 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'peer_tos': '0x00', 'daemon_port': 58846, 'natpmp': True, 'autoadd_enable': False, 'upnp': True, 'utpex': True, 'max_download_speed_per_torrent': -1, 'max_active_seeding': 5, 'allow_remote': False, 'outgoing_ports': [0, 0], 'max_half_open_connections': -1, 'enabled_plugins': [], 'plugins_location': '/home/blabla/.config/deluge/plugins', 'download_location': '/home/blabla', 'compact_allocation': False, 'max_upload_speed': -1.0, 'max_connections_global': -1, 'enc_prefer_rc4': True, 'listen_ports': [6881, 6891], 'dht': True, 'move_completed_path': '/home/blabla', 'stop_seed_ratio': 2.0, 'max_active_downloading': 3, 'proxy_server': '', 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1, 'auto_managed': True, 'enc_level': 2, 'copy_torrent_file': False, 'max_connections_per_second': -1, 'max_connections_per_torrent': -1, 'move_completed': False, 'dont_count_slow_torrents': False, 'add_paused': False, 'proxy_port': 8080, 'random_outgoing_ports': True, 'max_upload_slots_per_torrent': -1, 'new_release_check': True, 'enc_out_policy': 1, 'seed_time_ratio_limit': 7.0, 'remove_seed_at_ratio': False, 'proxy_type': 0, 'autoadd_location': '/home/blabla', 'max_upload_slots_global': -1, 'config_location': '/home/blabla/.config/deluge', 'proxy_username': '', 'seed_time_limit': 180, 'share_ratio_limit': 2.0, 'random_port': True}
|
---|
15 | [DEBUG ] 17:09:02 configmanager:88 Getting config 'core.conf'
|
---|
16 | [INFO ] 17:09:02 core:96 Starting XMLRPC server on port 58846
|
---|
17 | [DEBUG ] 17:09:02 core:167 Starting libtorrent session..
|
---|
18 | [DEBUG ] 17:09:02 alertmanager:44 AlertManager initialized..
|
---|
19 | [DEBUG ] 17:09:02 component:102 Registered AlertManager with ComponentRegistry..
|
---|
20 | [DEBUG ] 17:09:02 component:102 Registered SignalManager with ComponentRegistry..
|
---|
21 | [DEBUG ] 17:09:02 component:102 Registered PluginManager with ComponentRegistry..
|
---|
22 | [DEBUG ] 17:09:02 pluginmanagerbase:48 Plugin manager init..
|
---|
23 | [DEBUG ] 17:09:02 configmanager:88 Getting config 'core.conf'
|
---|
24 | [DEBUG ] 17:09:02 configmanager:69 get_config_dir: /home/blabla/.config/deluge
|
---|
25 | [DEBUG ] 17:09:02 pluginmanagerbase:95 Found plugin: Blocklist 1.0
|
---|
26 | [DEBUG ] 17:09:02 pluginmanagerbase:95 Found plugin: Label 0.1
|
---|
27 | [DEBUG ] 17:09:02 component:102 Registered TorrentManager with ComponentRegistry..
|
---|
28 | [DEBUG ] 17:09:02 torrentmanager:109 TorrentManager init..
|
---|
29 | [DEBUG ] 17:09:02 configmanager:88 Getting config 'core.conf'
|
---|
30 | [DEBUG ] 17:09:02 config:170 Registering function for max_connections_per_torrent key..
|
---|
31 | [DEBUG ] 17:09:02 torrentmanager:582 max_connections_per_torrent set to -1..
|
---|
32 | [DEBUG ] 17:09:02 config:170 Registering function for max_upload_slots_per_torrent key..
|
---|
33 | [DEBUG ] 17:09:02 torrentmanager:588 max_upload_slots_per_torrent set to -1..
|
---|
34 | [DEBUG ] 17:09:02 config:170 Registering function for max_upload_speed_per_torrent key..
|
---|
35 | [DEBUG ] 17:09:02 torrentmanager:593 max_upload_speed_per_torrent set to -1..
|
---|
36 | [DEBUG ] 17:09:02 config:170 Registering function for max_download_speed_per_torrent key..
|
---|
37 | [DEBUG ] 17:09:02 torrentmanager:598 max_download_speed_per_torrent set to -1..
|
---|
38 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert torrent_finished_alert
|
---|
39 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert torrent_paused_alert
|
---|
40 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert torrent_checked_alert
|
---|
41 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert tracker_reply_alert
|
---|
42 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert tracker_announce_alert
|
---|
43 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert tracker_alert
|
---|
44 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert tracker_warning_alert
|
---|
45 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert tracker_error_alert
|
---|
46 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert storage_moved_alert
|
---|
47 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert torrent_resumed_alert
|
---|
48 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert state_changed_alert
|
---|
49 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert save_resume_data_alert
|
---|
50 | [DEBUG ] 17:09:02 alertmanager:78 Registered handler for alert save_resume_data_failed_alert
|
---|
51 | [DEBUG ] 17:09:02 component:102 Registered FilterManager with ComponentRegistry..
|
---|
52 | [DEBUG ] 17:09:02 filtermanager:57 FilterManager init..
|
---|
53 | [DEBUG ] 17:09:02 component:102 Registered AutoAdd with ComponentRegistry..
|
---|
54 | [DEBUG ] 17:09:02 configmanager:88 Getting config 'core.conf'
|
---|
55 | [DEBUG ] 17:09:02 config:170 Registering function for autoadd_enable key..
|
---|
56 | [DEBUG ] 17:09:02 autoadd:116 _on_autoadd_enable
|
---|
57 | [DEBUG ] 17:09:02 config:170 Registering function for autoadd_location key..
|
---|
58 | [DEBUG ] 17:09:02 autoadd:123 _on_autoadd_location
|
---|
59 | [DEBUG ] 17:09:02 component:125 Starting component PreferencesManager..
|
---|
60 | [DEBUG ] 17:09:02 config:170 Registering function for torrentfiles_location key..
|
---|
61 | [DEBUG ] 17:09:02 preferencesmanager:203 Unable to make directory: [Errno 17] File exists: '/home/blabla/bak_torrent'
|
---|
62 | [DEBUG ] 17:09:02 config:170 Registering function for state_location key..
|
---|
63 | [DEBUG ] 17:09:02 config:170 Registering function for listen_ports key..
|
---|
64 | [DEBUG ] 17:09:02 config:170 Registering function for random_port key..
|
---|
65 | [DEBUG ] 17:09:02 preferencesmanager:219 random port value set to True
|
---|
66 | [DEBUG ] 17:09:02 preferencesmanager:233 listen port range set to 52092-52102
|
---|
67 | [DEBUG ] 17:09:02 config:170 Registering function for outgoing_ports key..
|
---|
68 | [DEBUG ] 17:09:02 config:170 Registering function for random_outgoing_ports key..
|
---|
69 | [DEBUG ] 17:09:03 config:170 Registering function for peer_tos key..
|
---|
70 | [DEBUG ] 17:09:03 preferencesmanager:246 setting peer_tos to: 0x00
|
---|
71 | [DEBUG ] 17:09:03 config:170 Registering function for dht key..
|
---|
72 | [DEBUG ] 17:09:03 preferencesmanager:256 dht value set to True
|
---|
73 | [DEBUG ] 17:09:03 config:170 Registering function for upnp key..
|
---|
74 | [DEBUG ] 17:09:03 preferencesmanager:278 upnp value set to True
|
---|
75 | [DEBUG ] 17:09:03 config:170 Registering function for natpmp key..
|
---|
76 | [DEBUG ] 17:09:03 preferencesmanager:285 natpmp value set to True
|
---|
77 | [DEBUG ] 17:09:03 config:170 Registering function for utpex key..
|
---|
78 | [DEBUG ] 17:09:03 preferencesmanager:299 utpex value set to True
|
---|
79 | [DEBUG ] 17:09:03 config:170 Registering function for lsd key..
|
---|
80 | [DEBUG ] 17:09:03 preferencesmanager:292 lsd value set to True
|
---|
81 | [DEBUG ] 17:09:03 config:170 Registering function for enc_in_policy key..
|
---|
82 | [DEBUG ] 17:09:03 preferencesmanager:304 encryption value enc_in_policy set to 1..
|
---|
83 | [DEBUG ] 17:09:03 preferencesmanager:318 encryption settings:
|
---|
84 | out_policy: forced
|
---|
85 | in_policy: 146849228
|
---|
86 | level: 146849228
|
---|
87 | prefer_rc4: True
|
---|
88 | [DEBUG ] 17:09:03 config:170 Registering function for enc_out_policy key..
|
---|
89 | [DEBUG ] 17:09:03 preferencesmanager:304 encryption value enc_out_policy set to 1..
|
---|
90 | [DEBUG ] 17:09:03 preferencesmanager:318 encryption settings:
|
---|
91 | out_policy: forced
|
---|
92 | in_policy: 146849228
|
---|
93 | level: 146849228
|
---|
94 | prefer_rc4: True
|
---|
95 | [DEBUG ] 17:09:03 config:170 Registering function for enc_level key..
|
---|
96 | [DEBUG ] 17:09:03 preferencesmanager:304 encryption value enc_level set to 2..
|
---|
97 | [DEBUG ] 17:09:03 preferencesmanager:318 encryption settings:
|
---|
98 | out_policy: forced
|
---|
99 | in_policy: 146849228
|
---|
100 | level: 146849228
|
---|
101 | prefer_rc4: True
|
---|
102 | [DEBUG ] 17:09:03 config:170 Registering function for enc_prefer_rc4 key..
|
---|
103 | [DEBUG ] 17:09:03 preferencesmanager:304 encryption value enc_prefer_rc4 set to True..
|
---|
104 | [DEBUG ] 17:09:03 preferencesmanager:318 encryption settings:
|
---|
105 | out_policy: forced
|
---|
106 | in_policy: 146849228
|
---|
107 | level: 146849228
|
---|
108 | prefer_rc4: True
|
---|
109 | [DEBUG ] 17:09:03 config:170 Registering function for max_connections_global key..
|
---|
110 | [DEBUG ] 17:09:03 preferencesmanager:321 max_connections_global set to -1..
|
---|
111 | [DEBUG ] 17:09:03 config:170 Registering function for max_upload_speed key..
|
---|
112 | [DEBUG ] 17:09:03 preferencesmanager:325 max_upload_speed set to 80.0..
|
---|
113 | [DEBUG ] 17:09:03 config:170 Registering function for max_download_speed key..
|
---|
114 | [DEBUG ] 17:09:03 preferencesmanager:335 max_download_speed set to -1.0..
|
---|
115 | [DEBUG ] 17:09:03 config:170 Registering function for max_upload_slots_global key..
|
---|
116 | [DEBUG ] 17:09:03 preferencesmanager:344 max_upload_slots_global set to -1..
|
---|
117 | [DEBUG ] 17:09:03 config:170 Registering function for max_half_open_connections key..
|
---|
118 | [DEBUG ] 17:09:03 config:170 Registering function for max_connections_per_second key..
|
---|
119 | [DEBUG ] 17:09:03 config:170 Registering function for ignore_limits_on_local_network key..
|
---|
120 | [DEBUG ] 17:09:03 config:170 Registering function for share_ratio_limit key..
|
---|
121 | [DEBUG ] 17:09:03 preferencesmanager:359 share_ratio_limit set to 2.0..
|
---|
122 | [DEBUG ] 17:09:03 config:170 Registering function for seed_time_ratio_limit key..
|
---|
123 | [DEBUG ] 17:09:03 preferencesmanager:364 seed_time_ratio_limit set to 7.0..
|
---|
124 | [DEBUG ] 17:09:03 config:170 Registering function for seed_time_limit key..
|
---|
125 | [DEBUG ] 17:09:03 preferencesmanager:369 seed_time_limit set to 100..
|
---|
126 | [DEBUG ] 17:09:03 config:170 Registering function for max_active_downloading key..
|
---|
127 | [DEBUG ] 17:09:03 preferencesmanager:375 max_active_downloading set to 27..
|
---|
128 | [DEBUG ] 17:09:03 preferencesmanager:376 active_downloads: 8
|
---|
129 | [DEBUG ] 17:09:03 config:170 Registering function for max_active_seeding key..
|
---|
130 | [DEBUG ] 17:09:03 preferencesmanager:381 max_active_seeding set to 5..
|
---|
131 | [DEBUG ] 17:09:03 preferencesmanager:382 active_seeds: 5
|
---|
132 | [DEBUG ] 17:09:03 config:170 Registering function for max_active_limit key..
|
---|
133 | [DEBUG ] 17:09:03 preferencesmanager:387 max_active_limit set to 30..
|
---|
134 | [DEBUG ] 17:09:03 preferencesmanager:388 active_limit: 15
|
---|
135 | [DEBUG ] 17:09:03 config:170 Registering function for dont_count_slow_torrents key..
|
---|
136 | [DEBUG ] 17:09:03 preferencesmanager:393 dont_count_slow_torrents set to False..
|
---|
137 | [DEBUG ] 17:09:03 config:170 Registering function for send_info key..
|
---|
138 | [DEBUG ] 17:09:03 preferencesmanager:398 Sending anonymous stats..
|
---|
139 | [DEBUG ] 17:09:03 config:170 Registering function for proxy_type key..
|
---|
140 | [DEBUG ] 17:09:03 preferencesmanager:441 Proxy value proxy_type set to 0..
|
---|
141 | Segmentation fault
|
---|
142 |
|
---|