gvproxy missing from /usr/lib/podman
| Task Info (Flyspray) | |
|---|---|
| Opened By | Violet (Violettica) |
| Task ID | 79236 |
| Type | Bug Report |
| Project | Arch Linux |
| Category | Packages: Extra |
| Version | None |
| OS | All |
| Opened | 2023-07-29 00:26:36 UTC |
| Status | Assigned |
| Assignee | David Runge (dvzrv) |
| Assignee | Morten Linderud (Foxboron) |
Details
Description:
The following error message appears when attempting to run podman machine start on a fresh install.
Error: unable to start host networking: "could not find "gvproxy" in one of [/usr/local/libexec/podman /usr/local/lib/podman /usr/libexec/podman /usr/lib/podman]. To resolve this error, set the helper_binaries_dir key in the [engine] section of containers.conf to the directory containing your helper binaries."
This is due to the binary gvproxy being missing from /usr/lib/podman. Other helper binaries are there, but not gvproxy.
This resembles a similar issue that occurred on the brew repository: https://github.com/containers/podman/issues/12161
Additional info:
- package version: 4.6.0-1
Steps to reproduce:
- Install podman fresh.
- Run
podman machine init - Run
podman machine start