Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA06727; Wed, 20 Dec 95 16:10:22 EST
Received: from PICKLED-HERRING.MIT.EDU by MIT.EDU with SMTP
	id AA14767; Wed, 20 Dec 95 16:09:57 EST
Received: by pickled-herring.MIT.EDU (AIX 3.2/UCB 5.64/4.7) id AA16362; Wed, 20 Dec 1995 16:10:01 -0500
Date: Wed, 20 Dec 1995 16:10:01 -0500
Message-Id: <9512202110.AA16362@pickled-herring.MIT.EDU>
To: rel-eng@MIT.EDU
Cc: sipb-office@MIT.EDU
Subject: patch to /etc/athena/logerror to fix positive feedback
From: Sam Hartman <hartmans@MIT.EDU>
Sender: root@MIT.EDU

	A positive-feedback condition exists on RISC/6000s with
integrated Ethernet adapters: if the network is unplugged errors are
logged to syslog, creating addition network traffic.  The following
patch supressing logging o the error, so the system does not start
forking infinite logerror scripts.

--- /etc/athena/logerror~	Tue Jul 25 01:08:33 1995
+++ /etc/athena/logerror	Wed Dec 20 16:00:19 1995
@@ -29,10 +29,13 @@
 # Error-label customization:
 case $LABEL in
     OPMSG)
       DETAIL=true
     ;;
+IENT_ERR5)
+    LOG=false
+;;
     ENT_ERR2)
       LOG=false
       ;;
     REBOOT_I|ERRLOG_ON|ERRLOG_OFF)
       PRI=notice

