From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 09:59:44 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAA55106566B for ; Wed, 17 Mar 2010 09:59:44 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 3E59F8FC14 for ; Wed, 17 Mar 2010 09:59:44 +0000 (UTC) Received: (qmail invoked by alias); 17 Mar 2010 09:59:42 -0000 Received: from adsl-245.91.140.71.tellas.gr (EHLO moby.local) [91.140.71.245] by mail.gmx.com (mp-eu003) with SMTP; 17 Mar 2010 10:59:42 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1/b1Qp3xUHbKUxW0iNB+EdP/l14Nu4nmlKTUJXoO2 NQttcHDglgG6Fp Message-ID: <4BA0A808.1020003@gmx.com> Date: Wed, 17 Mar 2010 11:59:36 +0200 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.23 (X11/20100313) MIME-Version: 1.0 To: Leslie Jensen References: <4BA08538.3050901@eskk.nu> <4BA09486.8000604@gmx.com> <4BA0996D.7010904@eskk.nu> In-Reply-To: <4BA0996D.7010904@eskk.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.63 Cc: "freebsd-questions@freebsd.org" Subject: Re: kernel panic when if_lagg is not loaded. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 09:59:45 -0000 Leslie Jensen wrote: > > I'm on a 8.0-RELEASE-p2 system. > > Actually after more testing I found out that the line > > ifconfig_iwn0="ether 00:16:ea:61:01:e8" > > in my rc.conf is the culprit. If I comment it out the system will start > but only with the wired interface working. If you don't comment the line it causes a kernel panic? If that's the case, you should report it to net@. If you could include a backtrace of the panic, it would be most helpful. > I have if_lagg_load="YES" in /boot/loader.conf > > and the following in /etc/rc.conf > > wpa_supplicant_enable="YES" > ifconfig_em0="up" > # ifconfig_iwn0="ether 00:16:ea:61:01:e8" > wlans_iwn0="wlan0" > ifconfig_wlan0="WPA" > cloned_interfaces="lagg0" > ifconfig_lagg0="laggproto failover laggport em0 laggport wlan0 DHCP" > > /Leslie hm, what you do really matches the process described in the handbook. It should work, please report it. Nikos