<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-2022-jp"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"MS PGothic";
        panose-1:2 11 6 0 7 2 5 8 2 4;}
@font-face
        {font-family:"\@MS PGothic";
        panose-1:2 11 6 0 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:JA;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Neverminded, I was able to traceback my steps and realize a fat fingered a DNS entry in one of the zones,  added two periods to an authoritative zone’s DNS record, causing bind to fail to start. The concerning issue was there was no error on the logs at all, making it hard to figure out the issue. <o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Which leads me to the next question, let’s say I’m authoritative for regular zone ABC.com and I fat fingered its DNS record, ns1..something.com. Why would this affect the bind instance from starting up? Like I said there was nothing on the logs and I understand that might be due to the Centos PKG itself. Just wondering why that mistake down bind down and how I can get more meaningful logs on the logs even those a prepackaged bind version. <o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>TIA<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Paul<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From:</b> bind-users <bind-users-bounces@lists.isc.org> <b>On Behalf Of </b>Paul Amaral via bind-users<br><b>Sent:</b> Tuesday, March 15, 2022 9:08 AM<br><b>To:</b> 'bind-users@lists.isc.org' <bind-users@isc.org><br><b>Subject:</b> Chroot Bind failed to start <o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi, I realize this is related to Centos, but all the sudden chroot bind failed to start up with any meaningful errors.<o:p></o:p></p><p class=MsoNormal>Anyone know what might be the issue here? I have no clues on that the issue is. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Paul <o:p></o:p></p><p class=MsoNormal>Job for named-chroot.service failed because the control process exited with error code. See "systemctl status named-chroot.service" and "journalctl -xe" for details.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[root@ns1.frv.ma:/var/named/meganet]#systemctl status named-chroot.service -l<o:p></o:p></p><p class=MsoNormal>● named-chroot.service - Berkeley Internet Name Domain (DNS)<o:p></o:p></p><p class=MsoNormal>   Loaded: loaded (/usr/lib/systemd/system/named-chroot.service; enabled; vendor preset: disabled)<o:p></o:p></p><p class=MsoNormal>   Active: failed (Result: exit-code) since Tue 2022-03-15 08:46:11 EDT; 6min ago<o:p></o:p></p><p class=MsoNormal>  Process: 3045 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -t /var/name     d/chroot -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Mar 15 08:46:11 ns1.frv.ma systemd[1]: named-chroot.service: control process exited, code=exited status=1<o:p></o:p></p><p class=MsoNormal>Mar 15 08:46:11 ns1.frv.ma systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).<o:p></o:p></p><p class=MsoNormal>Mar 15 08:46:11 ns1.frv.ma systemd[1]: Unit named-chroot.service entered failed state.<o:p></o:p></p><p class=MsoNormal>Mar 15 08:46:11 ns1.frv.ma systemd[1]: named-chroot.service failed.<o:p></o:p></p></div></body></html>