You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ podman info
OS: darwin/arm64
provider: applehv
version: 5.3.1
Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM
Error: unable to connect to Podman socket: failed to connect: dial tcp 127.0.0.1:49380: connect: connection refused
And there is no podman machine in the list:
$ podman machine list
NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE
Use the podman machine init to create a VM:
$ podman machine init
Looking up Podman Machine image at quay.io/podman/machine-os:5.3 to create VM
Getting image source signatures
Copying blob 13b69bec7030 done|
Copying config 44136fa355 done|
Writing manifest to image destination
13b69bec70305ccd85d47a0bd6d2357381c957cf87dceb862427aace4b964a2b
Extracting compressed file: podman-machine-default-arm64.raw: done
Machine init complete
To start your machine run:
podman machine start
But when I start the VM, it's failed:
$ podman machine start
Starting machine "podman-machine-default"
Error: Get "http://localhost:50042/vm/state": dial tcp [::1]:50042: connect: exec format error
I have google this error, it says "The error exec format error when running podman machine start on an M1 Mac typically indicates an issue related to architecture compatibility. The M1 chip (Apple Silicon) is ARM-based, whereas some software, like Podman, might default to an x86_64 architecture, which can cause such issues.", but the machine init step got "quay.io/podman/machine-os:5.3" image support aarch64.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is the podman infos:
And there is no podman machine in the list:
Use the
podman machine init
to create a VM:But when I start the VM, it's failed:
I have google this error, it says "The error exec format error when running podman machine start on an M1 Mac typically indicates an issue related to architecture compatibility. The M1 chip (Apple Silicon) is ARM-based, whereas some software, like Podman, might default to an x86_64 architecture, which can cause such issues.", but the machine init step got "quay.io/podman/machine-os:5.3" image support aarch64.
Beta Was this translation helpful? Give feedback.
All reactions