• 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.

VPS + Plesk panel

A

AndreyH

Guest
what to do ?

ERROR: PleskException

Unable to restart Named: dnsmng failed: dnsmng failed: dnsmng: Service /etc/init.d/named failed to restart

System error 2: No such file or directory

0: configure.php3:206
 
Last edited by a moderator:
Hello,

This error means that Parallels Plesk Panel (PP) was not able to start named service and can be caused by many reasons. To diagnose the source of the problem please perform the following steps at the VPS where the PP is installed:

- check if named is running:
# ps ax | grep named

- if not, try to start it:
# /etc/init.d/named start

Then examine /var/log/messages log file for named startup errors.

Please, check the following article for more information:

http://kb.odin.com/en/1349
 
Back
Top