From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ky7qo-0002La-2n for garchives@archives.gentoo.org; Thu, 06 Nov 2008 16:36:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C25E0130; Thu, 6 Nov 2008 16:36:52 +0000 (UTC) Received: from eu1sys200aog013.obsmtp.com (eu1sys200aog013.obsmtp.com [207.126.144.127]) by pigeon.gentoo.org (Postfix) with ESMTP id 4EA65E0130 for ; Thu, 6 Nov 2008 16:36:52 +0000 (UTC) Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob013.postini.com ([207.126.147.11]) with SMTP; Thu, 06 Nov 2008 16:36:49 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D794FDB10 for ; Thu, 6 Nov 2008 16:36:48 +0000 (GMT) Received: from mail1.agr.st.com (mail1.agr.st.com [164.130.4.71]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A83984C3B3 for ; Thu, 6 Nov 2008 16:36:48 +0000 (GMT) Received: from [164.130.17.81] (ws2912.agr.st.com [164.130.17.81]) by mail1.agr.st.com (MOS 3.8.7a) with ESMTP id CTW32680 (AUTH "raffaele belardi"); Thu, 6 Nov 2008 17:37:38 +0100 (CET) Message-ID: <49131D61.3070605@st.com> Date: Thu, 06 Nov 2008 17:37:53 +0100 From: Raffaele BELARDI User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20081015 SeaMonkey/1.1.12 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] local not started? X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 2bf31805-094f-49f3-ac4c-df0d552c45c8 X-Archives-Hash: cb49d141a3a61efcedcf40ccef67ffef I use the 'local' service to force the ignore_nice_load parameter to 0: # cat /etc/conf.d/local.start echo 0 > /sys/devices/system/cpu/cpu0/odemand/ignore_nice_load (not sure about the path, I am on another pc now) Recently I noticed that ignore_nice_load is still set to default 1 value, although the 'local' service apparently was started: # /etc/init.d/local start * WARNING: local has already been started. If I source the local.start from the shell, the value is correctly set. Any ideas why the the ignore_nice_load is not set to the value I want at boot? thanks, raffaele