"dbus-daemon[306]: Failed to drop supplementary groups: Operation not permitted" is reported after commit [1] is merged. And this is a warning message, and it is expected when calling process is not a privileged process, refer [2].
[1] https://gitlab.freedesktop.org/dbus/dbus/-/commit/760cb1e418f9749ac942d8435a3f7273a1679345 [2] https://gitlab.freedesktop.org/dbus/dbus/-/blob/main/dbus/dbus-sysdeps-util-unix.c?ref_type=heads#L350 Signed-off-by: Changqing Li <[email protected]> --- meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt b/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt index f91abbc941..08759cf082 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt +++ b/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt @@ -14,6 +14,9 @@ Failed to find URL:http://ipv6.connman.net/online/status.html # x86 on 6.6+ outputs this message, it is informational, not an error ACPI: _OSC evaluation for CPUs failed, trying _PDC +# This is a warning since dbus-daemon is not a privileged process +Failed to drop supplementary groups: Operation not permitted + # These should be reviewed to see if they are still needed dma timeout can\'t add hid device: -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232238): https://lists.openembedded.org/g/openembedded-core/message/232238 Mute This Topic: https://lists.openembedded.org/mt/118109194/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
