Directadmin stopped the "named" service

Martinx

New member
Joined
Jun 1, 2022
Messages
5
Hello.
Today I added 2 domains in Directadmin on my server.
Immediately after that all previously added domains stopped working! Not even pinged.
In the panel they are all still there and all records are present in full.
The administrator said: The service "named" was stopped.
How can I avoid repeating this problem with Directadmin in the future?
 
Sounds like a bad entry in one of the config files. That would prevent named from starting properly. Look into the log files to see if named is throwing an error.
 
The administrator said: The service "named" was stopped.
Your administrator should ask this. Because he can access the systems and config needed to check what's going wrong and why.
If you're also administrator, check logs like @toml said and run this command via SSH from root:
Code:
named-checkconf /etc/named.conf
and see if that throws any errors.
 
Back
Top