Paul Holzinger
Paul Holzinger
As example we need to change this: ```diff diff --git a/cache_images/fedora_packaging.sh b/cache_images/fedora_packaging.sh index eec0719..f2601d2 100644 --- a/cache_images/fedora_packaging.sh +++ b/cache_images/fedora_packaging.sh @@ -64,6 +64,7 @@ INSTALL_PACKAGES=(\ fuse3 fuse3-devel gcc + gh git...
@mheon @baude PTAL
Are you using netavark with the firewalld driver? This driver is not recommend as it is super buggy see the other issue sin this repo. Regardless both of our own...
> Not entirely sure what you mean by this, what's being chained? netavark speaks rule layout 1 today, now you update netvavark to rule lyaout 2. It no longer understands...
> stop and start the podman You need more specific than that. IT is not clear what commands are used when this happens. In general I cannot see what podman...
podman machine starts/stops a wsl2 instance. I don't see how this relates to the remote desktop at all. I guess you can try to create your own wsl2 instance and...
https://learn.microsoft.com/en-us/windows/wsl/install Note podman machine requires wsl2
Executing journalctl would likely be your best option then. I would say this is likely out of scope for this project though.
Testing locally I see that mounts are supported and the default mounts should be the same with applehv so I don't see a reason why this should fail with krun
@slp on podman main, this is what I am using. ``` $ export CONTAINERS_MACHINE_PROVIDER=libkrun $ TMPDIR=/private/tmp make localmachine FOCUS="Volume ops" ``` But this works for me so there is something...