On Mar 22, 2018 4:19 PM, "Todd C. Miller" <[email protected]> wrote: > > On Thu, 22 Mar 2018 16:02:56 -0500, Edgar Pettijohn wrote: > > > It is chroot'd to /var/unbound so it looks for /etc/unbound.conf from > > that false root. At least that is my best guess. What is in > > /etc/rc.conf.local? > > > > I have the following: > > unbound_flags=-c /var/unbound/etc/unbound.conf > > > > I'm not sure why I specified the config file, but it may well have been > > because of the same problem you are having. > > That should not be needed, /etc/rc.d/unbound already sets daemon_flags > to "-c /var/unbound/etc/unbound.conf"
Interesting. I wonder why I did... Was there ever a time when it didn't? > > If /var/unbound/etc/unbound.conf is not readable by the _unbound > user it would explain the problem. I was able to reproduce it by > making /var/unbound/etc/unbound.conf owned by root and mode 0600. > > - todd >

