• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

DNS Issues

M

malikcide

Guest
I am continously having DNS issues even before launching domains.

Code:
Service is not available now, probably your Plesk is misconfigured.

Internal Plesk error occurred: Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start

After looking it up, I can generally repair it using the script
mentioned, but how do I avoid this from constantly happening?

I keep getting these errors;

in-addr.arpa:12: unknown RR type '74.8'
.in-addr.arpa/IN: loading master file
.in-addr.arpa: unknown class/type

And use this to fix it

1) cd /var/named/run-root/etc
2) mv named.conf named.conf.bak
3) cp named.conf.default named.conf
4) for x in `ls`; do /usr/local/psa/admin/sbin/dnsmng update $x; done;/etc/init.d/named restart

This thread covers the issue, but no way to prevent it from happening:

http://forum.swsoft.com/showthread.php?threadid=22212&highlight=dnsmng
 
Seems everytime I reboot or restart DNS this problem happens, it works fine until it is shut down, then coming up it will not start until I do those steps.
 
This still happens, every other reboot I have to run

cd /var/named/run-root/etc
mv named.conf named.conf.bak
cp named.conf.default named.conf
for x in `ls`; do /usr/local/psa/admin/sbin/dnsmng update $x; done;/etc/init.d/named restart

to get DNS to start, otherwise it fails to start on bootup complaining about DNS Manager.
 
Back
Top