• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

dns failure

L

lafactory.com

Guest
here what I have after a yum update with centos5/plesk 8.2


ERROR: PleskFatalException
Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start

0: /usr/local/psa/admin/plib/common_func.php3:156
psaerror(string 'Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start')
1: /usr/local/psa/admin/htdocs/server/restart_services.php:28
 
check if the startscript is actually in /etc/init.d/named.. test it with

/etc/init.d/named stop
and afterwards
/etc/init.d/named start

If that doesn't work there are several reasons..

1) the script is actually not there
2) the location of named has changed (shouldn't but who knows) if it's case 2, I don't know how to change that because I'm having a similar problem with my chrooted services
3) rewrite the script.. last option to get it working again

kind regards
Rico Kerster
 
Back
Top