-
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
Podman 4.1 machine init fails when run in C:\Windows\System32 #14416
Comments
@n1hility PTAL |
This is caused by executing The problem seems to be caused by the Dir function. I provided a fix that omits the use of this function: #14570. |
good catch @Clivar , I added a comment to the PR. |
…eys for `machine init` Signed-off-by: Clivar <[email protected]>
Fix: Use absolute path to WSL binary to create ssh keys for `machine init` on Windows (Issue #14416)
…eys for `machine init` Signed-off-by: Clivar <[email protected]>
Confirmed this works now. |
/kind bug
Description
Simple setup and machine initialization results in error and some warnings.
Steps to reproduce the issue:
Download podman 4.1.0 MSI for Window.
Execute "podman machine init" in command shell.
Describe the results you received:
Looks like error is fatal, because none of other podman command are working with message "Cannot connect to Podman...".
Describe the results you expected:
Running podman machine.
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/main/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: