Re: Software TKIP group rekeying and phase1 issue

2010-03-19 Thread Adrian Chadd
On 7 February 2010 06:39, Bernhard Schmidt wrote: >> Have you looked at other implementations? > > Doing that for all keys is probably right, have to test that. > > I did look at other implementation, they do zero out (tkip_ctx *)ctx inside > tkip_setkey() and restore part of its content from th

Re: kern/144844: [netgraph] souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd

2010-03-19 Thread brucec
Synopsis: [netgraph] souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd State-Changed-From-To: open->closed State-Changed-By: brucec State-Changed-When: Fri Mar 19 08:39:37 UTC 2010 State-Changed-Why: Closed at submitter's request. http://www.freebsd.or

Re: kern/144564: lltable grows too much

2010-03-19 Thread bz
Synopsis: lltable grows too much State-Changed-From-To: open->analyzed State-Changed-By: bz State-Changed-When: Fri Mar 19 08:53:31 UTC 2010 State-Changed-Why: The problem has actually crashed cluster machines (ipv6gw) already with panic: kmem_malloc(4096): kmem_map too small: 335544320 total all

nfsv4 client/server protocol prob err=10020

2010-03-19 Thread Martin Laabs
Hello, I currently try to set up a nfsv4 network at home. I have a server which acts as KDC and kerberos server (I know the security advices to not do that) and also as NFSv4 server. On the server I have the following lines in my rc.conf #NFS stuff rpcbind_enable="YES" nfsv4_server_enable="YE

Is this correct?

2010-03-19 Thread Ermal Luçi
Shouldn't this check be if (m->m_len > sizeof (struct ip)) { instead of if (m->m_len < sizeof (struct ip)) { in http://fxr.watson.org/fxr/source/netipsec/ipsec.c?im=excerpts#L595 Regards, -- Ermal ___ freebsd-net@freebsd.org mailing list http://lists

[patch] ng_netflow

2010-03-19 Thread Дмитрий Чупанов
Hello. I saw patches for ng_netflow to make netflow v9 there http://lists.freebsd.org/pipermail/freebsd-net/2009-September/022911.html What's state of this patches? Is this code included in freebsd? Or will be include in future release? ___ freebsd-net@fr

Please pay attention to fix bug kern/141285

2010-03-19 Thread Prokofyev S.P.
Hi ALL ! Please pay attention to fix bug kern/141285(kern/141843) ! Thank you very much! ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.or

Re: Please pay attention to fix bug kern/141285

2010-03-19 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010/03/19 07:40, Prokofyev S.P. wrote: > Hi ALL ! > > Please pay attention to fix bug kern/141285(kern/141843) ! Looking at the PR, it seems that Pyun have a patch against em(4) and there is some confirmation that it has fixed the issue. Did it

Re: Please pay attention to fix bug kern/141285

2010-03-19 Thread Prokofyev S.P.
On 19.03.2010 18:47, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010/03/19 07:40, Prokofyev S.P. wrote: Hi ALL ! Please pay attention to fix bug kern/141285(kern/141843) ! Looking at the PR, it seems that Pyun have a patch against em(4) and there is some confirma

Re: Please pay attention to fix bug kern/141285

2010-03-19 Thread Pyun YongHyeon
On Fri, Mar 19, 2010 at 04:40:44PM +0200, Prokofyev S.P. wrote: > Hi ALL ! > > Please pay attention to fix bug kern/141285(kern/141843) ! > igb(4) also has a similar issue but it seems igb(4) does not even advertise IFCAP_VLAN_HWFILTER capability. igb(4) may have to remove VLAN event handler or

Re: Please pay attention to fix bug kern/141285

2010-03-19 Thread Pyun YongHyeon
On Fri, Mar 19, 2010 at 10:44:50AM -0700, Pyun YongHyeon wrote: > On Fri, Mar 19, 2010 at 04:40:44PM +0200, Prokofyev S.P. wrote: > > Hi ALL ! > > > > Please pay attention to fix bug kern/141285(kern/141843) ! > > > > igb(4) also has a similar issue but it seems igb(4) does not even > advertise

