- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Entries in /var/log/messages
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
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