Named not start
Named not start
Hello,
I'm trying to start Named, but I receive the following errors:

How can I solve that?
Thank you!
I'm trying to start Named, but I receive the following errors:

How can I solve that?
Thank you!
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Named not start
joem wrote: Login to vestacp -> Click users tab -> in the drop down menu select rebuild dns -> Toggle all users -> click the button next to the drop down menu. After you do the service named should be started.
Re: Named not start
Hello,tjebbeke wrote:joem wrote: Login to vestacp -> Click users tab -> in the drop down menu select rebuild dns -> Toggle all users -> click the button next to the drop down menu. After you do the service named should be started.
I have same problem using service named restart.
Thank you!
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Named not start
Can you check every file listed in /etc/named.conf that this exist on the file system? And check if DNS domain exists in vestaCP.
You can delete the lines in /etc/named.conf but then your DNS for that domain won't work.
You can delete the lines in /etc/named.conf but then your DNS for that domain won't work.
Re: Named not start
Hello,tjebbeke wrote:Can you check every file listed in /etc/named.conf that this exist on the file system? And check if DNS domain exists in vestaCP.
You can delete the lines in /etc/named.conf but then your DNS for that domain won't work.
I checked the existence of all files and they are there. I have deleted all and went back to do the rebuild dns, but the error is the same.
Thank you!
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Named not start
Check the permission of the files.
Code: Select all
ls -la /home/admin/conf/dns/
total 16
drwxr-x--x 2 root root 4096 Dec 10 20:12 .
drwxr-xr-x 5 root root 4096 Jan 16 2015 ..
-rw-r----- 1 root named 939 Aug 11 2015 default.domain.db
Re: Named not start
Here is the result:tjebbeke wrote:Check the permission of the files.
Code: Select all
ls -la /home/admin/conf/dns/ total 16 drwxr-x--x 2 root root 4096 Dec 10 20:12 . drwxr-xr-x 5 root root 4096 Jan 16 2015 .. -rw-r----- 1 root named 939 Aug 11 2015 default.domain.db

-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Named not start
Can you take a look at this: https://github.com/serghey-rodin/vesta/issues/640
Re: Named not start
Can help?tjebbeke wrote:Can you take a look at this: https://github.com/serghey-rodin/vesta/issues/640

-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Named not start
The github issue is for ubuntu you need to change it for your OS, I guess Centos?
try : named-checkconf /etc/named.conf
try : named-checkconf /etc/named.conf