Need to manually restart named after every added domain

Thafusion

Verified User
Joined
Oct 8, 2003
Messages
51
It's a fresh Centos 5.0 install and i think the problem is that i installed bind with:

yum groupinstall "dns server"

I need to manually restart named every time i added a domain to let the domain resolve any idea how to fix this?
 
This may be a problem with how DA restarts BIND and a conflict with whatever dns server installs.

You've probably got some stuff you don't want installed. For example you shouldn't have bind-chroot (maybe called named-chroot or similar) installed, and you may not want the cacheing nameserver either. Note that removing these could cause a reinstall of your named.conf file and/or moving or removal of all your zone files.

Jeff
 
Back
Top