From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id E387E6FFD8 for ; Fri, 13 May 2016 12:44:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4DCi8x2008558; Fri, 13 May 2016 13:44:45 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id S2amr0XeksPv; Fri, 13 May 2016 13:44:45 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4DCihLj008773 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 13 May 2016 13:44:44 +0100 Message-ID: <1463143483.9746.93.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj , openembedded-core@lists.openembedded.org Date: Fri, 13 May 2016 13:44:43 +0100 In-Reply-To: <5a9b3251f88611b241b8ef714465ff283a68d62d.1462987863.git.raj.khem@gmail.com> References: <2e51e9b5fb3911436afc1becd5feb9351b896fa4.1462987863.git.raj.khem@gmail.com> <5a9b3251f88611b241b8ef714465ff283a68d62d.1462987863.git.raj.khem@gmail.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 19/42] systemd: Create missing sysusers offline X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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, 13 May 2016 12:44:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2016-05-11 at 10:35 -0700, Khem Raj wrote: > Some system users which are needed by systemd components were missing > create these users knobbed with relevant packageconfig > > Signed-off-by: Khem Raj > --- > meta/recipes-core/systemd/systemd_229.bb | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) This still breaks on the autobuilder so I dropped it from -next: https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/b uilds/759 Cheers, Richard