Re: Kernel panic with ipfw pipes

2000-11-25 Thread Bosko Milekic


  Gentlemen,

I'm holding up on committing this as we speak as I believe the
  counter manipulations become illegal following the ifq locking commits.
  This is good as it will give us an opportunity/bigger reason to review
  this code further before making a commit.
Feel free to use the diff for yourselves for now.

  Cheers,
  Bosko.

On Sun, 26 Nov 2000, Clive Lin wrote:

> Hi,
> 
> This works ! I was the dummynet victim due to dummynet, but now
> I'm saved :-) Hopes this to be committed soon.
> 
> On Thu, Nov 23, 2000 at 11:40:19AM +0800, Bosko Milekic wrote:
> >   Please try this patch and report:
> > 
> >   http://people.freebsd.org/~bmilekic/ip_pipe.diff
> 
> -- 
> CirX - This site doesnt' exist.
> 9c  k9o h9 s1bg s1f, 7v  .y xqx a  sj m8r ffg1 vg5 a6 asox tmul h38.
> ant sj m8r ob ? 1fj mwby a1 tao vg5. soq df v' .a. CirX.
> 
> 


  Bosko Milekic
  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel panic with ipfw pipes

2000-11-25 Thread Clive Lin

Hi,

This works ! I was the dummynet victim due to dummynet, but now
I'm saved :-) Hopes this to be committed soon.

On Thu, Nov 23, 2000 at 11:40:19AM +0800, Bosko Milekic wrote:
>   Please try this patch and report:
> 
>   http://people.freebsd.org/~bmilekic/ip_pipe.diff

-- 
CirX - This site doesnt' exist.
9c  k9o h9 s1bg s1f, 7v  .y xqx a  sj m8r ffg1 vg5 a6 asox tmul h38.
ant sj m8r ob ? 1fj mwby a1 tao vg5. soq df v' .a. CirX.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel panic with ipfw pipes

2000-11-23 Thread Russell Vincent

On Wed, Nov 22, 2000 at 09:19:41PM -0500, Bosko Milekic wrote:
> > The attached kernel panic occurs when a connection is made that
> > would pass through an ipfw pipe configured as:

>   Please try this patch and report:
> 
>   http://people.freebsd.org/~bmilekic/ip_pipe.diff

That seems to have done the trick. The new structure also makes sense
when viewed in the kgdb context.

Thanks
 -Russell



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel panic with ipfw pipes

2000-11-22 Thread Bosko Milekic


  Hi,

  Please try this patch and report:

  http://people.freebsd.org/~bmilekic/ip_pipe.diff

  joe, it appears that this commit:

  Revision 1.114 / (download) - annotate - [select for diffs], Sun Oct 29
  01:05:07 2000 UTC (3 weeks, 4 days ago) by joe 
  Changes since 1.113: +7 -3 lines
  Diff to previous 1.113 (colored)

  Count per-address statistics for IP fragments.

  Requested by:   ru
  Obtained from:  BSD/OS

  is the cause of the crashes...

  joe, please verify that this is the correct fix and let me know so that I
  can commit.

On Wed, 22 Nov 2000, Russell Vincent wrote:

> The attached kernel panic occurs when a connection is made that
> would pass through an ipfw pipe configured as:
> 
> ipfw add 1000 pipe 1 tcp from any 119 to any out
> ipfw add 1001 pipe 2 tcp from any to any 119 in
> ipfw pipe 1 config bw 64Kbit/s
> ipfw pipe 2 config bw 64Kbit/s
> 
> I can reproduce this at will (and have the vmcore), so if anyone needs
> more details, just let me know.
> 
> This is -current of a few days ago (18th Nov 2000, if I recall correctly).
> 
>  -Russell

  Thanks,
  Bosko Milekic
  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message