Subject: Re: tty problems with current netbsd
To: None <port-sparc64@NetBSD.org>
From: None <sigsegv@rambler.ru>
List: port-sparc64
Date: 03/12/2005 17:26:15
Martin Husemann wrote:
> On Sat, Mar 12, 2005 at 02:50:48PM +0000, sigsegv@rambler.ru wrote:
> 
>>Setting tty flags.
>>sys_ioctl: _IOW('t', 92, 4) returned -1: pid=87 comm=ttyflags
>>
>>When it gets to the login promt, the keyboard does not seem to work at all.
> 
> 
> This is both fallout from our current transition to wscons, sorry about
> the problems.
> 
> You can remove machfb, wsdisplay and wskbd from your kernel config file
> temporarily as a workaround.
> 
> Martin
> 

Would this problem also affect the way CTRL-C terminates a program? I'm 
noticing that when I'm logged in via ssh and then run something like 
'vmstat 1' pressing CTRL-C has no effect, i.e. it does not terminate 
running program. On the other hand if I run curses 'top' and press 
CTRL-C it terminates. Weird.