• 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.

Solving 2 Bind Errors

E

EdwardDekker

Guest
Yesterday, I have updated BIND to version 9.9.0-1.

Only when i reboot the named service than i see this error.

[root@server ~]# service named restart
Stopping named: . [ OK ]
ls: /var/named/run-root/etc/named: No such file or directory
mount: mount point /var/named/run-root/etc/named does not exist
ls: /var/named/run-root/usr/lib/bind: No such file or directory
mount: mount point /var/named/run-root/usr/lib/bind does not exist
Starting named: [ OK ]
How could I fix these errors :)
 
Last edited by a moderator:
2 years later, still no reply.

same issue here, started after migrating from centos 5 to centos 6.

[root@ns2 ~]# /etc/init.d/named restart
Stopping named: . [ OK ]
ls: cannot access /var/named/run-root/etc/named: No such file or directory
mount: mount point /var/named/run-root/etc/named does not exist
ls: cannot access /var/named/run-root/var/named: No such file or directory
mount: mount point /var/named/run-root/var/named does not exist
ls: cannot access /var/named/run-root/usr/lib64/bind: No such file or directory
mount: mount point /var/named/run-root/usr/lib64/bind does not exist
Starting named: [ OK ]
[root@ns2 ~]#
 
Back
Top