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 Oct 11, 2023. It is now read-only.
If users have installed ros to the disk via ros install, there will be no problem, because of the rancher.autologin items will be removed.
If users boot an instance via docker-machine, they will hit this issue.
This is because ttyS0 and ttyS1 are not a tty sometimes, we can check the syslog:
$ tail -f /var/log/syslog
Oct 18 05:22:59 test-respawn agetty[1764]: /dev/ttyS1: not a tty
Oct 18 05:23:09 test-respawn agetty[1765]: /dev/ttyS0: not a tty
Oct 18 05:23:09 test-respawn agetty[1766]: /dev/ttyS1: not a tty
Oct 18 05:23:19 test-respawn agetty[1767]: /dev/ttyS0: not a tty
Oct 18 05:23:19 test-respawn agetty[1768]: /dev/ttyS1: not a tty
RancherOS Version: (ros os version)
v1.4.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
vSphere
On hosts that don't one or two serial ports connected, the following errors are logged in
/var/log/boot/respawn.log
every 10 seconds.The ISO and many of the other images enable autologin for one or multiple serial ports by default.
Possible fix: Check if the serial port device is actually connected to a hardware device before adding to respawn.conf.
os/cmd/control/console_init.go
Line 244 in 6a676a9
The text was updated successfully, but these errors were encountered: