Podman version 5.3.2 is brocken, probably because of gvproxy dependency #5901
Unanswered
janwesterkamp
asked this question in
Everyday usage
Replies: 2 comments
-
I can confirm this, a workaround was to remove podman with brew and install it manually from the official website and follow the onboarding process that also install podman CLI. I have tried to provide a correct version of gvproxy, chmod the gvproxy folder, restart podman machine, nothing worked. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe it was fixed? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
After updating to podman 5.3.2 it's not being able to start the podman machine, see error:
Error: unable to connect to "gvproxy" socket at "/var/folders/q5/4w6x1frx61g34vnyhzmm5zsr0000gn/T/podman/podman-machine-default-gvproxy.sock"
According to the (closed) issue on the podman repo this mght be because of an newer (!), problematic version of gvproxy being used in homebrew:
containers/podman#25103
This was part of the recent update to the formula:
Homebrew/homebrew-core@9261d2e
I reproduced the porblem by uninstalling/installing podman and podman-desktop, deleteing the podman machine multiple times and deleting the configuration to have a new created when installing again - with no success.
At the end, I followed the official documentation and installed the official packages from podman (using the podman-desktop variant, this still installs podman 5.3.1) and was able to start the podman machine without issues.
So this is a workaound, but I think it need to be fixed here to keep the homebrew option usable.
Update step was podman version 5.3.1_1 to 5.3.2.
Brew info output (before uninstalling):
I also tried to create an issue regarding this bug, but it looks like I need to get rid of some unrelated warnings before being allowed to...
Beta Was this translation helpful? Give feedback.
All reactions