/sbin/getty process causing 100% CPU utilization
Finally I also encountered this issue on a Ubuntu 12.10 Server
VPS.
But as I don't need any tty
(because I'm connecting by ssh
) I fixed it the hard way:
sudo rm /etc/init/tty*
sudo reboot
And it works pretty well! no more getty
process stuck.