On 04-12-2024 21:41, Petr Špaček wrote:
[...]
It sounds like you are able to reproduce it fairly easily, right?
Yes, fairly easy.

If that's the case I would recommend running `named` under RR debugger.

In case you are not familiar with it have a look at
https://rr-project.org/ - it is an _awesome_ debugger
Once you get `rr record` functional on your system (which might require
a bit of fiddling, but definitely worth it!) ... go and modify command
to run BIND from:
  named -c ...
to something like:
  rr record named -n1 -g -c ...
A quick question.
The normal way (on a FreeIPA system) that named is executed is with "-u named".
When I want to run rr, I get:

# rr record /usr/sbin/named -n1 -g -u named -c /etc/named.conf -E pkcs11
...
src/preload/syscallbuf.c:630: Fatal error: Failed to perf_event_open

Is that perhaps because I have "-u named"?
If yes, how safe is it to run named as "root". I mean, is it going to write
files as "root" that I then need to chown later?
--
Kees
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to