From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eumx.net ([91.82.101.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U65hf-0002DY-21 for openembedded-core@lists.openembedded.org; Thu, 14 Feb 2013 21:47:00 +0100 Message-ID: <511D47B7.1010402@communistcode.co.uk> Date: Thu, 14 Feb 2013 20:23:19 +0000 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <50FFFF81.8010203@communistcode.co.uk> <510102F4.70108@intel.com> <510124FE.6040901@intel.com> <51012A68.806@intel.com> <51013136.7040807@intel.com> <5102423C.4010408@intel.com> <511CF540.6090302@communistcode.co.uk> <511D0669.6020903@communistcode.co.uk> <511D0951.4070406@communistcode.co.uk> In-Reply-To: <511D0951.4070406@communistcode.co.uk> Subject: Re: systemd: /run directory not created X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: ml@communistcode.co.uk List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 20:47:00 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/14/13 15:57, Jack Mitchell wrote: > On 14/02/13 15:44, Jack Mitchell wrote: >> On 14/02/13 15:31, Burton, Ross wrote: >>> On 14 February 2013 14:31, Jack Mitchell >>> wrote: >>>> Did this ever go anywhere? I have just tried again today with >>>> exactly the >>>> same result, all I did was change the DISTRO_FEATURES_INITMAN to >>>> systemd. >>> Odd, as I just built and booted a systemd image (core-image-sato, in >>> poky master), and it worked fine. >>> >>> Ross >> >> I have a custom distro definition that cuts a lot of features out. >> Can you find out which package is supposed to create run and I can >> check if it is pulled in properly on my setup? >> >> I think something must be assumed somewhere and I don't have the >> features enabled to trigger it. >> > > From a quick look it seems as though volatiles in initscripts-1.0 > should create the run directory if it's not found. However the > initscripts package doesn't get pulled in on my image at all, and I > can't see an equivalent in the systemd package Doing a manual ln -s var/run run on my mounted SD card gets systemd to the first [OK] part but then the board dies on me, it's a usb ftdi serial and even that connection gets wiped. I think there is something fundamentally wrong somewhere, which is causing the systemd setup to not execute properly, or the fact that there are minimal packages and minimal features in my distro image is causing the problem. What I will maybe try to do tomorrow is build a stock core-image-minimal with systemd, then remove distro features one by one and see if it breaks.