LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Chroot installation deleted named.conf? Help needed (https://www.linuxquestions.org/questions/linux-server-73/chroot-installation-deleted-named-conf-help-needed-728413/)

EddRaymond 05-25-2009 03:29 PM

Chroot installation deleted named.conf? Help needed
 
I am new to Linux and I badly need help please.

I am running Centos 5 and was trying to configure bind V 9.3 and managed to get it configured correctly but when I installed chroot to secure the environment, the files /etc/named.conf and /etc/rndc.key went missing.

Please help me save hours of work spent configuring named.conf which went missing.

How do I get back named.conf, I tried to uninstall chroot but that was no help.

Thanks.

archangel_617b 05-25-2009 04:35 PM

You can always use "locate" to try to find files. The command "updatedb" can be used to update the "locate" database.

Code:

updatedb
locate named.conf

Enjoy!
- Arch

salasi 05-26-2009 10:10 AM

Note that when you have chrooted Bind, all files are looked for in a location relative to the chroot base directory (rather than /), so any file that is accessed after the chroot is in place should not be in the original location.

chrism01 05-26-2009 08:52 PM

See the Note on this page http://www.linuxtopia.org/online_boo...5_ch-bind.html


All times are GMT -5. The time now is 02:08 PM.