No incoming connections

General support for problems installing or using Deluge
Post Reply
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

No incoming connections

Post by shirish »

Hi all,
I get 'no incoming connections' on deluge. These are details of my distribution :-

a. Debian Squeeze testing (updated daily)
b. Deluge version

Code: Select all

$ deluge-gtk --version
1.2.3
c. Libtorrent version

Code: Select all

$ apt-cache policy libtorrent-rasterbar5
libtorrent-rasterbar5:
  Installed: 0.14.10-2+b1
  Candidate: 0.14.10-2+b1
  Version table:
 *** 0.14.10-2+b1 0
        500 http://www.mirrorservice.org/sites/ftp.debian.org/debian/ squeeze/main amd64 Packages
        100 /var/lib/dpkg/status
I also digged into the log file and got this, although don't know what the answer could be :-

Code: Select all

[INFO    ] 18:41:47 ui:101 Deluge ui 1.2.3
[DEBUG   ] 18:41:47 ui:102 options: {'loglevel': 'debug', 'logfile': 'deluge.log', 'config': None, 'quiet': False}
[DEBUG   ] 18:41:47 ui:103 args: []
[INFO    ] 18:41:47 ui:104 Starting ui..
[DEBUG   ] 18:41:47 gtkui:172 GNOME session 'die' handler registered!
[DEBUG   ] 18:41:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:47 config:377 Config /home/shirish/.config/deluge/gtkui.conf version: 1.1 loaded: {'close_to_tray': True, 'ntf_sound_path': u'/home/shirish', 'window_width': 1010, 'default_load_path': u'/home/shirish', 'window_y_pos': 33, 'ntf_email': False, 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 2.0], 'show_statusbar': True, 'ntf_popup': False, 'ntf_pass': u'', 'show_sidebar': True, 'window_maximized': False, 'enable_system_tray': True, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 25.0], 'show_connection_manager_on_start': True, 'lock_tray': False, 'createtorrent.trackers': [], 'ntf_sound': False, 'tray_password': u'', 'focus_add_dialog': True, 'ntf_server': u'', 'start_in_tray': False, 'ntf_tray_blink': True, 'check_new_releases': False, 'autoadd_queued': False, 'autoconnect_host_id': None, 'classic_mode': True, 'window_pane_position': 229, 'enabled_plugins': [], 'show_rate_in_title': False, 'autoadd_enable': False, 'ntf_username': u'', 'interactive_add': True, 'sidebar_show_zero': False, 'window_x_pos': 0, 'window_height': 588, 'ntf_security': None, 'connection_limit_list': [50, 100, 200, 300, 500], 'sidebar_position': 170, 'show_new_releases': False, 'autoconnect': False, 'choose_directory_dialog_path': u'/home/shirish/Downloads', 'sidebar_show_trackers': True, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': u'', 'ntf_email_add': u'', 'signal_port': 40000}
[DEBUG   ] 18:41:47 component:99 Registered QueuedTorrents with ComponentRegistry..
[DEBUG   ] 18:41:47 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 component:99 Registered IPCInterface with ComponentRegistry..
[DEBUG   ] 18:41:48 ipcinterface:124 Checking if lockfile exists: /home/shirish/.config/deluge/ipc/deluge-gtk.lock
[DEBUG   ] 18:41:48 ipcinterface:129 Removing lockfile since it's stale.
[DEBUG   ] 18:41:48 ipcinterface:189 Processing args from other process: []
[DEBUG   ] 18:41:48 ipcinterface:192 Not connected to host.. Adding to queue.
[DEBUG   ] 18:41:48 component:99 Registered TrackerIcons with ComponentRegistry..
[DEBUG   ] 18:41:48 component:99 Registered MainWindow with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 config:290 Registering function for show_rate_in_title key..
[DEBUG   ] 18:41:48 menubar:53 MenuBar init..
[DEBUG   ] 18:41:48 component:99 Registered MenuBar with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 config:290 Registering function for classic_mode key..
[DEBUG   ] 18:41:48 component:99 Registered ToolBar with ComponentRegistry..
[DEBUG   ] 18:41:48 toolbar:51 ToolBar Init..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 config:290 Registering function for classic_mode key..
[DEBUG   ] 18:41:48 component:99 Registered TorrentView with ComponentRegistry..
[DEBUG   ] 18:41:48 listview:136 ListView initialized..
[DEBUG   ] 18:41:48 listview:247 Loading ListView state file: torrentview.state
[DEBUG   ] 18:41:48 torrentview:160 TorrentView Init..
[DEBUG   ] 18:41:48 component:99 Registered TorrentDetails with ComponentRegistry..
[DEBUG   ] 18:41:48 torrentdetails:430 Loading TorrentDetails state file: tabs.state
[DEBUG   ] 18:41:48 torrentdetails:148 weights: []
[DEBUG   ] 18:41:48 torrentdetails:149 weight of tab: 0
[DEBUG   ] 18:41:48 torrentdetails:184 Trying to insert tab at -1
[DEBUG   ] 18:41:48 torrentdetails:69 parent: None
[DEBUG   ] 18:41:48 torrentdetails:189 Tab inserted at 0
[DEBUG   ] 18:41:48 files_tab:265 Loading FilesTab state file: files_tab.state
[DEBUG   ] 18:41:48 torrentdetails:148 weights: [(0, 'Status')]
[DEBUG   ] 18:41:48 torrentdetails:149 weight of tab: 2
[DEBUG   ] 18:41:48 torrentdetails:184 Trying to insert tab at -1
[DEBUG   ] 18:41:48 torrentdetails:69 parent: None
[DEBUG   ] 18:41:48 torrentdetails:189 Tab inserted at 1
[DEBUG   ] 18:41:48 peers_tab:209 Loading PeersTab state file: peers_tab.state
[DEBUG   ] 18:41:48 torrentdetails:148 weights: [(0, 'Status'), (2, 'Files')]
[DEBUG   ] 18:41:48 torrentdetails:149 weight of tab: 3
[DEBUG   ] 18:41:48 torrentdetails:184 Trying to insert tab at -1
[DEBUG   ] 18:41:48 torrentdetails:69 parent: None
[DEBUG   ] 18:41:48 torrentdetails:189 Tab inserted at 2
[DEBUG   ] 18:41:48 torrentdetails:148 weights: [(0, 'Status'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 18:41:48 torrentdetails:149 weight of tab: 1
[DEBUG   ] 18:41:48 torrentdetails:155 Found pos 1
[DEBUG   ] 18:41:48 torrentdetails:184 Trying to insert tab at 1
[DEBUG   ] 18:41:48 torrentdetails:69 parent: None
[DEBUG   ] 18:41:48 torrentdetails:189 Tab inserted at 1
[DEBUG   ] 18:41:48 torrentdetails:148 weights: [(0, 'Status'), (1, 'Details'), (2, 'Files'), (3, 'Peers')]
[DEBUG   ] 18:41:48 torrentdetails:149 weight of tab: 4
[DEBUG   ] 18:41:48 torrentdetails:184 Trying to insert tab at -1
[DEBUG   ] 18:41:48 torrentdetails:69 parent: None
[DEBUG   ] 18:41:48 torrentdetails:189 Tab inserted at 4
[DEBUG   ] 18:41:48 component:99 Registered SideBar with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 component:99 Registered FilterTreeView with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 sidebar:85 add tab:filters
[DEBUG   ] 18:41:48 filtertreeview:268 nothing selected
[DEBUG   ] 18:41:48 component:99 Registered Preferences with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 component:99 Registered SystemTray with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 config:290 Registering function for enable_system_tray key..
[DEBUG   ] 18:41:48 systemtray:80 Enabling the system tray icon..
[DEBUG   ] 18:41:48 component:99 Registered StatusBar with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 component:99 Registered AddTorrentDialog with ComponentRegistry..
[DEBUG   ] 18:41:48 component:99 Registered PluginManager with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 pluginmanagerbase:65 Plugin manager init..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Extractor 0.1
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Execute 1.2
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Blocklist 1.2
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Label 0.1
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: WebUi 0.1
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Scheduler 0.1
[DEBUG   ] 18:41:48 component:99 Registered ConnectionManager with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'gtkui.conf'
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'hostlist.conf.1.2'
[WARNING ] 18:41:48 config:347 Unable to open config file /home/shirish/.config/deluge/hostlist.conf.1.2: [Errno 2] No such file or directory: '/home/shirish/.config/deluge/hostlist.conf.1.2'
[DEBUG   ] 18:41:48 gtkui:260 _on_reactor_start
[DEBUG   ] 18:41:48 mainwindow:99 Showing window
[INFO    ] 18:41:48 daemon:129 Deluge daemon 1.2.3
[DEBUG   ] 18:41:48 daemon:130 options: None
[DEBUG   ] 18:41:48 daemon:131 args: None
[DEBUG   ] 18:41:48 core:73 Core init..
[DEBUG   ] 18:41:48 component:99 Registered Core with ComponentRegistry..
[INFO    ] 18:41:48 core:77 Starting libtorrent 0.14.10.0 session..
[DEBUG   ] 18:41:48 component:99 Registered EventManager with ComponentRegistry..
[DEBUG   ] 18:41:48 component:99 Registered PreferencesManager with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 config:377 Config /home/shirish/.config/deluge/core.conf version: 1.1 loaded: {'info_sent': 0.0, 'lsd': True, 'send_info': False, 'move_completed_path': u'/home/shirish/Downloads', 'enc_in_policy': 2, 'queue_new_to_top': True, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'daemon_port': 80, 'torrentfiles_location': u'/home/shirish', 'max_active_limit': 8, 'utpex': True, 'max_active_downloading': 3, 'max_active_seeding': 5, 'allow_remote': False, 'max_half_open_connections': 50, 'download_location': u'/home/shirish', 'compact_allocation': False, 'max_upload_speed': 2.0, 'cache_expiry': 60, 'prioritize_first_last_pieces': True, 'auto_managed': True, 'enc_level': 2, 'max_connections_per_second': 20, 'dont_count_slow_torrents': False, 'random_outgoing_ports': False, 'max_upload_slots_per_torrent': 1, 'new_release_check': False, 'enc_out_policy': 2, 'outgoing_ports': [80, 80], 'seed_time_limit': 180, 'cache_size': 512, 'share_ratio_limit': 2.0, 'max_download_speed': 25.0, 'geoip_db_location': u'/usr/share/GeoIP/GeoIP.dat', 'natpmp': True, 'stop_seed_at_ratio': False, 'peer_tos': u'0x00', 'listen_interface': u'', 'upnp': True, 'max_download_speed_per_torrent': 30.0, 'max_upload_slots_global': 1, 'enabled_plugins': [], 'random_port': False, 'autoadd_enable': False, 'max_connections_global': 400, 'enc_prefer_rc4': False, 'listen_ports': [80, 80], 'dht': True, 'stop_seed_ratio': 2.0, 'seed_time_ratio_limit': 7.0, 'max_upload_speed_per_torrent': 2.0, 'copy_torrent_file': False, 'move_completed': True, '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': 400, 'remove_seed_at_ratio': False, 'autoadd_location': u'/home/shirish', 'plugins_location': u'/home/shirish/.config/deluge/plugins'}
[DEBUG   ] 18:41:48 alertmanager:53 AlertManager initialized..
[DEBUG   ] 18:41:48 component:99 Registered AlertManager with ComponentRegistry..
[DEBUG   ] 18:41:48 component:99 Registered CorePluginManager with ComponentRegistry..
[DEBUG   ] 18:41:48 pluginmanagerbase:65 Plugin manager init..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Extractor 0.1
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Execute 1.2
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Blocklist 1.2
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Label 0.1
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: WebUi 0.1
[DEBUG   ] 18:41:48 pluginmanagerbase:116 Found plugin: Scheduler 0.1
[DEBUG   ] 18:41:48 component:99 Registered TorrentManager with ComponentRegistry..
[DEBUG   ] 18:41:48 torrentmanager:127 TorrentManager init..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 config:290 Registering function for max_connections_per_torrent key..
[DEBUG   ] 18:41:48 torrentmanager:753 max_connections_per_torrent set to 400..
[DEBUG   ] 18:41:48 config:290 Registering function for max_upload_slots_per_torrent key..
[DEBUG   ] 18:41:48 torrentmanager:759 max_upload_slots_per_torrent set to 1..
[DEBUG   ] 18:41:48 config:290 Registering function for max_upload_speed_per_torrent key..
[DEBUG   ] 18:41:48 torrentmanager:764 max_upload_speed_per_torrent set to 2.0..
[DEBUG   ] 18:41:48 config:290 Registering function for max_download_speed_per_torrent key..
[DEBUG   ] 18:41:48 torrentmanager:769 max_download_speed_per_torrent set to 30.0..
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert torrent_finished_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert torrent_paused_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert torrent_checked_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert tracker_reply_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert tracker_announce_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert tracker_warning_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert tracker_error_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert storage_moved_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert torrent_resumed_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert state_changed_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert save_resume_data_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert save_resume_data_failed_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert file_renamed_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert metadata_received_alert
[DEBUG   ] 18:41:48 alertmanager:88 Registered handler for alert file_error_alert
[DEBUG   ] 18:41:48 component:99 Registered FilterManager with ComponentRegistry..
[DEBUG   ] 18:41:48 filtermanager:105 FilterManager init..
[DEBUG   ] 18:41:48 component:99 Registered AutoAdd with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 config:290 Registering function for autoadd_enable key..
[DEBUG   ] 18:41:48 autoadd:124 _on_autoadd_enable
[DEBUG   ] 18:41:48 config:290 Registering function for autoadd_location key..
[DEBUG   ] 18:41:48 autoadd:131 _on_autoadd_location
[DEBUG   ] 18:41:48 component:99 Registered AuthManager with ComponentRegistry..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 component:99 Registered RPCServer with ComponentRegistry..
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.add_torrent_file
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.add_torrent_magnet
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.add_torrent_url
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.connect_peer
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.create_torrent
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.disable_plugin
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.enable_plugin
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.force_reannounce
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.force_recheck
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_available_plugins
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_cache_status
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_config
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_config_value
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_config_values
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_dht_nodes
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_download_rate
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_enabled_plugins
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_filter_tree
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_free_space
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_health
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_libtorrent_version
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_listen_port
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_num_connections
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_path_size
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_session_state
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_session_status
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_stats
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_torrent_status
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_torrents_status
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.get_upload_rate
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.glob
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.move_storage
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.pause_all_torrents
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.pause_torrent
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.queue_bottom
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.queue_down
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.queue_top
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.queue_up
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.remove_torrent
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.rename_files
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.rename_folder
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.rescan_plugins
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.resume_all_torrents
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.resume_torrent
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_config
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_auto_managed
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_file_priorities
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_max_connections
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_max_download_speed
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_max_upload_slots
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_max_upload_speed
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_move_completed
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_move_completed_path
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_options
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_prioritize_first_last
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_remove_at_ratio
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_stop_at_ratio
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_stop_ratio
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.set_torrent_trackers
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.test_listen_port
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: core.upload_plugin
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: daemon.get_method_list
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: daemon.info
[DEBUG   ] 18:41:48 rpcserver:376 Registering method: daemon.shutdown
[DEBUG   ] 18:41:48 component:130 Starting component PreferencesManager..
[DEBUG   ] 18:41:48 config:290 Registering function for torrentfiles_location key..
[DEBUG   ] 18:41:48 config:290 Registering function for listen_ports key..
[DEBUG   ] 18:41:48 preferencesmanager:248 listen port range set to 80-80
[DEBUG   ] 18:41:48 config:290 Registering function for listen_interface key..
[DEBUG   ] 18:41:48 preferencesmanager:256 random port value set to False
[DEBUG   ] 18:41:48 preferencesmanager:270 listen port range set to 80-80
[DEBUG   ] 18:41:48 config:290 Registering function for random_port key..
[DEBUG   ] 18:41:48 preferencesmanager:256 random port value set to False
[DEBUG   ] 18:41:48 preferencesmanager:270 listen port range set to 80-80
[DEBUG   ] 18:41:48 config:290 Registering function for outgoing_ports key..
[DEBUG   ] 18:41:48 preferencesmanager:275 outgoing port range set to 80-80
[DEBUG   ] 18:41:48 config:290 Registering function for random_outgoing_ports key..
[DEBUG   ] 18:41:48 config:290 Registering function for peer_tos key..
[DEBUG   ] 18:41:48 preferencesmanager:284 setting peer_tos to: 0x00
[DEBUG   ] 18:41:48 config:290 Registering function for dht key..
[DEBUG   ] 18:41:48 preferencesmanager:294 dht value set to True
[DEBUG   ] 18:41:48 config:290 Registering function for upnp key..
[DEBUG   ] 18:41:48 preferencesmanager:316 upnp value set to True
[DEBUG   ] 18:41:48 config:290 Registering function for natpmp key..
[DEBUG   ] 18:41:48 preferencesmanager:323 natpmp value set to True
[DEBUG   ] 18:41:48 config:290 Registering function for utpex key..
[DEBUG   ] 18:41:48 preferencesmanager:337 utpex value set to True
[DEBUG   ] 18:41:48 config:290 Registering function for lsd key..
[DEBUG   ] 18:41:48 preferencesmanager:330 lsd value set to True
[DEBUG   ] 18:41:48 config:290 Registering function for enc_in_policy key..
[DEBUG   ] 18:41:48 preferencesmanager:342 encryption value enc_in_policy set to 2..
[DEBUG   ] 18:41:48 preferencesmanager:356 encryption settings:
			out_policy: disabled
		        in_policy: disabled
			level: both
			prefer_rc4: False
[DEBUG   ] 18:41:48 config:290 Registering function for enc_out_policy key..
[DEBUG   ] 18:41:48 preferencesmanager:342 encryption value enc_out_policy set to 2..
[DEBUG   ] 18:41:48 preferencesmanager:356 encryption settings:
			out_policy: disabled
		        in_policy: disabled
			level: both
			prefer_rc4: False
[DEBUG   ] 18:41:48 config:290 Registering function for enc_level key..
[DEBUG   ] 18:41:48 preferencesmanager:342 encryption value enc_level set to 2..
[DEBUG   ] 18:41:48 preferencesmanager:356 encryption settings:
			out_policy: disabled
		        in_policy: disabled
			level: both
			prefer_rc4: False
[DEBUG   ] 18:41:48 config:290 Registering function for enc_prefer_rc4 key..
[DEBUG   ] 18:41:48 preferencesmanager:342 encryption value enc_prefer_rc4 set to False..
[DEBUG   ] 18:41:48 preferencesmanager:356 encryption settings:
			out_policy: disabled
		        in_policy: disabled
			level: both
			prefer_rc4: False
[DEBUG   ] 18:41:48 config:290 Registering function for max_connections_global key..
[DEBUG   ] 18:41:48 preferencesmanager:359 max_connections_global set to 400..
[DEBUG   ] 18:41:48 config:290 Registering function for max_upload_speed key..
[DEBUG   ] 18:41:48 preferencesmanager:363 max_upload_speed set to 2.0..
[DEBUG   ] 18:41:48 config:290 Registering function for max_download_speed key..
[DEBUG   ] 18:41:48 preferencesmanager:373 max_download_speed set to 25.0..
[DEBUG   ] 18:41:48 config:290 Registering function for max_upload_slots_global key..
[DEBUG   ] 18:41:48 preferencesmanager:382 max_upload_slots_global set to 1..
[DEBUG   ] 18:41:48 config:290 Registering function for max_half_open_connections key..
[DEBUG   ] 18:41:48 config:290 Registering function for max_connections_per_second key..
[DEBUG   ] 18:41:48 config:290 Registering function for ignore_limits_on_local_network key..
[DEBUG   ] 18:41:48 config:290 Registering function for share_ratio_limit key..
[DEBUG   ] 18:41:48 preferencesmanager:397 share_ratio_limit set to 2.0..
[DEBUG   ] 18:41:48 config:290 Registering function for seed_time_ratio_limit key..
[DEBUG   ] 18:41:48 preferencesmanager:402 seed_time_ratio_limit set to 7.0..
[DEBUG   ] 18:41:48 config:290 Registering function for seed_time_limit key..
[DEBUG   ] 18:41:48 preferencesmanager:407 seed_time_limit set to 180..
[DEBUG   ] 18:41:48 config:290 Registering function for max_active_downloading key..
[DEBUG   ] 18:41:48 preferencesmanager:413 max_active_downloading set to 3..
[DEBUG   ] 18:41:48 preferencesmanager:414 active_downloads: 8
[DEBUG   ] 18:41:48 config:290 Registering function for max_active_seeding key..
[DEBUG   ] 18:41:48 preferencesmanager:419 max_active_seeding set to 5..
[DEBUG   ] 18:41:48 preferencesmanager:420 active_seeds: 5
[DEBUG   ] 18:41:48 config:290 Registering function for max_active_limit key..
[DEBUG   ] 18:41:48 preferencesmanager:425 max_active_limit set to 8..
[DEBUG   ] 18:41:48 preferencesmanager:426 active_limit: 15
[DEBUG   ] 18:41:48 config:290 Registering function for dont_count_slow_torrents key..
[DEBUG   ] 18:41:48 preferencesmanager:431 dont_count_slow_torrents set to False..
[DEBUG   ] 18:41:48 config:290 Registering function for send_info key..
[DEBUG   ] 18:41:48 preferencesmanager:436 Sending anonymous stats..
[DEBUG   ] 18:41:48 config:290 Registering function for proxies key..
[DEBUG   ] 18:41:48 config:290 Registering function for new_release_check key..
[DEBUG   ] 18:41:48 config:290 Registering function for rate_limit_ip_overhead key..
[DEBUG   ] 18:41:48 preferencesmanager:492 rate_limit_ip_overhead: True
[DEBUG   ] 18:41:48 config:290 Registering function for geoip_db_location key..
[DEBUG   ] 18:41:48 preferencesmanager:497 geoip_db_location: /usr/share/GeoIP/GeoIP.dat
[DEBUG   ] 18:41:48 config:290 Registering function for cache_size key..
[DEBUG   ] 18:41:48 preferencesmanager:515 cache_size: 512
[DEBUG   ] 18:41:48 config:290 Registering function for cache_expiry key..
[DEBUG   ] 18:41:48 preferencesmanager:520 cache_expiry: 60
[DEBUG   ] 18:41:48 client:409 daemon created!
[DEBUG   ] 18:41:48 component:130 Starting component SystemTray..
[DEBUG   ] 18:41:48 component:130 Starting component Preferences..
[DEBUG   ] 18:41:48 component:130 Starting component CorePluginManager..
[DEBUG   ] 18:41:48 component:130 Starting component TorrentManager..
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 torrentmanager:558 Opening torrent state file for load.
[DEBUG   ] 18:41:48 torrentmanager:670 Opening torrents fastresume file for load.
[DEBUG   ] 18:41:48 torrentmanager:324 torrentmanager.add
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 torrentmanager:284 Attempting to create torrent_info from /home/shirish/.config/deluge/state/somehashstring.torrent
[DEBUG   ] 18:41:48 torrentmanager:396 options: {'add_paused': False, 'max_download_speed': 30.0, 'auto_managed': True, 'remove_at_ratio': False, 'move_completed_path': u'/home/shirish/Downloads', 'download_location': '/home/shirish', 'mapped_files': {}, 'compact_allocation': False, 'stop_at_ratio': False, 'max_upload_speed': 2.0, 'prioritize_first_last_pieces': True, 'max_upload_slots': 1, 'file_priorities': [1, 1], 'stop_ratio': 2.0, 'move_completed': True, 'max_connections': 400}
[DEBUG   ] 18:41:48 torrentmanager:436 handle id: somehashstring
[DEBUG   ] 18:41:48 torrent:79 Creating torrent object somehashstring
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 configmanager:111 Getting config 'core.conf'
[DEBUG   ] 18:41:48 torrent:299 Setting trackers for somehashstring: [{'url': 'http://inferno.demonoid.me:3392/announce', 'tier': 0}]
[DEBUG   ] 18:41:48 torrent:264 setting somehashstring's file priorities: [1, 1]
[DEBUG   ] 18:41:48 torrent:338 set_state_based_on_ltstate: Downloading
[DEBUG   ] 18:41:48 torrent:339 session.is_paused: False
[DEBUG   ] 18:41:48 torrent:171 Torrent object created.
[DEBUG   ] 18:41:48 rpcserver:409 intevents: {}
[DEBUG   ] 18:41:48 rpcserver:409 intevents: {}
[DEBUG   ] 18:41:48 component:130 Starting component AutoAdd..
[DEBUG   ] 18:41:48 component:160 Pausing component AutoAdd..
[DEBUG   ] 18:41:48 component:130 Starting component FilterTreeView..
[DEBUG   ] 18:41:49 component:130 Starting component ConnectionManager..
[DEBUG   ] 18:41:49 component:130 Starting component MainWindow..
[DEBUG   ] 18:41:49 component:130 Starting component ToolBar..
[DEBUG   ] 18:41:49 component:130 Starting component MenuBar..
[DEBUG   ] 18:41:49 component:130 Starting component Core..
[DEBUG   ] 18:41:49 component:130 Starting component AlertManager..
[DEBUG   ] 18:41:49 alertmanager:115 listen_succeeded_alert: successfully listening on 0.0.0.0:0
[DEBUG   ] 18:41:49 alertmanager:115 listen_succeeded_alert: successfully listening on [::]:0
[DEBUG   ] 18:41:49 alertmanager:115 state_changed_alert:some_stuff: state changed to: downloading
[DEBUG   ] 18:41:49 alertmanager:115 torrent_checked_alert: some_stuff checked
[DEBUG   ] 18:41:49 alertmanager:115 torrent_resumed_alert: some_stuff resumed
[DEBUG   ] 18:41:49 alertmanager:115 tracker_announce_alert: some_stuff (http://inferno.demonoid.me:3392/announce) sending announce (started)
[DEBUG   ] 18:41:49 alertmanager:115 save_resume_data_alert: some_stuff resume data generated
[DEBUG   ] 18:41:49 component:130 Starting component AuthManager..
[DEBUG   ] 18:41:49 component:130 Starting component TorrentDetails..
[DEBUG   ] 18:41:49 component:130 Starting component PluginManager..
[DEBUG   ] 18:41:49 pluginmanager:88 Core has these plugins enabled: []
[DEBUG   ] 18:41:49 component:130 Starting component TrackerIcons..
[DEBUG   ] 18:41:49 component:130 Starting component AddTorrentDialog..
[DEBUG   ] 18:41:49 component:130 Starting component SideBar..
[DEBUG   ] 18:41:49 component:130 Starting component StatusBar..
[DEBUG   ] 18:41:49 component:130 Starting component QueuedTorrents..
[DEBUG   ] 18:41:49 component:130 Starting component TorrentView..
[DEBUG   ] 18:41:49 torrentview:258 on_session_state: ['somehashstring']
[DEBUG   ] 18:41:49 component:130 Starting component EventManager..
[DEBUG   ] 18:41:49 component:130 Starting component IPCInterface..
[DEBUG   ] 18:41:49 component:130 Starting component RPCServer..
[DEBUG   ] 18:41:49 component:130 Starting component FilterManager..
[DEBUG   ] 18:41:49 torrentmanager:911 on_alert_state_changed
[DEBUG   ] 18:41:49 torrent:338 set_state_based_on_ltstate: Downloading
[DEBUG   ] 18:41:49 torrent:339 session.is_paused: False
[DEBUG   ] 18:41:49 rpcserver:409 intevents: {}
[DEBUG   ] 18:41:49 torrentmanager:832 on_alert_torrent_checked
[DEBUG   ] 18:41:49 torrent:338 set_state_based_on_ltstate: Downloading
[DEBUG   ] 18:41:49 torrent:339 session.is_paused: False
[DEBUG   ] 18:41:49 torrentmanager:896 on_alert_torrent_resumed
[DEBUG   ] 18:41:49 torrent:338 set_state_based_on_ltstate: Downloading
[DEBUG   ] 18:41:49 torrent:339 session.is_paused: False
[DEBUG   ] 18:41:49 rpcserver:409 intevents: {}
[DEBUG   ] 18:41:49 torrentmanager:859 on_alert_tracker_announce
[DEBUG   ] 18:41:49 torrentmanager:925 on_alert_save_resume_data
[DEBUG   ] 18:41:49 torrentmanager:670 Opening torrents fastresume file for load.
[DEBUG   ] 18:41:49 torrentmanager:710 Saving fastresume file: /home/shirish/.config/deluge/state/torrents.fastresume
[DEBUG   ] 18:42:02 menubar:262 on_menuitem_quit_activate
[DEBUG   ] 18:42:02 gtkui:238 gtkui shutting down..
[DEBUG   ] 18:42:02 component:148 Stopping component SystemTray..
[DEBUG   ] 18:42:02 component:148 Stopping component Preferences..
[DEBUG   ] 18:42:02 component:148 Stopping component AutoAdd..
[DEBUG   ] 18:42:02 component:148 Stopping component FilterTreeView..
[DEBUG   ] 18:42:02 filtertreeview:268 nothing selected
[DEBUG   ] 18:42:02 component:148 Stopping component ConnectionManager..
[DEBUG   ] 18:42:02 component:148 Stopping component MainWindow..
[DEBUG   ] 18:42:02 component:148 Stopping component ToolBar..
[DEBUG   ] 18:42:02 component:148 Stopping component MenuBar..
[DEBUG   ] 18:42:02 component:148 Stopping component Core..
[WARNING ] 18:42:02 config:405 Unable to open config file: /home/shirish/.config/deluge/core.conf
[DEBUG   ] 18:42:02 config:411 Saving new config file /home/shirish/.config/deluge/core.conf.new
[DEBUG   ] 18:42:02 config:424 Backing up old config file to /home/shirish/.config/deluge/core.conf~
[DEBUG   ] 18:42:02 config:432 Moving new config file /home/shirish/.config/deluge/core.conf.new to /home/shirish/.config/deluge/core.conf..
[DEBUG   ] 18:42:02 component:148 Stopping component AlertManager..
[DEBUG   ] 18:42:02 component:148 Stopping component AuthManager..
[DEBUG   ] 18:42:02 component:148 Stopping component TorrentDetails..
[DEBUG   ] 18:42:02 component:148 Stopping component PluginManager..
[DEBUG   ] 18:42:02 component:148 Stopping component TrackerIcons..
[DEBUG   ] 18:42:02 component:148 Stopping component AddTorrentDialog..
[DEBUG   ] 18:42:02 component:148 Stopping component TorrentManager..
[DEBUG   ] 18:42:02 torrentmanager:630 Saving torrent state file.
[DEBUG   ] 18:42:02 alertmanager:115 tracker_announce_alert: some_stuff (http://inferno.demonoid.me:3392/announce) sending announce (stopped)
[DEBUG   ] 18:42:02 torrentmanager:859 on_alert_tracker_announce
[DEBUG   ] 18:42:02 alertmanager:115 torrent_paused_alert: fsome_stuff paused
[DEBUG   ] 18:42:02 torrentmanager:810 on_alert_torrent_paused
[DEBUG   ] 18:42:02 torrent:338 set_state_based_on_ltstate: Downloading
[DEBUG   ] 18:42:02 torrent:339 session.is_paused: False
[DEBUG   ] 18:42:02 rpcserver:409 intevents: {}
[DEBUG   ] 18:42:02 alertmanager:115 save_resume_data_alert:some_stuff resume data generated
[DEBUG   ] 18:42:02 torrentmanager:925 on_alert_save_resume_data
[DEBUG   ] 18:42:02 torrentmanager:670 Opening torrents fastresume file for load.
[DEBUG   ] 18:42:02 torrentmanager:710 Saving fastresume file: /home/shirish/.config/deluge/state/torrents.fastresume
[DEBUG   ] 18:42:02 component:148 Stopping component SideBar..
[DEBUG   ] 18:42:02 component:148 Stopping component QueuedTorrents..
[DEBUG   ] 18:42:02 component:148 Stopping component StatusBar..
[DEBUG   ] 18:42:02 component:148 Stopping component PreferencesManager..
[DEBUG   ] 18:42:02 component:148 Stopping component TorrentView..
[DEBUG   ] 18:42:02 component:148 Stopping component EventManager..
[DEBUG   ] 18:42:02 component:148 Stopping component IPCInterface..
[DEBUG   ] 18:42:02 component:148 Stopping component RPCServer..
[DEBUG   ] 18:42:02 component:148 Stopping component CorePluginManager..
[DEBUG   ] 18:42:02 component:148 Stopping component FilterManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component SystemTray..
[DEBUG   ] 18:42:02 component:189 Shutting down component Preferences..
[DEBUG   ] 18:42:02 component:189 Shutting down component AutoAdd..
[DEBUG   ] 18:42:02 component:189 Shutting down component FilterTreeView..
[DEBUG   ] 18:42:02 component:189 Shutting down component ConnectionManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component MainWindow..
[DEBUG   ] 18:42:02 component:189 Shutting down component ToolBar..
[DEBUG   ] 18:42:02 component:189 Shutting down component MenuBar..
[DEBUG   ] 18:42:02 component:189 Shutting down component Core..
[DEBUG   ] 18:42:02 component:189 Shutting down component AlertManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component AuthManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component TorrentDetails..
[DEBUG   ] 18:42:02 files_tab:251 Saving FilesTab state file: files_tab.state
[DEBUG   ] 18:42:02 peers_tab:195 Saving FilesTab state file: peers_tab.state
[DEBUG   ] 18:42:02 torrentdetails:406 Testing name: Status
[DEBUG   ] 18:42:02 torrentdetails:409 Set to Status 1
[DEBUG   ] 18:42:02 torrentdetails:406 Testing name: Details
[DEBUG   ] 18:42:02 torrentdetails:409 Set to Details 1
[DEBUG   ] 18:42:02 torrentdetails:406 Testing name: Files
[DEBUG   ] 18:42:02 torrentdetails:409 Set to Files 1
[DEBUG   ] 18:42:02 torrentdetails:406 Testing name: Peers
[DEBUG   ] 18:42:02 torrentdetails:409 Set to Peers 1
[DEBUG   ] 18:42:02 torrentdetails:406 Testing name: Options
[DEBUG   ] 18:42:02 torrentdetails:409 Set to Options 1
[DEBUG   ] 18:42:02 torrentdetails:416 Saving TorrentDetails state file: tabs.state
[DEBUG   ] 18:42:02 component:189 Shutting down component PluginManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component TrackerIcons..
[DEBUG   ] 18:42:02 component:189 Shutting down component AddTorrentDialog..
[DEBUG   ] 18:42:02 component:189 Shutting down component TorrentManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component SideBar..
[DEBUG   ] 18:42:02 sidebar:67 hpaned.position: 170
[DEBUG   ] 18:42:02 component:189 Shutting down component QueuedTorrents..
[DEBUG   ] 18:42:02 component:189 Shutting down component StatusBar..
[DEBUG   ] 18:42:02 component:189 Shutting down component PreferencesManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component TorrentView..
[DEBUG   ] 18:42:02 listview:233 Saving ListView state file: torrentview.state
[DEBUG   ] 18:42:02 component:189 Shutting down component EventManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component IPCInterface..
[DEBUG   ] 18:42:02 component:189 Shutting down component RPCServer..
[DEBUG   ] 18:42:02 component:189 Shutting down component CorePluginManager..
[DEBUG   ] 18:42:02 component:189 Shutting down component FilterManager..
[WARNING ] 18:42:02 config:405 Unable to open config file: /home/shirish/.config/deluge/gtkui.conf
[DEBUG   ] 18:42:02 config:411 Saving new config file /home/shirish/.config/deluge/gtkui.conf.new
[DEBUG   ] 18:42:02 config:424 Backing up old config file to /home/shirish/.config/deluge/gtkui.conf~
[DEBUG   ] 18:42:02 config:432 Moving new config file /home/shirish/.config/deluge/gtkui.conf.new to /home/shirish/.config/deluge/gtkui.conf..
I went into the above place and everything seem fine, then why doesn't it function properly. Please help me diagnose the same. I also put up port 80 (for both incoming and outgoing) as well as put the daemon at port 80 as well just to be safe. I generated the log file using instructions from http://dev.deluge-torrent.org/wiki/Faq# ... ugeLogging

Note: Couple of changes done by me, I have replaced the torrent hashstring with 'some stuff' and any identifiable hashstring or thing I could understand by same or something similar. If anybody here comes across any identifiable stuff which should not be there, please lemme know or remove it.


Code: Select all

$ deluge-gtk -L debug -l deluge.log 

Looking forward for answers.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: No incoming connections

Post by Cas »

Have you enabled upnp or opened incoming ports on your router/firewall?
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: No incoming connections

Post by shirish »

Cas wrote:Have you enabled upnp or opened incoming ports on your router/firewall?
Unpnp is already enabled in Edit> Preferences > Network. In fact all the Network Extras are checked.

I don't know about incoming ports in router stuff.

Just so things are on an even keel, have also taken deluge from Debian unstable as well.
Last edited by shirish on Tue Jan 11, 2011 2:42 pm, edited 1 time in total.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: No incoming connections

Post by Cas »

shirish wrote:I don't know about incoming ports in router stuff.
You will need to google about how to alter your router settings then.
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: No incoming connections

Post by shirish »

Dear Cas,
What really bugs me is that I'm able to use FDL http://www.freedownloadmanager.org/ another box which is tied to the same router and which also does not have any router settings. It is able to download .torrent files happily.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
Post Reply