From owner-freebsd-current@FreeBSD.ORG Wed Apr 27 21:28:50 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629F916A4CE for ; Wed, 27 Apr 2005 21:28:50 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C72A43D41 for ; Wed, 27 Apr 2005 21:28:50 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id D23C97D9; Wed, 27 Apr 2005 17:28:46 -0400 (EDT) Received: from thinkdog.local.linnet.org (dsl-212-74-113-65.access.uk.tiscali.com [212.74.113.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 89D7C87; Wed, 27 Apr 2005 17:28:45 -0400 (EDT) Received: from lists by thinkdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1DQu5D-000MoF-88; Wed, 27 Apr 2005 22:28:35 +0100 Date: Wed, 27 Apr 2005 22:28:35 +0100 From: Brian Candler To: /dev/null Message-ID: <20050427212835.GA87673@uk.tiscali.com> References: <63349.216.177.243.42.1114575288.localmail@webmail.dnswatch.com> <20050427060414.GA54657@ns2.wananchi.com> <55065.216.177.243.42.1114583234.localmail@webmail.dnswatch.com> <20050427083649.GC6929@ns2.wananchi.com> <61364.216.177.243.42.1114593685.localmail@webmail.dnswatch.com> <84dead7205042706554f32484@mail.gmail.com> <57775.216.177.243.35.1114633009.localmail@webmail.dnswatch.com> <20050427204939.GA796@uk.tiscali.com> <53015.216.177.243.35.1114635611.localmail@webmail.dnswatch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53015.216.177.243.35.1114635611.localmail@webmail.dnswatch.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: can't build kernel [with CONFIG this time] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 21:28:50 -0000 On Wed, Apr 27, 2005 at 02:00:11PM -0700, /dev/null wrote: > Thank you for your reply. Thanks for the link. > Looks like I have some reading to do. :) > Wish me luck! Good luck :-) I've had the same problem before in the past, and in my case it turned out to be a bad RAM SIMM. It may go unnoticed in normal operation, but a kernel compile (or buildworld) will exercise the system a lot more than when it's idling. Regards, Brian.