Fedora Core 2 - DNS Not updating

Discussion in 'Installation/Configuration' started by jackaltx, Mar 27, 2006.

  1. VibroMax

    VibroMax New Member

    Hello Falko,
    I'm sorry I took so long to respond. (ISPConfig has been running fine) See the contents of the folders below:


    ls -la /var/named/chroot/

    /var/named/chroot/:
    total 40
    drwxr-x--- 6 root named 4096 Jul 8 18:46 .
    drwxr-x--- 5 root named 4096 Aug 22 23:10 ..
    drwxr-xr-- 2 root named 4096 Jul 8 18:46 dev
    drwxr-x--- 2 root named 4096 Jul 8 18:46 etc
    dr-xr-xr-x 133 root root 0 Sep 26 01:29 proc
    drwxr-x--- 5 root named 4096 Mar 13 2003 var

    ls -la /var/named/chroot/var/
    total 40
    drwxr-x--- 5 root named 4096 Mar 13 2003 .
    drwxr-x--- 6 root named 4096 Jul 8 18:46 ..
    drwxr-x--- 4 root named 4096 Oct 5 23:14 named
    drwxrwx--- 3 root named 4096 Mar 13 2003 run
    drwxrwx--- 2 named named 4096 Mar 13 2003 tmp

    ls -la /root/ispconfig
    total 104
    drwxr-xr-x 9 root root 4096 Oct 6 22:33 .
    drwxr-x--- 21 root root 4096 Oct 5 23:14 ..
    -rwxr-xr-x 1 root root 33617 Jan 29 2007 cronolog
    -rwxr-xr-x 1 root root 9673 Jan 29 2007 cronosplit
    drwxr-xr-x 12 root root 4096 Jan 29 2007 httpd
    drwxr-xr-x 12 root root 4096 Jan 29 2007 isp
    -rw-r--r-- 1 root root 8 Oct 6 22:33 .old_path_httpd_root
    drwxr-xr-x 6 root root 4096 Jan 29 2007 openssl
    drwxr-xr-x 6 root root 4096 Jan 29 2007 php
    drwxr-xr-x 4 root root 4096 Mar 8 2007 scripts
    drwxr-xr-x 4 root root 4096 Jan 29 2007 standard_cgis
    drwxr-xr-x 2 root root 4096 Jan 29 2007 sv
    -rwx------ 1 root root 9389 Jan 29 2007 uninstall

    ls -la /etc/httpd/vhosts
    ls: /etc/httpd/vhosts: No such file or directory
     
  2. falko

    falko Super Moderator ISPConfig Developer

    The permissions are not ok. Please try this:
    Code:
    chmod 755 /var/named/
    chmod 775 /var/named/chroot/
    chmod 775 /var/named/chroot/var/
    chmod 775 /var/named/chroot/var/named/
    chmod 775 /var/named/chroot/var/run/
    chmod 777 /var/named/chroot/var/run/named/
    cd /var/named/chroot/var/named/
    ln -s ../../ chroot
     

Share This Page