[6597] in Kerberos
Re: Anyone know of fixes for these problems?
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Sun Feb 4 20:36:01 1996
To: kerberos@MIT.EDU
Date: 31 Jan 1996 23:08:46 -0500
From: kenh@cmf.nrl.navy.mil (Ken Hornstein)
In article <4eom5u$2vh@rosebud.sdsc.edu>,
Wayne Schroeder <schroede@number6.sdsc.edu> wrote:
>The following is a list of the more significant problems we currently
>see. For many of these, our best bet may be to wait for K5B6 and then
>work with that. But if localized mods are available in K5B5 or from
>the community, we may want to integrate those changes into our
>version.
While I don't know what the causes are of these other problems...
> Using ktelnet/ktelnetd logging into an Alpha, even after setting term
> to 'xterm', vi only displays 8 lines (altho 'man' and other programs
> recognize the correct size).
This sounds like the baud rate on the tty is getting set to a low value.
If vi sees that the baud rate is low (ie - 2400 baud), it only draws
part of the screen. The theory behind this is that is makes working via
slow lines easier. You might try using stty to check the baud rate of
the tty, and try tracing the problem back from there.
--Ken