Development version of BIND 9 - 9.21.10 with meson build system
Havard Eidnes
he at uninett.no
Wed Oct 1 18:46:52 UTC 2025
OK, so I grep'ed the install build log for /bin and /sbin, found
the files installed, and did
patchelf --force-rpath --set-rpath '/usr/local/lib:/usr/pkg/lib'
for each of them.
I tried running the resulting named. After first realizing that
named wanted /usr/local/etc/named.conf, I created that as a
symlink to /etc/named.conf, and the result now runs and appears
to work just as well as earlier versions.
The only oddity I can find is that "rndc status" says
CPUs found: 1
That's wrong. This host has 4 physical cores, 8 with HT enabled
(which it has), and
$ sysctl hw.ncpu
hw.ncpu = 8
$
Is BIND supposed to gobble up all the CPUs it can find by
default? If so, it's apparent that the detection of number of
CPUs of the current host needs to be adapted.
Regards,
- Håvard
More information about the bind-users
mailing list