-
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
compatibility with coreutils on apple silicon #12329
Comments
are you saying that podman machine failed to init? or subsequent podman commands do not work. |
podman machine fails to init because it calls if coreutils are installed imho the solution would be to call the system dd directly via |
Installing GNU tools without the "g" prefix breaks all kinds of stuff |
Fixes containers#12329 [NO NEW TESTS NEEDED] podman machine Signed-off-by: Michael Rödel <[email protected]>
right, that's a thing about how brew deals with coreutils... |
Makes sense to me. |
Fixes containers#12329 [NO NEW TESTS NEEDED] podman machine Signed-off-by: Michael Rödel <[email protected]>
/kind bug
Description
podman machine does not create/start when coreutils are installed on mac
Steps to reproduce the issue:
brew install coreutils
podman machine init
Describe the results you received:
Describe the results you expected:
podman machine to be initialized
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman --version
:Output of
podman info --debug
:Package info
brew list
: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
Additional environment details (AWS, VirtualBox, physical, etc.):
MacBook Pro (14-inch, 2021)
Chip: Apple M1 Pro
Memory: 32 GB
macOS Monterey: 12.0.1 (21A559)
Tested Workaround:
Possible causes:
podman/pkg/machine/qemu/options_darwin_arm64.go
Lines 25 to 29 in 8430ffc
The text was updated successfully, but these errors were encountered: