From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tyemw-0003mP-3D for openembedded-core@lists.openembedded.org; Fri, 25 Jan 2013 09:37:31 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 25 Jan 2013 00:21:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,536,1355126400"; d="scan'208";a="252237404" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by orsmga001.jf.intel.com with ESMTP; 25 Jan 2013 00:21:52 -0800 Message-ID: <5102423C.4010408@intel.com> Date: Fri, 25 Jan 2013 10:28:44 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Burton, Ross" References: <50FFFF81.8010203@communistcode.co.uk> <510102F4.70108@intel.com> <510124FE.6040901@intel.com> <51012A68.806@intel.com> <51013136.7040807@intel.com> In-Reply-To: Cc: openembedded-core@lists.openembedded.org Subject: Re: systemd: /run directory not created X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 08:37:32 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 01/24/2013 04:52 PM, Burton, Ross wrote: > On 24 January 2013 13:03, Radu Moisan wrote: >> ok, thanks Enrico, this clears the picture for me. >> Well then it looks like Jack's problems is coming from some other place. > No - /run needs to exist for the mount to happen, and there isn't a > /run in the filesystem. Whatever creates the root filesystem > structure should also create /run I guess. I agree, but what I meant was that my initial assumptions were wrong with concern to Jack's problem. I run it on qemu and /run is there. His problem related to /run creation while I was thinking about mounting issue. Radu