MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.81k stars 494 forks source link

Unbound install fails on dietpi v6.34.3 #4026

Closed jeroen1973 closed 3 years ago

jeroen1973 commented 3 years ago

When i try to install Unbound on dietpi via the diepti-software command it fails with this error

DietPi-Software ───────────────────────────────────────────────────── Mode: Configuring Unbound: validating, recursive, caching DNS resolver

[ OK ] DietPi-Software | Checking URL: https://www.internic.net/domain/named.root [ OK ] DietPi-Software | cd /tmp/DietPi-Software [ OK ] DietPi-Software | curl -sSfL https://www.internic.net/domain/named.root -o named.root [ OK ] DietPi-Software | Verifying download target: /var/lib/unbound/root.hints [ INFO ] DietPi-Software | Updating file: /var/lib/unbound/root.hints [ OK ] DietPi-Software | mv named.root /var/lib/unbound/root.hints [ OK ] DietPi-Software | Setting in /etc/unbound/unbound.conf.d/dietpi.conf adjusted: do-ip6: no [ INFO ] DietPi-Software | Configuring Unbound to work with Pi-hole [ OK ] DietPi-Software | Desired setting in /etc/pihole/setupVars.conf was already set: PIHOLE_DNS_1=127.0.0.1#5353 [ OK ] DietPi-Software | Desired setting in /etc/pihole/setupVars.conf was already set: PIHOLE_DNS_2= [FAILED] DietPi-Software | systemctl restart unbound [FAILED] DietPi-Software | systemctl restart unbound


root@DietPi:~#

Joulinar commented 3 years ago

Hi,

Many thanks for your message. Currently there is an issue on Unbound install. Pls can you retry.

MichaIng commented 3 years ago

When running into the same issue, please open a subshell from the error prompt and do:

rm /etc/unbound/unbound.conf.d/dietpi-pihole.conf
G_CONFIG_INJECT 'port:[[:blank:]]' '    port: 5335' /etc/unbound/unbound.conf.d/dietpi.conf
G_CONFIG_INJECT 'interface:[[:blank:]]' '   interface: 127.0.0.1' /etc/unbound/unbound.conf.d/dietpi.conf

Note that we changed the default port for usage with Pi-hole from 5353 to 5335, since the first is already the default port for mDNS (Multicast DNS), so this is what needs to be set in Pi-hole then as well as upstream DNS: 127.0.0.1#5335

jeroen1973 commented 3 years ago

Just tried it and again it fails

Jeroen van der Wal

Op 30 dec. 2020 om 17:20 heeft Joulinar notifications@github.com het volgende geschreven:

 Hi,

Many thanks for your message. Currently there is an issue on Unbound install. Pls can you retry.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ravenclaw900 commented 3 years ago

What is the output of the command journalctl -u unbound?

jeroen1973 commented 3 years ago

journalctl -u unbound Gave this:

Jeroen van der Wal

Op 30 dec. 2020 om 23:00 heeft ravenclaw900 notifications@github.com het volgende geschreven:

journalctl -u unbound

Joulinar commented 3 years ago

Pls try to upload your information to GitHub directly

jeroen1973 commented 3 years ago

journalctl -u unbound

