• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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