Aller au contenu


seijmo

Inscrit(e) (le) 26 jui 2010
Déconnecté Dernière activité jui 04 2011 20:55
-----

Sujets que j'ai initiés

[Qpkg] Connection Refused Sur Transmission Dès Qu'un Torrent Télécharge

04 juillet 2011 - 11:37

Bonjour,

J'ai installé le qpkg transmission 2.22 sur mon qnap 209 pro II sans problèmes, je configure mon settings.json comme ceci :

{
    "alt-speed-down": 50, 
    "alt-speed-enabled": false, 
    "alt-speed-time-begin": 540, 
    "alt-speed-time-day": 127, 
    "alt-speed-time-enabled": false, 
    "alt-speed-time-end": 1020, 
    "alt-speed-up": 50, 
    "bind-address-ipv4": "0.0.0.0", 
    "bind-address-ipv6": "::", 
    "blocklist-enabled": true, 
    "blocklist-url": "http://www.bluetack.co.uk/config/level1.gz", 
    "cache-size-mb": 4, 
    "dht-enabled": false, 
    "download-dir": "/share/Qdownload/", 
    "encryption": 0, 
    "idle-seeding-limit": 30, 
    "idle-seeding-limit-enabled": false, 
    "incomplete-dir": "/share/Qdownload/transmission/incomplete", 
    "incomplete-dir-enabled": true, 
    "lazy-bitfield-enabled": true, 
    "lpd-enabled": true, 
    "message-level": 2, 
    "open-file-limit": 32, 
    "peer-congestion-algorithm": "", 
    "peer-limit-global": 1000, 
    "peer-limit-per-torrent": 250, 
    "peer-port": 54323, 
    "peer-port-random-high": 65535, 
    "peer-port-random-low": 49152, 
    "peer-port-random-on-start": false, 
    "peer-socket-tos": "default", 
    "pex-enabled": true, 
    "port-forwarding-enabled": true, 
    "preallocation": 2, 
    "prefetch-enabled": 1, 
    "proxy": "", 
    "proxy-auth-enabled": false, 
    "proxy-auth-password": "", 
    "proxy-auth-username": "", 
    "proxy-enabled": false, 
    "proxy-port": 80, 
    "proxy-type": 0, 
    "ratio-limit": 2, 
    "ratio-limit-enabled": false, 
    "rename-partial-files": true, 
    "rpc-authentication-required": false, 
    "rpc-bind-address": "0.0.0.0", 
    "rpc-enabled": true, 
    "rpc-password": "{464b8526e5f6252cbb497f1f23b783b5154b536bsVqCwok.", 
    "rpc-port": 9091, 
    "rpc-url": "/transmission/", 
    "rpc-username": "admin", 
    "rpc-whitelist": "127.0.0.1, 192.168.0.13", 
    "rpc-whitelist-enabled": true, 
    "script-torrent-done-enabled": true, 
    "script-torrent-done-filename": "/share/MD0_DATA/.qpkg/Transmission/scripts/run_scripts.sh", 
    "speed-limit-down": 0, 
    "speed-limit-down-enabled": false, 
    "speed-limit-up": 30, 
    "speed-limit-up-enabled": true, 
    "start-added-torrents": true, 
    "trash-original-torrent-files": false, 
    "umask": 0, 
    "upload-slots-per-torrent": 15, 
    "watch-dir": "/share/Qdownload/transmission/watch", 
    "watch-dir-enabled": true
}


J'arrive bien a afficher une remote de transmission via transmission-remote-gui ou via http://monip:9091 . Cependant si je lance un téléchargement de torrent j'ai un connection refused qui apparait et je ne peux plus acceder a transmission. Je suis obligé d'arreter puis de relancer transmission via l'interface pour retrouver mon torrent en pause, et la connexion se coupe de nouveau si je le relance.

Dans la console j'ai ceci :
 Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:985)
[11:21:34.299] RPC Server Whitelist enabled (rpc-server.c:989)
[11:21:34.299] Using settings from "/share/MD0_DATA/.qpkg/Transmission/conf" (daemon.c:498)
[11:21:34.299] Saved "/share/MD0_DATA/.qpkg/Transmission/conf/settings.json" (bencode.c:1716)
[11:21:34.299] Watching "/share/Qdownload/transmission/watch" for new .torrent files (daemon.c:530)
[11:21:34.299] Using readdir to watch directory "/share/Qdownload/transmission/watch" (watch.c:161)
[11:21:34.299] Loaded 1 torrents (session.c:1903)
[11:21:34.300] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:70)
[11:21:34.300] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:70)
[11:21:34.300] Found new .torrent file ":test.torrent" in watchdir "/share/Qdownload/transmission/watch" (watch.c:227)
[11:21:42.377] Port Forwarding State changed from "Not forwarded" to "Starting" (port-forwarding.c:95)
[11:21:42.377] Port Forwarding State changed from "Starting" to "???" (port-forwarding.c:95)


est ce que quelqu'un a déjà rencontré ce problème?