kernel panic while using tcpdump

2008-01-11 Thread Bartosz Giza
Hi, We are using a lot of i386 computers as routers for out network. All of those routers are using FreeBSD from 4.x to 7.x (exept 5.x) We are having problem with kernel panic on routers based on 6.x and 7.x while using tcpdump or trafshow. It is not that always we got kernel panics. We got

Re: kernel panic while using tcpdump

2008-01-11 Thread Kris Kennaway
Bartosz Giza wrote: Hi, We are using a lot of i386 computers as routers for out network. All of those routers are using FreeBSD from 4.x to 7.x (exept 5.x) We are having problem with kernel panic on routers based on 6.x and 7.x while using tcpdump or trafshow. It is not that always we got

Coverity problems?

2008-01-11 Thread Ivan Voras
Hi, I got a link to this article via ACM TechNews: http://www.informationweek.com/story/showArticle.jhtml?articleID=205600229%0Acid=RSSfeed_IWK_All Linux came in with far fewer defects than average as did a number of other open source projects. The version 2.6 of the Linux kernel had a

Re: Coverity problems?

2008-01-11 Thread Warren Block
On Fri, 11 Jan 2008, Mark Linimon wrote: On Fri, Jan 11, 2008 at 09:12:27PM +0100, Ivan Voras wrote: These numbers seem strange and out of proportion. I know there has been prior cooperation with Coverity - is this just old data? IIRC Coverity is not tracking our use of their software, at

Re: Coverity problems?

2008-01-11 Thread Mark Linimon
On Fri, Jan 11, 2008 at 09:12:27PM +0100, Ivan Voras wrote: These numbers seem strange and out of proportion. I know there has been prior cooperation with Coverity - is this just old data? IIRC Coverity is not tracking our use of their software, at least in those statistics. Someone was

Re: Coverity problems?

2008-01-11 Thread Sam Leffler
Mark Linimon wrote: On Fri, Jan 11, 2008 at 09:12:27PM +0100, Ivan Voras wrote: These numbers seem strange and out of proportion. I know there has been prior cooperation with Coverity - is this just old data? IIRC Coverity is not tracking our use of their software, at least in those

Re: Coverity problems?

2008-01-11 Thread Christian Brueffer
On Fri, Jan 11, 2008 at 02:57:04PM -0600, Mark Linimon wrote: On Fri, Jan 11, 2008 at 09:12:27PM +0100, Ivan Voras wrote: These numbers seem strange and out of proportion. I know there has been prior cooperation with Coverity - is this just old data? IIRC Coverity is not tracking our use

netgraph question

2008-01-11 Thread Subhash Gopinath
Hello folks, I am looking at writing an application program to tap certain ipv6 packets (say icmpv6) using netgraph. The application has to do some processing, before kernel can proceed with those packets. I have vaguely understood netgraph, and I see that I need a ng_socket node in the

Re: netgraph question

2008-01-11 Thread Lawrence Stewart
Hi Subhash, Subhash Gopinath wrote: Hello folks, I am looking at writing an application program to tap certain ipv6 packets (say icmpv6) using netgraph. The application has to do some processing, before kernel can proceed with those packets. I have vaguely understood netgraph, and I see that