Subject: Re: enabling serial logins on 1.5.2 i386
To: Wayne Cuddy <wcuddy@crb-web.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 12/15/2001 16:03:37
On Sat, 15 Dec 2001, Wayne Cuddy wrote:

>
> Can someone please let me in on the secret to enabling direct serial (not
> modem) logins on NetBSD.  I can't seem to get the local flag in the /etc/ttys
> to work.  The getty process always blocks on open()...

I use one of these as the first argument to "getty" (put the following
in "/etc/gettytab"):

vt.9600|vt420-9600:\
        :sp#9600:i0#2f02:i1#2f02:
vt.19200|vt420-19200:\
        :sp#19200:i0#2f02:i1#2f02:
vt.38400|vt420-38400:\
        :sp#38400:i0#2f02:i1#2f02:


Frederick