- Bruce Evans's Original Message -
> On Mon, 13 Nov 2000, John W. De Boskey wrote:
>
> >When the following command is run as root:
> >
> > /usr/obj/usr/src/libexec/getty/getty std.38400 ttyd1
> >
> >the call to login_tty() fails in the opentty() function:
> >
> > else {
On Mon, 13 Nov 2000, John W. De Boskey wrote:
>When the following command is run as root:
>
> /usr/obj/usr/src/libexec/getty/getty std.38400 ttyd1
>
>the call to login_tty() fails in the opentty() function:
>
> else {
> login_tty(i);
> return 1;
Hi,
I've been working on serial ports/consoles the last few days
and have run into what I consider a bug in getty (-current)..
When the following command is run as root:
/usr/obj/usr/src/libexec/getty/getty std.38400 ttyd1
the call to login_tty() fails in the opentty() function: