• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

named service problem (New Installation)

KamalG

Basic Pleskian
service named restart
Stopping named: [ OK ]
Starting named:
Error in named configuration:
zone 0.0.127.IN-ADDR.ARPA/IN: loaded serial 20010622
zone domainname/IN: has no NS records
zone domainname/IN: not loaded due to errors.
_default/domainname/IN: bad zone
zone 161.91.118.in-addr.arpa/IN: loaded serial 1348979213
[FAILED]

How can I fix this problem, please help it's a fresh installation. already have the dns configured.
 
Thanks this is fixed.

Would be nice to offer the solution rather than just stated "Thanks this is fixed".. This is a forum where we should all help each other..

I solved the issue by fixing missing DNS A or AAAA records for the main Nameserver for your domains. For example:

ns1.yourdomain.com A record YOUR IP Address
ns2.yourdomain.com A record YOUR IP Address

Optional for your master domain - Should be done if you use your Plesk DNS as a main DNS server. This wouldn't apply to me since i use Cloudf(lare) as a DNS provider

yourdomain.com NS record ns1.yourdomain.com
yourdomain.com NS record ns2.yourdomain.com

Apply and save the settings. If you are receiving the error for many domains. Be sure to add the top configuration a records to the main DNS template, then apply to all domains.

Once this is completed, the Bind DNS server errors should be gone. :)
 
Back
Top