Re: panic in dummynet

2011-03-24 Thread Sergey Kandaurov
On 21 March 2011 12:43, Sergey Kandaurov wrote: > Hi. > > This is a 8.1 box, not very much loaded. > It has two simple dummynet rules. > That's the first time it panics there. Any hints? > > db> x/s *panicstr > 0:      *** error reading from address 0 *** > db> bt > Tracing pid 0 tid 100116 td 0xf

Re: panic in dummynet

2011-03-24 Thread Luigi Rizzo
On Thu, Mar 24, 2011 at 12:02:03PM +0300, Sergey Kandaurov wrote: > On 21 March 2011 12:43, Sergey Kandaurov wrote: > > Hi. > > > > This is a 8.1 box, not very much loaded. > > It has two simple dummynet rules. > > That's the first time it panics there. Any hints? > > > > db> x/s *panicstr > > 0:

Re: kern/155597: [panic] Kernel panics with "sbdrop" message

2011-03-24 Thread Vladimir Kutakov
The following reply was made to PR kern/155597; it has been noted by GNATS. From: Vladimir Kutakov To: bug-follo...@freebsd.org, v...@ashmanov.com Cc: Subject: Re: kern/155597: [panic] Kernel panics with "sbdrop" message Date: Thu, 24 Mar 2011 12:35:34 +0300 We are looking into this problem a

Re: CFT: IPv6 DNS autoconfiguration (RFC6106 RDNSS and DNSSL)

2011-03-24 Thread J.R. Oldroyd
On Thu, 17 Mar 2011 13:45:14 -0400, "J.R. Oldroyd" wrote: > > I have implemented IPv6 DNS autoconfiguration using the method > described in RFC6106 which describes RDNSS and DNSSL options on > ICMPv6 router advertisements. > I see this has been downloaded a bunch of times in the last week. Any

The tale of a TCP bug

2011-03-24 Thread Doug Barton
http://blogmal.42.org/tidbits/tcp-bug.story $someone really needs to take a look at this. :) Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the righ

The tale of a TCP bug

2011-03-24 Thread Doug Barton
http://blogmal.42.org/tidbits/tcp-bug.story $someone really needs to take a look at this. :) Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the righ

Re: The tale of a TCP bug

2011-03-24 Thread John Baldwin
On Thursday, March 24, 2011 3:21:24 pm Doug Barton wrote: > http://blogmal.42.org/tidbits/tcp-bug.story > > $someone really needs to take a look at this. :) This is the same bug I reported back in February in this e-mail: http://lists.freebsd.org/pipermail/freebsd-net/2011-February/027892.html

Re: The tale of a TCP bug

2011-03-24 Thread John Baldwin
On Thursday, March 24, 2011 3:51:14 pm John Baldwin wrote: > On Thursday, March 24, 2011 3:21:24 pm Doug Barton wrote: > > http://blogmal.42.org/tidbits/tcp-bug.story > > > > $someone really needs to take a look at this. :) > > This is the same bug I reported back in February in this e-mail: > >

Re: The tale of a TCP bug

2011-03-24 Thread Stefan `Sec` Zehl
Hi, I just subscribed to this list, so sorry if I missed some previous discussion on this. On Thu, Mar 24, 2011 at 16:15 -0400, John Baldwin wrote: [...] > Otherwise, something like this may apply instead: > > Index: tcp_input.c > =