SF.net SVN: logwatch:[67] scripts/services/kernel
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 67
http://logwatch.svn.sourceforge.net/logwatch/?rev=67&view=rev
Author: opoplawski
Date: 2011-08-22 16:30:48 +0000 (Mon, 22 Aug 2011)
Log Message:
-----------
Ignore informational GHES error source messages from bootup
Modified Paths:
--------------
scripts/services/kernel
Modified: scripts/services/kernel
===================================================================
--- scripts/services/kernel 2011-08-08 20:27:49 UTC (rev 66)
+++ scripts/services/kernel 2011-08-22 16:30:48 UTC (rev 67)
@@ -104,6 +104,7 @@
$SkipError = 1 if $ThisLine =~ /\[<[\da-f]+>\] error_exit\+0x/;
# These are informative, not errors
$SkipError = 1 if $ThisLine =~ /PCIe errors handled by OS/;
+ $SkipError = 1 if $ThisLine =~ /GHES: Generic hardware error source: \d notified via .* is not supported/;
$Errors{$errormsg}++ if ( (! $SkipError) || ($Detail > 8));
}
# OTHER
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev