Applicable to:
- Plesk for Linux
Symptoms
-
When starting the BIND DNS service, the process hangs on "activating" and then fails to load with the following error messages in
/var/log/syslog
:CONFIG_TEXT: named[54044]: loading configuration from '/etc/named.conf'
named[54044]: /etc/named.conf:5: option 'dnssec-enable' no longer exists
named[54044]: loading configuration: failure
named[54044]: exiting (due to fatal error) -
DNSSEC extension for Plesk is not installed on the server:
# plesk bin extension --list | grep -i dnssec
# {empty response}
Cause
Leftover from DNSSEC extension remain in BIND service configuration.
Resolution
-
Connect to the Plesk server via SSH.
-
Open the file
/etc/named.conf
in a text editor. In this example, we are using the vi editor:# vi /etc/named.conf
-
Comment out the line with
dnssec-enable
by putting//
at the beginning of the line:
the lineCONFIG_TEXT: // dnssec-enable no;
-
Save the changes and close the file.
-
Restart the service:
# service named restart
Comments
0 comments
Please sign in to leave a comment.