Problem with DNS Manager

Discussion in 'General' started by davOUNET, Oct 1, 2006.

  1. davOUNET

    davOUNET New Member

    hi all.

    I've just (few hours ago) installed ISPConfig with a 'perfect setup' on ubuntu dapper drake. Everything goes well exept that:

    i've created a reseller & a client to test if everything was ok. I deleted them but now when i want to access the dnsm trash, i get this error message :

    Code:
    The recycle bin cannot be accessed because the system is currently being updated. Please try again in a few minutes.
    After 2 hours i always have the same message. Do you know what can make this ?

    Thanks !


    -- I've got a question too.
    I have 2 domains name. aaa.com & bbb.com.
    aaa.com is the one used by the server, & bbb.com is a client one, what dns server should i type for those domains ?
     
    Last edited: Oct 1, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run:

    /etc/init.d/ispconfig_server restart

    Which output do you get when you run this command as root:

    /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php
     
  3. davOUNET

    davOUNET New Member

    Now the trash is empty :}

    For the second, this is the output :
    Code:
    root@linux:/# /root/ispconfig/php/php -q /root/ispconfig/scripts/writeconf.php
    start
    ende
    root@linux:/#

    Do you have any ideas for the dns ?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Looks ok so far. What's the output of
    Code:
    ls -la /root/ispconfig
    ? Are your DNS settings ok under Management -> Server -> Settings -> DNS?
     
  5. davOUNET

    davOUNET New Member

    This is the output :

    Code:
    root@linux:~# ls -la /root/ispconfig/
    total 96
    drwxr-xr-x  9 root root  4096 2006-10-03 17:46 .
    drwxr-xr-x  4 root root  4096 2006-10-03 16:16 ..
    -rwxr-xr-x  1 root root 33482 2006-10-01 15:41 cronolog
    -rwxr-xr-x  1 root root  9673 2006-10-01 15:41 cronosplit
    drwxr-xr-x 12 root root  4096 2006-10-01 15:32 httpd
    drwxr-xr-x 12 root root  4096 2006-10-01 15:41 isp
    drwxr-xr-x  6 root root  4096 2006-10-01 15:29 openssl
    drwxr-xr-x  6 root root  4096 2006-10-01 15:36 php
    drwxr-xr-x  4 root root  4096 2006-10-01 23:59 scripts
    drwxr-xr-x  4 root root  4096 2006-10-01 15:41 standard_cgis
    drwxr-xr-x  2 root root  4096 2006-10-01 15:41 sv
    -rwx------  1 root root  9389 2006-10-01 15:41 uninstall
    root@linux:~#
    For the DNS, seems to be ok.
    Here what i've :

    Code:
    User : root
    Group : root
    named.conf : /etc/bind/named.conf
    Zone directory : /etc/bind
    NS1 : lanieu.fr (the first domain)
    NS2 : NS6.GANDI.NET (registar external ns)
    Admin mail : [email protected]
    Mx : checked
     
  6. falko

    falko Super Moderator Howtoforge Staff

    I think I know what the problem is. I've fixed it the SVN repository, and it will be available in the next ISPConfig release (2.2.7). :)
     
  7. davOUNET

    davOUNET New Member

    Ok :]

    i'll make an upgrade when it would be released ;)
     
    Last edited: Oct 4, 2006

Share This Page