Articles in this section

Unable to start BIND on Plesk server: Failed with result 'timeout'

Plesk for Linux kb: technical

Applicable to:

  • Plesk for Linux

Symptoms

Unable to start BIND DNS server on Plesk server:

named[17147]: no longer listening on 127.0.0.1#53
bind9.service: Failed with result 'timeout'

Cause

Custom BIND configuration.

Resolution

  1. Connect to the server via SSH.

  2. Open /lib/systemd/system/bind9.service in any text editor like vi-editor and make sure that [Service] section looks as following:

    [Service]
    EnvironmentFile=/etc/default/bind9
    ExecStart=/usr/sbin/named $OPTIONS
    ExecReload=/usr/sbin/rndc reload
    ExecStop=/usr/sbin/rndc stop

  3. Start BIND service:

    # systemctl daemon-reload && systemctl start bind9

Was this article helpful?

Comments

1 comment
Date Votes
  • After investigation there were these errors:

    named[415867]: checkhints: view localhost_resolver: b.root-servers.net/A (192.228.79.201) extra record in hints

    The following commands solves the problem: 

    dig +bufsize=1200 +norec NS . @a.root-servers.net > /var/named/named.ca
    service bind9 start
    0

Please sign in to leave a comment.