From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: guocai.he.cn@windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][walnascar][master][PATCH 1/1] libvirt: add groups of libvirt and virtlogin
Date: Mon, 19 May 2025 22:54:49 -0400 [thread overview]
Message-ID: <aCvu+dWQl2maF6p0@gmail.com> (raw)
In-Reply-To: <20250509065028.560826-1-guocai.he.cn@windriver.com>
merged.
Bruce
In message: [meta-virtualization][walnascar][master][PATCH 1/1] libvirt: add groups of libvirt and virtlogin
on 09/05/2025 guocai he via lists.yoctoproject.org wrote:
> From: Guocai He <guocai.he.cn@windriver.com>
>
> The systemd_sysusers_check logs:
> WARNING: wrlinux-image-std-1.0-r5 do_rootfs: Group libvirt has never been defined
> WARNING: wrlinux-image-std-1.0-r5 do_rootfs: Group virtlogin has never been defined
>
> This is because when libvirt is updated to v11.1.0, it involves:
> 2dd4f594ea tools: add sysusers file to create 'virtlogin' group
> 18f0160994 remote: add sysusers file to create 'libvirt' group
>
> To eliminate this warning, it is necessary to add these two groups.
>
> Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
> ---
> recipes-extended/libvirt/libvirt_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb
> index 4c6b3bdd..7d694ac1 100644
> --- a/recipes-extended/libvirt/libvirt_git.bb
> +++ b/recipes-extended/libvirt/libvirt_git.bb
> @@ -47,7 +47,7 @@ S = "${WORKDIR}/git"
>
> inherit meson gettext update-rc.d pkgconfig systemd useradd perlnative
> USERADD_PACKAGES = "${PN}"
> -GROUPADD_PARAM:${PN} = "-r qemu; -r kvm"
> +GROUPADD_PARAM:${PN} = "-r qemu; -r kvm; -r libvirt; -r virtlogin"
> USERADD_PARAM:${PN} = "-r -g qemu -G kvm qemu"
>
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9246): https://lists.yoctoproject.org/g/meta-virtualization/message/9246
> Mute This Topic: https://lists.yoctoproject.org/mt/112894514/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2025-05-20 2:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 6:50 [meta-virtualization][walnascar][master][PATCH 1/1] libvirt: add groups of libvirt and virtlogin guocai.he.cn
2025-05-20 2:54 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aCvu+dWQl2maF6p0@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=guocai.he.cn@windriver.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.