Comment 10 for bug 95210

Revision history for this message
Jeff Fortin Tam (kiddo) wrote :

hi. I have just experienced this bug. The end of my corrupt files look like this:
/sbin/getty 38400 tty2exec /sbin/getty 38400 tty2

It should be:
exec /sbin/getty 38400 tty2

notice how it is actually the same line but it got duplicated two times one after another. Wtf?
Also, my login prompt now appears in the middle of my boot process with an [OK] besides it, so it doesn't let me login since there are other processes starting after that. When everything is done, I can do ctrl-C twice to get another login prompt. Anyone knows why? How can I make it appear last?