From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 00:55:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 7AA7516A41C for ; Thu, 30 Jun 2005 00:55:22 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F84343D4C for ; Thu, 30 Jun 2005 00:55:22 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.hsd1.ma.comcast.net[66.30.82.93]) by comcast.net (sccrmhc14) with ESMTP id <20050630005520014004ghcpe>; Thu, 30 Jun 2005 00:55:21 +0000 Message-ID: <42C342F7.9080905@comcast.net> Date: Wed, 29 Jun 2005 20:55:19 -0400 From: Sean User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <42C098B0.5060004@voicenet.com> <42C119FE.7020809@comcast.net> <42C1381B.9000901@voicenet.com> <42C31D30.3000009@comcast.net> <42C3266A.3000901@voicenet.com> <42C3346B.9010408@samsco.org> In-Reply-To: <42C3346B.9010408@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Adam K Kirchhoff Subject: Re: Portupgrade, -CURRENT & SMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 00:55:22 -0000 Scott Long wrote: >> Which, yes, is quite annoying and, IMHO, is a pretty critical bug that >> needs fixing. It makes SMP on -CURRENT nearly unusable if you want to >> regularly update your ports. >> >> Adam >> > > Well, you can disable SMP at boot via > > set hw.apic.0.disable=1 > > But yes, it's some sort of a bug and it needs to be fixed. I'll track > the PR. > > Scott > Scott, I checked and doing several searches through the sysctl options do not see any such option as you list above, > set hw.apic.0.disable=1 I am running amd64, is this perhaps just an option for i386? I do see a kern.smp.disabled: 0, would this instead be for amd64? Exactly how on boot do I break in to enter this option? Or do I set it, then boot? Then afterwards reset then boot again? Thanks Sean