Samba read speed performance tuning

2010-03-19 Thread Dan Naumov
On a FreeBSD 8.0-RELEASE/amd64 system with a Supermicro X7SPA-H board using an Intel gigabit nic with the em driver, running on top of a ZFS mirror, I was seeing a strange issue. Local reads and writes to the pool easily saturate the disks with roughly 75mb/s throughput, which is roughly the best t

Re: kern/144874: [if_bridge] [patch] if_bridge frees mbuf after pfil hooks returns non-zero

2010-03-19 Thread linimon
Old Synopsis: [patch] if_bridge frees mbuf after pfil hooks returns non-zero New Synopsis: [if_bridge] [patch] if_bridge frees mbuf after pfil hooks returns non-zero Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Mar 19 23:53:1

Re: kern/139117: [lagg] wlan boot timing (EBUSY)

2010-03-19 Thread David Horn
The following reply was made to PR kern/139117; it has been noted by GNATS. From: David Horn To: bug-follo...@freebsd.org, dhorn2...@gmail.com Cc: Subject: Re: kern/139117: [lagg] wlan boot timing (EBUSY) Date: Fri, 19 Mar 2010 20:59:19 -0400 --001485f7d62453ff1d048230f91d Content-Type: text

Re: Samba read speed performance tuning

2010-03-19 Thread Dan Naumov
On Fri, Mar 19, 2010 at 11:14 PM, Dan Naumov wrote: > On a FreeBSD 8.0-RELEASE/amd64 system with a Supermicro X7SPA-H board > using an Intel gigabit nic with the em driver, running on top of a ZFS > mirror, I was seeing a strange issue. Local reads and writes to the > pool easily saturate the disk

Re: kern/144874: [if_bridge] [patch] if_bridge frees mbuf after pfil hooks returns non-zero

2010-03-19 Thread Gleb Kurtsou
The following reply was made to PR kern/144874; it has been noted by GNATS. From: Gleb Kurtsou To: bug-follo...@freebsd.org, jacobmd...@comcast.net Cc: Subject: Re: kern/144874: [if_bridge] [patch] if_bridge frees mbuf after pfil hooks returns non-zero Date: Sat, 20 Mar 2010 03:50:04 +0200 [

Re: Samba read speed performance tuning

2010-03-19 Thread Gary Gatten
It MAY make a big diff, but make sure during your tests you use unique files or flush the cache or you'll me testing cache speed and not disk speed. - Original Message - From: owner-freebsd-questi...@freebsd.org To: freebsd-net@freebsd.org ; freebsd-questi...@freebsd.org ; FreeBSD-STABL

Re: Samba read speed performance tuning

2010-03-19 Thread Adam Vande More
On Fri, Mar 19, 2010 at 8:28 PM, Dan Naumov wrote: > Oh my god... Why did noone tell me how much of an enormous performance > boost vfs.zfs.prefetch_disable=0 (aka actually enabling prefetch) is. > My local reads off the mirror pool jumped from 75mb/s to 96mb/s (ie. > they are now nearly 25% fast

Re: kern/124225: [ndis] [patch] ndis network driver sometimes loses network connection

2010-03-19 Thread linimon
Synopsis: [ndis] [patch] ndis network driver sometimes loses network connection Responsible-Changed-From-To: cokane->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Mar 20 02:37:53 UTC 2010 Responsible-Changed-Why: returned to the pool by request (some time ago.) http:/

Re: kern/144882: MacBookPro =>4.1 does not connect to BSD in hostap with adapters based on ralink and used if_rum and if_ural drivers

2010-03-19 Thread brucec
Synopsis: MacBookPro =>4.1 does not connect to BSD in hostap with adapters based on ralink and used if_rum and if_ural drivers Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: brucec Responsible-Changed-When: Sat Mar 20 05:16:16 UTC 2010 Responsible-Changed-Why: Ove