Chat transcript from IRC...
Code:
11:01 < anderiv> caker or mikegrb around?
11:01 <@caker> anderiv: hello
11:02 < anderiv> mornin'
11:02 < anderiv> have you seen any other reports of this: http://www.linode.com/forums/viewtopic.php?p=9241#9240
11:02 < anderiv> check the second to last post...
11:03 <@caker> ending at Starting Local problem?
11:03 < anderiv> caker: yep.
11:03 <@caker> They need to boot with init=/bin/bash and fix0r their /etc/inittab, methinks
11:04 <@caker> or, ssh in and fix it (if ssh is working)
11:04 < anderiv> ok - I'm actually seeing the same thing on one of my linodes.
11:04 < anderiv> I'll see if the inittab is borked.
11:04 < anderiv> (ssh is working, thankfully)
11:04 <@caker> What do your inittab lines look like? Something about tty/0 ?
11:04 <@caker> There should be only one. (line uncommented) :)
11:05 < anderiv> ahh yes - there are a bunch there uncommented.
11:06 <@caker> ok, you must have accepted etc-update changes then...
11:06 <@caker> What's one of them look like?
11:06 * anderiv shoots himself in the foot
11:06 < anderiv> #c2:2345:respawn:/sbin/agetty 38400 tty2 linux
11:06 <@caker> huh .. gentoo?
11:06 < anderiv> ...after commenting it out obviously
11:07 <@caker> comment the rest, and add: c0:2345:respawn:/sbin/agetty 38400 vc/0 linux
11:07 <@caker> then run: "init q"
11:07 < OvrLrd-Q> fgetty for the win
11:07 <@caker> a prompt should magically appear in Lish
11:07 < anderiv> no - shooting myself in the foot by accepting etc-updates.
11:07 < anderiv> thanks caker
11:07 < anderiv> I'll give that a try.
11:08 < anderiv> caker: bingo
11:08 <@caker> anderiv: oh, don't forget to add "vc/0" to your /etc/securetty file
11:09 < anderiv> worked like a charm
11:09 < anderiv> caker: it's already there.
11:09 <@caker> goodie
Hope that helps!