Any advice to get back up and running?
Terminal:
Code: Select all
admin@server:~$ deluged -d -L debug
[INFO ] 21:14:29 daemon:48 Deluge daemon 1.1.9
[DEBUG ] 21:14:29 daemon:49 options: {'loglevel': 'debug', 'quiet': False, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG ] 21:14:29 daemon:50 args: []
[DEBUG ] 21:14:29 core:91 Core init..
[DEBUG ] 21:14:29 component:106 Registered Core with ComponentRegistry..
[DEBUG ] 21:14:29 component:106 Registered PreferencesManager with ComponentRegistry..
[DEBUG ] 21:14:29 configmanager:91 Getting config 'core.conf'
[DEBUG ] 21:14:29 config:253 Config /home/admin/.config/deluge/core.conf loaded: {'info_sent': 0.0, 'lsd': True, 'send_info': False, 'state_location': '/home/admin/.config/deluge/state', 'move_completed_path': '/media/Video/uComplete', 'enc_in_policy': 1, 'queue_new_to_top': True, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'daemon_port': 58846, 'torrentfiles_location': '/media/Video/Deluge/Torrent Store', 'max_active_limit': 10, 'utpex': True, 'max_active_downloading': 4, 'max_active_seeding': 10, 'allow_remote': True, 'max_half_open_connections': 100, 'download_location': '/media/Video/Deluge/Incomplete', 'compact_allocation': False, 'max_upload_speed': 210.0, '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': 12, 'new_release_check': False, 'enc_out_policy': 1, 'outgoing_ports': [0, 0], 'seed_time_limit': -1.0, 'share_ratio_limit': -1.0, 'max_download_speed': 1000.0, 'natpmp': True, 'stop_seed_at_ratio': True, 'peer_tos': '0x00', 'upnp': True, 'max_download_speed_per_torrent': -1, 'max_upload_slots_global': 20, 'enabled_plugins': ['Blocklist'], 'random_port': False, 'autoadd_enable': True, 'max_connections_global': 1000, 'enc_prefer_rc4': True, 'listen_ports': [56913, 56913], 'dht': True, 'stop_seed_ratio': 2.0, 'seed_time_ratio_limit': -1.0, 'max_upload_speed_per_torrent': -1, 'copy_torrent_file': True, 'move_completed': True, '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': 180, 'remove_seed_at_ratio': True, 'autoadd_location': '/media/Video/Deluge/Auto', 'config_location': '/home/admin/.config/deluge', 'plugins_location': '/home/admin/.config/deluge/plugins'}
[DEBUG ] 21:14:29 configmanager:91 Getting config 'core.conf'
[INFO ] 21:14:29 core:110 Starting XMLRPC server on port 58846
[INFO ] 21:14:29 core:116 Daemon already running or port not available..
admin@server:~$ killall deluged
admin@server:~$ deluged
admin@server:~$ Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/share/python-support/deluge-core/deluge/plugins/Blocklist-1.0-py2.5.egg/blocklist/core.py", line 244, in download_blocklist_thread
os.remove(deluge.configmanager.get_config_dir("blocklist.download"))
OSError: [Errno 2] No such file or directory: '/home/admin/.config/deluge/blocklist.download'