Failed to start Berkeley Internet Name Domain (DNS)

Issues related to applications and software problems and general support
Post Reply
razec18
Posts: 1
Joined: 2022/01/03 17:30:23

Failed to start Berkeley Internet Name Domain (DNS)

Post by razec18 » 2022/01/03 17:32:34

Hi guys!
I'm trying to set up my DNS server but I'm getting the following error (image attached)

Any ideas of what this might be?
errodns.png
errodns.png (84.37 KiB) Viewed 3721 times

User avatar
jlehtone
Posts: 4531
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Failed to start Berkeley Internet Name Domain (DNS)

Post by jlehtone » 2022/01/03 18:06:20

First, copy-paste of text from terminal is usually much more convenient to post than a bitmap image.

Second, the 'systemctl' shows only the last lines of log. For more:

Code: Select all

journalctl -xeu named
(For example: What file was not found?)


Personally, I've lately used 'dnsmasq' as DHCP, DNS, and TFTP server.

BShT
Posts: 585
Joined: 2019/10/09 12:31:40

Re: Failed to start Berkeley Internet Name Domain (DNS)

Post by BShT » 2022/01/03 19:04:02

review your confs, if you can´t start the service you have made some mistake there

we can´t say what happens without looking at your confs...

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Failed to start Berkeley Internet Name Domain (DNS)

Post by TrevorH » 2022/01/03 20:44:47

The error appears to be:

_default/bootcamp.local/IN: file not found
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

pjsr2
Posts: 614
Joined: 2014/03/27 20:11:07

Re: Failed to start Berkeley Internet Name Domain (DNS)

Post by pjsr2 » 2022/01/04 09:58:09

Running the programs named-checkconf and named-checkzone to check your configuration may be helpful.

Post Reply