In the process of installing DA (DirectAdmin), there are always many strange problems.Recently, Zhao Rong shared my own problems and some solutions for your reference.
Look at the figure. In the server state, named is in the stopped state and cannot be started (an error message is given when starting).The first time Zhao Rong encountered this problem, he reinstalled the OS and reinstalled the operating system. However, the same problem still exists. In fact, the solution is simple: install libdbus-1. so. 3
Run the following command after SSH login:
yum install libdbus-1.so.3
After that, restart and check again. Named has been started!