• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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