Goran Gajic <[EMAIL PROTECTED]> writes: > I've been using 6.0-RELEASE for some time now. I have one question > considering messages I see after hanging up my modem > connection. Whenever I disconnect from network (killall -9 pppd) I > see this message: > > kernel: sio0: 264 more interrupt-level buffer overflows (total 5370) > > I have tried both with nocrtscts and crtscts in /etc/ppp/options > but with no luck. What is causing this behavior?
Is there some reason you're using -9 instead of one of the signals recommended by the pppd(8) documentation? I would expect SIGTERM, for example, to close a lot more cleanly than SIGKILL... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
