Huijing Hei

Results 42 comments of Huijing Hei

Hi @cgwalters, to drop `.socket` and `.service` units, should remove [ipc](https://github.com/coreos/bootupd/blob/main/src/ipc.rs) mode, make all subcommand working like `generate-install-metadata`, instead of creating connection with `ClientToDaemonConnection::new()`, `connect()`, `send()`, and `shutdown()`, is this...

Test failed with multiple EFIs in mirrored setups (using latest bootupd in copr build): ``` $ cosa run --add-disk 10G -B ../ign/mirror.bu --qemu-firmware uefi -m 4096 [root@cosa-devsh ~]# mount -o...

@cgwalters I can not access the console of the machine, do you have any way to update/sync the system BIOS time ?

This comes from an internal chat. From Jonathan there: > instead of doing an automated install, try passing an Ignition config that e.g. adds your SSH key and then SSH...

Manually install in the live environment, can install successfully. Looks that @cgwalters is right. From `System clock was stepped by 3895209.489901 seconds`, the time is synced by chronyd and can...

Check the test is passed without `ignition-ostree-sysusers.service` in https://github.com/coreos/fedora-coreos-config/pull/774, still not quite sure where the fix is. ``` $ kola run -E fedora-coreos-config --qemu-image rhcos-414.92.202310100209-0-qemu.x86_64.qcow2 ext.fedora-coreos-config.ignition.sysusers === RUN ext.fedora-coreos-config.ignition.sysusers ---...

Thanks @jmarrero @travier for the review, update the test script, might need re-review, thanks!

> Here is an example config that should fail: > > ``` > variant: fcos > version: 1.5.0 > storage: > files: > - path: /etc/foo > user: > name:...

Thanks @jlebon @travier for the reply. Does this script make sense? Can I understand that we support that the entries in Ignition configuration can reference the existed system users (see...

> could we add an external test that tries to create a file owned by a user in a `sysusers.d` dropin? (E.g. `zincati`) Thanks @jlebon for the review! Do you...