• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

centos bind updates break dns

C

caguru

Guest
I am having a dns failure. None of my zones are being found. Basically named is listening on *:53 (verified with nestat) but not responding and there is no port blocking issue. It will also reply with results for domains outside my host.

Today my server was updated with the following packages through yum:

Jul 09 04:26:35 Updated: bind-libs.i386 20:9.2.4-28.0.1.el4
Jul 09 04:26:35 Updated: bind-utils.i386 20:9.2.4-28.0.1.el4

Maybe this overwrote one of the config files?

Is there a way to make plesk rebuild the dns config files?

CentOS 5
Plesk 8.4

THanks in advance
 
Found it,

somehow during the update named.conf got reverted to it's default.

Still looks like i have to re-add all the entries to include each zone's external config file.
 
I just ran into a similar problem with my system. After a yum update my named server was completelly trashed. Yum update has installed bind-chroot which does not work well with Plesk. I uninstalled bind-chroot and then added:
ROOTDIR="/var/named/run-root"

to the end of my /etc/sysconfig/named file

all is well now!
 
Back
Top