DNS config issues Zonfile Dir reverting to /etc/bind

Discussion in 'Installation/Configuration' started by kosse, Sep 30, 2010.

  1. kosse

    kosse New Member

    I know this has been covered numerous times but I can't seem to resolve the issue and am looking for help.

    I have not made any changes to ispconfig/dns is a while and today added a new IP to the server. When I attempted to add sites to this IP I started getting the error where the zone file was changed to /home/admispconfig/ispconfig/web/multidoc/edit. After reading several threads I managed to get to stop doing that but now it reverts to /etc/bind and no dns records are being updated.

    Below is the info that from the other threads I'm sure will be requested.


    DISTRO: CentOS release 5.4 (Final)

    BIND: bind-9.3.6-4.P1.el5_4.2
    bind-chroot-9.3.6-4.P1.el5_4.2

    ISPCONFIG: 2.2.37 (upgraded from 2.2.29)

    Code:
    #>cd /var/named/
    #>ls -la
    total 40
    drwxr-xr-x  5 root  named 4096 Jan 20  2010 .
    drwxr-xr-x 25 root  root  4096 Apr  5 21:13 ..
    drwxrwxr-x  6 root  named 4096 Jan 20  2010 chroot
    drwxrwx---  2 named named 4096 Jan 20  2010 data
    drwxrwx---  2 named named 4096 Jan 20  2010 slaves
    
    #>cd /var/named/chroot
    #>ls -la
    total 40
    drwxrwxr-x   6 root named 4096 Jan 20  2010 .
    drwxr-xr-x   5 root named 4096 Jan 20  2010 ..
    drwxr-x---   2 root named 4096 Jan 20  2010 dev
    drwxr-x---   2 root named 4096 Sep 30 12:40 etc
    dr-xr-xr-x 133 root root     0 Sep 29 14:12 proc
    drwxrwxr-x   6 root named 4096 Jan 20  2010 var
    
    #>cd /var/named/chroot/var
    #>ls -la
    total 48
    drwxrwxr-x 6 root  named 4096 Jan 20  2010 .
    drwxrwxr-x 6 root  named 4096 Jan 20  2010 ..
    drwxrwx--- 2 named named 4096 Jan 20  2010 log
    drwxrwxr-x 4 root  named 4096 Sep 30 12:41 named
    drwxrwxr-x 4 root  named 4096 Mar 13  2003 run
    drwxrwx--- 2 named named 4096 Mar 13  2003 tmp
    
    #>cd /var/named/chroot/var/named
    #>ls -la
    total 68
    drwxrwxr-x 4 root  named 4096 Sep 30 12:41 .
    drwxrwxr-x 6 root  named 4096 Jan 20  2010 ..
    lrwxrwxrwx 1 root  named    6 Jul 29  2008 chroot -> ../../
    drwxrwxr-- 2 named named 4096 Aug 25  2004 data
    -rw-r--r-- 1 root  named  426 Jul 29  2008 named.local
    -rw-r--r-- 1 root  named 1892 Jul 29  2008 named.root
    -rw-r--r-- 1 root  named  851 Oct 29  2008 pri.colXXX.com
    -rw-r--r-- 1 root  named  843 Sep 29 18:30 pri.kpXXX.com
    -rw-r--r-- 1 root  named  889 Aug  5  2008 pri.laXXX.com
    -rw-r--r-- 1 root  named  966 Sep 29 18:31 pri.siXXX.net
    drwxrwxr-- 2 named named 4096 Jul 27  2004 slaves
    
    
    Any help would be most appreciated.
     
  2. kosse

    kosse New Member

    I guess I gave up too soon. I have resolved this issue by changing the ownership of the files to named:named

    Is this correct or am I going to have other issues or any security issues.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page