From owner-freebsd-current@freebsd.org Fri Oct 16 18:37:35 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F16B6A17C78 for ; Fri, 16 Oct 2015 18:37:35 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CF3DC1F18 for ; Fri, 16 Oct 2015 18:37:35 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id CC50DA17C76; Fri, 16 Oct 2015 18:37:35 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1E83A17C75; Fri, 16 Oct 2015 18:37:35 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-lf0-x231.google.com (mail-lf0-x231.google.com [IPv6:2a00:1450:4010:c07::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37DC51F17; Fri, 16 Oct 2015 18:37:35 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by lffz202 with SMTP id z202so1125861lff.3; Fri, 16 Oct 2015 11:37:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=iH6Tmy4k7pZkbr41riYOcHITUGXDVSrKSG1D0VCNcKs=; b=vHsBIcfWFYpJveEIydNp195jq4lp3atXXh3otlL9xEsyOElWt3QPI9y66amit0mS5H JOvtULdAeX3A0YWFVGKz/6LmiEXl48nIrH7XfLXz88t9mYMTRwTAwe21XfsXzCDnbWNE zbtvZppt3M3z/U1P9lPYjIekb/qQ9u/bJNuCnyUXLaegwFhBRXn9wyYTWO7K3IBYEFNB AZ2o+yKTB9bFYXhEh6vdKLj1ecRLjR/owC3D/Yyh4P+CKq/NY/j7tcWEG1IX7FDZmEqn meDYSCYt5AjKwzOohJFtZDD6KWpThfCs771EKhK8p6Dtaw3aFL6uLXDeAa1zfGJnR3GT rAIw== MIME-Version: 1.0 X-Received: by 10.25.22.149 with SMTP id 21mr4873567lfw.8.1445020653057; Fri, 16 Oct 2015 11:37:33 -0700 (PDT) Received: by 10.25.82.77 with HTTP; Fri, 16 Oct 2015 11:37:33 -0700 (PDT) In-Reply-To: References: <1444798812.3234.58.camel@me.com> Date: Fri, 16 Oct 2015 20:37:33 +0200 Message-ID: Subject: Re: CFT: wpa_supplicant/hostapd 2.5 From: Nikolay Denev To: Adrian Chadd Cc: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= , Rui Paulo , FreeBSD Current , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 18:37:36 -0000 Done : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203827 --Nikolay On Fri, Oct 16, 2015 at 8:30 PM, Adrian Chadd wrot= e: > Hm, please file a bug with this? having hostapd break with > net.bpf.zerocopy_enable is (a) bad, but (b) very reproducable. :) > > > -a > > > On 16 October 2015 at 11:25, Nikolay Denev wrote: >> I've noticed hostapd getting stuck in pcap_next() which led me to >> check some net.bpf sysctls, as I was running with >> net.bpf.zerocopy_enable=3D1. >> When disabled hostapd works again for multiple clients. >> >> >> --Nikolay >> >> On Fri, Oct 16, 2015 at 8:20 PM, Nikolay Denev wrote: >>> I'm not sure yet if this is related but I've just upgraded to latest >>> 10-stable from svn and I'm also seeing issues. >>> Running hostapd in foreground like this : /usr/sbin/hostapd -P >>> /var/run/hostapd.pid -d /etc/hostapd.conf >>> I see one client connect and then attempts from other clients time out. >>> When I give hostapd Ctrl-C I see this: >>> >>> wlan0: AP-STA-CONNECTED 00:bb:3a:03:09:32 >>> wlan0: STA 00:bb:3a:03:09:32 IEEE 802.1X: authorizing port >>> wlan0: STA 00:bb:3a:03:09:32 RADIUS: starting accounting session >>> 56213F3C-00000000 >>> wlan0: STA 00:bb:3a:03:09:32 WPA: pairwise key handshake completed (R= SN) >>> >>> >>> ^Celoop: could not process SIGINT or SIGTERM in two seconds. Looks li= ke there >>> is a bug that ends up in a busy loop that prevents clean shutdown. >>> Killing program forcefully. >>> >>> --Nikolay >>> >>> >>> >>> On Fri, Oct 16, 2015 at 6:12 PM, Adrian Chadd = wrote: >>>> Wait, there's a regression with wifi in -HEAD? What's the deal? >>>> >>>> >>>> -a >>>> >>>> >>>> On 16 October 2015 at 02:21, Olivier Cochard-Labb=C3=A9 wrote: >>>>> On Wed, Oct 14, 2015 at 7:00 AM, Rui Paulo wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> Please download and test the wpa_supplicant/hostapd import patch: >>>>>> >>>>>> http://people.freebsd.org/~rpaulo/patches/wpa-2.5.diff >>>>>> >>>>>> >>>>>> >>>>> Your patch were ested with success: >>>>> - hostapd v2.5 >>>>> - Atheros 9280 (ath) in hostapd mode (WPA2-EAP/TLS using a RADIUS) >>>>> - FreeBSD 11.0-CURRENT r283534 >>>>> >>>>> (I meet problem with ath in hostap mode on more recent -head: clients >>>>> can't authenticate, but need time for bisec the exact commit that cre= ate >>>>> this regression) >>>>> >>>>> Regards, >>>>> _______________________________________________ >>>>> freebsd-current@freebsd.org mailing list >>>>> https://lists.freebsd.org/mailman/listinfo/freebsd-current >>>>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd= .org" >>>> _______________________________________________ >>>> freebsd-current@freebsd.org mailing list >>>> https://lists.freebsd.org/mailman/listinfo/freebsd-current >>>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.= org"