From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 00:23:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E061816A420 for ; Fri, 24 Feb 2006 00:23:55 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from stelesys.com (web3.stelesys.com [63.175.100.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC6D43D45 for ; Fri, 24 Feb 2006 00:23:55 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from c-71-199-184-251.hsd1.ga.comcast.net ([71.199.184.251] helo=[192.168.0.148]) by stelesys.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FCQkV-0003au-1n; Thu, 23 Feb 2006 19:23:55 -0500 Message-ID: <43FE5219.9020400@stelesys.com> Date: Thu, 23 Feb 2006 19:23:53 -0500 From: Jerry Bell User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Some SMP questions 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: Fri, 24 Feb 2006 00:23:56 -0000 The default kernel doesn't support SMP. You have to recompile with the SMP config and it'll start getting your other processor. Regards, Jerry http://www.bsdsec.com Paul Schmehl wrote: > When you do a "default" install of 6.0-RELEASE, does the kernel have > support for SMP? Or do you have to compile a custom kernel to get that? > > Does this mean SMP is not enabled? > > kern.smp.cpus: 1 > kern.smp.disabled: 0 > kern.smp.active: 0 > kern.smp.maxcpus: 1 > > Can I set these with sysctl? Or do I need to recompile the kernel? > (I'm assuming I need this: > kern.smp.cpus: 2 > kern.smp.disabled: 0 > kern.smp.active: 1 > kern.smp.maxcpus: 2 > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/ir/security/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"