Logfile attached. Click to expand! ``` root@DietPi:~# journalctl -u unbound -- Logs begin at Thu 2019-02-14 11:11:58 CET, end at Sat 2021-01-02 12:03:20 CET. -- dec 30 22:10:40 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:10:47 DietPi package-helper[407]: /var/lib/unbound/root.key has content dec 30 22:10:47 DietPi package-helper[407]: success: the anchor is ok dec 30 22:10:48 DietPi unbound[457]: [1609362648] unbound[457:0] error: cannot parse ip address: '.0/24' dec 30 22:10:48 DietPi unbound[457]: [1609362648] unbound[457:0] error: cannot parse access control: .0/24 allow dec 30 22:10:48 DietPi unbound[457]: [1609362648] unbound[457:0] fatal error: Could not setup access control list dec 30 22:10:48 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:10:48 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:10:48 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:10:48 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:10:48 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. dec 30 22:10:48 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:10:48 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:10:48 DietPi package-helper[484]: /var/lib/unbound/root.key has content dec 30 22:10:48 DietPi package-helper[484]: success: the anchor is ok dec 30 22:10:48 DietPi unbound[506]: [1609362648] unbound[506:0] error: cannot parse ip address: '.0/24' dec 30 22:10:48 DietPi unbound[506]: [1609362648] unbound[506:0] error: cannot parse access control: .0/24 allow dec 30 22:10:48 DietPi unbound[506]: [1609362648] unbound[506:0] fatal error: Could not setup access control list dec 30 22:10:48 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:10:48 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:10:48 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:10:48 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:10:48 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. dec 30 22:10:48 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:10:48 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:10:48 DietPi package-helper[510]: /var/lib/unbound/root.key has content dec 30 22:10:48 DietPi package-helper[510]: success: the anchor is ok dec 30 22:10:48 DietPi unbound[514]: [1609362648] unbound[514:0] error: cannot parse ip address: '.0/24' dec 30 22:10:48 DietPi unbound[514]: [1609362648] unbound[514:0] error: cannot parse access control: .0/24 allow dec 30 22:10:48 DietPi unbound[514]: [1609362648] unbound[514:0] fatal error: Could not setup access control list dec 30 22:10:48 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:10:48 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:10:48 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:10:49 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:10:49 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. dec 30 22:10:49 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:10:49 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:10:50 DietPi package-helper[520]: /var/lib/unbound/root.key has content dec 30 22:10:50 DietPi package-helper[520]: success: the anchor is ok dec 30 22:10:50 DietPi unbound[525]: [1609362650] unbound[525:0] error: cannot parse ip address: '.0/24' dec 30 22:10:50 DietPi unbound[525]: [1609362650] unbound[525:0] error: cannot parse access control: .0/24 allow dec 30 22:10:50 DietPi unbound[525]: [1609362650] unbound[525:0] fatal error: Could not setup access control list dec 30 22:10:50 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:10:50 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:10:50 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:10:50 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:10:50 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. dec 30 22:10:50 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:10:50 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:11:02 DietPi package-helper[532]: /var/lib/unbound/root.key has content dec 30 22:11:02 DietPi package-helper[532]: success: the anchor is ok dec 30 22:11:02 DietPi unbound[559]: [1609362662] unbound[559:0] error: cannot parse ip address: '.0/24' dec 30 22:11:02 DietPi unbound[559]: [1609362662] unbound[559:0] error: cannot parse access control: .0/24 allow dec 30 22:11:02 DietPi unbound[559]: [1609362662] unbound[559:0] fatal error: Could not setup access control list dec 30 22:11:02 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:11:02 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:02 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:11:02 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:11:02 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. dec 30 22:11:02 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:11:02 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:11:02 DietPi package-helper[580]: /var/lib/unbound/root.key has content dec 30 22:11:02 DietPi package-helper[580]: success: the anchor is ok dec 30 22:11:02 DietPi unbound[584]: [1609362662] unbound[584:0] error: cannot parse ip address: '.0/24' dec 30 22:11:02 DietPi unbound[584]: [1609362662] unbound[584:0] error: cannot parse access control: .0/24 allow dec 30 22:11:02 DietPi unbound[584]: [1609362662] unbound[584:0] fatal error: Could not setup access control list dec 30 22:11:02 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:11:02 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:02 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:11:03 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:11:03 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 6. dec 30 22:11:03 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:11:03 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:11:04 DietPi package-helper[604]: /var/lib/unbound/root.key has content dec 30 22:11:04 DietPi package-helper[604]: success: the anchor is ok dec 30 22:11:04 DietPi unbound[783]: [1609362664] unbound[783:0] error: cannot parse ip address: '.0/24' dec 30 22:11:04 DietPi unbound[783]: [1609362664] unbound[783:0] error: cannot parse access control: .0/24 allow dec 30 22:11:04 DietPi unbound[783]: [1609362664] unbound[783:0] fatal error: Could not setup access control list dec 30 22:11:04 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:11:04 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:04 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:11:04 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:11:04 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 7. dec 30 22:11:04 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:11:04 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:11:06 DietPi package-helper[787]: /var/lib/unbound/root.key has content dec 30 22:11:06 DietPi package-helper[787]: success: the anchor is ok dec 30 22:11:06 DietPi unbound[791]: [1609362666] unbound[791:0] error: cannot parse ip address: '.0/24' dec 30 22:11:06 DietPi unbound[791]: [1609362666] unbound[791:0] error: cannot parse access control: .0/24 allow dec 30 22:11:06 DietPi unbound[791]: [1609362666] unbound[791:0] fatal error: Could not setup access control list dec 30 22:11:06 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:11:06 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:06 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:11:06 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:11:06 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 8. dec 30 22:11:06 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:11:06 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:11:06 DietPi package-helper[795]: /var/lib/unbound/root.key has content dec 30 22:11:06 DietPi package-helper[795]: success: the anchor is ok dec 30 22:11:06 DietPi unbound[799]: [1609362666] unbound[799:0] error: cannot parse ip address: '.0/24' dec 30 22:11:06 DietPi unbound[799]: [1609362666] unbound[799:0] error: cannot parse access control: .0/24 allow dec 30 22:11:06 DietPi unbound[799]: [1609362666] unbound[799:0] fatal error: Could not setup access control list dec 30 22:11:06 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:11:06 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:06 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:11:07 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:11:07 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 9. dec 30 22:11:07 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:11:07 DietPi systemd[1]: Starting Unbound DNS server... dec 30 22:11:08 DietPi package-helper[803]: /var/lib/unbound/root.key has content dec 30 22:11:08 DietPi package-helper[803]: success: the anchor is ok dec 30 22:11:08 DietPi unbound[807]: [1609362668] unbound[807:0] error: cannot parse ip address: '.0/24' dec 30 22:11:08 DietPi unbound[807]: [1609362668] unbound[807:0] error: cannot parse access control: .0/24 allow dec 30 22:11:08 DietPi unbound[807]: [1609362668] unbound[807:0] fatal error: Could not setup access control list dec 30 22:11:08 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE dec 30 22:11:08 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:08 DietPi systemd[1]: Failed to start Unbound DNS server. dec 30 22:11:08 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. dec 30 22:11:08 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 10. dec 30 22:11:08 DietPi systemd[1]: Stopped Unbound DNS server. dec 30 22:11:08 DietPi systemd[1]: unbound.service: Start request repeated too quickly. dec 30 22:11:08 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. dec 30 22:11:08 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 12:03:18 DietPi systemd[1]: Starting Unbound DNS server... jan 02 12:03:18 DietPi package-helper[2731]: /var/lib/unbound/root.key has content jan 02 12:03:18 DietPi package-helper[2731]: success: the anchor is ok jan 02 12:03:18 DietPi unbound[2735]: [1609585398] unbound[2735:0] error: cannot parse ip address: '.0/24' jan 02 12:03:18 DietPi unbound[2735]: [1609585398] unbound[2735:0] error: cannot parse access control: .0/24 allow jan 02 12:03:18 DietPi unbound[2735]: [1609585398] unbound[2735:0] fatal error: Could not setup access control list jan 02 12:03:18 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 12:03:18 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 12:03:18 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 12:03:19 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 12:03:19 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. jan 02 12:03:19 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 12:03:19 DietPi systemd[1]: Starting Unbound DNS server... jan 02 12:03:19 DietPi package-helper[2753]: /var/lib/unbound/root.key has content jan 02 12:03:19 DietPi package-helper[2753]: success: the anchor is ok jan 02 12:03:19 DietPi unbound[2757]: [1609585399] unbound[2757:0] error: cannot parse ip address: '.0/24' jan 02 12:03:19 DietPi unbound[2757]: [1609585399] unbound[2757:0] error: cannot parse access control: .0/24 allow jan 02 12:03:19 DietPi unbound[2757]: [1609585399] unbound[2757:0] fatal error: Could not setup access control list jan 02 12:03:19 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 12:03:19 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 12:03:19 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 12:03:19 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 12:03:19 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. jan 02 12:03:19 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 12:03:19 DietPi systemd[1]: Starting Unbound DNS server... jan 02 12:03:19 DietPi package-helper[2761]: /var/lib/unbound/root.key has content jan 02 12:03:19 DietPi package-helper[2761]: success: the anchor is ok jan 02 12:03:19 DietPi unbound[2765]: [1609585399] unbound[2765:0] error: cannot parse ip address: '.0/24' jan 02 12:03:19 DietPi unbound[2765]: [1609585399] unbound[2765:0] error: cannot parse access control: .0/24 allow jan 02 12:03:19 DietPi unbound[2765]: [1609585399] unbound[2765:0] fatal error: Could not setup access control list jan 02 12:03:19 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 12:03:19 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 12:03:19 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 12:03:19 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 12:03:19 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. jan 02 12:03:19 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 12:03:19 DietPi systemd[1]: Starting Unbound DNS server... jan 02 12:03:19 DietPi package-helper[2769]: /var/lib/unbound/root.key has content jan 02 12:03:19 DietPi package-helper[2769]: success: the anchor is ok jan 02 12:03:19 DietPi unbound[2773]: [1609585399] unbound[2773:0] error: cannot parse ip address: '.0/24' jan 02 12:03:19 DietPi unbound[2773]: [1609585399] unbound[2773:0] error: cannot parse access control: .0/24 allow jan 02 12:03:19 DietPi unbound[2773]: [1609585399] unbound[2773:0] fatal error: Could not setup access control list jan 02 12:03:20 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 12:03:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 12:03:20 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 12:03:20 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 12:03:20 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. jan 02 12:03:20 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 12:03:20 DietPi systemd[1]: Starting Unbound DNS server... jan 02 12:03:20 DietPi package-helper[2778]: /var/lib/unbound/root.key has content jan 02 12:03:20 DietPi package-helper[2778]: success: the anchor is ok jan 02 12:03:20 DietPi unbound[2782]: [1609585400] unbound[2782:0] error: cannot parse ip address: '.0/24' jan 02 12:03:20 DietPi unbound[2782]: [1609585400] unbound[2782:0] error: cannot parse access control: .0/24 allow jan 02 12:03:20 DietPi unbound[2782]: [1609585400] unbound[2782:0] fatal error: Could not setup access control list jan 02 12:03:20 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 12:03:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 12:03:20 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 12:03:20 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 12:03:20 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. jan 02 12:03:20 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 12:03:20 DietPi systemd[1]: unbound.service: Start request repeated too quickly. jan 02 12:03:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 12:03:20 DietPi systemd[1]: Failed to start Unbound DNS server. ```
Joulinar commented 3 years ago

