Can't get "Move completed" to work.
Posted: Sat Dec 01, 2012 12:38 pm
I'm running the deluged daemon, and deluge webui on my server, and I can't get "Move completed to:" to work. Deluge is installed via pacman, and run as user. Filesystem is ext4, and no plugins are enabled.
$ uname -a
Linux arch 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012 x86_64 GNU/Linux
$ deluge --version
deluge: 1.3.5
libtorrent: 0.16.5.0
$ grep move_completed ~/.config/deluge/core.conf
"move_completed_path": "/share/Seeding",
"move_completed": true,
From console ui:
$ deluged -d -L debug
Right clicking on a torrent, and selecting "Move storage" works fine.
What am I missing?
$ uname -a
Linux arch 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012 x86_64 GNU/Linux
$ deluge --version
deluge: 1.3.5
libtorrent: 0.16.5.0
$ grep move_completed ~/.config/deluge/core.conf
"move_completed_path": "/share/Seeding",
"move_completed": true,
From console ui:
Code: Select all
>>> config
add_paused: False
allow_remote: False
auto_manage_prefer_seeds: False
auto_managed: True
autoadd_enable: False
autoadd_location: /home/anders
cache_expiry: 90
cache_size: 2048
compact_allocation: False
copy_torrent_file: False
daemon_port: 58846
del_copy_torrent_file: False
dht: True
dont_count_slow_torrents: False
download_location: /share/Downloading
enabled_plugins: ()
enc_in_policy: 0
enc_level: 2
enc_out_policy: 0
enc_prefer_rc4: True
geoip_db_location: /usr/share/GeoIP/GeoIP.dat
ignore_limits_on_local_network: True
info_sent: 1354052992.0
listen_interface:
listen_ports: (60881, 60881)
lsd: True
max_active_downloading: 25
max_active_limit: 50
max_active_seeding: 25
max_connections_global: 400
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: 100
max_upload_slots_global: 30
max_upload_slots_per_torrent: -1
max_upload_speed: -1.0
max_upload_speed_per_torrent: -1
move_completed: True
move_completed_path: /share/Seeding
natpmp: True
new_release_check: True
outgoing_ports: (0, 0)
peer_tos: 0x00
plugins_location: /home/anders/.config/deluge/plugins
prioritize_first_last_pieces: False
proxies: { 'dht': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'peer': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'peer': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'tracker': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''},
'web_seed': { 'hostname': '',
'password': '',
'port': 8080,
'type': 0,
'username': ''}}
queue_new_to_top: False
random_outgoing_ports: True
random_port: False
rate_limit_ip_overhead: True
remove_seed_at_ratio: False
seed_time_limit: 180
seed_time_ratio_limit: 7.0
send_info: True
sequential_download: False
share_ratio_limit: 2.0
shared: False
stop_seed_at_ratio: False
stop_seed_ratio: 2.0
torrentfiles_location: /home/anders
upnp: True
utpex: True
$ deluged -d -L debug
Code: Select all
[DEBUG ] 13:32:31 alertmanager:123 torrent_finished_alert: archlinux-2012.11.01-dual.iso torrent finished downloading
[DEBUG ] 13:32:31 alertmanager:123 state_changed_alert: archlinux-2012.11.01-dual.iso: state changed to: finished
[DEBUG ] 13:32:31 alertmanager:123 state_changed_alert: archlinux-2012.11.01-dual.iso: state changed to: seeding
[DEBUG ] 13:32:31 alertmanager:123 tracker_announce_alert: archlinux-2012.11.01-dual.iso (http://tracker.archlinux.org:6969/announce) sending announce (completed)
[DEBUG ] 13:32:31 torrentmanager:869 on_alert_torrent_finished
[DEBUG ] 13:32:31 torrentmanager:875 f86f84c74edc90336f94f0837afa3071ada2aaa8 is finished..
[DEBUG ] 13:32:31 rpcserver:466 intevents: {18: ['TorrentRemovedEvent', 'PluginEnabledEvent', 'TorrentAddedEvent', 'PluginDisabledEvent', 'TorrentStateChangedEvent', 'ConfigValueChangedEvent']}
[DEBUG ] 13:32:31 torrent:381 set_state_based_on_ltstate: Seeding
[DEBUG ] 13:32:31 torrent:382 session.is_paused: False
[DEBUG ] 13:32:31 torrentmanager:1015 on_alert_state_changed
[DEBUG ] 13:32:31 torrent:381 set_state_based_on_ltstate: Seeding
[DEBUG ] 13:32:31 torrent:382 session.is_paused: False
[DEBUG ] 13:32:31 torrentmanager:1015 on_alert_state_changed
[DEBUG ] 13:32:31 torrent:381 set_state_based_on_ltstate: Seeding
[DEBUG ] 13:32:31 torrent:382 session.is_paused: False
[DEBUG ] 13:32:31 torrentmanager:963 on_alert_tracker_announce
[DEBUG ] 13:32:31 alertmanager:123 save_resume_data_alert: archlinux-2012.11.01-dual.iso resume data generated
[DEBUG ] 13:32:31 torrentmanager:1035 on_alert_save_resume_data
[DEBUG ] 13:32:31 torrentmanager:727 Opening torrents fastresume file for load.
[DEBUG ] 13:32:31 torrentmanager:767 Saving fastresume file: /home/anders/.config/deluge/state/torrents.fastresume
What am I missing?