From owner-freebsd-alpha Fri Dec 7 7:59: 9 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from poptart.bithose.com (poptart.bithose.com [208.171.236.145]) by hub.freebsd.org (Postfix) with ESMTP id F1B5A37B417 for ; Fri, 7 Dec 2001 07:59:03 -0800 (PST) Received: from localhost (jakari@localhost) by poptart.bithose.com (8.11.3/8.11.3) with ESMTP id fB7FwkJ53407; Fri, 7 Dec 2001 10:58:46 -0500 (EST) X-Authentication-Warning: poptart.bithose.com: jakari owned process doing -bs Date: Fri, 7 Dec 2001 10:58:46 -0500 (EST) From: Jameel Akari To: Rob B Cc: Bernd Walter , Subject: Re: How to enable logging of machine checks? In-Reply-To: <5.1.0.14.2.20011207143036.01d69e30@pop.ozemail.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 7 Dec 2001, Rob B wrote: > At 14:19 7/12/2001, Bernd Walter sent this up the stick: > >On Fri, Dec 07, 2001 at 02:02:48PM +1100, Rob B wrote: > > > As the subject says, is it possible to enable logging of machine checks on > > > a PWS500au? This box is running 4.4-STABLE > > Thanks, but that's not what I was after. During operation, if the Pyxis > chipset detects and corrects single bit errors in the memory (among other > things), it generates a machine check with vector 600 (I think). Under > Linux, these checks are logged to /var/log/kern.log. Is it possible, under > FreeBSD, to have these logged ? Indeed, the Multia does (almost) the same thing. On of my Multias running Linux eventually succumbed to the dreaded "heat death" where one of the ECC logic chips on the board and it pullup resistors get fried, causing random ECC "errors". I don't think it ever panic'd the box, but it would show up as kern.crit, iirc, and then move on. The syslog level is at least high enough that it logs to console and root as well as messages. And the Multia isn't *that* bad... ;) I ran that Linux box for nearly three years nonstop until I got my AS200. (Then the Multia got demoted to a ipmasq box, then developed heat death, and that was that.) Does anyone have a "tips and tricks" about FreeeBSD on the Multia.. things I should know about before I bust out the soldering iron and fix the Multia just for kicks? Or maybe I'll just run OpenVMS on it... #!/jameel/akari for zig in $(find / -name zig); do rm -f "$zig"; done; export GREAT_JUSTICE=1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message