Hi!
Fedora unbound how does it exist? How to do unbound?
Failed to start Unbound recursive Domain Name Server
dnf install unbound
systemctl start unbound
Job for unbound.service failed because the control process exited with error code.
See "systemctl status unbound.service" and "journalctl -xe" for details.unbound-control status
[1560179858] unbound-control[10725:0] error: connect: Connection refused for 127.0.0.1 port 8953
unbound is stopped
unbound-checkconf
unbound-checkconf: no errors in /etc/unbound/unbound.conf
systemctl status unbound.service
● unbound.service - Unbound recursive Domain Name Server
Loaded: loaded (/usr/lib/systemd/system/unbound.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2019-06-10 17:16:59 CEST; 1min 38s ago
systemd[1]: Starting Unbound recursive Domain Name Server...
unbound-checkconf[10633:0] error: unable to open /var/lib/unbound/root.key for reading: Permission denied
unbound-checkconf[10633]: [1560179819] unbound-checkconf[10633:0] error: error reading auto-trust-anchor-file: /var/lib/unbound/root.key
[10633]: [1560179819] unbound-checkconf[10633:0] error: validator: error in trustanchors config
unbound-checkconf[10633]: [1560179819] unbound-checkconf[10633:0] error: validator: could not apply configuration settings.
unbound-checkconf[10633]: [1560179819] unbound-checkconf[10633:0] fatal error: bad config for validator module
unbound-checkconf[10633]: warning: no search permission for one of the directories in path: /var/lib/unbound/root.key
systemd[1]: unbound.service: Control process exited, code=exited, status=1/FAILURE
systemd[1]: unbound.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Unbound recursive Domain Name Server.
Thx!