• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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