Closed
Description
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
Labels
No labels