DNS restart failed

Hi @saxico,

Take a look to this post:

You just need to edit this file /usr/local/hestia/bin/v-restart-dns and replace this line:

ln -s "$(which named-checkconf)" /sbin/named-checkconf

by this:

ln -s "$(which named-checkconf)" /usr/sbin/named-checkconf
2 Likes