• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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