J'essaye de créer un serveur cache unbound sur mon laptop (pour ensuite le coupler avec dnscrypt-proxy ...)
Ma config :
Les droits sur les fichiers dans /var/lib/unbound :
Code : Tout sélectionner
/var/lib/unbound# ls -al
total 16
drwxr-xr-x 2 unbound unbound 4096 août 2 21:13 .
drwxr-xr-x 70 root root 4096 août 2 20:15 ..
-rw-r--r-- 1 unbound unbound 3169 août 2 20:38 root.hints
-rw-r--r-- 1 unbound unbound 759 août 2 21:13 root.key
Code : Tout sélectionner
unbound-checkconf /etc/unbound/unbound.conf.d/x.conf
unbound-checkconf: no errors in /etc/unbound/unbound.conf.d/x.conf
Code : Tout sélectionner
# unbound-control stats
[1470165686] unbound-control[2089:0] error: connect: Connection refused for 127.0.0.1
Le retour d'information suivant restitue :
Code : Tout sélectionner
# service unbound start
# service unbound status
● unbound.service - Unbound DNS server
Loaded: loaded (/lib/systemd/system/unbound.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since mar. 2016-08-02 21:31:34 CEST; 293ms ago
Process: 4913 ExecStart=/usr/sbin/unbound -d $DAEMON_OPTS (code=exited, status=1/FAILURE)
Process: 4896 ExecStartPre=/usr/lib/unbound/package-helper root_trust_anchor_update (code=exited, status=0/SUCCESS)
Process: 4889 ExecStartPre=/usr/lib/unbound/package-helper chroot_setup (code=exited, status=0/SUCCESS)
Main PID: 4913 (code=exited, status=1/FAILURE)
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Unit entered failed state.
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Failed with result 'exit-code'.
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Service hold-off time over, scheduling restart.
août 02 21:31:34 ptb-zou systemd[1]: Stopped Unbound DNS server.
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Start request repeated too quickly.
août 02 21:31:34 ptb-zou systemd[1]: Failed to start Unbound DNS server.
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Unit entered failed state.
août 02 21:31:34 ptb-zou systemd[1]: unbound.service: Failed with result 'start-limit-hit'.
Une idée de ce qui peut le mettre en déroute ?