• 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

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