From owner-freebsd-stable@FreeBSD.ORG Sun Jan 28 18:26:09 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAF1E16A403 for ; Sun, 28 Jan 2007 18:26:09 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 3109F13C467 for ; Sun, 28 Jan 2007 18:26:09 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so980224uge for ; Sun, 28 Jan 2007 10:26:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=e8YpR5tlgixiV6Kg13nEGO6+/jdujY7jxMYKRHnwPuQoih36fDPzHWS7KmW/RtXCSriymhJ1UytO4bLGfGDUEmNNMT+24TSCR1CbfL6X+oBpYW9SeKQt2ONvEluHkM33Lz81oGq8rmWklE/OjG3bh5VOamdpmV6vWb6oxQRQoJ4= Received: by 10.66.216.6 with SMTP id o6mr6321397ugg.1170008766980; Sun, 28 Jan 2007 10:26:06 -0800 (PST) Received: from ?10.0.0.5? ( [85.83.123.144]) by mx.google.com with ESMTP id z40sm6238140ugc.2007.01.28.10.26.05; Sun, 28 Jan 2007 10:26:06 -0800 (PST) Message-ID: <45BCEAB8.60602@gmail.com> Date: Sun, 28 Jan 2007 19:26:00 +0100 From: Lars Stokholm User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: rsmith@xs4all.nl References: <45BC1AF1.8070208@gmail.com> <20070128102805.GA26802@slackbox.xs4all.nl> <45BC85A0.1000809@gmail.com> <20070128115802.GA87910@slackbox.xs4all.nl> <45BCC724.2080604@gmail.com> <20070128172452.GA97123@slackbox.xs4all.nl> <45BCE61B.5050700@gmail.com> In-Reply-To: <45BCE61B.5050700@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: rd.d/power_profile: dev.cpu.0.cx_supported doesn't exist X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 18:26:09 -0000 Lars Stokholm wrote: > Roland Smith wrote: >> On Sun, Jan 28, 2007 at 04:54:12PM +0100, Lars Stokholm wrote: >>> Whoops. I'm using 1.7.2.2, but it's the same: >>> http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/power_profile.diff?f=h&r1=text&tr1=1.7.2.1&r2=text&tr2=1.7.2.2 >> >> Looks like this is related to the following CVS commit: >> http://lists.freebsd.org/pipermail/cvs-src/2007-January/073402.html >> It looks like these changes are being MFC'd, but maybe your last >> update hasn't >> yet caught all the updated files. Check the files mentioned in the >> above commit in RELENG_6. Maybe a renewed csup followed by a >> world/kernel build will solve the problem. > > Judging from the files updated since the last time, I don't think so: Damnit, I seem to be making one mistake after another, with no end to it. I'm truely sorry for wasting your time. Let's step back to where I started; dev.cpu.0.cx_supported *does* exist: # sysctl dev.cpu.0.cx_supported dev.cpu.0.cx_supported: C1/0 And here's the problem; this is what I get when I fire up FreeBSD: ... Starting ums0 moused:. hw.acpi.cpu.cx_lowest: C1 sysctl: hw.acpi.cpu.cx_lowest: Invalid argument Mounting NFS file systems:. ... Taking the power_profile into account, I guess it comes something similar to: # sysctl hw.acpi.cpu.cx_lowest=C1/0 hw.acpi.cpu.cx_lowest: C1 sysctl: hw.acpi.cpu.cx_lowest: Invalid argument So, finally, the question now is why I get the "invalid argument".