-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysusers: remove adm
entries and start qemu disk failed with useradd: group 'adm' does not exist
#1524
Comments
useradd: group 'adm' does not exist
after removing adm
entriesadm
entries and start qemu disk failed with useradd: group 'adm' does not exist
Maybe it is related to coreos/ignition#1596, but seems a little different that I can ensure the |
There's layers of complexity here. systemd-sysusers was designed to run from the real root. But Ignition wants to configure things from the initramfs. Probably what we need to do first is add a systemd unit which keys off the firstboot and runs There's a distinct but slightly related problem in that it's quite common for things in the initramfs to reference user and groups and today many of those fail because we don't have |
Linking to #155. We should probably keep the conversation in a single place. |
OK sure, we can dedup on #155 |
Refer to coreos/rpm-ostree#49 (comment), do testing like this:
adm
line ingroup
andpasswd
adm
user and groupcosa run --devshell
Actual result:
Check that boot failed with log
useradd: group 'adm' does not exist
, and check/etc/group
hasadm
(but can not findadm
in/etc/passwd
, no idea where the user saved)The text was updated successfully, but these errors were encountered: