The ttys can't start automatically

Asked by wu bin

I've never modified the /etc/init/tty[1-6] or any related files,but recently I found the console doesn't display login prompt as it did.
I know the ttys start after the termination of the job rc.According to the initctl list's output,the rc job's status is stop and the tty1-6 are the same.I don't konw why.Can anyone tell me how to fix it?

Question information

Language:
English Edit question
Status:
Solved
For:
upstart Edit question
Assignee:
No assignee Edit question
Solved by:
wu bin
Solved:
Last query:
Last reply:
Revision history for this message
wu bin (wugesm) said :
#1

I modified the /etc/init/sysinit-rc.conf:

start on filesystem #and net-device-up IFACE=lo

The # is added by me.Everything then looks well as before.But I don't know which process emits the event "net-device-up" or why it can not been emitted.Maybe the udev bridge is something wrong?