Kai Lüke
Kai Lüke
It's apparently not working (anymore?) to modify an nss-provided group. A workaround could be to check if defining a systemd-userdbd user json works with a `memberOf` field to extend the...
There is probably a bug in systemd-userdb when trying to create a new user with it, we can't add it to a group nor does it work to define a...
@tormath1 found https://github.com/systemd/systemd/issues/24381 Can confirm that the .membership file works. It also works for regular users like `core`: ``` localhost /etc/userdb # echo > core:kvm.membership # touch does not work,...
The `systemd-journal` group is now a group like `docker`, so that should work out of the box in future Alphas. For `kvm` and others the workaround will still be needed...
> For `kvm` and others the workaround will still be needed (see [docs PR](https://github.com/flatcar/flatcar-docs/pull/297)), but maybe we can also include this workaround in Ignition as automatic fallback. Or rather use...
Will close now as I think we will address any issues without this ticket - I wonder if it was related to the vmdk corruption we found a workaround for.
We migrated the docs to use Butane now instead of CT.
I would say we can close this now. The `update.conf` values will best be written directly in the file through a Butane config from now on.
An idea could be to provide the .img qcow2 without wrapped compression by enabling the inline compression. This will reduce the file to half and as it's currently already only...
Reopened, focus is only on the .img qcow2 image as initially suggested, the .bin raw image should not be provided uncompressed, on-the-fly HTTP compression is also not considered.