Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 1996 02:46:50 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        gurney_j@resnet.uoregon.edu
Subject:   Re: RNR kernel message
Message-ID:  <199607150046.CAA13680@uriah.heep.sax.de>
In-Reply-To: <Pine.NEB.3.94.960714171032.12050R-100000@nike.efn.org> from John-Mark Gurney at "Jul 14, 96 05:11:40 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As John-Mark Gurney wrote:

> I am helping admin a machine...  and it reciently got a kernel message on
> it's own line:
> RNR
> 
> what is it?  does it hurt anything?  thanks for the info...

My grep is longer^H^H^H^H^H^Hquicker than yours?

;)

I bet it's not on a line for itself, but followed by a colon:

		if ((status & SCB_STAT_RNR) ||
		    ((status & SCB_RUS_MASK) == SCB_RUS_NRSC)) {
			DEBUGBEGIN(DEBUGINTR)
			printf("RNR:");		/* ZZZ this means trouble */
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
			DEBUGEND
			IXCOUNTER(ifp->if_rnr++;)
			ixinit_rfa(unit);
			scb->status = SCB_STAT_NULL;
			scb->command = SCB_RUC_START;
			scb->rfa_offset = RFA_START;
			ixchannel_attention(unit);
		}

Since the above is from if_ix.c, you should perhaps ask Rod Grimes for
why this means trouble...

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607150046.CAA13680>