Ahh, what IP address you are using? Currently there is an issue not allowing all privat IP adresses.

jeroen1973 commented 3 years ago

the raspberrypi has a static ipadress 10.19.19.100

MichaIng commented 3 years ago

Jep that it is it. Take our new configuration file which as well contains some informational comments, is more sorted and allows all private IP ranges:

curl -# https://raw.githubusercontent.com/MichaIng/DietPi/dev/.conf/dps_182/unbound.conf > /etc/unbound/unbound.conf.d/dietpi.conf
G_CONFIG_INJECT 'port:[[:blank:]]' '    port: 5335' /etc/unbound/unbound.conf.d/dietpi.conf
G_CONFIG_INJECT 'interface:[[:blank:]]' '   interface: 127.0.0.1' /etc/unbound/unbound.conf.d/dietpi.conf
G_CONFIG_INJECT 'do-ip6:[[:blank:]]' '  do-ip6: no' /etc/unbound/unbound.conf.d/dietpi.conf
Joulinar commented 3 years ago

is that correct? curl -#

MichaIng commented 3 years ago

-# option reduces the fully fledged progress meter into a one-liner bar, sufficient for such a small text file.

MichaIng commented 3 years ago

Whoospie, sorry wrong branch, just updated it above 😉.

jeroen1973 commented 3 years ago

thank you for helping out, but with the (updated) commands it still fails to install....

