named: parsing failed

Discussion in 'General' started by savago, Jul 18, 2010.

  1. savago

    savago Member

    FC12 perfect setup

    DNS failed with:
    Jul 18 11:37:54 server1 named: /etc/named.conf:3: change directory to '/home/admispconfig/ispconfig/web/multidoc/edit' failed: file not found
    Jul 18 11:37:54 server1 named:
    Jul 18 11:37:54 server1 named: /etc/named.conf:3: parsing failed


    P.S
    working after some changes (red some forum posts)

    After changing to:
    options {
    pid-file "/var/named/chroot/var/run/named/named.pid";
    // directory "/home/admispconfig/ispconfig/web/multidoc/edit";
    directory "/var/named/chroot/var/named";
    allow-recursion { any; };
    auth-nxdomain no;


    and

    in CP to:

    Zonefiles Dir.: /var/named/chroot/var/named (was /home/admispconfig/ispconfig/web/multidoc/edit)
     
    Last edited: Jul 18, 2010
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats a known problem in the fedora named packages. They change the permissions of the chrooted named directories and make them inaccessible for ispconfig when you install a named update. To fix this, run the chown and chmod commands from the named installation part of the perfect server installation guide after you installed a named update.
     

Share This Page