From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 19:25:34 2005 Return-Path: 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 1EC7416A4CE for ; Mon, 24 Jan 2005 19:25:34 +0000 (GMT) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB8743D1D for ; Mon, 24 Jan 2005 19:25:33 +0000 (GMT) (envelope-from list@mindling.com) Received: from [192.168.0.11] (adsl-64-142-39-120.sonic.net [64.142.39.120] (may be forged)) (authenticated bits=0) by b.mail.sonic.net (8.13.2/8.13.2) with ESMTP id j0OJPX5p003815 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 24 Jan 2005 11:25:33 -0800 Message-ID: <41F54BAC.5030001@mindling.com> Date: Mon, 24 Jan 2005 11:25:32 -0800 From: "list@mindling.com" User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: saravanan ganapathy References: <20050124091129.33310.qmail@web51706.mail.yahoo.com> In-Reply-To: <20050124091129.33310.qmail@web51706.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: cpu,memory info - issues ( newbie) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 19:25:34 -0000 saravanan ganapathy wrote: > I 've installed freebsd5.3 Rel on my dual processor. > I'm not sure that my OS detected dual cpu. Sysctl & > dmesg output just confused me. Hi, What does "uname -a" say? Did you compile your kernel with SMP? The "2 logical CPUs" message is referring to the hyperthreading feature of the Xeon processor, where it emulates two CPUs in one physical processor. If you haven't, cvsup using RELENG_5_3 to get the security updates for 5.3, and then compile with the option "KERNCONF=SMP". http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Hope this helps.