Re: kern/159768: [iwn] [panic] iwn_auth being called with wrong ni_chan

2011-08-14 Thread linimon
Synopsis: [iwn] [panic] iwn_auth being called with wrong ni_chan Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 14 21:00:27 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?p

Re: tcp failing to recover from a packet loss under 8.2-RELEASE?

2011-08-14 Thread Steven Hartland
- Original Message - From: "Lawrence Stewart" Here's my tweaked version of Andre's patch: http://people.freebsd.org/~lstewart/patches/misctcp/tcp_reass.c-logdebug%2bmissingsegment-20110811-lstewart.diff Still testing this and just noticed that the patch fails to compile when INVARIANT

Re: panic: m_uiotombuf: progress != total

2011-08-14 Thread Sergey Matveychuk
12.08.2011 20:55, Sergey Matveychuk wrote: Hi. Just after upgrade from 8.2 to 9.0 kernel panics: panic: m_uiotombuf: progress != total cpuid = 1 KDB: enter: panic [ thread pid 1194 tid 100132 ] Stopped at kdb_enter+0x3b: movq $0,0x913242(%rip) db> bt Tracing pid 1194 tid 100132 td 0xfe0005c

Re: kern/159629: [ipsec] [panic] kernel panic with IPsec in transport mode ; -current kernel

2011-08-14 Thread linimon
Old Synopsis: kernel panic with IPsec in transport mode ; -current kernel New Synopsis: [ipsec] [panic] kernel panic with IPsec in transport mode ; -current kernel Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 14 10:33:52

Re: kern/159603: [netinet] [patch] in_ifscrubprefix() - network route can be installed for interfaces marked down

2011-08-14 Thread linimon
Old Synopsis: [patch] in_ifscrubprefix() - network route can be installed for interfaces marked down New Synopsis: [netinet] [patch] in_ifscrubprefix() - network route can be installed for interfaces marked down Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linim

Re: kern/159602: [netinet] [patch] arp_ifscrub() is called even if IFF_NOARP flag is set

2011-08-14 Thread linimon
Old Synopsis: [path] arp_ifscrub() is called even if IFF_NOARP flag is set New Synopsis: [netinet] [patch] arp_ifscrub() is called even if IFF_NOARP flag is set Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 14 10:29:32 UTC

Re: kern/159621: [tcp] [panic] panic: soabort: so_count

2011-08-14 Thread linimon
Old Synopsis: [panic] panic: soabort: so_count New Synopsis: [tcp] [panic] panic: soabort: so_count Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Aug 14 10:24:24 UTC 2011 Responsible-Changed-Why: Appears to be tcp-related. ht

Re: new CARP implementation

2011-08-14 Thread Gleb Smirnoff
On Sat, Aug 13, 2011 at 07:32:06PM -0500, David Duchscher wrote: D> My two cents. D> D> We rely on the arp load balance feature. We certainly don't find it useless. Looking at ip load balancing, it would also mean that we would no longer be able to grow bandwidth with additional systems since

Re: new CARP implementation

2011-08-14 Thread Gleb Smirnoff
On Fri, Aug 12, 2011 at 11:04:14PM -0700, Rudy (bulk) wrote: R> > I'd like to present for review and early testing (for brave ones) R> > a new CARP implementation. R> R> Super! I'll use it but am not brave enough for alpha. Maybe beta. :) R> R> Will this support multiple VHID per interface?