root@OPNsense:~ # diff -u /usr/local/opnsense/service/templates/OPNsense/Unbound/core/root.min.hints /var/unbound/root.hintsroot@OPNsense:~ #
If not it would be helpful to diff:# diff -u /usr/local/opnsense/service/templates/OPNsense/Unbound/core/root.min.hints /var/unbound/root.hints
# diff -q /usr/local/opnsense/service/templates/OPNsense/Unbound/core/root.min.hints /var/unbound/root.hints && echo 'The files are identical.'The files are identical.
service unbound stop && rm -v /var/unbound/root.hints & cp -v /usr/local/opnsense/service/templates/OPNsense/Unbound/core/root.min.hints /var/unbound/root.hints && service unbound onestart
One more report:https://forum.opnsense.org/index.php?topic=36270.0
I wonder if you have a corrupt there even if it doesn't look like that...Try removing the file and restarting Unbound.Code: [Select]service unbound stop && rm -v /var/unbound/root.hints & cp -v /usr/local/opnsense/service/templates/OPNsense/Unbound/core/root.min.hints /var/unbound/root.hints && service unbound onestart
OK - unbound has been crashing - executed the above - will monitor.