-
Notifications
You must be signed in to change notification settings - Fork 253
Description
General information
Running setup passes all checks, but VM gets stuck on booting during start and ssh can not connect to it.
VM is stuck on following screen not responding to sending any key sequence
Operating System
Linux 6.16.3-arch1-1
Hypervisor
KVM
Did you run crc setup
before crc start
?
yes
Running on
Laptop
Steps to reproduce
./crc setup && ./crc start -p secret-file.txt
CRC version
CRC version: 2.53.0+a6f712
OpenShift version: 4.19.3
MicroShift version: 4.19.0
CRC status
CRC VM: Running
OpenShift: Unreachable (v4.19.3)
Disk Usage: 0B of 0B (Inside the CRC VM)
Cache Usage: 62.53GB
Cache Directory: /home/bazyli/.crc/cache
CRC config
- consent-telemetry : no
Host Operating System
Arch Linux
Expected behavior
VM should boot or log some error
Actual behavior
VM is stuck in Booting screen
CRC Logs
> crc setup --log-level debug
DEBU CRC version: 2.53.0+a6f712
DEBU OpenShift version: 4.19.3
DEBU MicroShift version: 4.19.0
DEBU Running 'crc setup'
INFO Using bundle path /home/bazyli/.crc/cache/crc_libvirt_4.19.3_amd64.crcbundle
DEBU resolv.conf file path: /etc/resolv.conf
INFO Checking if running as non-root
INFO Checking if running inside WSL2
INFO Checking if crc-admin-helper executable is cached
DEBU Running '/home/bazyli/.crc/bin/crc-admin-helper-linux-amd64 --version'
DEBU Found crc-admin-helper-linux-amd64 version 0.5.5
DEBU crc-admin-helper executable already cached
INFO Checking if running on a supported CPU architecture
DEBU GOARCH is amd64 GOOS is linux
INFO Checking if crc executable symlink exists
DEBU lstat /home/bazyli/.crc/bin/crc: no such file or directory
INFO Creating symlink for crc executable
DEBU symlinking /home/bazyli/Downloads/crc-linux-2.53.0-amd64/crc to /home/bazyli/.crc/bin/crc
INFO Checking minimum RAM requirements
DEBU Total memory of system is 33063714816 bytes
INFO Check if Podman binary exists in: /home/bazyli/.crc/bin/oc
INFO Checking if Virtualization is enabled
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo
DEBU CPU virtualization flags are good
INFO Checking if KVM is enabled
DEBU Checking if /dev/kvm exists
DEBU /dev/kvm was found
INFO Checking if libvirt is installed
DEBU Checking if 'virsh' is available
DEBU 'virsh' was found in /usr/bin/virsh
DEBU Checking 'virsh capabilities' for libvirtd/qemu availability
DEBU Running 'virsh --readonly --connect qemu:///system capabilities'
DEBU Found x86_64 hypervisor with 'hvm' capabilities
INFO Checking if user is part of libvirt group
DEBU Checking if current user is part of the libvirt group
DEBU Current user is already in the libvirt group
INFO Checking if active user/process is currently part of the libvirt group
INFO Checking if libvirt daemon is running
DEBU Checking if libvirtd service is running
DEBU Running 'systemctl status virtqemud.socket'
DEBU Command failed: exit status 3
DEBU stdout: * virtqemud.socket - libvirt QEMU daemon socket
Loaded: loaded (/usr/lib/systemd/system/virtqemud.socket; disabled; preset: disabled)
Active: inactive (dead)
Triggers: * virtqemud.service
Listen: /run/libvirt/virtqemud-sock (Stream)
Aug 28 12:56:23 dwarf systemd[1]: Listening on libvirt QEMU daemon socket.
Aug 28 12:58:13 dwarf systemd[1]: virtqemud.socket: Deactivated successfully.
Aug 28 12:58:13 dwarf systemd[1]: Closed libvirt QEMU daemon socket.
Aug 28 13:00:03 dwarf systemd[1]: Listening on libvirt QEMU daemon socket.
Aug 28 13:03:17 dwarf systemd[1]: virtqemud.socket: Deactivated successfully.
Aug 28 13:03:17 dwarf systemd[1]: Closed libvirt QEMU daemon socket.
DEBU stderr:
DEBU virtqemud.socket is neither running nor listening
DEBU Running 'systemctl status libvirtd.socket'
DEBU libvirtd.socket is running
INFO Checking if a supported libvirt version is installed
DEBU Checking if libvirt version is >=8.0.0
DEBU Running 'virsh -v'
INFO Checking if crc-driver-libvirt is installed
DEBU Checking if crc-driver-libvirt-amd64 is installed
DEBU Running '/home/bazyli/.crc/bin/crc-driver-libvirt-amd64 version'
DEBU Found crc-driver-libvirt-amd64 version 0.13.10
DEBU crc-driver-libvirt-amd64 is already installed
INFO Checking crc daemon systemd service
DEBU Checking crc daemon systemd service
DEBU Checking if crc-daemon.service is running
DEBU Running 'systemctl --user status crc-daemon.service'
DEBU Command failed: exit status 3
DEBU stdout: * crc-daemon.service - CRC daemon
Loaded: loaded (/home/bazyli/.config/systemd/user/crc-daemon.service; bad; preset: enabled)
Active: inactive (dead)
TriggeredBy: * crc-http.socket
* crc-vsock.socket
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp 127.0.0.1:2222: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp 127.0.0.1:6443: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp [::]:443: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp [::]:80: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:35 dwarf systemd[1673]: Stopping CRC daemon...
Aug 28 13:39:35 dwarf systemd[1673]: Stopped CRC daemon.
DEBU stderr: Warning: The unit file, source configuration file or drop-ins of crc-daemon.service changed on disk. Run 'systemctl --user daemon-reload' to reload units.
DEBU crc-daemon.service is neither running nor listening
DEBU Checking if crc-daemon.service has the expected content
DEBU File not found: /home/bazyli/.config/systemd/user/crc-daemon.service: stat /home/bazyli/.config/systemd/user/crc-daemon.service: no such file or directory
INFO Setting up crc daemon systemd service
DEBU Setting up crc daemon systemd unit
DEBU Setting up crc-daemon.service
DEBU Creating /home/bazyli/.config/systemd/user/crc-daemon.service
DEBU Running 'systemctl --user daemon-reload'
DEBU Running 'systemctl --user status crc-daemon.service'
DEBU Command failed: exit status 3
DEBU stdout: * crc-daemon.service - CRC daemon
Loaded: loaded (/home/bazyli/.config/systemd/user/crc-daemon.service; static)
Active: inactive (dead)
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp 127.0.0.1:2222: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp 127.0.0.1:6443: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp [::]:443: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:20 dwarf crc[6577]: level=error msg="accept tcp [::]:80: use of closed network connection"
Aug 28 13:39:20 dwarf crc[6577]: @ - - [28/Aug/2025:13:39:20 +0200] "POST /network/services/forwarder/unexpose HTTP/1.1" 200 0
Aug 28 13:39:35 dwarf systemd[1673]: Stopping CRC daemon...
Aug 28 13:39:35 dwarf systemd[1673]: Stopped CRC daemon.
DEBU stderr:
DEBU crc-daemon.service is neither running nor listening
INFO Checking crc daemon systemd socket units
DEBU Checking crc daemon systemd socket units
DEBU Checking if crc-http.socket is running
DEBU Running 'systemctl --user status crc-http.socket'
DEBU Command failed: exit status 4
DEBU stdout:
DEBU stderr: Unit crc-http.socket could not be found.
DEBU crc-http.socket is neither running nor listening
DEBU crc-http.socket is not running
INFO Setting up crc daemon systemd socket units
DEBU Setting up crc daemon systemd socket units
DEBU Setting up crc-http.socket
DEBU Creating /home/bazyli/.config/systemd/user/crc-http.socket
DEBU Running 'systemctl --user daemon-reload'
DEBU Running 'systemctl --user status crc-http.socket'
DEBU Command failed: exit status 3
DEBU stdout: * crc-http.socket - CRC HTTP socket
Loaded: loaded (/home/bazyli/.config/systemd/user/crc-http.socket; enabled; preset: enabled)
Active: inactive (dead) since Thu 2025-08-28 13:39:45 CEST; 24s ago
Duration: 7.717s
Invocation: 7f76d9a96dcd4556a15b9e07bdb9c215
Triggers: * crc-daemon.service
Listen: /home/bazyli/.crc/crc-http.sock (Stream)
Aug 28 13:39:37 dwarf systemd[1673]: Listening on CRC HTTP socket.
Aug 28 13:39:45 dwarf systemd[1673]: Closed CRC HTTP socket.
DEBU stderr:
DEBU crc-http.socket is neither running nor listening
DEBU Starting crc-http.socket
DEBU Running 'systemctl --user enable crc-http.socket'
DEBU Running 'systemctl --user daemon-reload'
DEBU Running 'systemctl --user start crc-http.socket'
DEBU Setting up crc-vsock.socket
DEBU Creating /home/bazyli/.config/systemd/user/crc-vsock.socket
DEBU Running 'systemctl --user daemon-reload'
DEBU Running 'systemctl --user status crc-vsock.socket'
DEBU Command failed: exit status 3
DEBU stdout: * crc-vsock.socket - CRC vsock socket
Loaded: loaded (/home/bazyli/.config/systemd/user/crc-vsock.socket; enabled; preset: enabled)
Active: inactive (dead) since Thu 2025-08-28 13:39:45 CEST; 25s ago
Duration: 7.512s
Invocation: 8af2b22a3ab1424eb9fc24f84333d520
Triggers: * crc-daemon.service
Listen: vsock::1024 (Stream)
Aug 28 13:39:37 dwarf systemd[1673]: Listening on CRC vsock socket.
Aug 28 13:39:45 dwarf systemd[1673]: Closed CRC vsock socket.
DEBU stderr:
DEBU crc-vsock.socket is neither running nor listening
DEBU Starting crc-vsock.socket
DEBU Running 'systemctl --user enable crc-vsock.socket'
DEBU Running 'systemctl --user daemon-reload'
DEBU Running 'systemctl --user start crc-vsock.socket'
INFO Checking if vsock is correctly configured
DEBU Running 'getcap /home/bazyli/Downloads/crc-linux-2.53.0-amd64/crc'
DEBU vsock udev rule does not exist
INFO Setting up vsock support
INFO Using root access: Setting CAP_NET_BIND_SERVICE capability for /home/bazyli/Downloads/crc-linux-2.53.0-amd64/crc executable
DEBU Running '/usr/bin/sudo setcap cap_net_bind_service=+eip /home/bazyli/Downloads/crc-linux-2.53.0-amd64/crc'
INFO Using root access: Creating udev rule for /dev/vsock
INFO Using root access: Changing permissions for /etc/udev/rules.d/99-crc-vsock.rules to 644
DEBU Running '/usr/bin/sudo chmod 644 /etc/udev/rules.d/99-crc-vsock.rules'
INFO Using root access: Reloading udev rules database
DEBU Running '/usr/bin/sudo udevadm control --reload'
INFO Using root access: Loading vhost_vsock kernel module
DEBU Running '/usr/bin/sudo modprobe vhost_vsock'
INFO Using root access: Creating file /etc/modules-load.d/vhost_vsock.conf
INFO Using root access: Changing permissions for /etc/modules-load.d/vhost_vsock.conf to 644
DEBU Running '/usr/bin/sudo chmod 644 /etc/modules-load.d/vhost_vsock.conf'
INFO Checking if CRC bundle is extracted in '$HOME/.crc'
INFO Checking if /home/bazyli/.crc/cache/crc_libvirt_4.19.3_amd64.crcbundle exists
DEBU /home/bazyli/.crc/cache/crc_libvirt_4.19.3_amd64.crcbundle exists
Your system is correctly setup for using CRC. Use 'crc start' to start the instance
> ./crc start --cpus 6 --memory 16384 -p ./pull-secret.txt --log-level debug
DEBU CRC version: 2.53.0+a6f712
DEBU OpenShift version: 4.19.3
DEBU MicroShift version: 4.19.0
DEBU Running 'crc start'
DEBU Total memory of system is 33063714816 bytes
DEBU No new version available. The latest version is 2.53.0
DEBU file not found: /home/bazyli/.crc/machines/crc/.crc-exist
INFO Using bundle path /home/bazyli/.crc/cache/crc_libvirt_4.19.3_amd64.crcbundle
DEBU resolv.conf file path: /etc/resolv.conf
INFO Checking if running as non-root
INFO Checking if running inside WSL2
INFO Checking if crc-admin-helper executable is cached
DEBU Running '/home/bazyli/.crc/bin/crc-admin-helper-linux-amd64 --version'
DEBU Found crc-admin-helper-linux-amd64 version 0.5.5
DEBU crc-admin-helper executable already cached
INFO Checking if running on a supported CPU architecture
DEBU GOARCH is amd64 GOOS is linux
INFO Checking if crc executable symlink exists
INFO Checking minimum RAM requirements
DEBU Total memory of system is 33063714816 bytes
INFO Check if Podman binary exists in: /home/bazyli/.crc/bin/oc
INFO Checking if Virtualization is enabled
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo
DEBU CPU virtualization flags are good
INFO Checking if KVM is enabled
DEBU Checking if /dev/kvm exists
DEBU /dev/kvm was found
INFO Checking if libvirt is installed
DEBU Checking if 'virsh' is available
DEBU 'virsh' was found in /usr/bin/virsh
DEBU Checking 'virsh capabilities' for libvirtd/qemu availability
DEBU Running 'virsh --readonly --connect qemu:///system capabilities'
DEBU Found x86_64 hypervisor with 'hvm' capabilities
INFO Checking if user is part of libvirt group
DEBU Checking if current user is part of the libvirt group
DEBU Current user is already in the libvirt group
INFO Checking if active user/process is currently part of the libvirt group
INFO Checking if libvirt daemon is running
DEBU Checking if libvirtd service is running
DEBU Running 'systemctl status virtqemud.socket'
DEBU Command failed: exit status 3
DEBU stdout: * virtqemud.socket - libvirt QEMU daemon socket
Loaded: loaded (/usr/lib/systemd/system/virtqemud.socket; disabled; preset: disabled)
Active: inactive (dead)
Triggers: * virtqemud.service
Listen: /run/libvirt/virtqemud-sock (Stream)
Aug 28 12:56:23 dwarf systemd[1]: Listening on libvirt QEMU daemon socket.
Aug 28 12:58:13 dwarf systemd[1]: virtqemud.socket: Deactivated successfully.
Aug 28 12:58:13 dwarf systemd[1]: Closed libvirt QEMU daemon socket.
Aug 28 13:00:03 dwarf systemd[1]: Listening on libvirt QEMU daemon socket.
Aug 28 13:03:17 dwarf systemd[1]: virtqemud.socket: Deactivated successfully.
Aug 28 13:03:17 dwarf systemd[1]: Closed libvirt QEMU daemon socket.
DEBU stderr:
DEBU virtqemud.socket is neither running nor listening
DEBU Running 'systemctl status libvirtd.socket'
DEBU libvirtd.socket is running
INFO Checking if a supported libvirt version is installed
DEBU Checking if libvirt version is >=8.0.0
DEBU Running 'virsh -v'
INFO Checking if crc-driver-libvirt is installed
DEBU Checking if crc-driver-libvirt-amd64 is installed
DEBU Running '/home/bazyli/.crc/bin/crc-driver-libvirt-amd64 version'
DEBU Found crc-driver-libvirt-amd64 version 0.13.10
DEBU crc-driver-libvirt-amd64 is already installed
INFO Checking crc daemon systemd socket units
DEBU Checking crc daemon systemd socket units
DEBU Checking if crc-http.socket is running
DEBU Running 'systemctl --user status crc-http.socket'
DEBU crc-http.socket is running
DEBU Checking if crc-http.socket has the expected content
DEBU Checking if crc-vsock.socket is running
DEBU Running 'systemctl --user status crc-vsock.socket'
DEBU crc-vsock.socket is running
DEBU Checking if crc-vsock.socket has the expected content
INFO Checking if vsock is correctly configured
DEBU Running 'getcap /home/bazyli/Downloads/crc-linux-2.53.0-amd64/crc'
DEBU file not found: /home/bazyli/.crc/machines/crc/.crc-exist
INFO Loading bundle: crc_libvirt_4.19.3_amd64...
DEBU Using secret from configuration
INFO Creating CRC VM for OpenShift 4.19.3...
DEBU Found binary path at /home/bazyli/.crc/bin/crc-driver-libvirt-amd64
DEBU Launching plugin server for driver libvirt
DEBU Plugin server listening at address 127.0.0.1:35465
DEBU () Calling .GetVersion
DEBU Using API Version 1
DEBU () Calling .SetConfigRaw
DEBU () Calling .GetMachineName
DEBU (crc) Calling .GetMachineName
DEBU (crc) Calling .DriverName
DEBU Running pre-create checks...
DEBU (crc) Calling .PreCreateCheck
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="About to check libvirt version"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Validating storage pool"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Could not find storage pool 'crc', tryi
ng to create it"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Creating storage pool"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=info msg="Creating storage pool with XML <pool typ
e=\"dir\">\n <name>crc</name>\n <target>\n <path>/home/bazyli/.crc/machines/crc</path>\n </target>\n
</pool>"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Activating pool 'crc'"
DEBU (crc) Calling .GetConfigRaw
DEBU Creating machine...
DEBU (crc) Calling .Create
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Preparing /home/bazyli/.crc/machines/cr
c/crc.qcow2 for machine use"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="image creation took 32.752941ms"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Verifying executable bit set on /home/b
azyli/.crc/machines/crc"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Verifying executable bit set on /home/b
azyli/.crc/machines"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Verifying executable bit set on /home/b
azyli/.crc"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Verifying executable bit set on /home/b
azyli"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Verifying executable bit set on /home"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Defining VM..."
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Found x86_64 hypervisor with 'hvm' capa
bilities"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Found q35 machine type"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Found x86_64 hypervisor with 'hvm' capa
bilities"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Found q35 machine type"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="disk image capacity is already 33285996
544 bytes"
INFO Generating new SSH key pair...
INFO Generating new password for the kubeadmin user
DEBU Created /home/bazyli/.crc/machines/crc/.crc-exist
DEBU Machine successfully created
DEBU Making call to close driver server
DEBU (crc) Calling .Close
DEBU Successfully made call to close driver server
DEBU Making call to close connection to plugin binary
DEBU Found binary path at /home/bazyli/.crc/bin/crc-driver-libvirt-amd64
DEBU Launching plugin server for driver libvirt
DEBU Plugin server listening at address 127.0.0.1:37485
DEBU () Calling .GetVersion
DEBU Using API Version 1
DEBU () Calling .SetConfigRaw
DEBU () Calling .GetMachineName
DEBU (crc) Calling .GetBundleName
DEBU (crc) Calling .GetState
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Getting current state..."
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Fetching VM..."
INFO Starting CRC VM for openshift 4.19.3...
DEBU Updating CRC VM configuration
DEBU (crc) Calling .GetConfigRaw
DEBU (crc) Calling .Start
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Starting VM crc"
DEBU (crc) DBG | time="2025-08-28T13:41:24+02:00" level=debug msg="Validating storage pool"
DEBU (crc) Calling .GetConfigRaw
DEBU Waiting for machine to be running, this may take a few minutes...
DEBU retry loop: attempt 0
DEBU (crc) Calling .GetState
DEBU (crc) DBG | time="2025-08-28T13:41:25+02:00" level=debug msg="Getting current state..."
DEBU Machine is up and running!
DEBU (crc) Calling .GetState
DEBU (crc) DBG | time="2025-08-28T13:41:25+02:00" level=debug msg="Getting current state..."
INFO CRC instance is running with IP 127.0.0.1
DEBU Waiting until ssh is available
DEBU retry loop: attempt 0
DEBU Running SSH command: exit 0
DEBU Using ssh private keys: [/home/bazyli/.crc/machines/crc/id_ed25519 /home/bazyli/.crc/cache/crc_libvir
t_4.19.3_amd64/id_ecdsa_crc]
DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:44934->127.0.0.1:2222: read: conn
ection reset by peer, output:
DEBU error: Temporary error: ssh command error:
command : exit 0
err : ssh: handshake failed: read tcp 127.0.0.1:44934->127.0.0.1:2222: read: connection reset by peer
- sleeping 1s
DEBU retry loop: attempt 1
DEBU Running SSH command: exit 0
DEBU Using ssh private keys: [/home/bazyli/.crc/machines/crc/id_ed25519 /home/bazyli/.crc/cache/crc_libvir
t_4.19.3_amd64/id_ecdsa_crc]
DEBU SSH command results: err: ssh: handshake failed: read tcp 127.0.0.1:44936->127.0.0.1:2222: read: conn
ection reset by peer, output:
DEBU error: Temporary error: ssh command error:
command : exit 0
err : ssh: handshake failed: read tcp 127.0.0.1:44936->127.0.0.1:2222: read: connection reset by peer
- sleeping 1s
Additional context
A bit more context: I had previously been running crc on my arch install seamlessly. Obviously autoinstall features did not work as they do not handle pacman
install, but after figuring out proper dependencies it worked fine with checks passing.
It broke after recent upgrade where my kernel was upgraded and I had some conflicting python files for packages virt-install and virt-manager that I removed and reinstalled them (not sure if this matter).