[Mono-dev] Newlines and startup scripts

Brian Crowell mono-devel at fluggo.com
Wed May 31 13:44:48 EDT 2006


Brian Crowell wrote:
> All right, so I'm a Linux n00b. So I don't have any clue whether what 
> I'm about to describe is purely a Linux issue or a Mono issue. Here's 
> what I've got.

Update: Definitely a Linux issue. This goes back to fun times with serial devices.

For anyone interested (and who didn't already know), the TTY devices in Linux 
still emulate serial devices, complete with stop bits, parities, baud rates, 
line-ending-translation, etc. Some getty programs, such as agetty, reset the 
terminal settings upon startup and then attempt to guess those settings after 
you've typed your login name and hit enter.

So my solution is just to disable agetty on the main terminal, and require 
anyone who wants to log in to switch to another terminal. That works for my 
solution. I'm sure there are other ways.

--Brian




More information about the Mono-devel-list mailing list