From owner-freebsd-stable@FreeBSD.ORG Fri Nov 21 17:54:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E8C16A4CE for ; Fri, 21 Nov 2003 17:54:13 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5437F43FD7 for ; Fri, 21 Nov 2003 17:54:12 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 456A472DB8; Fri, 21 Nov 2003 17:54:12 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4354B72DAD for ; Fri, 21 Nov 2003 17:54:12 -0800 (PST) Date: Fri, 21 Nov 2003 17:54:12 -0800 (PST) From: Doug White To: freebsd-stable@freebsd.org In-Reply-To: <20031121222913.GC20052@pir.net> Message-ID: <20031121174242.O61191@carver.gumbysoft.com> References: <20031118001514.GC15325@pir.net> <20031120094552.M48733@carver.gumbysoft.com> <20031120232332.GI3321@pir.net><20031121192423.GA20052@pir.net> <20031121222913.GC20052@pir.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Hang on boot with 4.9-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:54:13 -0000 On Fri, 21 Nov 2003, Peter Radcliffe wrote: > Peter Radcliffe probably said: > > I've limited the time of the problem being introduced to between > > date=2003.10.10.05.00.00 and date=2003.10.15.05.00.00 and am working > > on finding a more exact range. > > That was a typo, I meant between 2003.10.01.05.00.00 and 2003.10.15.05.00.00. > > *default date=2003.10.07.18.00.00 -- boots and works > *default date=2003.10.08.04.00.00 -- gives me a page fault at apm init Oh, now I remember. This was the page0 breakage. PSE gets disabled on the P4 due to processor bugs and hidden data corruption and APM won't run without it. You might poke through the archives on this. It was a big PITA. :( Your choices: . Run with ACPI. There's an apm compat interface if you have tools that depend on using the apm(8) command. . Disable APM and ACPI. APM is kinda useless on servers anyway so you aren't out a whole lot. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org