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 1L2QQ8-0001vN-AE for garchives@archives.gentoo.org; Tue, 18 Nov 2008 13:15:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE730E02D6; Tue, 18 Nov 2008 13:15:07 +0000 (UTC) Received: from eu1sys200aog109.obsmtp.com (eu1sys200aog109.obsmtp.com [207.126.144.127]) by pigeon.gentoo.org (Postfix) with ESMTP id 25AF6E02D6 for ; Tue, 18 Nov 2008 13:15:07 +0000 (UTC) Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob109.postini.com ([207.126.147.11]) with SMTP; Tue, 18 Nov 2008 13:15:04 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 29794DA7C for ; Tue, 18 Nov 2008 13:14:58 +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 C89604C43E for ; Tue, 18 Nov 2008 13:14:57 +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 CUA54652 (AUTH "raffaele belardi"); Tue, 18 Nov 2008 14:15:52 +0100 (CET) Message-ID: <4922C013.5000100@st.com> Date: Tue, 18 Nov 2008 14:16:03 +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: Re: [gentoo-amd64] Re: local not started? References: <49131D61.3070605@st.com> <20081106175658.7338f4e8@gentoo.org> <49140278.5050300@st.com> <49140BC6.2070701@st.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 375e9666-d1c4-4987-b421-51b83c275400 X-Archives-Hash: 005e96c56339a62c8b62b5ce5eb5dd52 Duncan wrote: > One easy thing to try, for debugging, is to cat the sys file immediately > before and after the echo/write. Of course, you'll want the system set (snip) > You can also try set -x (or -v) before, and set +x (or +v) after. Those > tend to be useful debugging tricks on anything bash script based, as the > initscripts are. I tried both, no hints. I also tried to turn off parallel startup, no change. I give up, I'll try to move the statement to the user startup script. raffaele