- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bind 9.2.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 04:24 AM
05-28-2003 04:24 AM
Bind 9.2.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 05:07 AM
05-28-2003 05:07 AM
Re: Bind 9.2.2
Can you post that?
Also, what's the output of:
named-checkconf
And run named-checkzone on your zone files...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 05:43 AM
05-28-2003 05:43 AM
Re: Bind 9.2.2
What other error messages do you have in your syslog around that time that named died? Are you running any other software on that system that you are not on any of your others?
If you go here:
http://www2.itrc.hp.com/service/patch/mainPage.do?admit=-1335382922+1054129173090+28353475
Select hp-ux, and do a keyword search on "assertion failure", you'll get a list of patches against which you can check your system's patchlevel via swinstall -v and perhaps you'll find a fix.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:01 AM
05-28-2003 06:01 AM
Re: Bind 9.2.2
What release of BIND was installed is a mystery as well.
This is the latest release from HP in depot form is this.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=BIND9.2
Obviously if you are using something else, you know what you are doing and have suceeded before. The error message should be apparent in syslog.log or the output from the command above.
There is a solution in these two threads.
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x45a43fa720f3d5118ff40090279cd0f9,00.html
http://search.hp.com/redirect.html?url=http%3A//forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9f0931ec5e34d711abdc0090277a778c,00.html&qt=BIND+due+to+assertion+failure&hit=3
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 04:16 AM
05-29-2003 04:16 AM
Re: Bind 9.2.2
I also found that this "assertion failure" is a "known" issue. The following is my controls statement:
controls {
inet 127.0.0.1 allow { 127.0.0.1; }
keys { "rndc-key"; };
};
named-checkconf and named-checkzone return no output.
I am checking on what else was running at this same time and on possible patch fixes. If I come up with anything I will definitely post it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 04:24 AM
05-29-2003 04:24 AM
Re: Bind 9.2.2
here are errors from syslog, do these make any sense to you guys?????
May 28 06:06:27 named[14780]: resolver.c:4092: REQUIRE((((query) != 0L) && (((const isc__magic_t *)(quer
y))->magic == ((('Q') << 24 | ('!') << 16 | ('!') << 8 | ('!')))))) failed
May 28 06:06:27 named[14780]: resolver.c:4092: REQUIRE((((query) != 0L) && (((const isc__magic_t *)(quer
y))->magic == ((('Q') << 24 | ('!') << 16 | ('!') << 8 | ('!')))))) failed
May 28 06:06:27 named[14780]: exiting (due to assertion failure)
May 28 06:06:27 named[14780]: exiting (due to assertion failure)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 04:42 AM
05-29-2003 04:42 AM
Re: Bind 9.2.2
controls {
inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
};
As far as the syslog error - I have seen some posts about bad requests causing this to happen in Bind 9.2....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 06:04 AM
05-29-2003 06:04 AM
Re: Bind 9.2.2
most of what I have found on this involves errors with library files and suggested modifications. I'm going to continue to research and see what I find.
This has only happened once, definitely not a major issue.