• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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