• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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