I am using unbound from base. -------- Original Message -------- On Friday, 12/19/25 at 14:16 Zé Loff <[email protected]> wrote: On Fri, Dec 19, 2025 at 12:17:51PM +0000, Otto Cooper wrote: > > I wrote this in /etc/login.conf: > > unbound:\ > :openfiles-max=8192:\ > :openfiles-cur=512:\ > :tc=daemon: > > The original data from openbsd's installation is: > > unbound:\ > :openfiles=512:\ > :tc=daemon: > > I made sure it is using it: > > > doas grep unbound /etc/master.passwd > _unbound:*:53:53:unbound:0:0:Unbound Daemon:/var/unbound:/sbin/nologin > .................^^^^^^^^ > > To replicate your test, I added the following in the "server" section: > > module-config: "respip validator iterator" > > >doas rcctl start unbound > unbound(ok) > > >doas rcctl restart unbound > unbound(ok) > unbound(ok) > > >doas rcctl reload unbound > unbound(ok) > > However, this is what the log says: > > ==> /var/unbound/log/current <==
Unless things changed in the past two weeks, this is not where unbound logs by default, usually it logs to /var/log/daemon. Why is unbound logging to this file? Are you using unbound from base, or something ported? Did you make any other changes to how unbound runs (e.g. unbound.conf, /etc/rc.d/unbound)? --

