Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18
  1. #1
    Member
    Join Date
    Jul 2004
    Posts
    37

    Default Bind broken after CentOS 5.4 update

    Broken system(s)

    Name : bind-libs
    Arch : i386
    Epoch : 30
    Version : 9.3.6
    Release : 4.P1.el5

    Name : bind-libs
    Arch : x86_64
    Epoch : 30
    Version : 9.3.6
    Release : 4.P1.el5

    Working system(s)

    Name : bind-libs
    Arch : i386
    Epoch : 30
    Version : 9.3.4
    Release : 10.P1.el5_3.3

    Name : bind-libs
    Arch : x86_64
    Epoch : 30
    Version : 9.3.4
    Release : 10.P1.el5_3.3

    Name : bind
    Arch : x86_64
    Epoch : 30
    Version : 9.3.4
    Release : 10.P1.el5_3.3

  2. #2
    Member
    Join Date
    Jul 2004
    Posts
    37

    Default

    Doing stuff mentioned before hand in this ticket - does not help... so trying some things myself....

    I turned off AUTO UPDATES on all our other servers as I assume this was something that came through in recent updates...

  3. #3
    Member
    Join Date
    Jul 2004
    Posts
    37

    Default

    Softlayer ( Welcome to SoftLayer ) - which is an excellent hosting company, by the way, and I , figured out a temp fix for this... I have a ticket open with CPANEL to see if they approve of it - but it does seem to work...

    We seem to have fixed this - by adding in /usr/lib64

    the following symlinks

    ln -s libisc.so libisc.so.11
    ln -s libdns.so libdns.so.22

    Smoge

  4. #4
    Registered User
    Join Date
    Oct 2008
    Posts
    4

    Default Bind broken after CentOS 5.4 update

    Bind appears to be broken after tonight's automatic upgrade to CentOS 5.4. Any quick fixes?

  5. #5
    Registered User
    Join Date
    Oct 2008
    Posts
    4

    Default

    I wasn't able to get this working by symlinking like you have suggested. It appears the new version of Bind in CentOS 5.4 breaks things.

  6. #6
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    We are seeing the same thing. I have tried the sym links as well with a service named restart to no avail.
    .

  7. #7
    Registered User
    Join Date
    Mar 2004
    Posts
    2

    Default

    Same Issue here. Bind died at 4AM after an update and has been unable to restart despite trying all the usual fixes. Eagerly awaiting a resolution.

  8. #8
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    /scripts/fixndc
    Named could not be restarted, any obvious config errors should show up below this line.
    No critical problems found, will attempt to regenerate keys regardless.
    warn [fixrndc] /usr/sbin/rndc status failed: rndc: connect failed: 127.0.0.1#953: connection refused
    Creating rndc.conf
    Creating /etc/rndc.key
    warn [fixrndc] /usr/sbin/rndc status failed: rndc: connect failed: 127.0.0.1#953: connection refused
    Restarting named
    warn [fixrndc] /usr/sbin/rndc status failed: rndc: connect failed: 127.0.0.1#953: connection refused
    /scripts/fixrndc failed to fix the rndc key (or named is otherwise broken), please investigate manually
    .

  9. #9
    Member
    Join Date
    Jul 2004
    Posts
    37

    Default

    We seem to have fixed this - by adding in /usr/lib64

    the following symlinks

    ln -s libisc.so libisc.so.11
    ln -s libdns.so libdns.so.22

    Smoge

  10. #10
    Member
    Join Date
    Jul 2004
    Posts
    37

    Default

    We just had another server go down... and the

    We seem to have fixed this - by adding in /usr/lib64

    the following symlinks

    ln -s libisc.so libisc.so.11
    ln -s libdns.so libdns.so.22
    and a

    service named restart
    did the trick.

  11. #11
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    cd /usr/lib64
    ln -s libisc.so libisc.so.11
    ln -s libdns.so libdns.so.22

    service named restart

    if still broken backup /etc/named.conf and disable bind in WHM, save and then re-enable.
    Last edited by Solokron; 10-22-2009 at 10:45 AM.
    .

  12. #12
    Member darren.nolan's Avatar
    Join Date
    Oct 2007
    Posts
    259

    Default

    Same issue with only 1 of my cPanel servers.

    Support Request ID 510973.

  13. #13
    Member darren.nolan's Avatar
    Join Date
    Oct 2007
    Posts
    259

    Default

    cPanel (being awesome as always) tracked down my particular issue to invalid zone files.

    /etc/init.d/named start | grep -v "loaded serial"

    On the previous version of Bind, these little mistakes in the zone files were ignored, latest version - not so much. Zone files updated/fixed and everything works fine.

    This would explain why only one out of several of my servers were affected by the update.

  14. #14
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Darren is correct; the new BIND update ensures more strict RFC compliance, where BIND configuration and DNS zone entries must have proper syntax.

    The command shown by Darren was used to help filter some of the output during BIND/named startup so that the errors could be discerned and investigated with more precision and efficiency.
    Code:
    # /etc/init.d/named start | grep -v "loaded serial"
    Note: I have merged posts from another topic into this thread where they can receive more relevant discussion.

    If anyone else is experiencing difficulty tracking down why BIND is not restarting please consider submitting a ticket; we are here 24/7 and will be able to assist with corrective measures where applicable. You may submit a ticket via the link in my forums signature.

  15. #15
    Member
    Join Date
    Dec 2002
    Posts
    240

    Default

    What is causing it to check more is in /etc/init.d/named there is this line:

    Code:
    ckcf_options='-z'; # enable named-checkzone for each zone (9.3.1+) !
    So you could fix the zones or alternatively comment out that line so the broken zones do not prevent bind from starting.
    Last edited by VeZoZ; 10-22-2009 at 05:45 PM.

Similar Threads & Tags
Similar threads

  1. BIND broken after last nights upcp
    By sloop in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 12-03-2007, 12:14 PM
  2. Bind on Centos 5
    By adapter in forum cPanel and WHM Discussions
    Replies: 9
    Last Post: 09-24-2007, 11:44 AM
  3. Help - CentOS Bind inode issue
    By Snowman30 in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 03-11-2005, 04:33 PM
  4. Try to re-install bind with CentOS [Please help]
    By 3en in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 11-08-2004, 05:04 PM
  5. Bind is broken- never worked from the start
    By B12Org in forum cPanel and WHM Discussions
    Replies: 16
    Last Post: 04-26-2004, 07:02 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube