SF.net SVN: logwatch:[120] scripts/services

[email protected]
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 120
          http://logwatch.svn.sourceforge.net/logwatch/?rev=120&view=rev
Author:   stefjakobs
Date:     2012-12-30 14:40:40 +0000 (Sun, 30 Dec 2012)
Log Message:
-----------
ignore all pam smtp:auth messages (Thanks Orion Poplawski)
kernel message fixup (Thanks Orion Poplawski)

Modified Paths:
--------------
    scripts/services/kernel
    scripts/services/saslauthd

Modified: scripts/services/kernel
===================================================================
--- scripts/services/kernel	2012-12-30 14:27:43 UTC (rev 119)
+++ scripts/services/kernel	2012-12-30 14:40:40 UTC (rev 120)
@@ -114,8 +114,8 @@
       # These are informative, not errors
       $SkipError = 1 if $ThisLine =~ /ACPI _OSC request failed \(AE_ERROR\), returned control mask: 0x1d/;
       $SkipError = 1 if $ThisLine =~ /ERST: Error Record Serialization Table \(ERST\) support is initialized/;
-      $SkipError = 1 if $ThisLine =~ /GHES: Generic hardware error source: \d notified via .* is not supported/;
-      $SkipError = 1 if $ThisLine =~ /PCIe errors handled by OS/;
+      $SkipError = 1 if $ThisLine =~ /GHES: Generic hardware error source: \d+ notified via .* is not supported/;
+      $SkipError = 1 if $ThisLine =~ /PCIe errors handled by (?:BIOS|OS)/;
       # These happen when kerberos tickets expire, which can be normal
       $SkipError = 1 if $ThisLine =~ /Error: state manager encountered RPCSEC_GSS session expired against NFSv4 server/ && $Ignore_rpcsec_expired;
       $Errors{$errormsg}++ if ( (! $SkipError) || ($Detail > 8));

Modified: scripts/services/saslauthd
===================================================================
--- scripts/services/saslauthd	2012-12-30 14:27:43 UTC (rev 119)
+++ scripts/services/saslauthd	2012-12-30 14:40:40 UTC (rev 120)
@@ -62,8 +62,7 @@
       ( $ThisLine =~ m/^DEBUG: / ) or
       ( $ThisLine =~ m/^ipc_init        : listening on socket:/ ) or
       ( $ThisLine =~ m/^pam_sm_authenticate:/ ) or
-      ( $ThisLine =~ m/^pam_pam_succeed_if(smtp:auth): / ) or
-      ( $ThisLine =~ m/^pam_unix/ )
+      ( $ThisLine =~ m/^pam_\w+\(\w+:auth\): / )
    ) {
       # We don't care about these
    } elsif ( ($User,$Service,$Realm,$Mechanism,$Reason) = ($ThisLine =~ /^do_auth         : auth failure: \[user=(.*)\] \[service=([^ ]*)\] \[realm=([^ ]*)\] \[mech=([^ ]*)\] \[reason=(.*)\]$/) ) {

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.