Lish borked?
3 Replies
Are you running /sbin/init or the upstart thing in recent Ubuntu?
For an init setup, simply edit /etc/inittab and make sure a getty is listening on tty1. The other getty lines can be commented out. "init q" to apply the changes.
-Chris
# tty1 - getty
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5
stop on shutdown
respawn
exec /sbin/getty 38400 tty1
Save that as /etc/event.d/tty1 and then activate it to avoid restarting:
sudo start tty1