From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2EE9CDB471 for ; Tue, 23 Jun 2026 15:57:11 +0000 (UTC) Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.24977.1782230228593981499 for ; Tue, 23 Jun 2026 08:57:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=lXY3Wbu4; spf=pass (domain: bootlin.com, ip: 185.246.85.4, mailfrom: mathieu.dubois-briand@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 452C94E40773; Tue, 23 Jun 2026 15:57:06 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id EBE24601C2; Tue, 23 Jun 2026 15:57:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7F292106C83D2; Tue, 23 Jun 2026 17:56:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1782230225; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=CNcHAyLnQ9aX7JceK7wIRtidBm2gX2/LxcjWorcgu6U=; b=lXY3Wbu4lHjLZHN+s5nzReEoWPMn3W/yaC/OTlUNy6zX/UwEOIdBSj3k1ZLQFALR6aQfYo AKWTKjHvV+AdxaJiAi9RS0Bo6Ay6YrjGg4W+viL5tELnHG9R0sUgs/mYFf8ys9H7ZuUJgN 65q4wSWNVWxbAFAaxBEuzUZPkjO0GhpNZQnDDp1AxjyQKz9wbfms/MPfbRDURVn3ktAh1q HKY1eaKNFmfTjEhQCuxCmWLTOV0SFjJJwbsqlITmZNrBBblcrGudmUERpXmrk1VvOyeWFy QUCUMXcPVD2Gh3h4BDDRxFQSTELQVA2ATJy6qHKm3EUUt8LfJvsRxOZCyqlXmA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 23 Jun 2026 17:56:57 +0200 Message-Id: Subject: Re: [oe-core][PATCHv4] xuser-account: convert to standard-user-account Cc: , , , , , From: "Mathieu Dubois-Briand" To: , , , , , X-Mailer: aerc 0.21.0-0-g5549850facc2 References: <20260622185227.3975860-1-rs@ti.com> In-Reply-To: <20260622185227.3975860-1-rs@ti.com> X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 23 Jun 2026 15:57:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239409 On Mon Jun 22, 2026 at 8:52 PM CEST, rs wrote: > From: Randolph Sapp > > Change this single xuser account template into a generic > standard-user-account that uses distro level variables for > configuration. > > This allows for seamless configuration of multiple out-of-box scripts > and tests across layers without having to implicitly hope that the > username or groups haven't been changed by a bbappend or recipe > override. > > This also adds a class and a variable to allow recipes to assert that > the user is in requested groups. > > This was proposed specifically to remove some issues highlighted in: > https://lists.openembedded.org/g/openembedded-core/message/230665 > > Signed-off-by: Randolph Sapp > --- Hi Randolph, We still have the errors: AssertionError: ssh exited with status '255' for command '['ssh', '-l', 'ro= ot', '-o', 'ServerAliveCountMax=3D2', '-o', 'ServerAliveInterval=3D30', '-o= ', 'UserKnownHostsFile=3D/dev/null', '-o', 'StrictHostKeyChecking=3Dno', '-= o', 'LogLevel=3DERROR', '192.168.7.4', 'export PATH=3D/usr/sbin:/sbin:/usr/= bin:/bin; export XDG_RUNTIME_DIR=3D/run/user/`id -u user`; export WAYLAND_D= ISPLAY=3Dwayland-1; wayland-info']': this is likely an SSH failure failed to create display: No such file or directory And: ERROR: weston-init-1.0-r1 do_package_write_rpm: File /srv/pokybuild/yocto-w= orker/oe-selftest-debian/build/build-st-1255660/tmp/work/qemux86_64-poky-li= nux/weston-init/1.0/recipe-sysroot/etc/passwd doesn't exist in sysroot! ERROR: weston-init-1.0-r1 do_package_write_rpm: Error executing a python fu= nction in exec_func_python() autogenerated: ... Exception: KeyError: 'getpwuid(): uid not found: 1000' https://autobuilder.yoctoproject.org/valkyrie/#/builders/25/builds/3995 https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/3956 https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/4125 https://autobuilder.yoctoproject.org/valkyrie/#/builders/23/builds/4186 Sorry :( --=20 Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com