From owner-freebsd-net@FreeBSD.ORG Wed Jul 28 10:20:04 2010 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3128106566B for ; Wed, 28 Jul 2010 10:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A19E98FC15 for ; Wed, 28 Jul 2010 10:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6SAK4NU026682 for ; Wed, 28 Jul 2010 10:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6SAK4mq026681; Wed, 28 Jul 2010 10:20:04 GMT (envelope-from gnats) Date: Wed, 28 Jul 2010 10:20:04 GMT Message-Id: <201007281020.o6SAK4mq026681@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Bernhard Schmidt Cc: Subject: Re: kern/144755: [iwi] [panic] iwi panic when issuing /etc/rc.d/netif restart on 8-STABLE r205159 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernhard Schmidt List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2010 10:20:04 -0000 The following reply was made to PR kern/144755; it has been noted by GNATS. From: Bernhard Schmidt To: Edwin Groothuis , bug-followup@freebsd.org Cc: Subject: Re: kern/144755: [iwi] [panic] iwi panic when issuing /etc/rc.d/netif restart on 8-STABLE r205159 Date: Wed, 28 Jul 2010 12:11:17 +0200 On Wed, Jul 28, 2010 at 06:00, Edwin Groothuis wrote: > The following reply was made to PR kern/144755; it has been noted by GNAT= S. > > From: Edwin Groothuis > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: kern/144755: [iwi] [panic] iwi panic when issuing /etc/rc.d/= netif restart on 8-STABLE r205159 > Date: Wed, 28 Jul 2010 13:33:42 +1000 > > =A0Please note that this issue is still happening on 8.1-STABLE #2 r21052= 2 Can you check if wpa_supplicant gets started twice after "/etc/rc.d/netif restart"? I have the feeling that this is a more or less known issue, a race between devd (/etc/pccard_ether) and /etc/rc.d/netif. There is a small window (a few ms) where this can happen and our net80211 isn't capable of handling two running wpa_supplicants on the same interface. Which leads to all kind of weird issues, .e.g. panics. --=20 Bernhard