Jonathan Lebon

Results 653 comments of Jonathan Lebon

Even once we have ostree timeouts, I think we should have a timeout in Zincati too in case that fails. Maybe even have it restart `rpm-ostreed.service` when that happens, though...

> As a transitory measure, perhaps we can try starting to hardlink the content of `/usr/share/rpm/` under `/usr/lib/sysimage/rpm`. Could we also just replace the directory back to a symlink? That...

https://src.fedoraproject.org/rpms/hunspell-ru/pull-request/2

@cheese Please provide the output of `rpm-ostree status -v` and `rpm-ostree upgrade`. If you don't have any layering or overrides, yum repos should not be involved at all.

Didn't realize a lot of people were hitting this. This isn't actually hard to do, and we do something similar for override replacements already (https://github.com/coreos/rpm-ostree/pull/2863). Might take a look at...

> But here in the container flow, we would need to load the commit object, and...that doesn't yet have a precedent. It would make total sense to do so -...

> > Short-term though, WDYT on just continuing to read from the commit metadata? I don't think we're talking about a lot of code. > > Not using `initramfs-args` anymore...

This is happening right now when composing FCOS rawhide: ``` 08:44:07 Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.40 2022-04-14 08:44:07 Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.40 2022-04-14...

Looks like rpm-ostree doesn't support handling a new stateroot until there's at least one deployment in there. You can work around this using `ostree admin deploy --os=test1 ` for the...