From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 16:56:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FE351065792 for ; Tue, 27 Jan 2009 16:56:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E413C8FC25 for ; Tue, 27 Jan 2009 16:56:24 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 4F0F4AFC1FE; Tue, 27 Jan 2009 07:56:24 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 27 Jan 2009 07:56:23 -0900 User-Agent: KMail/1.9.10 References: <497E3FEE.3020601@khubla.com> <20090127094222.GB4036@aurora.oekb.co.at> <497F2EEC.9090305@khubla.com> In-Reply-To: <497F2EEC.9090305@khubla.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901270756.24072.fbsd.questions@rachie.is-a-geek.net> Cc: Tom Everett , Ewald Jenisch Subject: Re: FreeBSD 7.1 SMP on IBM x330 Dual Processor server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 16:56:25 -0000 On Tuesday 27 January 2009 06:57:32 Tom Everett wrote: > How does the kernel I would build from that link differ from the stock > 7.1 kernel? It doesn't. It's the generic "upgrading fixes all" advice. I don't see anything since 7.1-RELEASE in 7.1-STABLE even, that would have the potential to fix your problem. Best thing you can do: 0) Check BIOS if there's something there that can make a CPU 'invisible'. 1) subscribe to freebsd-acpi and ask there if people have seen this before. 2) recompile kernel for acpi debugging, so you have information ready when people ask for it 3) regardless of the 1), search for or file a new PR with your ACPI information. More info here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html http://www.freebsd.org/support/bugreports.html -- Mel Problem with today's modular software: they start with the modules and never get to the software part.