Hello,
I do not receive a login prompt for my Ubuntu 8.04 linode in the console or lish. I suspect it may be due to the fact I'm using pv-grub. I tried entering a username and hitting enter to see if I'd be prompted for a password, but to no avail.
After reading
these three pages, I attempted the following:
Code:
# mknod /dev/hvc0 c 229 0
# cp /etc/event.d/tty1 /etc/event.d/hvc0
# vim /etc/event.d/hvc0
In
/etc/event.d/hvc0 I changed only the last line:
Code:
start on stopped rc2
start on stopped rc3
start on stopped rc4
start on stopped rc5
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
respawn
exec /sbin/getty 38400 hvc0
(I also tried exec /sbin/getty -8 38400 hvc0, but I admit my getty-fu is weak.)
Code:
# initctl stop tty1
# initctl start hvc0
The service starts without errors, but I still see receive no login prompts in the console or lish.
If it's of use to know,
here is the kernel config, provided by the linux-headers-2.6.24-26-xen package.