From owner-freebsd-questions@FreeBSD.ORG Sun Nov 18 10:50:45 2007 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 D4AA916A417 for ; Sun, 18 Nov 2007 10:50:45 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 42F3113C474 for ; Sun, 18 Nov 2007 10:50:43 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-92013.home.otenet.gr [87.203.112.187]) (authenticated bits=0) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id lAIAoTda021255; Sun, 18 Nov 2007 12:50:30 +0200 Message-ID: <474018F5.6080208@otenet.gr> Date: Sun, 18 Nov 2007 12:50:29 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: Wojciech Puchar References: <20071118111446.H4507@wojtek.tensor.gdynia.pl> <4740140C.6050103@otenet.gr> <20071118114306.H4761@wojtek.tensor.gdynia.pl> In-Reply-To: <20071118114306.H4761@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: hyperthreading CPU and broken scheduling? 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: Sun, 18 Nov 2007 10:50:45 -0000 Wojciech Puchar wrote: >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >>> >> To enable hyperthreading, try setting the following in /etc/sysctl.conf: >> >> machdep.hyperthreading_allowed=1 >> >> and reboot (or execute sysctl machdep.hyperthreading_allowed=1 by hand). > did /etc/rc.d/sysctl start and works. > > quite strange that FreeBSD disables hyperthreading at start. > > IIRC there has been some discussion about possible vulnerabilities when hyperthreading is enabled. If you google around you will find it.