From owner-freebsd-hackers Sat Aug 2 23:27:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA07718 for hackers-outgoing; Sat, 2 Aug 1997 23:27:31 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA07713 for ; Sat, 2 Aug 1997 23:27:29 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wuu8H-0003Pu-00; Sat, 2 Aug 1997 23:27:13 -0700 Date: Sat, 2 Aug 1997 23:27:12 -0700 (PDT) From: Tom Samplonius To: Charles Henrich cc: freebsd-hackers@freebsd.org Subject: Re: tty-level buffer overflows In-Reply-To: <19970803010946.06461@crh.cl.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 3 Aug 1997, Charles Henrich wrote: > I've searched the FreeBSD archives over and over, and all I find is dozens of > complaints of this error (I too am seeing it: > > sio0: 1081 more tty-level buffer overflows (total 3960) > sio0: 526 more tty-level buffer overflows (total 4486) > sio0: 532 more tty-level buffer overflows (total 5018) > sio0: 2784 more tty-level buffer overflows (total 7802) > sio0: 9439 more tty-level buffer overflows (total 17241) > sio0: 677 more tty-level buffer overflows (total 17918) > > But no resolutions.. Because of this I cannot use the serial ports on my > FreeBSD box.. does anyone have any solutions? Dozens of complaints? Generally the above is caused by a poor UART, and and an overloaded CPU. I've seen it with p2p links, when the link dies but the application (in this case a stupid UDP app) keeps pumping data. Since it has no place to go, so the kernel throws it aways, and prints a warning. I've never seen that error in normal operation. I see some overruns on 115200 bps ppp connection to 3COM ISDN TA. But this was only a 486 that is running a lot of stuff, and should be upgraded to a faster CPU. > -Crh > > Charles Henrich Michigan State University henrich@msu.edu > > http://pilot.msu.edu/~henrich > > Tom