- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Entries in /var/log/messages
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
04-21-2003 06:19 AM
04-21-2003 06:19 AM
Entries in /var/log/messages
I have a dns server running linux red hat 7.1 and in /var/log/messages are hundreds of entries like this:
Apr 21 15:52:00 server1 named[1162]: client 1xx.xx.xx.xx#1287: no matching view in class 'CLASS256'.
I found in google the following:
"It means you've got a broken client that doesn't construct proper DNS
queries. This client is using an undefined and invalid class number
for its queries (256) instead of IN - class 1 - which is pretty much
the only valid class for DNS queries. You can ignore the message, but
it would be better to get proper DNS software on the client that's
making these faulty requests."
I think these malformed queries are doing by pcs running windows, but i want to know how this issue can be fixed and if it is possible that these queries provoke a performance problem in the dns server.
Thanks and kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 09:43 PM
04-21-2003 09:43 PM
Re: Entries in /var/log/messages
logging {
category "unmatched" { "null"; };
};
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 09:44 PM
04-21-2003 09:44 PM
Re: Entries in /var/log/messages
logging {
category "unmatched" { "null"; };
};
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 09:45 PM
04-21-2003 09:45 PM
Re: Entries in /var/log/messages
logging {
category "unmatched" { "null"; };
};
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 09:47 PM
04-21-2003 09:47 PM
Re: Entries in /var/log/messages
logging {
category "unmatched" { "null"; };
};
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 07:43 AM
09-02-2003 07:43 AM