Damiano Donati

Results 336 comments of Damiano Donati

Hey @mpl can you share your instance config?

Thanks, would you also be able to provider the revisions for all the packages you are using there? Basically the output of `gok sbom --format json` and the version of...

@mpl Actually I've now also been able to reproduce this on an arm64 gok vm -- ``` /tmp/breakglass4200758348 # podman run --rm -ti docker.io/library/debian:sid Trying to pull docker.io/library/debian:sid... Getting image...

For the record, it is only happening on the `gok vm` arm64 (tested on darwin). There it fails with bot the `github.com/gokrazy/kernel.arm64` kernel and the `github.com/gokrazy/kernel`. Works fine on the...

I went back in time and installed `github.com/gokrazy/kernel.arm64` `v6.16.9` there is an issue with that version as well but it is a different issue: `Error: plugin type="cni-nftables-firewall" failed (add): cni...

Extra fact, **using the host network works** (`podman run --rm -ti --net=host docker.io/library/debian:sid`) as it bypasses the CNI implementation and makes things work, which is probably why I never noticed...

> ok, I don't understand. Why was gok sbom showing some some go_mod_hashes the last time you asked me to do it, and why isn't it showing any this time?...

> Ah at least that's good news for me, because the whole point of me trying podman atm, is to experiment with hostapd, to turn the rpi into a (limited)...

Hey @mpl I have been testing some config changes to the `github.com/gokrazy/kernel.arm64` kernel, and after adding "a few" things, [this configuration](https://github.com/gokrazy/kernel.arm64/pull/77) is promising. I am able to make `podman run...

Have never used `kernel.rpi` myself as I have rpi4s only and they all work with `github.com/gokrazy/kernel` or `github.com/gokrazy/kernel.arm64` IIRC. So we would need to the same hunt I did for...