Re: Freeze from pppd

2003-03-25 Thread Tod Oace
m, NULL); else rv = netisr_queue(isr, m); -if (rv) { +if (!rv) { if (sc->sc_flags & SC_DEBUG) if_printf(ifp, "input queue full\n"); ifp->if_iqdrops++; %%% -- Maxim Konovalov, [EMAIL PROTECTED], [EMAIL PROTECTED] --

Re: IPDIVERT problem?

2003-03-21 Thread Tod Oace
rewall and DUMMYNET to help narrow the problem down. -- Tod Oace <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Freeze from pppd

2003-03-19 Thread Tod Oace
On Wednesday, March 19, 2003, at 11:16 AM, Maxim Konovalov wrote: On 10:39-0800, Mar 19, 2003, Tod Oace wrote: The problem I'm having is that when an incoming ppp connectionattempt is made my FreeBSD 5.0 machine freezes up. I can't even get to the debugger with Ctrl-Alt-Esc like I no

Freeze from pppd

2003-03-19 Thread Tod Oace
mergemaster). I'm using a custom kernel which is almost GENERIC except for addition of ipfw and a couple other tweaks. Diff available on request. Problem is still there. Anyone have any ideas? Thanks... -- Tod Oace <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message