Logfile attached. Click to expand! ``` root@DietPi:~# journalctl -u unbound -- Logs begin at Thu 2019-02-14 11:11:58 CET, end at Sat 2021-01-02 13:12:52 CET. -- jan 02 13:06:24 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:06:32 DietPi package-helper[406]: /var/lib/unbound/root.key has content jan 02 13:06:32 DietPi package-helper[406]: success: the anchor is ok jan 02 13:06:32 DietPi unbound[457]: [1609589192] unbound[457:0] error: cannot parse ip address: '.0/24' jan 02 13:06:32 DietPi unbound[457]: [1609589192] unbound[457:0] error: cannot parse access control: .0/24 allow jan 02 13:06:32 DietPi unbound[457]: [1609589192] unbound[457:0] fatal error: Could not setup access control list jan 02 13:06:32 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:06:32 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:06:32 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:06:32 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:06:32 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. jan 02 13:06:32 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:06:32 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:06:32 DietPi package-helper[491]: /var/lib/unbound/root.key has content jan 02 13:06:32 DietPi package-helper[491]: success: the anchor is ok jan 02 13:06:32 DietPi unbound[506]: [1609589192] unbound[506:0] error: cannot parse ip address: '.0/24' jan 02 13:06:32 DietPi unbound[506]: [1609589192] unbound[506:0] error: cannot parse access control: .0/24 allow jan 02 13:06:32 DietPi unbound[506]: [1609589192] unbound[506:0] fatal error: Could not setup access control list jan 02 13:06:32 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:06:32 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:06:32 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:06:33 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:06:33 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. jan 02 13:06:33 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:06:33 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:06:33 DietPi package-helper[510]: /var/lib/unbound/root.key has content jan 02 13:06:33 DietPi package-helper[510]: success: the anchor is ok jan 02 13:06:33 DietPi unbound[514]: [1609589193] unbound[514:0] error: cannot parse ip address: '.0/24' jan 02 13:06:33 DietPi unbound[514]: [1609589193] unbound[514:0] error: cannot parse access control: .0/24 allow jan 02 13:06:33 DietPi unbound[514]: [1609589193] unbound[514:0] fatal error: Could not setup access control list jan 02 13:06:33 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:06:33 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:06:33 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:06:33 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:06:33 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. jan 02 13:06:33 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:06:33 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:06:33 DietPi package-helper[521]: /var/lib/unbound/root.key has content jan 02 13:06:33 DietPi package-helper[521]: success: the anchor is ok jan 02 13:06:33 DietPi unbound[525]: [1609589193] unbound[525:0] error: cannot parse ip address: '.0/24' jan 02 13:06:33 DietPi unbound[525]: [1609589193] unbound[525:0] error: cannot parse access control: .0/24 allow jan 02 13:06:33 DietPi unbound[525]: [1609589193] unbound[525:0] fatal error: Could not setup access control list jan 02 13:06:33 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:06:33 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:06:33 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:06:34 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:06:34 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. jan 02 13:06:34 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:06:34 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:06:34 DietPi package-helper[529]: /var/lib/unbound/root.key has content jan 02 13:06:34 DietPi package-helper[529]: success: the anchor is ok jan 02 13:06:34 DietPi unbound[533]: [1609589194] unbound[533:0] error: cannot parse ip address: '.0/24' jan 02 13:06:34 DietPi unbound[533]: [1609589194] unbound[533:0] error: cannot parse access control: .0/24 allow jan 02 13:06:34 DietPi unbound[533]: [1609589194] unbound[533:0] fatal error: Could not setup access control list jan 02 13:06:34 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:06:34 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:06:34 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:06:34 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:06:34 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. jan 02 13:06:34 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:06:34 DietPi systemd[1]: unbound.service: Start request repeated too quickly. jan 02 13:06:34 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:06:34 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:12:51 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:12:51 DietPi package-helper[1893]: /var/lib/unbound/root.key has content jan 02 13:12:51 DietPi package-helper[1893]: success: the anchor is ok jan 02 13:12:51 DietPi unbound[1898]: [1609589571] unbound[1898:0] error: cannot parse ip address: '.0/24' jan 02 13:12:51 DietPi unbound[1898]: [1609589571] unbound[1898:0] error: cannot parse access control: .0/24 allow jan 02 13:12:51 DietPi unbound[1898]: [1609589571] unbound[1898:0] fatal error: Could not setup access control list jan 02 13:12:51 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:12:51 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:12:51 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:12:51 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:12:51 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. jan 02 13:12:51 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:12:51 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:12:51 DietPi package-helper[1915]: /var/lib/unbound/root.key has content jan 02 13:12:51 DietPi package-helper[1915]: success: the anchor is ok jan 02 13:12:51 DietPi unbound[1919]: [1609589571] unbound[1919:0] error: cannot parse ip address: '.0/24' jan 02 13:12:51 DietPi unbound[1919]: [1609589571] unbound[1919:0] error: cannot parse access control: .0/24 allow jan 02 13:12:51 DietPi unbound[1919]: [1609589571] unbound[1919:0] fatal error: Could not setup access control list jan 02 13:12:51 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:12:51 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:12:51 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:12:51 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:12:51 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. jan 02 13:12:51 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:12:51 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:12:51 DietPi package-helper[1923]: /var/lib/unbound/root.key has content jan 02 13:12:51 DietPi package-helper[1923]: success: the anchor is ok jan 02 13:12:51 DietPi unbound[1927]: [1609589571] unbound[1927:0] error: cannot parse ip address: '.0/24' jan 02 13:12:51 DietPi unbound[1927]: [1609589571] unbound[1927:0] error: cannot parse access control: .0/24 allow jan 02 13:12:51 DietPi unbound[1927]: [1609589571] unbound[1927:0] fatal error: Could not setup access control list jan 02 13:12:51 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:12:51 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:12:51 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. jan 02 13:12:52 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:12:52 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:12:52 DietPi package-helper[1931]: /var/lib/unbound/root.key has content jan 02 13:12:52 DietPi package-helper[1931]: success: the anchor is ok jan 02 13:12:52 DietPi unbound[1935]: [1609589572] unbound[1935:0] error: cannot parse ip address: '.0/24' jan 02 13:12:52 DietPi unbound[1935]: [1609589572] unbound[1935:0] error: cannot parse access control: .0/24 allow jan 02 13:12:52 DietPi unbound[1935]: [1609589572] unbound[1935:0] fatal error: Could not setup access control list jan 02 13:12:52 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:12:52 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:12:52 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. jan 02 13:12:52 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:12:52 DietPi systemd[1]: Starting Unbound DNS server... jan 02 13:12:52 DietPi package-helper[1939]: /var/lib/unbound/root.key has content jan 02 13:12:52 DietPi package-helper[1939]: success: the anchor is ok jan 02 13:12:52 DietPi unbound[1943]: [1609589572] unbound[1943:0] error: cannot parse ip address: '.0/24' jan 02 13:12:52 DietPi unbound[1943]: [1609589572] unbound[1943:0] error: cannot parse access control: .0/24 allow jan 02 13:12:52 DietPi unbound[1943]: [1609589572] unbound[1943:0] fatal error: Could not setup access control list jan 02 13:12:52 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE jan 02 13:12:52 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:12:52 DietPi systemd[1]: Failed to start Unbound DNS server. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. jan 02 13:12:52 DietPi systemd[1]: Stopped Unbound DNS server. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Start request repeated too quickly. jan 02 13:12:52 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. jan 02 13:12:52 DietPi systemd[1]: Failed to start Unbound DNS server. ```
MichaIng commented 3 years ago

Please run again the commands and assure no errors happen, as obviously it did not work, as you still use the old configuration file. Check back with cat /etc/unbound/unbound.conf.d/dietpi.conf, which should look similar to that one, with just the settings from the other three commands adjusted: https://raw.githubusercontent.com/MichaIng/DietPi/unbound/.conf/dps_182/unbound.conf

jeroen1973 commented 3 years ago

Looks like the installation now worked and unbound is running. I put 127.0.0.1#5335 in the Pi-hole upstream dnsserver.

When in then test with "dig pi-hole.net @127.0.0.1 -p 5335" the outcome is: connection timed out; no servers could be reached

jeroen1973 commented 3 years ago

i give up, ditching dietpi and starting over with clean install Raspbian

jeroen1973 commented 3 years ago

thanks for the help

Joulinar commented 3 years ago

You could check LISTEN ports. Probably it's running on a different one ss -alnp | grep LISTEN. As well Unbound could be listening to localhost only and is not accepting request from network interface.

MichaIng commented 3 years ago

I guess there is a conflicting configuration file in place somewhere, maybe you tried another solutions from Pi-hole side?

