Re: getty bug when run by hand

2000-11-14 Thread John W. De Boskey
- 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 {

Re: getty bug when run by hand

2000-11-14 Thread Bruce Evans
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;

getty bug when run by hand

2000-11-13 Thread John W. De Boskey
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: