Serial line terminal size.

Rodney W. Grimes freebsd-rwg at pdx.rh.CN85.dnsmgr.net
Mon May 29 18:10:40 UTC 2017


[ Charset ISO-8859-2 unsupported, converting... ]
> On Mon, 2017-05-29 at 13:22 +0200, Ed Schouten wrote:
> > Hi Edward,
> > 
> > 2017-05-24 10:55 GMT+02:00 Edward Tomasz Napiera?a <trasz at freebsd.org
> > >:
> > > 
> > > There's a problem with serial consoles - after logging in, the
> > > terminal
> > > size is not set, ie it looks like this (notice the "0 rows; 0
> > > columns;"):
> > Wouldn't it make more sense for getty to set this up properly, as
> > opposed to putting it in all of the shell rc files?
> > 
> 
> I was thinking exactly the same thing a few days ago, but then I looked
> at the source code to getty and kinda backed away slowly and quietly,
> as one might do with any sleeping monster.

Now that I can agree with.   Getty has never been a friendly place.

I also think this belongs in Getty despite Warners concern that you
can not turn it off, as Getty alread does Termios stuff, which
you control via /etc/ttys, so there is a place to make a knob should
it be implemented in getty.

This is a specific issue to hardwired terminals, which is what
getty was written for.

It could also fixes the issues that I have pointed out in
https://reviews.freebsd.org/D10642 with col/row not being
reset between logins which yields the propose patch ineffective.

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the freebsd-hackers mailing list