From owner-freebsd-stable Sun Jun 6 23:29:12 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gndrsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id A452B15185 for ; Sun, 6 Jun 1999 23:29:00 -0700 (PDT) (envelope-from rgrimes@gndrsh.aac.dev.com) Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.9.3/8.9.3) id XAA30167; Sun, 6 Jun 1999 23:28:43 -0700 (PDT) (envelope-from rgrimes) From: "Rodney W. Grimes" Message-Id: <199906070628.XAA30167@gndrsh.aac.dev.com> Subject: Re: Everything worked! In-Reply-To: <13230.928734333@zippy.cdrom.com> from "Jordan K. Hubbard" at "Jun 6, 1999 10:45:33 pm" To: jkh@zippy.cdrom.com (Jordan K. Hubbard) Date: Mon, 7 Jun 1999 06:28:42 +0000 (GMT) Cc: craig-burgess@home.net (Craig Burgess), freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > make buildworld finished successfully (finally!) > > make installworld finished successfully > > kernel rebuild went flawlessly > > Almost meaningless in this context. > > > (...about that $20...) > > Hold your horses, cowboy. You're nowhere close to winning that bet yet. :) I'll declare him a winner if he can run this script without any failure: #!/bin/sh cd /usr/src make world >make.out.1 2>&1 make world >make.out.2 2>&1 make world >make.out.3 2>&1 make world >make.out.4 2>&1 make world >make.out.5 2>&1 I've had to deal with debugging flaky hardware that hits in make.out.3 or make.out.4 (Joe Greco had an ASUS PCI/I-486SP3 that took me over a week to find the bad cache chip and replace it), but I've never seen a box get past 5 make worlds and still have a hardware problem. Order of replacing components on a Sig10/11 error is 1) memory, 2) Cache if possible, 3) Motherboard, 4) CPU. Ohhh.. and my test room is usually kept at a nice warm 90 degrees or so. No cheating by keeping the box cool :-) -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message