alpine auth.err getty[3453]: tcgetattr: I/O error^M
- Langage dominant
- Go
- Étoiles
- 30.8k
- Forks
- 613
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Describe the Bug
A clear and concise description of what the bug is.
`/var/log/messages` is spammed with:
```
May 21 13:17:20 alpine auth.err getty[3453]: tcgetattr: I/O error^M
May 21 13:17:30 alpine daemon.info init: process '/sbin/getty -L 0 ttyS0 vt100' (pid 3453) exited. Scheduling for restart.
May 21 13:17:31 alpine daemon.info init: starting pid 3454, tty '/dev/ttyS0': '/sbin/getty -L 0 ttyS0 vt100'
```
Every 10s or so.
### Version
#### Colima Version:
```
colima version development
git commit: unknown
runtime: docker
arch: aarch64
client: v20.10.14
server: v20.10.11
```
What is the output of `colima version`
#### Lima Version:
```
limactl version 0.10.0
```
What is the output of `limactl --version`
#### Qemu Version
What is the output of `qemu-img --version`
```
qemu-img version 7.0.0
Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers
```
### Operating System
- [ ] macOS Intel
- [x] macOS m1
- [ ] Linux
### To Reproduce
Steps to reproduce the behavior:
1. `colima start`
2. `colima ssh -- sudo tail -f /var/log/messages`
### Expected behavior
A clear and concise description of what you expected to happen.
### Additional context
Add any other context about the problem here.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
L’issue concerne une erreur de getty sur la console série dans une VM Alpine Linux gérée par Colima. Commencez par examiner la configuration de la VM dans la base de code de Colima, probablement dans la configuration de la VM lima. Cherchez comment ttyS0 est configuré et pourquoi getty échoue avec une erreur d’I/O. Consultez les logs avec 'colima ssh -- sudo tail -f /var/log/messages' pour observer le schéma. Il est nécessaire de comprendre la configuration de la console série Linux et son interaction avec QEMU.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- go, linux, shell
- Domaine
- cli, operating-systems
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100