• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

DNS: named wont start

C

cybernet

Guest
Ok im really having trouble on this one, using plesk 7.5.4 on FC3, i cant get named to start either by plesk or manually.... when i try it manually i get this error

Starting named: /bin/chown: cannot access `/var/named/run-root/var/named': No such file or directory

I tried replacing named.conf by named.conf.default and it didnt helped

Anyone can help me? :confused:
 
Is the fact that i got another machine running plesk (same setup) have to do anything with it, they dont use the same dns tho one point to x.x.x.179 and the other to x.x.x.182
 
On the faulty box, did you verify that

/var/named/run-root/var/named

exists? And compare the ownership and permissions to that of a working box?
 
This is a problem with named not liking SELINUX on Fedora core 3.

Disable SELINUX:

edit /etc/sysconfig/selinux

Change

SELINUX=enforcing

to

SELINUX=disabled

Reboot.

Bobs your uncle ;)
 
Back
Top