-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The path to gvproxy is hardcoded to /usr/libexec/podman #11531
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
machine
Comments
This is exclusively a problem on main. The v3.3 branch uses different logic, which I believe @baude is going to forward-port to the main branch. |
Oh, I didn't know you did development on the branch |
Duplicate of: Issue #11226 |
Apparently the debian packages still install in |
simnalamburt
added a commit
to simnalamburt/podman
that referenced
this issue
Sep 14, 2021
Closes containers#11531 [NO TESTS NEEDED] Signed-off-by: Hyeon Kim <simnalamburt@gmail.com>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Sep 16, 2021
Closes containers#11531 [NO TESTS NEEDED] Signed-off-by: Hyeon Kim <simnalamburt@gmail.com>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
machine
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The path is hardcoded, which becomes a problem on systems that don't have it.
Such as Debian (/usr/lib/podman) or macOS (/usr/local/bin). It should be config ?
Steps to reproduce the issue:
podman machine start
Describe the results you received:
Error: unable to start host networking: "start /usr/libexec/podman/gvproxy: no such file or directory"
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Looked like a known problem:
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
macOS
The text was updated successfully, but these errors were encountered: