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
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
$ sudo ignite run weaveworks/ignite-ubuntu
INFO[0001] Created VM with ID "88bfb38dc1a1f917" and name "hidden-river"
INFO[0001] Networking is handled by "cni"
INFO[0001] Started Firecracker VM "88bfb38dc1a1f917" in a container with ID "ignite-88bfb38dc1a1f917"
FATA[0121] timeout waiting for ignite-spawn startup
$ sudo ignite ps -a
VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME
88bfb38dc1a1f917 weaveworks/ignite-ubuntu:latest weaveworks/ignite-kernel:5.10.51 4.0 GB 1 512.0 MB 2m23s ago Stopped hidden-river
There is no output from the ignited daemon while trying to start a VM with ignite. But a containerd process is started and it stays up, even after I remove the VM with ignite rm.
The text was updated successfully, but these errors were encountered:
NiklasRosenstein
changed the title
VM doesn't start up (or shuts down immediately)
VM doesn't start up (or shuts down immediately), timeout waiting fopr ignite-spawn startup
Jun 28, 2022
NiklasRosenstein
changed the title
VM doesn't start up (or shuts down immediately), timeout waiting fopr ignite-spawn startup
VM doesn't start up (or shuts down immediately), timeout waiting for ignite-spawn startup
Jun 28, 2022
Same problem here, getting the following error trying to start a VM:
$ ignite start 9b1fe3579ab94d29
FATA[0000] [ERROR ExistingFile--opt-cni-bin-loopback]: File /opt/cni/bin/loopback, does not exist
[ERROR ExistingFile--opt-cni-bin-bridge]: File /opt/cni/bin/bridge, does not exist
I'm trying to run an ignite VM on my dedicated server. I've followed the guide on https://ignite.readthedocs.io/en/stable/installation/.
The only thing that appears off to me here is that
ignite version
does not show a line with theRuntime
.Observed behavior
In one session:
In a parallel session:
There is no output from the
ignited
daemon while trying to start a VM withignite
. But acontainerd
process is started and it stays up, even after I remove the VM withignite rm
.What could be wrong?
Thanks for your help.
The text was updated successfully, but these errors were encountered: