Forum Moderators: bakedjake
0: /usr/local/psa/admin/htdocs/server/restart_services.php:19
psaerror(string "Unable to make action: Unable to manage service by
dnsmng: dnsmng: Service named failed to start")
---------------------------------------
NOTE: I assume this problem come with plesk 7.5.3 update. Now my web
sites are down.
Please help me...
Try to start named manually and watch the log for messages.
If it does start OK, then check your plesk update for a problem there.
If it does not, then you have a problem in named, which you should fix first. (Did you change anything in your named config and zone environment since last restart?)
Regards,
R.
named[6710]: starting BIND 9.2.3 -u named
named[6710]: using 2 CPUs
named[6712]: loading configuration from '/etc/$
named[6712]: listening on IPv4 interface lo, 1$
named[6712]: listening on IPv4 interface eth0,$
named[6712]: listening on IPv4 interface eth1,$
named[6712]: listening on IPv4 interface eth0,$
named[6712]: listening on IPv4 interface eth1,$
named[6712]: could not configure root hints fr$
named[6712]: loading configuration: file not f$
named[6712]: exiting (due to fatal error)
named[6746]: starting BIND 9.2.3 -u named
named[6746]: using 2 CPUs
named[6748]: loading configuration from '/etc/$
named[6748]: listening on IPv4 interface lo, 1$
named[6748]: listening on IPv4 interface eth0,$
named[6748]: listening on IPv4 interface eth1,$
named[6748]: could not configure root hints fr$
named[6748]: loading configuration: file not f$
named[6748]: exiting (due to fatal error)
hmm, your log looks very broken.
And from what the log tells, your named configuration looks broken, too.
You should check all your named config files, starting with the file mentioned in
"loading configuration from '/etc/$"
(which could be /etc/named.conf on some systems)
and then checking/verifying all other files that are referenced from there, especially the root hints file.
Checking the files should include checking ownership and permissions, so that the named would be able to read them.
Regards,
R.