Results 1 to 14 of 14
  1. #1
    Join Date
    Apr 2006
    Posts
    84

    Dns Zone Editor problem

    Hello

    dns zone list empty thats happened sudenly

    how can i fix it please
    Attached Thumbnails Attached Thumbnails untitled.JPG  

  2. #2
    Try to restart named service and see if it can help.
    All dns zones should be in /etc/named.conf
    PremiumReseller.com Hyper-V SSD VPS USA London Singapore
    Reseller Hosting Cpanel PURE SSD CloudLinux Softaculous
    Windows Reseller Asp.NET 4.5 MSSQL SmarterMail Enterprise

  3. #3
    Join Date
    Apr 2006
    Posts
    84
    named restarted and all domains in /etc/named.conf

    any help please

  4. #4
    Have you tried upcp? What version of cPanel/WHM are you running? What are the permissions on the files in /var/named, and are all of the domains inside of /var/named?

  5. #5
    Join Date
    Apr 2006
    Posts
    84
    Quote Originally Posted by FirmbIT View Post
    Have you tried upcp? What version of cPanel/WHM are you running? What are the permissions on the files in /var/named, and are all of the domains inside of /var/named?
    yes i tried /scripts/upcp --force .. cpanel ver 11

    permissions 666 and all of the domains inside of /var/named


  6. #6
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Just double checking... but you are viewing that while logged into WHM as root, right?
    RACK911 Labs | Penetration Testing | https://www.RACK911Labs.ca

    www.HostingSecList.com - Security Notices for the Hosting Community.

  7. #7
    Join Date
    Apr 2006
    Posts
    84
    Quote Originally Posted by Pat H View Post
    Just double checking... but you are viewing that while logged into WHM as root, right?
    yes dear....

  8. #8
    Join Date
    Apr 2006
    Posts
    84
    i guess i found the problem ..
    am using cpanel ver 11
    but the domains file show cpanel 10

    i.e

    ; cPanel 10.9.1-STABLE_14304
    ; Zone file for name.com
    $TTL 14400

    any idea ?

  9. #9
    Join Date
    Aug 2007
    Location
    Seattle, WA
    Posts
    42
    It sounds like your perl is out of date. Try the following commands to update it

    /scripts/perlinstaller Compress::Raw::Zlib
    /scripts/perlinstaller --force Scalar::Util

  10. #10
    Join Date
    Apr 2006
    Posts
    84
    perl5/5.8.8 and still

  11. #11
    Join Date
    Jul 2002
    Location
    London, United Kingdom
    Posts
    4,455
    Quote Originally Posted by e7lew View Post
    i guess i found the problem ..
    am using cpanel ver 11
    but the domains file show cpanel 10
    Version information in *comments* within the zone file are irrelevant

    Start with the obvious things
    is named running ? service named status
    are the zones loaded ? host {domain}
    are the zone files owned by the right user (named) and group (named) ?

    etc.
    Rob Golding Astutium Ltd - UK based ICANN Accredited Domain Registrar - proud to accept BitCoins
    Buying Web Hosts and Domain Registrars Today @ hostacquisitions.co.uk
    UK Web Hosting | UK VPS | UK Dedicated Servers | ADSL/FTTC | Backup/DR | Cloud
    UK Colocation | Reseller Accounts | IPv6 Transit | Secondary MX | DNS | WHMCS Modules

  12. #12
    Join Date
    Dec 2005
    Location
    Houma, LA
    Posts
    71
    Try this...


    wget http://search.cpan.org/CPAN/authors/...e-2.006.tar.gz
    tar xfzv IO-Compress-Base-2.006.tar.gz
    cd IO-Compress-Base-2.006
    perl Makefile.PL
    make
    make install


    Sorry... I can't get the URL to fully display. The board keeps abbreviating it.
    Last edited by bear; 09-02-2007 at 09:37 PM.
    Owner/President
    Booyah! Web Hosting, L.L.C.
    Great Personal Service
    Experience the Booyah! Difference

  13. #13
    Join Date
    Apr 2006
    Posts
    84
    [root@server named]# /etc/init.d/named status
    number of zones: 29
    debug level: 0
    xfers running: 0
    xfers deferred: 0
    soa queries in progress: 0
    query logging is OFF
    server is up and running

    are the zone files owned by the right user (named) and group (named) ?
    how to check that ?

  14. #14
    Join Date
    Apr 2006
    Posts
    84
    Quote Originally Posted by Fernis View Post
    Try this...


    wget http://search.cpan.org/CPAN/authors/...e-2.006.tar.gz
    tar xfzv IO-Compress-Base-2.006.tar.gz
    cd IO-Compress-Base-2.006
    perl Makefile.PL
    make
    make install


    Sorry... I can't get the URL to fully display. The board keeps abbreviating it.

    thanx very much
    problem has been fixed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •