Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2010 07:13:30 -0700 (PDT)
From:      Zach Wilkinson <ztwilkinson@yahoo.com>
To:        freebsd-ia64@freebsd.org
Subject:   getty fails to prompt for login on ttyu0
Message-ID:  <260549.72604.qm@web31707.mail.mud.yahoo.com>

next in thread | raw e-mail | index | archive | help
On first boot off hard disk, kernel messages print to serial console and at the end it prints the time/date but no login prompt.

I SSH in as a standard user and I see getty is running on ttyu0:

$ ps awux |grep getty
root   1087  0.0  0.0  5584  2392  ??  I 0:20PM  :00.00 /usr/libexec/getty std.9600 ttyu0

And that config is reflected in /etc/ttys:

$ grep ttyu0 /etc/ttys
ttyu0   "/usr/libexec/getty std.9600"   vt100   on  secure

I believe the terminal (minicom) is configured correctly since I was able to interact with and complete the install over serial console. And system messages (su failures) continue to print to serial console.

However, I'm not able to get any direct response from input in serial console. And to make matters worse I didn't enable root auth over SSH, and I forgot to add my non-root account to the wheel group.

So, before I boot off CD, any recommendations on what else I should check?

Thanks,


      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?260549.72604.qm>