From owner-freebsd-stable@FreeBSD.ORG Thu Dec 9 01:19:17 2004 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 87D1316A4CE for ; Thu, 9 Dec 2004 01:19:17 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F019443D1F for ; Thu, 9 Dec 2004 01:19:16 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id iB91JFol039756; Wed, 8 Dec 2004 20:19:15 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 39682-01; Wed, 8 Dec 2004 20:19:15 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id iB91JFiW039734; Wed, 8 Dec 2004 20:19:15 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id iB91J7Wt036146; Wed, 8 Dec 2004 20:19:07 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.0.14.0.20041208201757.054b2bc8@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Wed, 08 Dec 2004 20:19:07 -0500 To: =?iso-8859-1?Q?Crist=F3v=E3o?= Dalla Costa From: Mike Tancsa In-Reply-To: <41B7A740.2040601@desnormal.com.br> References: <41B79A84.5010909@desnormal.com.br> <20041209003713.GA26248@odin.ac.hmc.edu> <41B7A740.2040601@desnormal.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b cc: freebsd-stable@freebsd.org Subject: Re: 5.3R crashing repeateadly 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: Thu, 09 Dec 2004 01:19:17 -0000 At 08:15 PM 08/12/2004, Crist=F3v=E3o Dalla Costa wrote: >I've disabled SMP with the kern.smp.disabled=3D1 sysctl and I'll see what= =20 >happens next. Strangely though the kernel seems to think the system has=20 >only one cpu despite it being hyperthreaded: You want to turn HT off in the BIOS. The scheduler will not make use of=20 it, and in fact will most likely hurt performance. ---Mike=20