Results 395 comments of Luca Bruno

For reference, I was starting from zero and trying to assemble this https://github.com/coreos/zincati/tree/v0.0.12/contrib/monitoring-mixins. I ended up basically just using `mixtool generate dashboards -d generated/dashboards/ mixin.libsonnet` but it's unclear to me...

/cc @philips I think this may be related to the current ongoing work for https://github.com/etcd-io/discovery.etcd.io.

Just a very quick note that outside of this context I also have some interest in `memfd` features, especially for the sealing part. I may eventually write a very small...

I had a brief look at it, and the implementation turned out to be quite quick: https://docs.rs/memfd. Feedback on API and bug reporting is welcome. I plan to add some...

Just for clarity, the above mentioned FS corruption is not strictly relevant to the feature request by itself.

> Of course these bindings could directly invoke via DBus too but that greatly increases the scope. That's the route we took with [go-systemd](https://github.com/coreos/go-systemd) and at least on the Go...

Ah, very likely. Although it seems we are also leaking a socket FD. I'm not looking into this for the moment, but let's do another check when ostree 2022.6 is...

Thanks for the report. It sounds like you are trying to commit a Unix socket (`S.gpg-agent.extra`), is that intended?

There is indeed a socket file in that image (`/tmp/img` is my temporary mountpoint): ``` $ sha256sum Manjaro-ARM-kde-plasma-rpi4-20.10.img f51969cc5fa1f777b53bef210820d904635c89e4ae430af0465744a553cb2fbe Manjaro-ARM-kde-plasma-rpi4-20.10.img $ find /tmp/img -name 'S.gpg-agent.extra' /tmp/img/etc/pacman.d/gnupg/S.gpg-agent.extra $ stat /tmp/img/etc/pacman.d/gnupg/S.gpg-agent.extra File:...

@abitrolly to the best of my knowledge, the socket file in the image is a leftover/mistake. As this is an inert image, there is no process anymore alive that can...