Open davidkuster opened 4 months ago
Wondering if this could be related: https://github.com/firecracker-microvm/firecracker-containerd/issues/325
$ cat /proc/sys/kernel/random/entropy_avail
$ sudo apt install haveged
$ sudo systemctl start haveged
$ sudo systemctl status haveged.service
https://docs.vultr.com/add-entropy-with-haveged-to-improve-cloud-server-randomness Also see https://gist.github.com/arcenet/24015f4e34a00bbaa8f3bcc64c1745e6
Asked in the Slack community.
sudo firecracker-containerd --config /etc/firecracker-containerd/config.toml
did not work.I tried a bunch of things, but I think I got it working after running this again:
I added the following to
/etc/containerd/firecracker-runtime.json
for more logging.Running
sudo modprobe vhost_vsock
might have changed the logs, but I’m not sure.Extra debug logs show this over and over during the timeout.
I’m trying to track down that error now, but there is almost nothing. The only other person on the entire internet that has this error is here https://forums.freebsd.org/threads/freebsd-way-into-the-clouds.92168/ and they gave up on firecracker.
Latest theory is that something crashes before it is able to connect to it.