Hi
Auf meinem Pi3b+ habe ich DietPi (v9.6) Installiert. Über dessen Software Launcher noch Nextcloud (+apache2), Pi-Hole und Unbound. Soweit läuft alles. Bei der Unbound Konfiguration habe ich mich an dieser Anleitung orientiert. Punkt 5. „Debian Fix“ funktioniert bei mir nicht. Wenn ich
sudo sed -Ei ‚s/^unbound_conf=/#unbound_conf=/‘ /etc/resolvconf.conf
im Terminal eingebe, kommt
sed: /etc/resolvconf.conf kann nicht gelesen werden: Datei oder Verzeichnis nicht gefunden"
sudo rm /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
gibt es erst garnicht.
Wenn ich „sudo systemctl status unbound“ aufrufe:
● unbound.service - Unbound DNS server
Loaded: loaded (/lib/systemd/system/unbound.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/unbound.service.d
└─dietpi.conf
Active: active (running) since Fri 2024-07-26 11:36:40 BST; 14min ago
Docs: man:unbound(8)
Process: 383 ExecStartPre=/usr/libexec/unbound-helper chroot_setup (code=exited, status=0/SUCCESS)
Process: 409 ExecStartPre=/usr/libexec/unbound-helper root_trust_anchor_update (code=exited, status=0/SUCCESS)
Main PID: 428 (unbound)
Tasks: 1 (limit: 1069)
CPU: 1.318s
CGroup: /system.slice/unbound.service
└─428 /usr/sbin/unbound -d -p
Jul 26 11:36:38 DietPi systemd[1]: Starting unbound.service - Unbound DNS server…
Jul 26 11:36:39 DietPi unbound[428]: [428:0] warning: subnetcache: serve-expired is set but not working for data originating from the subnet module cache.
Jul 26 11:36:39 DietPi unbound[428]: [428:0] warning: subnetcache: prefetch is set but not working for data originating from the subnet module cache.
Jul 26 11:36:40 DietPi unbound[428]: [428:0] info: start of service (unbound 1.17.1).
Jul 26 11:36:40 DietPi systemd[1]: Started unbound.service - Unbound DNS server.
dig dnssec.works @127.0.0.1 -p 5335 zeigt ebenfalls Serverfail an, statt NoError. Jemand eine idee?