Path: utzoo!mnetor!uunet!husc6!bbn!uwmcsd1!ig!jade!saturn!haynes From: haynes@saturn.ucsc.edu ( Computer Center) Newsgroups: comp.unix.wizards Subject: login program and slow-scrolling terminals Message-ID: <1505@saturn.ucsc.edu> Date: 28 Dec 87 22:07:19 GMT Reply-To: haynes@ucscc.ucsc.edu (Jim Haynes - Computer Center) Organization: California State Home for the Weird Lines: 10 We run a port selector, which types a fair amount of message-of-the-day to the user's terminal; but this might happen even without a port selector. If the terminal is in a slow scrolling mode it can't always keep up with incoming characters at 2400 baud, so it will try to restrain input with ctrl-S, and follow with ctrl-Q when it catches up. We found this happening with the initial getty message and login: prompt. The result is that the user's login name is prefixed by ^S^Q and the first attempt to log in always fails. I'm wondering if there is any reason not to modify getty and login to strip out any funny characters in the login name.