Skip to content

rpm-ostree-2025.7 creates rpc group with wrong gid 978 #5353

Closed
@nikita-dubrovskii

Description

@nikita-dubrovskii

ext.config.files.fcos_groups fails because of wrong gid.

Despite /usr/lib/sysusers.d/10-static-extra.conf contains proper value g rpc 32, CoreOS system has 978:

[core@cosa-devsh ~]$ getent group rpc
rpc:x:978:

After some debugging found that during cosa build:

Checking out packages... done
⠁ Running systemd-sysusers...                                                                                                                                                                                                                                                                                                 
Creating group 'rpc' with GID 978.

Downgrading to rpm-ostree version 2025.6 workarounds it:

⠁ Running post scripts... systemd                          
systemd.post: Creating group 'rpc' with GID 32.         

....
$ cosa kola run ext.config.files.fcos_groups
=== RUN   ext.config.files.fcos_groups
--- PASS: ext.config.files.fcos_groups (26.37s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions