Hi,
I run nsd supervised using "nsd -d" and chroot.
In this situation "nsc-control reconfig" gave me:
error /etc/nsd/nsd.conf is not relative to /chroot/nsd/: chroot prevents reread of config
To let the reconfig command be successfull I had to do two things:
- copy the nsd.conf from /etc/nsd/nsd.conf to /chroot/nsd/etc/nsd/nsd.conf
- tell nsd to use this file inside the chroot as configfile
"nsd -d -c /chroot/nsd/etc/nsd/nsd.conf"
Is there a smarter way?