
Code: Select all
$ deluge
1.1.9
Code: Select all
$ deluge
1.1.9
Code: Select all
[INFO ] 02:30:22 daemon:48 Deluge daemon 1.1.9
[DEBUG ] 02:30:22 daemon:49 options: {'loglevel': 'debug', 'quiet': False, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG ] 02:30:22 daemon:50 args: []
[DEBUG ] 02:30:23 core:91 Core init..
[DEBUG ] 02:30:23 component:106 Registered Core with ComponentRegistry..
[DEBUG ] 02:30:23 component:106 Registered PreferencesManager with ComponentRegistry..
[DEBUG ] 02:30:23 configmanager:91 Getting config 'core.conf'
[WARNING ] 02:30:23 config:251 Unable to load config file: /home/mog/.config/deluge/core.conf
[DEBUG ] 02:30:23 config:253 Config /home/mog/.config/deluge/core.conf loaded: {'info_sent': 0.0, 'lsd': True, 'max_download_speed': -1.0, 'send_info': False, 'torrentfiles_location': '/home/mog', 'state_location': '/home/mog/.config/deluge/state', 'stop_seed_at_ratio': False, 'max_active_limit': 8, 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'peer_tos': '0x00', 'daemon_port': 58846, 'natpmp': True, 'autoadd_enable': False, 'upnp': True, 'utpex': True, 'max_download_speed_per_torrent': -1, 'max_active_seeding': 5, 'allow_remote': False, 'outgoing_ports': [0, 0], 'max_half_open_connections': 50, 'enabled_plugins': [], 'plugins_location': '/home/mog/.config/deluge/plugins', 'download_location': '/home/mog', 'compact_allocation': False, 'max_upload_speed': -1.0, 'max_connections_global': 200, 'enc_prefer_rc4': True, 'listen_ports': [6881, 6891], 'dht': True, 'move_completed_path': '/home/mog', 'stop_seed_ratio': 2.0, 'max_active_downloading': 3, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1, 'auto_managed': True, 'enc_level': 2, 'copy_torrent_file': False, 'max_connections_per_second': 20, 'max_connections_per_torrent': -1, 'move_completed': False, 'proxies': {'peer': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'web_seed': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'tracker': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}, 'dht': {'username': '', 'password': '', 'hostname': '', 'type': 0, 'port': 8080}}, 'dont_count_slow_torrents': False, 'add_paused': False, 'random_outgoing_ports': True, 'max_upload_slots_per_torrent': -1, 'new_release_check': False, 'enc_out_policy': 1, 'seed_time_ratio_limit': 7.0, 'remove_seed_at_ratio': False, 'autoadd_location': '/home/mog', 'max_upload_slots_global': 4, 'config_location': '/home/mog/.config/deluge', 'seed_time_limit': 180, 'share_ratio_limit': 2.0, 'random_port': True}
[DEBUG ] 02:30:23 configmanager:91 Getting config 'core.conf'
[INFO ] 02:30:23 core:110 Starting XMLRPC server on port 58846
[INFO ] 02:30:23 core:116 Daemon already running or port not available..
Code: Select all
sudo fuser -n tcp 58846
Code: Select all
58846/tcp: 2328
Code: Select all
ps 2328
Code: Select all
ps aux | grep deluge
Code: Select all
deluged -L debug -d
Code: Select all
deluged -L debug -l deluge-daemon.log
Code: Select all
tail -f deluge-daemon.log
Code: Select all
deluge -L debug
Code: Select all
# fuser -n tcp 58846
Code: Select all
# netstat -tnlp
Connexions Internet actives (seulement serveurs)
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2555/exim4
tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN 2575/inetd
tcp6 0 0 :::445 :::* LISTEN 2591/smbd
tcp6 0 0 ::1:6600 :::* LISTEN 2857/mpd
tcp6 0 0 :::139 :::* LISTEN 2591/smbd