From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 19:07:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B21016A401 for ; Wed, 11 Apr 2007 19:07:07 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy01.edpnet.net (lmailproxy01.edpnet.net [212.71.1.194]) by mx1.freebsd.org (Postfix) with ESMTP id 06E7713C43E for ; Wed, 11 Apr 2007 19:07:06 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (213.219.185.140.adsl.dyn.edpnet.net [213.219.185.140]) by lmailproxy01.edpnet.net (8.13.1/8.13.1) with ESMTP id l3BJA1i7024520; Wed, 11 Apr 2007 21:10:02 +0200 From: Beni To: freebsd-questions@freebsd.org Date: Wed, 11 Apr 2007 21:06:55 +0200 User-Agent: KMail/1.9.6 References: <200704111636.24788.beni@brinckman.info> <461D0C2C.1030004@daleco.biz> In-Reply-To: <461D0C2C.1030004@daleco.biz> X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704112106.56722.beni@brinckman.info> X-Virus-Scanned: ClamAV 0.90.1/3065/Wed Apr 11 00:21:01 2007 on lmailproxy01.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40 autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on lmailproxy01.edpnet.net Cc: Subject: Re: [maybe spam] Re: sysctl invalid argument 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: Wed, 11 Apr 2007 19:07:07 -0000 On Wednesday 11 April 2007 18:26:20 Kevin Kinsey wrote: > Beni wrote: > > Hi list, > > > > When reading through my dmesg, I found this sysctl error/message : sysctl > > : hw.acpi.cpu.cx_lowest : Invalid argument. Now there is no mention what > > so ever of that option in my /etc/sysctl.conf, so I didn't set it to C1 > > or anything else that seems to be invalid. So my question is : why (and > > where) is it set 2 times and why is it the second time with an invalid > > argument ? Neither the C1 nor the invalid argument seems to be doing any > > harm to the (good) workings of the system... > > Check /etc/defaults/rc.conf. > > HTH, > > Kevin Kinsey It seems a bit more complicated than that (to me at least...). I suppose it is related to this : http://monkey.org/freebsd/archive/freebsd-stable/200512/msg00530.html Thanks for the pointer ! Beni.