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

Named Problem

W

webomur

Guest
Hello

[root@server ~]# service named restart
Stopping named: [ OK ]
Starting named: /bin/chown: cannot access `/var/named/run-root/var/named': No such file or directory
[ OK ]
[root@server ~]#

operation : centos 4.2 32bit plesk 8.3

my language is turkish your english ı dont knoeenglish very well
 
Hello,

This may be because bind-chroot is installed. If you remove it it might work:

To find if it is installed:

rpm -qa bind-chroot

If it is installed you will see a full version. If it is not installed you will see nothing.

If it is installed, use:

rpm -e bind-chroot

WARNING: This information and these instructions are from my memory, which is not perfect. I may be wrong. So search the forum for "bind-chroot" for more/better information.
 
Back
Top