iconoclasthero

Untitled

Oct 26th, 2022
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.48 KB | None | 0 0
  1. # head -140 daemon.log
  2. 14:40:17 [INFO ][deluge.configmanager:52 ] Setting config directory to: /var/lib/deluged/config
  3. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  4. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  5. 14:40:18 [DEBUG ][deluge.configmanager :94 ] Getting config: core.conf
  6. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "send_info" to: False (of type: <class 'bool'>)
  7. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "info_sent" to: 0.0 (of type: <class 'float'>)
  8. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "daemon_port" to: 58846 (of type: <class 'int'>)
  9. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "allow_remote" to: False (of type: <class 'bool'>)
  10. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "pre_allocate_storage" to: False (of type: <class 'bool'>)
  11. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "download_location" to: /home/deluge/Downloads (of type: <class 'str'>)
  12. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "listen_ports" to: [6881, 6891] (of type: <class 'list'>)
  13. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "listen_interface" to: (of type: <class 'str'>)
  14. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "outgoing_interface" to: (of type: <class 'str'>)
  15. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "random_port" to: True (of type: <class 'bool'>)
  16. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "listen_random_port" to: None (of type: <class 'NoneType'>)
  17. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "listen_use_sys_port" to: False (of type: <class 'bool'>)
  18. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "listen_reuse_port" to: True (of type: <class 'bool'>)
  19. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "outgoing_ports" to: [0, 0] (of type: <class 'list'>)
  20. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "random_outgoing_ports" to: True (of type: <class 'bool'>)
  21. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "copy_torrent_file" to: False (of type: <class 'bool'>)
  22. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "del_copy_torrent_file" to: False (of type: <class 'bool'>)
  23. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "torrentfiles_location" to: /home/deluge/Downloads (of type: <class 'str'>)
  24. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "plugins_location" to: /var/lib/deluged/config/plugins (of type: <class 'str'>)
  25. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "prioritize_first_last_pieces" to: False (of type: <class 'bool'>)
  26. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "sequential_download" to: False (of type: <class 'bool'>)
  27. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "dht" to: True (of type: <class 'bool'>)
  28. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "upnp" to: True (of type: <class 'bool'>)
  29. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "natpmp" to: True (of type: <class 'bool'>)
  30. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "utpex" to: True (of type: <class 'bool'>)
  31. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "lsd" to: True (of type: <class 'bool'>)
  32. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "enc_in_policy" to: 1 (of type: <class 'int'>)
  33. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "enc_out_policy" to: 1 (of type: <class 'int'>)
  34. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "enc_level" to: 2 (of type: <class 'int'>)
  35. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_connections_global" to: 200 (of type: <class 'int'>)
  36. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_upload_speed" to: -1.0 (of type: <class 'float'>)
  37. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_download_speed" to: -1.0 (of type: <class 'float'>)
  38. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_upload_slots_global" to: 4 (of type: <class 'int'>)
  39. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_half_open_connections" to: 50 (of type: <class 'int'>)
  40. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_connections_per_second" to: 20 (of type: <class 'int'>)
  41. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "ignore_limits_on_local_network" to: True (of type: <class 'bool'>)
  42. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_connections_per_torrent" to: -1 (of type: <class 'int'>)
  43. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_upload_slots_per_torrent" to: -1 (of type: <class 'int'>)
  44. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_upload_speed_per_torrent" to: -1 (of type: <class 'int'>)
  45. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_download_speed_per_torrent" to: -1 (of type: <class 'int'>)
  46. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "enabled_plugins" to: [] (of type: <class 'list'>)
  47. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "add_paused" to: False (of type: <class 'bool'>)
  48. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_active_seeding" to: 5 (of type: <class 'int'>)
  49. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_active_downloading" to: 3 (of type: <class 'int'>)
  50. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "max_active_limit" to: 8 (of type: <class 'int'>)
  51. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "dont_count_slow_torrents" to: False (of type: <class 'bool'>)
  52. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "queue_new_to_top" to: False (of type: <class 'bool'>)
  53. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "stop_seed_at_ratio" to: False (of type: <class 'bool'>)
  54. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "remove_seed_at_ratio" to: False (of type: <class 'bool'>)
  55. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "stop_seed_ratio" to: 2.0 (of type: <class 'float'>)
  56. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "share_ratio_limit" to: 2.0 (of type: <class 'float'>)
  57. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "seed_time_ratio_limit" to: 7.0 (of type: <class 'float'>)
  58. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "seed_time_limit" to: 180 (of type: <class 'int'>)
  59. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "auto_managed" to: True (of type: <class 'bool'>)
  60. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "move_completed" to: False (of type: <class 'bool'>)
  61. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "move_completed_path" to: /home/deluge/Downloads (of type: <class 'str'>)
  62. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "move_completed_paths_list" to: [] (of type: <class 'list'>)
  63. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "download_location_paths_list" to: [] (of type: <class 'list'>)
  64. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "path_chooser_show_chooser_button_on_localhost" to: True (of type: <class 'bool'>)
  65. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "path_chooser_auto_complete_enabled" to: True (of type: <class 'bool'>)
  66. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "path_chooser_accelerator_string" to: Tab (of type: <class 'str'>)
  67. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "path_chooser_max_popup_rows" to: 20 (of type: <class 'int'>)
  68. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "path_chooser_show_hidden_files" to: False (of type: <class 'bool'>)
  69. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "new_release_check" to: False (of type: <class 'bool'>)
  70. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "proxy" to: {'type': 0, 'hostname': '', 'username': '', 'password': '', 'port': 8080, 'proxy_hostnames': True, 'proxy_peer_connections': True, 'proxy_tracker_connections': True, 'force_proxy': False, 'anonymous_mode': False} (of type: <class 'dict'>)
  71. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "peer_tos" to: 0x00 (of type: <class 'str'>)
  72. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "rate_limit_ip_overhead" to: True (of type: <class 'bool'>)
  73. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "geoip_db_location" to: /usr/share/GeoIP/GeoIP.dat (of type: <class 'str'>)
  74. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "cache_size" to: 512 (of type: <class 'int'>)
  75. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "cache_expiry" to: 60 (of type: <class 'int'>)
  76. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "auto_manage_prefer_seeds" to: False (of type: <class 'bool'>)
  77. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "shared" to: False (of type: <class 'bool'>)
  78. 14:40:18 [DEBUG ][deluge.config :184 ] Setting key "super_seeding" to: False (of type: <class 'bool'>)
  79. 14:40:18 [DEBUG ][deluge.config :439 ] Config /var/lib/deluged/config/core.conf version: 1.1 loaded: {'send_info': False, 'info_sent': 0.0, 'daemon_port': 58846, 'allow_remote': True, 'pre_allocate_storage': False, 'download_location': '/library/torrent/downloading', 'listen_ports': [6881, 6881], 'listen_interface': '', 'outgoing_interface': '', 'random_port': True, 'listen_random_port': 59097, 'listen_use_sys_port': False, 'listen_reuse_port': True, 'outgoing_ports': [0, 0], 'random_outgoing_ports': True, 'copy_torrent_file': False, 'del_copy_torrent_file': False, 'torrentfiles_location': '/home/deluge/Downloads', 'plugins_location': '/var/lib/deluged/config/plugins', 'prioritize_first_last_pieces': True, 'sequential_download': False, 'dht': True, 'upnp': True, 'natpmp': True, 'utpex': True, 'lsd': True, 'enc_in_policy': 1, 'enc_out_policy': 1, 'enc_level': 2, 'max_connections_global': 500, 'max_upload_speed': -1.0, 'max_download_speed': -1.0, 'max_upload_slots_global': 4, 'max_half_open_connections': 20, 'max_connections_per_second': 20, 'ignore_limits_on_local_network': True, 'max_connections_per_torrent': -1, 'max_upload_slots_per_torrent': -1, 'max_upload_speed_per_torrent': -1, 'max_download_speed_per_torrent': -1, 'enabled_plugins': [], 'add_paused': False, 'max_active_seeding': -1, 'max_active_downloading': -1, 'max_active_limit': -1, 'dont_count_slow_torrents': True, 'queue_new_to_top': False, 'stop_seed_at_ratio': False, 'remove_seed_at_ratio': False, 'stop_seed_ratio': 2.0, 'share_ratio_limit': 2.0, 'seed_time_ratio_limit': 7.0, 'seed_time_limit': 180, 'auto_managed': True, 'move_completed': True, 'move_completed_path': '/library/torrent/downloads/2022', 'move_completed_paths_list': ['/library/torrent/downloads/2022'], 'download_location_paths_list': [], 'path_chooser_show_chooser_button_on_localhost': True, 'path_chooser_auto_complete_enabled': True, 'path_chooser_accelerator_string': 'Tab', 'path_chooser_max_popup_rows': 20, 'path_chooser_show_hidden_files': False, 'new_release_check': True, 'proxy': {'anonymous_mode': False, 'force_proxy': False, 'hostname': '', 'password': '', 'port': 8080, 'proxy_hostnames': True, 'proxy_peer_connections': True, 'proxy_tracker_connections': True, 'type': 0, 'username': ''}, 'peer_tos': '0x00', 'rate_limit_ip_overhead': True, 'geoip_db_location': '/usr/share/GeoIP/GeoIP.dat', 'cache_size': 512, 'cache_expiry': 60, 'auto_manage_prefer_seeds': False, 'shared': False, 'super_seeding': False}
  80. 14:40:18 [DEBUG ][deluge.configmanager :94 ] Getting config: core.conf
  81. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  82. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  83. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  84. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  85. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  86. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  87. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  88. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  89. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  90. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  91. 14:40:18 [DEBUG ][deluge.configmanager :94 ] Getting config: core.conf
  92. 14:40:18 [DEBUG ][deluge.config :355 ] Registering function for max_connections_per_torrent key..
  93. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  94. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  95. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  96. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  97. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  98. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  99. 14:40:18 [DEBUG ][deluge.config :355 ] Registering function for max_upload_slots_per_torrent key..
  100. 14:40:18 [DEBUG ][deluge.config :355 ] Registering function for max_upload_speed_per_torrent key..
  101. 14:40:18 [DEBUG ][deluge.config :355 ] Registering function for max_download_speed_per_torrent key..
  102. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  103. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  104. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  105. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  106. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  107. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  108. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  109. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  110. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  111. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  112. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  113. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  114. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  115. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  116. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  117. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  118. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  119. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  120. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  121. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  122. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  123. 14:40:18 [DEBUG ][deluge.configmanager :94 ] Getting config: core.conf
  124. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  125. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  126. 14:40:18 [INFO ][twisted :147 ] Factory (TLS) starting on 58846
  127. 14:40:18 [INFO ][twisted :147 ] Starting factory <twisted.internet.protocol.Factory object at 0x7f79874565c0>
  128. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  129. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  130. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  131. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  132. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  133. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  134. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  135. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  136. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  137. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  138. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  139. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  140. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  141. 14:40:18 [CRITICAL][twisted :147 ] Unhandled error in Deferred:
  142.  
Add Comment
Please, Sign In to add comment