Jonathan Lebon

Results 653 comments of Jonathan Lebon

http://www.projectatomic.io/blog/2018/06/building-kernel-modules-with-podman/

`alternatives` is in the base for FCOS, FSB, and FIoT. It is not in the RHCOS base but doesn't get pulled in by any extension we support. So IIUC and...

rpm-ostree implements a stricter more declarative model than dnf, where you provide an exact description of how the OS should be mutated, and rpm-ostree will ensure that new deployments match...

Likely the daemon is stuck somewhere. What does `journalctl -u rpm-ostreed` show? (Of course, you can force stop it with `systemctl stop rpm-ostreed` too, though would be good to know...

> A while ago we had this thread on systemd-devel: [lists.freedesktop.org/archives/systemd-devel/2021-February/046113.html](https://lists.freedesktop.org/archives/systemd-devel/2021-February/046113.html) > > Basically today we have zincati statically allocate a uid that is referenced from a polkit policy. Instead,...

> > So in this model, can any system service use LoadCredential in their systemd unit and gain full privileges? > > We can offer multiple sockets (credentials). IIUC, a...

When you do `override replace`, rpm-ostree will allow you to specify a package which already exists in the base at that specific NEVRA. The request is just "inactive". This means...

This is what `rdcore kargs` does, which it makes sense to have native support for in the rpm-ostree stack. Hmm, though I wonder if it should be in `ostree` instead...

Likely the daemon crashed. You can check the journal or coredumps. But yeah, the way overrides from Bodhi and Koji work is kinda simplistic right now and in this case...

This is likely an rpm issue. rpm-ostree uses libdnf, which mostly uses the rpm APIs for GPG key handling. > I do believe there's some chance of the error being...