• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved DNS does not start anymore

H.W.B

Regular Pleskian
Hello,

After updating CentOS (Kernel etc) and a restart of plesk my Bind (DNS) would not start any more.
The log shows
named-checkconf[1754]: /etc/named.conf:5: open: /var/named/chroot/etc/own_specifications.conf: file not found
Failed to start Berkeley Internet Name Domain (DNS).

The strange thing is, that the file own_configuration.conf is in the directory and is filled with data (not empty).

Already try repair -r but that does not solve the problem.

Can someone help please??

Henk
 
Message log files shows:

Aug 30 12:24:04 plesk systemd: Starting Generate rndc key for BIND (DNS)...
Aug 30 12:24:04 plesk systemd: Started Generate rndc key for BIND (DNS).
Aug 30 12:24:04 plesk systemd: Starting Berkeley Internet Name Domain (DNS)...
Aug 30 12:24:04 plesk named-checkconf: /etc/named.conf:5: open: /var/named/chroot/etc/own_specifications.conf: file not found
Aug 30 12:24:04 plesk systemd: named-chroot.service: control process exited, code=exited status=1
Aug 30 12:24:04 plesk systemd: Failed to start Berkeley Internet Name Domain (DNS).
Aug 30 12:24:04 plesk systemd: Unit named-chroot.service entered failed state.
Aug 30 12:24:04 plesk systemd: named-chroot.service failed.
 
named.conf is a symbolic link on mine....
Maybe it got overwritten one time without noticing....
Because your DNS-server has stopped it is now forced to use the current /etc/named.conf
It may have rejected the config before, but kept running...

Try this first

Code:
ls -l /etc/named.conf

If it's not a symbolic link then try this:

Code:
mv /etc/named.conf /etc/named.conf.strange
ln -s /var/named/run-root/etc/named.conf /etc/named.conf
ls -l /etc/named.conf
/etc/init.d/named start
 
Hello,

It is a sym-link to /var/named/chroot/etc/named.conf
I do not have a dir run-root. Only chroot.

Thank you

Henk
 
We would like to know what happened....
It would also help someone who has a similar problem....
 
Back
Top