Hi,
Is it possible to perform an installation of chrooted bind?? That is can
I do rpm -ivh --prefix=<chroot> bind?
I have a problem with the updated files for bind. It is not able to
perform named-xfers... That is:
1. I have the chroot directory install.
2. Modified /etc/init.d/named so that it reads:
daemon named -u named -g named -t <chroot>
3. Added the file /usr/sbin/named-xfer to <chroot>/usr/sbin/named-xfer with
permissions 0755.
4. Restarted the server and got the message:
Nov 14 13:11:49 www named[6343]: chrooted to <chroot>
Nov 14 13:11:49 www named[6343]: group = named
Nov 14 13:11:49 www named[6343]: user = named
Nov 14 13:11:49 www named[6343]: Ready to answer queries.
Nov 14 13:11:49 www named[6346]: can't exec
/usr/sbin/named-xfer: Permission denied
in syslog
5. How??
Ciao
ST Lim