Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!elbereth!rutgers!im4u!ut-sally!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: Reboot problems on 750 Message-ID: <1830@utah-gr.UUCP> Date: Sun, 19-Oct-86 13:47:20 EDT Article-I.D.: utah-gr.1830 Posted: Sun Oct 19 13:47:20 1986 Date-Received: Tue, 21-Oct-86 21:57:32 EDT References: <93@its63b.ed.ac.uk> Reply-To: thomas@utah-gr.UUCP (Spencer W. Thomas) Organization: University of Utah CS Dept Lines: 15 Keywords: console hangs in mid reboot This question has already been answered several times in this group, to my knowledge. Apparently it bears repeating again. The problem is that the console tty is running slower than the output data is being sent to it. When its internal buffer fills up, it sends a ^S, later it sends a ^Q. Since the tty driver hasn't been "started" yet, the ^S is still in the (hardware) input buffer and the ^Q is dropped. When the console driver becomes active it reads the ^S and dutifully stops output until a character is typed. A solution is to lower the baud rate of your console interface or to get a console that can print faster. -- =Spencer ({ihnp4,decvax}!utah-cs!thomas, thomas@utah-cs.ARPA)