1.1.9 deamon+1.2.0rc1 client=no connect
Posted: Fri Oct 23, 2009 8:50 pm
I'm running 1.1.9 deluged on gentoo and 1.2.0rc1 on windows 7 as the client. I can connect to the server via deluge console ui (the deamon runs on a headless machine) perfectly fine but the client says the server is not active and the logs are empty.
downloading works when i add the torrents manually via the console ui.
1.1.9 client works on other machines to connect, but for whatever reason that version would not run on my win7 box correctly (i would jsut get the empty window that would never load)
any help would be appreciated
if you need anything else let me know.
Thank you!
Code: Select all
> uname -a
Linux purplePidgin 2.6.27-gentoo-r8 #1 SMP Fri Feb 20 15:03:08 EST 2009 i686 Intel(R) Celeron(R) CPU 450 @ 2.20GHz GenuineIntel GNU/Linux
-> emerge -av deluge
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] net-p2p/deluge-1.1.9 USE="-gtk -libnotify" 0 kB
1.1.9 client works on other machines to connect, but for whatever reason that version would not run on my win7 box correctly (i would jsut get the empty window that would never load)
any help would be appreciated
Code: Select all
> deluge -u console
>>> connect localhost
* connected to http://localhost:58846
>>> config
* add_paused: False
* allow_remote: True
* auto_managed: True
* autoadd_enable: False
* autoadd_location: /home/ner0tic
* compact_allocation: False
* config_location: /home/ner0tic/.config/deluge
* copy_torrent_file: False
* daemon_port: 58846
* dht: True
* dont_count_slow_torrents: False
* download_location: /downloads/Unsorted/Partials
* enabled_plugins: ['Label', 'flexRSS', 'Blocklist']
* enc_in_policy: 1
* enc_level: 2
* enc_out_policy: 1
* enc_prefer_rc4: True
* ignore_limits_on_local_network: True
* info_sent: 0.0
* listen_ports: [6881, 6891]
* lsd: True
* max_active_downloading: 4
* max_active_limit: 6
* max_active_seeding: 1
* max_connections_global: 200
* max_connections_per_second: 20
* max_connections_per_torrent: -1
* max_download_speed: -1.0
* max_download_speed_per_torrent: -1
* max_half_open_connections: 50
* max_upload_slots_global: 4
* max_upload_slots_per_torrent: 2
* max_upload_speed: 10.0
* max_upload_speed_per_torrent: 10
* move_completed: True
* move_completed_path: /downloads/Unsorted/Completed
* natpmp: True
* new_release_check: True
* outgoing_ports: [0, 0]
* peer_tos: 0x00
* plugins_location: /home/ner0tic/.config/deluge/plugins
* prioritize_first_last_pieces: 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}}
* queue_new_to_top: False
* random_outgoing_ports: True
* random_port: True
* rate_limit_ip_overhead: True
* remove_seed_at_ratio: False
* seed_time_limit: 100
* seed_time_ratio_limit: 0.1
* send_info: True
* share_ratio_limit: 2.0
* state_location: /home/ner0tic/.config/deluge/state
* stop_seed_at_ratio: False
* stop_seed_ratio: 2.0
* torrentfiles_location: /home/ner0tic
* upnp: True
* utpex: True
Code: Select all
-> cat /etc/conf.d/deluged
# /etc/conf.d/deluged
# Change this to the user you want to run deluged as.
# You may specify a group too, after a colon
DELUGED_USER="ner0tic"
#DELUGED_USER="ner0tic"
DELUGEUI_START="false"
DELUGEUI_OPTS="-u web"
Thank you!