This is an automated archive.
The original was posted on /r/pihole by /u/bossman118242 on 2023-08-06 22:29:37+00:00.
Job for unbound.service failed because the control process exited with error code.
See "systemctl status unbound.service" and "journalctl -xe" for details.
systemctl status unbound service
unbound.service - Unbound DNS server
Loaded: loaded (/lib/systemd/system/unbound.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2023-08-06 23:25:54 BST; 1s ago
Docs: man:unbound(8)
Process: 7525 ExecStartPre=/usr/lib/unbound/package-helper chroot_setup (code=exited, status=0/SUCCESS)
Process: 7528 ExecStartPre=/usr/lib/unbound/package-helper root_trust_anchor_update (code=exited, stat>
Process: 7531 ExecStart=/usr/sbin/unbound -d -p $DAEMON_OPTS (code=exited, status=1/FAILURE)
Process: 7532 ExecStopPost=/usr/lib/unbound/package-helper chroot_teardown (code=exited, status=0/SUCC>
Main PID: 7531 (code=exited, status=1/FAILURE)
CPU: 307ms
Aug 06 23:25:54 pizero systemd[1]: unbound.service: Scheduled restart job, restart counter is at 286.
lines 1-12/12 (END)
● unbound.service - Unbound DNS server
Loaded: loaded (/lib/systemd/system/unbound.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2023-08-06 23:25:54 BST; 1s ago
Docs: man:unbound(8)
Process: 7525 ExecStartPre=/usr/lib/unbound/package-helper chroot_setup (code=exited, status=0/SUCCESS)
Process: 7528 ExecStartPre=/usr/lib/unbound/package-helper root_trust_anchor_update (code=exited, status=0/SUCCESS)
Process: 7531 ExecStart=/usr/sbin/unbound -d -p $DAEMON_OPTS (code=exited, status=1/FAILURE)
Process: 7532 ExecStopPost=/usr/lib/unbound/package-helper chroot_teardown (code=exited, status=0/SUCCESS)
Main PID: 7531 (code=exited, status=1/FAILURE)
CPU: 307ms
Aug 06 23:25:54 pizero systemd[1]: unbound.service: Scheduled restart job, restart counter is at 286.
response from doing
sudo grep -v ‘#|^$’ -R /etc/unbound/unbound.conf*
/etc/unbound/unbound.conf:include-toplevel: "/etc/unbound/unbound.conf.d/*.conf"
/etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf:server:
/etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf: auto-trust-anchor-file: "/var/lib/unbound/root.key"
/etc/unbound/unbound.conf.d/pi-hole.conf::server:
/etc/unbound/unbound.conf.d/pi-hole.conf:: verbosity: 0
/etc/unbound/unbound.conf.d/pi-hole.conf:: interface:
127.0.0.1
/etc/unbound/unbound.conf.d/pi-hole.conf:: port: 5335
/etc/unbound/unbound.conf.d/pi-hole.conf:: do-ip4: yes
/etc/unbound/unbound.conf.d/pi-hole.conf:: do-udp: yes
/etc/unbound/unbound.conf.d/pi-hole.conf:: do-tcp: yes
/etc/unbound/unbound.conf.d/pi-hole.conf:: do-ip6: no
/etc/unbound/unbound.conf.d/pi-hole.conf:: prefer-ip6: no
/etc/unbound/unbound.conf.d/pi-hole.conf:: harden-glue: yes
/etc/unbound/unbound.conf.d/pi-hole.conf:: harden-dnssec-stripped: yes
/etc/unbound/unbound.conf.d/pi-hole.conf:: use-caps-for-id: no
/etc/unbound/unbound.conf.d/pi-hole.conf:: edns-buffer-size: 1232
/etc/unbound/unbound.conf.d/pi-hole.conf:: prefetch: yes
/etc/unbound/unbound.conf.d/pi-hole.conf:: num-threads: 1
/etc/unbound/unbound.conf.d/pi-hole.conf:: so-rcvbuf: 1m
/etc/unbound/unbound.conf.d/pi-hole.conf:: private-address:
192.168.0.0/16
/etc/unbound/unbound.conf.d/pi-hole.conf:: private-address:
169.254.0.0/16
/etc/unbound/unbound.conf.d/pi-hole.conf:: private-address:
172.16.0.0/12
/etc/unbound/unbound.conf.d/pi-hole.conf:: private-address:
10.0.0.0/8
/etc/unbound/unbound.conf.d/pi-hole.conf:: private-address: fd00::/8
/etc/unbound/unbound.conf.d/pi-hole.conf:: private-address: fe80::/10
any advice?