Colima hangs a short while after starting
- Lenguaje dominante
- Go
- Estrellas
- 30.8k
- Forks
- 613
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Description
Shortly after starting a colima instance it seem to hang, and I’m unable to ssh into the session
```
% colima -v start -t vz -c 8 -m 8 --mount /Volumes/Void:w --mount-type virtiofs --mount /Volumes/Stash:w --mount-type virtiofs --mount /Volumes/Vacuum:w --mount-type virtiofs
% colima list
PROFILE STATUS ARCH CPUS MEMORY DISK RUNTIME ADDRESS
default Running aarch64 8 8GiB 60GiB docker
# Roughly 5~10 minutes later
% colima ssh
FATA[0006] exit status 255
```
From `~/.lima/colima/ha.stderr.log` I see:
```
{"level":"error","msg":"write unixgram -\u003e: write: no buffer space available","time":"2022-12-30T11:24:42-08:00"}
{"level":"error","msg":"cannot receive packets from , disconnecting: cannot read size from socket: read unixgram -\u003e: use of closed network connection","time":"2022-12-30T11:24:42-08:00"}{"level":"error","msg":"virtual network error: \"cannot read size from socket: read unixgram -\u003e: use of closed network connection\"","time":"2022-12-30T11:24:42-08:00"}
```
- [ ]
### Version
Colima Version:
```
colima version HEAD-88390f5
git commit: 88390f54bceb72e248044aa3b452b64c676d99d1
```
Lima Version: `limactl version 0.14.2`
Qemu Version: `qemu-img version 7.2.0`
macOS Version: `13.1 22C65`
### Operating System
- [ ] macOS Intel <= 12 (Monterrey)
- [ ] macOS Intel >= 13 (Ventura)
- [ ] macOS M1 <= 12 (Monterrey)
- [X] macOS M1 >= 13 (Ventura)
- [ ] Linux
### Output of `colima status`
```
% colima status
FATA[0003] error retrieving current runtime: empty value
```
vm-type: `vz`
mount type: `virtiofs`
### Reproduction Steps
1. Start Colima
2. 3 Docker containers start
3. Wait about 5-10 minutes
### Expected behaviour
_No response_
### Additional context
_No response_
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.