Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Member
    Join Date
    Aug 2008
    Posts
    53

    Default Named failing

    Hi,

    I have received this message a few times in the past 9 hours. Anyone have any idea why the ownership would be getting messed up as indicated by the error?

    nameserver failed @ Wed Apr 1 23:07:29 2009. A restart was attempted automagically.
    Service Check Method: [check command]

    Cmd Service Check Raw Output: Fixed ownership on /etc/named.conf
    Fixed ownership on /etc/rndc.key
    Fixed ownership on /etc/rndc.conf

    Cheers,
    TR

  2. #2
    Member
    Join Date
    Mar 2004
    Posts
    815

    Default

    We are getting this one again now. Same exact symptom.

    I would really like someone from cpanel technical to respond to this one at this juncture. Thanks.

  3. #3
    Member
    Join Date
    Jun 2003
    Posts
    9

    Default

    Quote Originally Posted by taproot View Post
    Hi,

    I have received this message a few times in the past 9 hours. Anyone have any idea why the ownership would be getting messed up as indicated by the error?

    nameserver failed @ Wed Apr 1 23:07:29 2009. A restart was attempted automagically.
    Service Check Method: [check command]

    Cmd Service Check Raw Output: Fixed ownership on /etc/named.conf
    Fixed ownership on /etc/rndc.key
    Fixed ownership on /etc/rndc.conf

    Cheers,
    TR


    Same issue here, fixed after deleting one domain record that was apparently 'out of range' ??? - How can one dns record screw DNS for over 400 zones?
    Last edited by Ancile; 07-04-2009 at 06:40 AM.

  4. #4
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,166
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    You might want to put in a ticket with cPanel support so they can take a look for you.

  5. #5
    Member
    Join Date
    Jul 2008
    Posts
    20

    Default

    cPanel! I hope you read this, I have had exactly the same problem, and have asked other people with cPanel servers and they say the same. It's on the stable build, and it caused downtime for my clients. DNS is now running but it also rebuilt some DNS zones. I've managed to restore some of the complex ones (with many subdomains) from backups.

    I have been experiencing some strange DNS messages and issues with the DNS zones rebuilding over the last couple of weeks - just after the automatic cPanel update runs. Perhaps there's a bug that you've missed?

    Thanks.

  6. #6
    Member sh4ka's Avatar
    Join Date
    May 2005
    Posts
    433

    Default

    One more.. exact same issue on a cPanel box running latest Release versio tree..

    ANy news from cPanel?

  7. #7
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    10,720
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    I concur with Infopro, to anyone experiencing this issue - please submit a support ticket so we can properly diagnose this issue and take corrective action: http://tickets.cPanel.net/submit

  8. #8
    Registered User
    Join Date
    Nov 2007
    Posts
    2

    Smile Re: Named failing

    Quote Originally Posted by cPanelDavidG View Post
    I concur with Infopro, to anyone experiencing this issue - please submit a support ticket so we can properly diagnose this issue and take corrective action: http://tickets.cPanel.net/submit
    I have just got same email notification as below:

    ---------------------------------------------------
    nameserver failed @ Wed Dec 15 05:17:57 2010. A restart was attempted automagically.
    Service Check Method: [check command]

    Cmd Service Check Raw Output: Fixed ownership on /etc/named.conf
    Fixed ownership on /etc/rndc.key
    Fixed ownership on /etc/rndc.conf
    ---------------------------------------------------

    So did anyone find info to diagnose this issue yet?
    If yes, please share with us

  9. #9
    Member
    Join Date
    Feb 2008
    Posts
    11

    Default Re: Named failing

    In getting this error last night...

    nameserver failed @ Wed Dec 15 01:46:06 2010. A restart was attempted automagically.
    Service Check Method: [check command]

    Cmd Service Check Raw Output: Fixed ownership on /etc/named.conf
    Fixed ownership on /etc/rndc.key
    Fixed ownership on /etc/rndc.conf

    I checked the yum logs for updates, i'm seeing:

    tac /var/log/yum.log |less

    Dec 15 00:16:48 Updated: 30:caching-nameserver-9.3.6-4.P1.el5_5.3.x86_64
    Dec 15 00:16:48 Updated: 30:bind-devel-9.3.6-4.P1.el5_5.3.i386
    Dec 15 00:16:46 Updated: openssl-devel-0.9.8e-12.el5_5.7.x86_64
    Dec 15 00:16:44 Updated: 30:bind-devel-9.3.6-4.P1.el5_5.3.x86_64
    Dec 15 00:16:40 Updated: openssl-devel-0.9.8e-12.el5_5.7.i386
    Dec 15 00:16:38 Updated: 30:bind-utils-9.3.6-4.P1.el5_5.3.x86_64
    Dec 15 00:16:37 Updated: 30:bind-9.3.6-4.P1.el5_5.3.x86_64
    Dec 15 00:16:36 Updated: 30:bind-libs-9.3.6-4.P1.el5_5.3.i386
    Dec 15 00:16:36 Updated: 30:bind-libs-9.3.6-4.P1.el5_5.3.x86_64
    Dec 15 00:16:35 Updated: openssl-0.9.8e-12.el5_5.7.x86_64

    so, checking for errors;

    tac /var/log/messages |grep named |less

    getting this;

    Dec 15 10:13:49 host named[24058]: max open files (1024) is smaller than max sockets (4096)
    Dec 15 10:13:49 host named[24058]: loading configuration from '/etc/named.conf'
    Dec 15 10:13:49 host named[24058]: using up to 4096 sockets

    (this is in reverse order because i'm using tac as opposed to cat)

    resolution may be here;
    [CentOS] BIND and latest update (max open files WARNING)

    ===============================================

    After the latest security update for bind (which came out last night), now
    there's a new message on syslog, (facility: daemon, severity: warning) every
    time you restart named:

    max open files (1024) is smaller than max sockets (4096)

    After googling for a while the solution seems to be to add this to
    /etc/security/limits.conf:

    named soft nofile 4096

    ....and mofity /etc/named.conf in order to add, under the options section:

    files 4096;

    That seems to work. Of course, you may raise the 4096 but I guess that's
    the default in BIND and I was good with that.

    I'm not sure why this happend. Maybe before the update bind had a value of
    1024 for max.sockets and now it was raised to 4096.

    ==================================================

Similar Threads & Tags
Similar threads

  1. Named failing every night @ same time
    By SiMka in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-31-2008, 04:28 AM
  2. named failing CONSTANTLY
    By arshem in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 12-04-2007, 05:57 AM
  3. named failing and restarting every 15 mins ?
    By fuzioneer in forum cPanel and WHM Discussions
    Replies: 13
    Last Post: 09-05-2007, 09:41 AM
  4. DNS-only named failing
    By apolix in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-22-2007, 03:06 AM
  5. Named keeps failing
    By Chriz1977 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-06-2006, 07:11 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube