• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Bind Upgrade Broke DNS

B

bzimmer

Guest
I'm running RH ES4 and just ran up2date today to grab the latest version of bind. The RPM update when through, however now when I run /etc/init.d/named restart, I get the following error:

Error in named configuration:
none:0: open: /etc/named.conf: file not found

The file /etc/named.conf clearly exists. Any help resolving this problem would be much appreciated.
 
Fixed

Nevermind. Found the fix:

rpm -e bind-chroot
ln -sf /var/named/run-root/etc/named.conf /etc/named.conf
/sbin/service named restart
 
Back
Top