Re: wpa_supplicant wpa peap gtc connection - gtc failing?

2012-08-17 Thread Adrian Chadd
Is there any reason we don't build with that option? Adrian ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: System doesn't detect unplugged network cable and doesn't set interface up properly with DHCP

2012-08-17 Thread Peter Jeremy
On 2012-Aug-17 11:48:17 -0400, John Baldwin wrote: >Hmm, I think I see the issue. It doesn't export the existing lease info to >the script when running the FAIL action. I just tested this change and it >removed the old IP on my laptop when I tested it just now. I did some investigating during t

Re: bin/137641: ifconfig(8): various problems with "vlan_device.vlan_id" syntax

2012-08-17 Thread Garrett Cooper
The following reply was made to PR bin/137641; it has been noted by GNATS. From: Garrett Cooper To: bug-follo...@freebsd.org, vladimir.shebalden...@gmail.com Cc: Subject: Re: bin/137641: ifconfig(8): various problems with "vlan_device.vlan_id" syntax Date: Fri, 17 Aug 2012 13:53:55 -0700 On

Re: bin/137641: ifconfig(8): various problems with "vlan_device.vlan_id" syntax

2012-08-17 Thread Garrett Cooper
The following reply was made to PR bin/137641; it has been noted by GNATS. From: Garrett Cooper To: bug-follo...@freebsd.org, vladimir.shebalden...@gmail.com Cc: Subject: Re: bin/137641: ifconfig(8): various problems with "vlan_device.vlan_id" syntax Date: Fri, 17 Aug 2012 13:07:45 -0700

Re: System doesn't detect unplugged network cable and doesn't set interface up properly with DHCP

2012-08-17 Thread John Baldwin
On Tuesday, August 14, 2012 8:31:51 pm Peter Jeremy wrote: > On 2012-Jul-13 11:20:36 -0700, Yuri wrote: > >On 07/13/2012 02:48, Peter Jeremy wrote: > >> This is a bug in dhclient - see PR bin/166656, which includes a fix. > > > >I think this PR addresses part of the problem: dhclient doesn't exit

Re: a query in mb_free_ext()

2012-08-17 Thread John Baldwin
On Thursday, August 16, 2012 11:33:12 pm Vijay Singh wrote: > Does anyone here understand this bit of code in mb_free_ext()? > > /* Free attached storage if this mbuf is the only reference to it. */ > if (*(m->m_ext.ref_cnt) == 1 || > atomic_fetchadd_int(m->m_ext.ref_c

Re: ixgbe rx & tx locks

2012-08-17 Thread John Baldwin
On Thursday, August 16, 2012 5:40:35 pm Jack Vogel wrote: > Thanks John, am seeing this, just busy on another matter, will get to it > asap. Vijay, can you test this to see if it helps with your test case? > Jack > > > On Thu, Aug 16, 2012 at 2:36 PM, John Baldwin wrote: > > > On Thursday, Au

Re: 82574L hangs (with r233708 e1000 driver).

2012-08-17 Thread Barney Cordoba
--- On Thu, 8/9/12, Jason Wolfe wrote: > From: Jason Wolfe > Subject: Re: 82574L hangs (with r233708 e1000 driver). > To: "Barney Cordoba" > Cc: "Konstantin Belousov" , j...@freebsd.org, "Jack > Vogel" , "John Baldwin" , > n...@freebsd.org > Date: Thursday, August 9, 2012, 7:31 PM > On Thu,

Re: wpa_supplicant wpa peap gtc connection - gtc failing?

2012-08-17 Thread Da Rock
On 08/17/12 17:38, Bernhard Schmidt wrote: On Fri, Aug 17, 2012 at 3:40 AM, Da Rock wrote: I'm trying to access a uni network using wpa-peap with GTC authentication, and no matter what I've tried it fails. I've come across the same error in most of my logs: "phase2 request: NAK type 6". I hav

Re: wpa_supplicant wpa peap gtc connection - gtc failing?

2012-08-17 Thread Bernhard Schmidt
On Fri, Aug 17, 2012 at 3:40 AM, Da Rock wrote: > I'm trying to access a uni network using wpa-peap with GTC authentication, > and no matter what I've tried it fails. > > I've come across the same error in most of my logs: "phase2 request: NAK > type 6". I haven't tried GTC myself, though, I know

Re: wpa_supplicant wpa peap gtc connection - gtc failing?

2012-08-17 Thread Adrian Chadd
What the hell is type 6? Does our wpa_supplicant even support that? I've never seen or heard of GTC authentication.. adrian On 16 August 2012 18:40, Da Rock wrote: > I'm trying to access a uni network using wpa-peap with GTC authentication, > and no matter what I've tried it fails. > > I've c