From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 00:26:42 2004 Return-Path: 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 1A6FC16A4CE for ; Tue, 21 Sep 2004 00:26:42 +0000 (GMT) Received: from chons.visualtech.com (a.smtp.visualtech.com [208.16.19.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BCF43D39 for ; Tue, 21 Sep 2004 00:26:41 +0000 (GMT) (envelope-from adamk@voicenet.com) Received: from [192.168.0.104] (pcp04364354pcs.glstrt01.nj.comcast.net [68.44.156.246]) by chons.visualtech.com (Postfix) with ESMTP id D403FA1E7; Mon, 20 Sep 2004 20:26:40 -0400 (EDT) Message-ID: <414F751C.8080106@voicenet.com> Date: Mon, 20 Sep 2004 20:26:04 -0400 From: Adam K Kirchhoff User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David D.W. Downey" References: <414EB6CE.3000501@voicenet.com> <414ECAE9.7070909@voicenet.com> <20040920133602.GB54785@e-Gitt.NET> <20040920140744.GC54785@e-Gitt.NET> <414F3F65.9090804@voicenet.com> <414F5119.30905@voicenet.com> <6917b781040920154639482d4e@mail.gmail.com> In-Reply-To: <6917b781040920154639482d4e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: SMP problems with -CURRENT? (and BETA5) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 00:26:42 -0000 David D.W. Downey wrote: >On Mon, 20 Sep 2004 17:52:25 -0400, Adam K Kirchhoff wrote: > > >>Adam K Kirchhoff wrote: >> >> >> >>>Oliver Brandmueller wrote: >>> >>> >>> >>>>Hi again. >>>> >>>>On Mon, Sep 20, 2004 at 03:36:03PM +0200, Oliver Brandmueller wrote: >>>> >>>> >>Well, booting with HTT disabled still doesn't work for me, which is >>making me think this isn't SMP related anymore... My boot stalls with: >> >>acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0% >>ad0: 39083MB [79408/16/63] at ata0-master UDMA100 >>ad1: 117246MB [238216/16/63] at ata0-slave UDMA100 >>ATAPI_RESET time = 40us >>ad2: 76345MB [155114/16/63] at ata1-master UDMA100 >>acd0: DVDROM at ata1-slave UDMA66 >> >>Ideas? >> >> >> > > >OK i have seen that before. it's the ACPI code doing CPU throttling. >(OK, obviously, hehe.) > >What i don't understand and haven't solved is why it throttles so >early (for me) to the point that int he middle of a compile (which is >definitely NOT when you want it done ) when the load on the >system, is definitely high enough to keep throttling from being >needed. It's almost like (and anyone working on the ACPI code PLEASE >do comment) whatever variable is responsible for the timing AND the >differential for check times is screwy. > >That's all I have for now, meanwhile time for me to beat my head on >why the hell BETA5 is screwing up on an installworld with touch: file >not found for newvars.sh which exists in the directory it's trying TO >copy from. > > > What makes you think it's the cpu throttling that's causing the lockups for me? It does say "acpi_cpu: throttling enabled, 8 steps (100% to 12.5%)" but it continues on the same line with "currently 100%" Maybe I'm reading it wrong but that would indicate to me that it's still running at 100%.... In fact, I just checked and BETA4, which works fine, also displays the same line about cpu throttling. Any other ideas? I'd really like to make sure that this problem doesn't continue beyond BETA5 :-) Anything I can do to make sure this gets resolved (before I go and send a problem report)? Adam