Results 1 to 6 of 6
Hi Geeks,
i am not able to find named.conf or /var/named in my fedora 14 linux box.
i want to use internal named process.please suggest a way for this.
Thanks ...
- 08-29-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
i am not able to find named.conf or /var/named in my fedora 14 machine
Hi Geeks,
i am not able to find named.conf or /var/named in my fedora 14 linux box.
i want to use internal named process.please suggest a way for this.
Thanks and regards
Rajesh
- 08-29-2011 #2
make sure you have the
bind
package installed that contains all the NS stuffAll about God and Love Spiritual Treasures - Spiritual Treasures Download - Wallpapers tropical scenery - Blog: eCards Love Flowers
- 08-29-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
having bind.but there is no named.is there any alternate way for this.
- 08-29-2011 #4Code:
rpm -qa|grep bind updatedb && locate named.conf
You must always face the curtain with a bow.
- 08-29-2011 #5Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
It really sounds like the "bind" package is *not* installed. The /var/named/ dir and /etc/named.conf file are both created by the installation of the bind package.
What does this command tell you?
You may need to reinstall it:Code:rpm -qV bind
Code:rpm -e --justdb --nodeps bind yum install bind
- 08-29-2011 #6
named.conf should be linked in /etc directory.
Do you have chroot bind installed by chance?Code:ls -al /etc/named*
In that case it would be in /var/named/chroot/etc.


Reply With Quote