There should be four configuration files:

No other file should exist.

Following the Pi-hole guide the only difference would be that our dietpi-conf is/must be replaced with pi-hole.conf taken from here: https://docs.pi-hole.net/guides/unbound/#configure-unbound Taking into account the defaults, it mostly matches ours, but misses the access limitation to local networks. But that is only relevant when using it directly, not when using it in combination with Pi-hole, as then it is bond to the loopback IP where only services from the same machine can access. I didn't think about hat when thinking that 10.19.19.0/24 network might be the issue 😉.

xczh commented 3 years ago

Same issue. It seems a bug. Is there any solution? @Joulinar My environment is a new installation of dietpi, no other changes. Failed to install unbound from dietpi-software.

Joulinar commented 3 years ago

There a couple of solutions. But first we would need to know what your issue is exactly

xczh commented 3 years ago

Joulinar commented 3 years ago

Pls can you share journalctl -u unbound

xczh commented 3 years ago

Jan 17 00:09:01 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 00:09:01 DietPi package-helper[1593]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 00:09:01 DietPi package-helper[1593]: /etc/unbound/unbound.conf.d/dietpi.conf:75: error: unknown keyword '192.168.4.0/24' Jan 17 00:09:01 DietPi package-helper[1593]: /etc/unbound/unbound.conf.d/dietpi.conf:75: error: unknown keyword 'allow' Jan 17 00:09:01 DietPi package-helper[1593]: read /etc/unbound/unbound.conf failed: 3 errors in configuration file Jan 17 00:09:01 DietPi package-helper[1596]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 00:09:01 DietPi package-helper[1596]: /etc/unbound/unbound.conf.d/dietpi.conf:75: error: unknown keyword '192.168.4.0/24' Jan 17 00:09:01 DietPi package-helper[1596]: /etc/unbound/unbound.conf.d/dietpi.conf:75: error: unknown keyword 'allow' Jan 17 00:09:01 DietPi package-helper[1596]: read /etc/unbound/unbound.conf failed: 3 errors in configuration file Jan 17 00:09:01 DietPi unbound[1599]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 00:09:01 DietPi unbound[1599]: /etc/unbound/unbound.conf.d/dietpi.conf:75: error: unknown keyword '192.168.4.0/24' Jan 17 00:09:01 DietPi unbound[1599]: /etc/unbound/unbound.conf.d/dietpi.conf:75: error: unknown keyword 'allow' Jan 17 00:09:01 DietPi unbound[1599]: read /etc/unbound/unbound.conf failed: 3 errors in configuration file Jan 17 00:09:01 DietPi unbound[1599]: [1610813341] unbound[1599:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 00:09:01 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 00:09:01 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 00:09:01 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 00:09:02 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 00:09:02 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. Jan 17 00:09:02 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 00:09:02 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 00:09:02 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 00:09:02 DietPi systemd[1]: Failed to start Unbound DNS server.

ravenclaw900 commented 3 years ago

What is the contents of your unbound configuration file? cat /etc/unbound/unbound.conf.d/dietpi.conf

xczh commented 3 years ago
server:
    verbosity: 0

    interface: 0.0.0.0
    port: 53
    do-ip4: yes
    do-udp: yes
    do-tcp: yes

    do-ip6: yes

    prefer-ip6: no

    root-hints: "/var/lib/unbound/root.hints"

    harden-glue: yes
    harden-large-queries: yes

    harden-dnssec-stripped: yes

    use-caps-for-id: yes

    edns-buffer-size: 1472

    rrset-roundrobin: yes

    cache-min-ttl: 300
    cache-max-ttl: 86400

    serve-expired: yes

    harden-algo-downgrade: yes

    harden-short-bufsize: yes

    hide-identity: yes

    identity: "Server"

    hide-version: yes

    do-daemonize: no

    neg-cache-size: 4M

    qname-minimisation: yes

    minimal-responses: yes

    prefetch: yes
    prefetch-key: yes

    num-threads: 1

    msg-cache-size: 50m
    rrset-cache-size: 100m

    so-reuseport: yes

    so-rcvbuf: 4m
    so-sndbuf: 4m

    unwanted-reply-threshold: 10000

    ratelimit: 1000

    log-queries: no
    log-replies: no
    logfile: ''

    access-control: 0.0.0.0/0 refuse
    access-control: 127.0.0.1 allow
    access-control: 192.168.1
192.168.1
192.168.4.0/24 allow

    private-address: 192.168.0.0/16
    private-address: 169.254.0.0/16
    private-address: 172.16.0.0/12
    private-address: 10.0.0.0/8
    private-address: fd00::/8
    private-address: fe80::/10
xczh commented 3 years ago

This is generated automatically and I haven't edited it.

xczh commented 3 years ago

https://github.com/MichaIng/DietPi/blob/b354689141bf3b238b87d9ff83f33df5cf52173f/dietpi/dietpi-software#L8774

Maybe, this line is incorrect. On my machine, its execution result is:

192.168.1
192.168.1
192.168.4

@Joulinar @ravenclaw900

ravenclaw900 commented 3 years ago

That is the problem. Does your Pi have more than 1 IP address (and why)? If so, do you want to use the 192.168.1 subnet or the 192.168.4 subnet?

xczh commented 3 years ago

I do have more than one IP address. Even so, it gets the wrong subnet. Actually, my subnet is 192.168.137.0/24. I manually modified the correct subnet and rerun the diet-software. The problem has been solved, thanks! Do you need me to make a PR?

Joulinar commented 3 years ago

it's up to @MichaIng if he like to support this

ravenclaw900 commented 3 years ago

Ah, it seems that it only grabbed the first digit of 137. No need to make a PR, there are many enhancements for Unbound planned in 6.35, and this is already fixed there (using 192.168.0.0/16 to support all 192.168 subnets instead of getting the specific one).

MichaIng commented 3 years ago

With next version we have that hostname IP specific entry removed and allow all IP ranges that are reserved for private networks instead. That check had also the issue that it allows 192.168.X IPs only while there are a few other ranges common and reserved for LANs. Please use this one:

curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/dev/.conf/dps_182/unbound.conf -o /etc/unbound/unbound.conf.d/dietpi.conf
systemctl restart unbound
burstina commented 3 years ago

hello, same here, I copy-paste systemctl status unbound.service output too.

have fun

--------------------------------------------------------------------
- DietPi has encountered an error                                   -
- Please create a ticket: https://github.com/MichaIng/DietPi/issues -
- Copy and paste only the BLUE lines below into the ticket          -
---------------------------------------------------------------------
#### Details:
- Date           | Sun Jan 17 19:20:19 GMT 2021
- Bug report     | 9acbdc7e-42d5-4261-bb34-f10c6125197d
- DietPi version | v6.34.3 (MichaIng/master)
- Image creator  | StephanStS
- Pre-image      | Armbian
- Hardware       | NanoPi NEO3 (aarch64) (ID=56)
- Kernel version | Linux DietPi 5.9.14-rockchip64 #20.11.4 SMP PREEMPT Tue Dec 15 08:52:20 CET 2020 aarch64 GNU/Linux
- Distro         | buster (ID=5)
- Command        | systemctl restart unbound
- Exit code      | 1
- Software title | DietPi-Software
#### Steps to reproduce:
<!-- Explain how to reproduce the issue -->
1. ...
2. ...
#### Expected behaviour:
<!-- What SHOULD happen? -->
- ...
#### Actual behaviour:
<!-- What IS happening? -->
- ...
#### Extra details:
<!-- Please post any extra details that might help solve the issue -->
- ...
#### Additional logs:

Job for unbound.service failed because the control process exited with error code.
See "systemctl status unbound.service" and "journalctl -xe" for details.
root@DietPi:/tmp/DietPi-Software# systemctl status unbound.service
● unbound.service - Unbound DNS server
   Loaded: loaded (/lib/systemd/system/unbound.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2021-01-17 19:22:47 GMT; 10s ago
     Docs: man:unbound(8)
  Process: 4957 ExecStartPre=/usr/lib/unbound/package-helper chroot_setup (code=exited, status=1/FAILURE)
  Process: 4960 ExecStartPre=/usr/lib/unbound/package-helper root_trust_anchor_update (code=exited, status=1/FAILURE)
  Process: 4963 ExecStart=/usr/sbin/unbound -d $DAEMON_OPTS (code=exited, status=1/FAILURE)
 Main PID: 4963 (code=exited, status=1/FAILURE)

Jan 17 19:22:47 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart.
Jan 17 19:22:47 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5.
Jan 17 19:22:47 DietPi systemd[1]: Stopped Unbound DNS server.
**Jan 17 19:22:47 DietPi systemd[1]: unbound.service: Start request repeated too quickly.
Jan 17 19:22:47 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'.**
Jan 17 19:22:47 DietPi systemd[1]: Failed to start Unbound DNS server.
Joulinar commented 3 years ago

Pls can you share journalctl -u unbound

burstina commented 3 years ago

sure, but I think it is incomplete:

Admin EDIT: Log moved to next post as it's quite long.

Joulinar commented 3 years ago

journalctl -u unbound for @burstina

Logfile attached. Click to expand! ``` Jan 17 19:15:54 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:15:54 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:15:54 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:15:54 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:15:54 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:25 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:16:25 DietPi package-helper[3154]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:25 DietPi package-helper[3154]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:25 DietPi package-helper[3154]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:25 DietPi package-helper[3157]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:25 DietPi package-helper[3157]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:25 DietPi package-helper[3157]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:25 DietPi unbound[3160]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:25 DietPi unbound[3160]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:25 DietPi unbound[3160]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:25 DietPi unbound[3160]: [1610910985] unbound[3160:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:16:25 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:16:25 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:25 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. Jan 17 19:16:26 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:16:26 DietPi package-helper[3174]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3174]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3174]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi package-helper[3177]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3177]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3177]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi unbound[3180]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi unbound[3180]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi unbound[3180]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi unbound[3180]: [1610910986] unbound[3180:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:26 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. Jan 17 19:16:26 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:16:26 DietPi package-helper[3181]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3181]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3181]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi package-helper[3184]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3184]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3184]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi unbound[3187]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi unbound[3187]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi unbound[3187]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi unbound[3187]: [1610910986] unbound[3187:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:26 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. Jan 17 19:16:26 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:16:26 DietPi package-helper[3188]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3188]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3188]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi package-helper[3191]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3191]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3191]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi unbound[3194]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi unbound[3194]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi unbound[3194]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi unbound[3194]: [1610910986] unbound[3194:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:26 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:16:26 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. Jan 17 19:16:26 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:16:26 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:16:26 DietPi package-helper[3195]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3195]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3195]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:26 DietPi package-helper[3198]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:26 DietPi package-helper[3198]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:26 DietPi package-helper[3198]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:27 DietPi unbound[3201]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:16:27 DietPi unbound[3201]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:16:27 DietPi unbound[3201]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:16:27 DietPi unbound[3201]: [1610910987] unbound[3201:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:16:27 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:16:27 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:27 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:27 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:16:27 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:27 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:27 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:27 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:27 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:27 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:28 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:28 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:28 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:28 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:28 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:28 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:29 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:29 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:29 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:29 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:29 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:29 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:30 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:30 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:30 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:16:35 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:16:35 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:16:35 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:21 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:21 DietPi package-helper[3512]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:21 DietPi package-helper[3512]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:21 DietPi package-helper[3512]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:21 DietPi package-helper[3515]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:21 DietPi package-helper[3515]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:21 DietPi package-helper[3515]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:21 DietPi unbound[3518]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:21 DietPi unbound[3518]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:21 DietPi unbound[3518]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:21 DietPi unbound[3518]: [1610911041] unbound[3518:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:21 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:21 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:21 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. Jan 17 19:17:22 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:22 DietPi package-helper[3532]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3532]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3532]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi package-helper[3535]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3535]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3535]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi unbound[3538]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi unbound[3538]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi unbound[3538]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi unbound[3538]: [1610911042] unbound[3538:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:22 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. Jan 17 19:17:22 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:22 DietPi package-helper[3539]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3539]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3539]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi package-helper[3542]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3542]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3542]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi unbound[3545]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi unbound[3545]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi unbound[3545]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi unbound[3545]: [1610911042] unbound[3545:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:22 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. Jan 17 19:17:22 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:22 DietPi package-helper[3546]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3546]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3546]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi package-helper[3549]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3549]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3549]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi unbound[3552]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi unbound[3552]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi unbound[3552]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi unbound[3552]: [1610911042] unbound[3552:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:22 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:22 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. Jan 17 19:17:22 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:22 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:22 DietPi package-helper[3553]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3553]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3553]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:22 DietPi package-helper[3556]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:22 DietPi package-helper[3556]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:22 DietPi package-helper[3556]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:23 DietPi unbound[3559]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:23 DietPi unbound[3559]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:23 DietPi unbound[3559]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:23 DietPi unbound[3559]: [1610911043] unbound[3559:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:23 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:23 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:23 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:23 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:23 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. Jan 17 19:17:23 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:23 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:17:23 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:23 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:34 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:34 DietPi package-helper[3572]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:34 DietPi package-helper[3572]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:34 DietPi package-helper[3572]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:34 DietPi package-helper[3575]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:34 DietPi package-helper[3575]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:34 DietPi package-helper[3575]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:34 DietPi unbound[3578]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:34 DietPi unbound[3578]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:34 DietPi unbound[3578]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:34 DietPi unbound[3578]: [1610911054] unbound[3578:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:34 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:34 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:34 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:34 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:34 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. Jan 17 19:17:34 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:34 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:34 DietPi package-helper[3579]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:34 DietPi package-helper[3579]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:34 DietPi package-helper[3579]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:34 DietPi package-helper[3582]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:34 DietPi package-helper[3582]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:34 DietPi package-helper[3582]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3585]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi unbound[3585]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi unbound[3585]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3585]: [1610911055] unbound[3585:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:35 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. Jan 17 19:17:35 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:35 DietPi package-helper[3586]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi package-helper[3586]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi package-helper[3586]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi package-helper[3589]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi package-helper[3589]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi package-helper[3589]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3592]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi unbound[3592]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi unbound[3592]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3592]: [1610911055] unbound[3592:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:35 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. Jan 17 19:17:35 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:35 DietPi package-helper[3593]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi package-helper[3593]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi package-helper[3593]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi package-helper[3596]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi package-helper[3596]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi package-helper[3596]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3599]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi unbound[3599]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi unbound[3599]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3599]: [1610911055] unbound[3599:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:35 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. Jan 17 19:17:35 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:17:35 DietPi package-helper[3600]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi package-helper[3600]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi package-helper[3600]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi package-helper[3603]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi package-helper[3603]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi package-helper[3603]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3606]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:17:35 DietPi unbound[3606]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:17:35 DietPi unbound[3606]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:17:35 DietPi unbound[3606]: [1610911055] unbound[3606:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:35 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. Jan 17 19:17:35 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:17:35 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:17:35 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:18:23 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:18:23 DietPi package-helper[3630]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi package-helper[3630]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi package-helper[3630]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi package-helper[3633]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi package-helper[3633]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi package-helper[3633]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi unbound[3636]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi unbound[3636]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi unbound[3636]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi unbound[3636]: [1610911103] unbound[3636:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:18:23 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. Jan 17 19:18:23 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:18:23 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:18:23 DietPi package-helper[3650]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi package-helper[3650]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi package-helper[3650]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi package-helper[3653]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi package-helper[3653]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi package-helper[3653]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi unbound[3656]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi unbound[3656]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi unbound[3656]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi unbound[3656]: [1610911103] unbound[3656:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:18:23 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:18:23 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. Jan 17 19:18:23 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:18:23 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:18:23 DietPi package-helper[3657]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi package-helper[3657]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi package-helper[3657]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:23 DietPi package-helper[3660]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:23 DietPi package-helper[3660]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:23 DietPi package-helper[3660]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi unbound[3663]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi unbound[3663]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi unbound[3663]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi unbound[3663]: [1610911104] unbound[3663:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:18:24 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. Jan 17 19:18:24 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:18:24 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:18:24 DietPi package-helper[3664]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi package-helper[3664]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi package-helper[3664]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi package-helper[3667]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi package-helper[3667]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi package-helper[3667]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi unbound[3670]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi unbound[3670]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi unbound[3670]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi unbound[3670]: [1610911104] unbound[3670:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:18:24 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. Jan 17 19:18:24 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:18:24 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:18:24 DietPi package-helper[3671]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi package-helper[3671]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi package-helper[3671]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi package-helper[3674]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi package-helper[3674]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi package-helper[3674]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi unbound[3677]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:18:24 DietPi unbound[3677]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:18:24 DietPi unbound[3677]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:18:24 DietPi unbound[3677]: [1610911104] unbound[3677:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:18:24 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. Jan 17 19:18:24 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:18:24 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:18:24 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:19 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:19 DietPi package-helper[4617]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi package-helper[4617]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi package-helper[4617]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi package-helper[4620]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi package-helper[4620]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi package-helper[4620]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi unbound[4623]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi unbound[4623]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi unbound[4623]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi unbound[4623]: [1610911219] unbound[4623:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:19 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. Jan 17 19:20:19 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:19 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:19 DietPi package-helper[4637]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi package-helper[4637]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi package-helper[4637]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi package-helper[4640]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi package-helper[4640]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi package-helper[4640]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi unbound[4643]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi unbound[4643]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi unbound[4643]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi unbound[4643]: [1610911219] unbound[4643:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:19 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:19 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. Jan 17 19:20:19 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:19 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:19 DietPi package-helper[4644]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi package-helper[4644]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi package-helper[4644]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:19 DietPi package-helper[4647]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:19 DietPi package-helper[4647]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:19 DietPi package-helper[4647]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi unbound[4650]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi unbound[4650]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi unbound[4650]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi unbound[4650]: [1610911220] unbound[4650:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:20 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. Jan 17 19:20:20 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:20 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:20 DietPi package-helper[4651]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi package-helper[4651]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi package-helper[4651]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi package-helper[4654]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi package-helper[4654]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi package-helper[4654]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi unbound[4657]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi unbound[4657]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi unbound[4657]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi unbound[4657]: [1610911220] unbound[4657:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:20 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. Jan 17 19:20:20 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:20 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:20 DietPi package-helper[4658]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi package-helper[4658]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi package-helper[4658]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi package-helper[4661]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi package-helper[4661]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi package-helper[4661]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi unbound[4664]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:20 DietPi unbound[4664]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:20 DietPi unbound[4664]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:20 DietPi unbound[4664]: [1610911220] unbound[4664:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:20 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 5. Jan 17 19:20:20 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Start request repeated too quickly. Jan 17 19:20:20 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:20 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:58 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:58 DietPi package-helper[4836]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:58 DietPi package-helper[4836]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:58 DietPi package-helper[4836]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:58 DietPi package-helper[4839]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:58 DietPi package-helper[4839]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:58 DietPi package-helper[4839]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:58 DietPi unbound[4842]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:58 DietPi unbound[4842]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:58 DietPi unbound[4842]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:58 DietPi unbound[4842]: [1610911258] unbound[4842:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:58 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:58 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:58 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 1. Jan 17 19:20:59 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:59 DietPi package-helper[4843]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4843]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi package-helper[4843]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi package-helper[4846]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4846]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi package-helper[4846]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi unbound[4849]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi unbound[4849]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi unbound[4849]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi unbound[4849]: [1610911259] unbound[4849:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:59 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 2. Jan 17 19:20:59 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:59 DietPi package-helper[4850]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4850]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi package-helper[4850]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi package-helper[4853]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4853]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi package-helper[4853]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi unbound[4856]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi unbound[4856]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi unbound[4856]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi unbound[4856]: [1610911259] unbound[4856:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:59 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 3. Jan 17 19:20:59 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:59 DietPi package-helper[4857]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4857]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi package-helper[4857]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi package-helper[4860]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4860]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi package-helper[4860]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi unbound[4863]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi unbound[4863]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: unknown keyword 'allow' Jan 17 19:20:59 DietPi unbound[4863]: read /etc/unbound/unbound.conf failed: 2 errors in configuration file Jan 17 19:20:59 DietPi unbound[4863]: [1610911259] unbound[4863:0] fatal error: Could not read config file: /etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Main process exited, code=exited, status=1/FAILURE Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Failed with result 'exit-code'. Jan 17 19:20:59 DietPi systemd[1]: Failed to start Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Service RestartSec=100ms expired, scheduling restart. Jan 17 19:20:59 DietPi systemd[1]: unbound.service: Scheduled restart job, restart counter is at 4. Jan 17 19:20:59 DietPi systemd[1]: Stopped Unbound DNS server. Jan 17 19:20:59 DietPi systemd[1]: Starting Unbound DNS server... Jan 17 19:20:59 DietPi package-helper[4864]: /etc/unbound/unbound.conf.d/dietpi.conf:74: error: expected deny, refuse, deny_non_local, refuse_non_local, allow, allow_setrd or allow_snoop in access control action Jan 17 19:20:59 DietPi package-helper[4864]: /et ```
Joulinar commented 3 years ago

@burstina do you like to use PiHole in addition or just Unbound? If it is Unbound only, you could download our new config file

curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/dev/.conf/dps_182/unbound.conf -o /etc/unbound/unbound.conf.d/dietpi.conf
systemctl restart unbound
burstina commented 3 years ago

thanks for the advice, the true is I don't know both 😄 I begun learning linux just some months ago and I'm triying to building up a 4G gateway from scratch. Atm I turned to dnsmasq and it was helpful to achieve the result, the best solution should be a web interface: Does PiHole allow web interface?

thanks


Da: Joulinar notifications@github.com Inviato: domenica 17 gennaio 2021 21:58 A: MichaIng/DietPi DietPi@noreply.github.com Cc: burstina burstina@hotmail.com; Mention mention@noreply.github.com Oggetto: Re: [MichaIng/DietPi] Unbound install fails on dietpi v6.34.3 (#4026)

@burstinahttps://github.com/burstina do you like to use PiHole in addition or just Unbound? If it is Unbound only, you could download our new config file

curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/dev/.conf/dps_182/unbound.conf -o /etc/unbound/unbound.conf.d/dietpi.conf systemctl restart unbound

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MichaIng/DietPi/issues/4026#issuecomment-761878950, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALJ73WEUOXWIPRFBJQHJUO3S2NFQBANCNFSM4VOO2UTA.

Joulinar commented 3 years ago

ahm PiHole has an own web interface

burstina commented 3 years ago

then I'm interested! Thanks a lot


Da: Joulinar notifications@github.com Inviato: martedì 19 gennaio 2021 14:40 A: MichaIng/DietPi DietPi@noreply.github.com Cc: burstina burstina@hotmail.com; Mention mention@noreply.github.com Oggetto: Re: [MichaIng/DietPi] Unbound install fails on dietpi v6.34.3 (#4026)

ahm PiHole has an own web interface

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MichaIng/DietPi/issues/4026#issuecomment-762845374, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALJ73WBIZXRQ5FYM5KKUS2DS2WDWJANCNFSM4VOO2UTA.

Joulinar commented 3 years ago

I would recommend following

  1. remove unbound
  2. install PiHole (without unbound)
  3. wait until 6.35 before re-install unbound as we will deliver quite some fixes on this release
MichaIng commented 3 years ago

It's not too difficult to apply these changes directly, with and without Pi-hole: https://github.com/MichaIng/DietPi/issues/4026#issuecomment-753464752

burstina commented 3 years ago

Ok, I tried PiHole, but PiHole itself tried to install Unbound and got the same error, even after curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/dev/.conf/dps_182/unbound.conf -o /etc/unbound/unbound.conf.d/dietpi.conf systemctl restart unbound

Joulinar commented 3 years ago

if you install PiHole, you get a dialog asking if you like to install Unbound as well. There you need to decline. Otherwise , yes Unbound will be installed as well.

burstina commented 3 years ago

if you install PiHole, you get a dialog asking if you like to install Unbound as well. There you need to decline. Otherwise , yes Unbound will be installed as well.

@MichaIng maybe we would need to switch option to make unbound op-in instead of opt-out

ah, ok, sorry I didnt noticed it was Unbound to be asked for. Sorry I'm a bit dyslexic and console font is a bit of aproblem. thanks again

Joulinar commented 3 years ago

no problem, we are here to help

MichaIng commented 3 years ago

I mark this as closed. Feel free to reopen if required.