Plesk

Unable to start BIND DNS server in Plesk for Debian 9/Ubuntu 18.04: named: extra command line arguments

Symptoms

Cause

The /etc/default/bind9 file has been altered: the content of the file/etc/default/bind9 differs from:

# cat /etc/default/bind9
OPTIONS="-f -t /var/named/run-root -c /etc/named.conf -u bind -n 2"

Resolution

  1. Connect to the Plesk server via SSH.

  2. Open the /etc/default/bind9 file in a text editor (for example, vi editor) and make the file content look as follows:

    OPTIONS="-f -t /var/named/run-root -c /etc/named.conf -u bind -n 2"

  3. Restart BIND DNS server:

    # service bind9 restart