-
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
[Bug]: aarch64-darwin: podman installed from nixpkgs uses wrong path for edk2-aarch64-code.fd #17026
Comments
A friendly reminder that this issue had no activity for 30 days. |
Fixes containers#17026 Fixes NixOS/nixpkgs#169118 [NO NEW TESTS NEEDED] Related: NixOS/nixpkgs#163015 Signed-off-by: Nathan Henrie <[email protected]>
Fixes containers#17026 Fixes NixOS/nixpkgs#169118 [NO NEW TESTS NEEDED] Related: NixOS/nixpkgs#163015 Signed-off-by: Nathan Henrie <[email protected]>
Reopening, as the patch was reverted. |
@ashley-cui -- thank you kindly, I think this perhaps can be closed as I've found a reasonable workaround. At least it seems reasonable to me :) For whatever reason,
With either route, once one has a semi-durable path to |
Issue Description
podman 4.3.1 installed via nixpkgs, I get an error about the path to
edk2-aarch64-code.fd
uponpodman machine start
. Several prior related issues and PRs:podman machine init
fails on M1 Macbook Air with exit status 1 #12379podman machine
writes absolute QEMU path to the VM config #13394podman machine init
fails on M1 Macbook Air with exit status 1 #12379It looks like the current code requires minimal changes to work with nixpkgs -- just resolve the symlink to the real location of qemu in the nix path and everything works.
Steps to reproduce the issue
Steps to reproduce the issue
nix shell nixpkgs#podman
Describe the results you received
Error about path to
edk2-aarch64-code.fd
(sorry, now getting a different error about the socket -- will update this with the error output after a reboot).UPDATE:
Describe the results you expected
Podman starts
podman info output
$ podman --version podman version 4.3.1 `podman info` gives an error
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
No
Additional environment details
MacOS 13.1, nixpkgs 22.11
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: