* Re: [OE-core] [PATCH] systemd: Password agents shouldn't be optional
[not found] <183ADB3BB2889EAC.12076@lists.openembedded.org>
@ 2025-05-04 18:12 ` Vyacheslav Yurkov
2025-05-12 15:32 ` Steve Sakoman
0 siblings, 1 reply; 2+ messages in thread
From: Vyacheslav Yurkov @ 2025-05-04 18:12 UTC (permalink / raw)
To: Openembedded-core; +Cc: steve
Do you think this change can be backported to scarthgap?
Slava
On 29.04.2025 19:46, Vyacheslav Yurkov via lists.openembedded.org wrote:
> From: Vyacheslav Yurkov <uvv.mail@gmail.com>
>
> If extra-utils package is not included in the image, you'll always see a
> warning that password agent is missing whenever you start/stop a service:
> Failed to execute /usr/bin/systemd-tty-ask-password-agent: No such file or directory
>
> Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
> ---
> meta/recipes-core/systemd/systemd_257.5.bb | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_257.5.bb b/meta/recipes-core/systemd/systemd_257.5.bb
> index 2a18445eba..acf97517a9 100644
> --- a/meta/recipes-core/systemd/systemd_257.5.bb
> +++ b/meta/recipes-core/systemd/systemd_257.5.bb
> @@ -602,26 +602,16 @@ FILES:${PN}-extra-utils = "\
> ${bindir}/systemd-cgls \
> ${bindir}/systemd-cgtop \
> ${bindir}/systemd-stdio-bridge \
> - ${base_bindir}/systemd-ask-password \
> - ${base_bindir}/systemd-tty-ask-password-agent \
> ${base_sbindir}/mount.ddi \
> ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \
> - ${systemd_system_unitdir}/systemd-ask-password-console.path \
> - ${systemd_system_unitdir}/systemd-ask-password-console.service \
> - ${systemd_system_unitdir}/systemd-ask-password-wall.path \
> - ${systemd_system_unitdir}/systemd-ask-password-wall.service \
> - ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-console.path \
> - ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \
> ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \
> ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \
> - ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \
> ${nonarch_libdir}/systemd/systemd-resolve-host \
> ${nonarch_libdir}/systemd/systemd-ac-power \
> ${nonarch_libdir}/systemd/systemd-activate \
> ${nonarch_libdir}/systemd/systemd-measure \
> ${nonarch_libdir}/systemd/systemd-pcrphase \
> ${nonarch_libdir}/systemd/systemd-socket-proxyd \
> - ${nonarch_libdir}/systemd/systemd-reply-password \
> ${nonarch_libdir}/systemd/systemd-sleep \
> ${nonarch_libdir}/systemd/system-sleep \
> ${systemd_system_unitdir}/systemd-hibernate.service \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#215684): https://lists.openembedded.org/g/openembedded-core/message/215684
> Mute This Topic: https://lists.openembedded.org/mt/112524855/4455192
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [uvv.mail@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [OE-core] [PATCH] systemd: Password agents shouldn't be optional
2025-05-04 18:12 ` [OE-core] [PATCH] systemd: Password agents shouldn't be optional Vyacheslav Yurkov
@ 2025-05-12 15:32 ` Steve Sakoman
0 siblings, 0 replies; 2+ messages in thread
From: Steve Sakoman @ 2025-05-12 15:32 UTC (permalink / raw)
To: Vyacheslav Yurkov; +Cc: Openembedded-core
On Sun, May 4, 2025 at 11:12 AM Vyacheslav Yurkov <uvv.mail@gmail.com> wrote:
>
> Do you think this change can be backported to scarthgap?
This is not a clean cherry-pick for scarthgap.
Feel free to prepare, test, and submit a version of this patch for scarthgap.
Thanks,
Steve
> On 29.04.2025 19:46, Vyacheslav Yurkov via lists.openembedded.org wrote:
> > From: Vyacheslav Yurkov <uvv.mail@gmail.com>
> >
> > If extra-utils package is not included in the image, you'll always see a
> > warning that password agent is missing whenever you start/stop a service:
> > Failed to execute /usr/bin/systemd-tty-ask-password-agent: No such file or directory
> >
> > Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
> > ---
> > meta/recipes-core/systemd/systemd_257.5.bb | 10 ----------
> > 1 file changed, 10 deletions(-)
> >
> > diff --git a/meta/recipes-core/systemd/systemd_257.5.bb b/meta/recipes-core/systemd/systemd_257.5.bb
> > index 2a18445eba..acf97517a9 100644
> > --- a/meta/recipes-core/systemd/systemd_257.5.bb
> > +++ b/meta/recipes-core/systemd/systemd_257.5.bb
> > @@ -602,26 +602,16 @@ FILES:${PN}-extra-utils = "\
> > ${bindir}/systemd-cgls \
> > ${bindir}/systemd-cgtop \
> > ${bindir}/systemd-stdio-bridge \
> > - ${base_bindir}/systemd-ask-password \
> > - ${base_bindir}/systemd-tty-ask-password-agent \
> > ${base_sbindir}/mount.ddi \
> > ${systemd_system_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.path \
> > - ${systemd_system_unitdir}/systemd-ask-password-console.path \
> > - ${systemd_system_unitdir}/systemd-ask-password-console.service \
> > - ${systemd_system_unitdir}/systemd-ask-password-wall.path \
> > - ${systemd_system_unitdir}/systemd-ask-password-wall.service \
> > - ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-console.path \
> > - ${systemd_system_unitdir}/sysinit.target.wants/systemd-ask-password-wall.path \
> > ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase.path \
> > ${systemd_system_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.path \
> > - ${systemd_system_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path \
> > ${nonarch_libdir}/systemd/systemd-resolve-host \
> > ${nonarch_libdir}/systemd/systemd-ac-power \
> > ${nonarch_libdir}/systemd/systemd-activate \
> > ${nonarch_libdir}/systemd/systemd-measure \
> > ${nonarch_libdir}/systemd/systemd-pcrphase \
> > ${nonarch_libdir}/systemd/systemd-socket-proxyd \
> > - ${nonarch_libdir}/systemd/systemd-reply-password \
> > ${nonarch_libdir}/systemd/systemd-sleep \
> > ${nonarch_libdir}/systemd/system-sleep \
> > ${systemd_system_unitdir}/systemd-hibernate.service \
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#215684): https://lists.openembedded.org/g/openembedded-core/message/215684
> > Mute This Topic: https://lists.openembedded.org/mt/112524855/4455192
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [uvv.mail@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-12 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <183ADB3BB2889EAC.12076@lists.openembedded.org>
2025-05-04 18:12 ` [OE-core] [PATCH] systemd: Password agents shouldn't be optional Vyacheslav Yurkov
2025-05-12 15:32 ` Steve Sakoman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.