I am using PSA for my web and mail hosting with CentOS.
When I reboot the server and when I start PSA, it says an error occurred:
service named failed
.I did a little research and the named.conf file doesn’t exist anywhere on my servers. I can’t download bind because Plesk already downloaded it and I can’t run bind too.
My error log
Jan 21 17:59:18 host named: _default/209.165.46.in-addr.arpa/IN: file not found Jan 21 18:01:38 host named: zone localhost.localdomain/IN: loaded serial 0 Jan 21 18:01:38 host named: zone localhost/IN: loaded serial 0 Jan 21 18:01:38 host named: zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0 Jan 21 18:01:38 host named: zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0 Jan 21 18:01:38 host named: zone 0.in-addr.arpa/IN: loaded serial 0 Jan 21 18:01:38 host named: zone isathens.gr/IN: loading from master file isathens.gr failed: file not found Jan 21 18:01:38 host named: zone isathens.gr/IN: not loaded due to errors. Jan 21 18:01:38 host named: _default/isathens.gr/IN: file not found Jan 21 18:01:38 host named: zone 209.165.46.in-addr.arpa/IN: loading from master file 209.165.46.in-addr.arpa failed: file not found Jan 21 18:01:38 host named: zone 209.165.46.in-addr.arpa/IN: not loaded due to errors. Jan 21 18:01:38 host named: _default/209.165.46.in-addr.arpa/IN: file not found
isathens one domain
Answer
From your log I would conclude that multiple zone files were accidentally removed or corrupted for unknown reason. Try running /usr/local/psa/admin/sbin/dnsmng --update domain.com
for each domain you host – it should regenerate zone files. I am not sure it will fix all problems as I cannot tell size of damage.
P.S.
Just for reference – Plesk runs exactly the same Bind as shipped by your OS vendor.
Attribution
Source : Link , Question Author : hartling , Answer Author : Sergey L