INIT: Id “T0″ respawing too fast: disable for 5 minutes under Vyatta
Vyatta is a open source network operating system, upon install under the VirtualBox for testing purpose I notice a repeating error message.
INIT: Id “T0″ respawing too fast: disable for 5 minutes
After checking, find out the error is related to the serial port setting under Bios. To avoid seeing the message there are two option.
1. Correct the Bios setting
2. Disable the “getty” on ttyS0
To disable the “getty” on ttyS0, you need to issue the below command under Vyatta as root and reboot
vyatta@vyatta:~$ sudo sed -i ’s/T0/#T0/’ /etc/inittab
vyatta@vyatta:~$ reboot
or
vyatta@vyatta:~$ configure
vyatta@vyatta# delete system console
vyatta@vyatta# commit
vyatta@vyatta# save
[Solution#1]
[Solution#2]
I'm Loy and welcome to my blog. I'm an IT engineer which spend a lot time tinkering with technology, while away from work I enjoy capturing the moments and enjoying God's greatest gift - Appetite. Hope you find the information here useful or entertaining. Feel free to feedback about my blogs or give a shoutout.