• 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

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