Date: Thu, 30 Oct 1997 22:01:52 +1030 From: Mike Smith <mike@smith.net.au> To: Steve Milliner <steve@icis.qut.edu.au> Cc: freebsd-isp@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: modem transmision problems?? Message-ID: <199710301131.WAA00544@word.smith.net.au> In-Reply-To: Your message of "Thu, 30 Oct 1997 13:14:40 %2B1000." <199710300314.NAA11533@russell.icis.qut.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> Does anyone know (off the top of their heads) or experienced > problems with modem transmissions as follows: > > /kernel: sio3: 8 more tty-level buffer overflows How about you start by reading the sio(4) manpage? sio%d: tty-level buffer overflow. Problem in the application. Input has arrived faster than the given module could process it and some has been lost. Are you using user-mode ppp? If so, it sounds like the machine is heavily loaded and the ppp process is being starved of CPU for extended periods of time. mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710301131.WAA00544>