From owner-freebsd-net@FreeBSD.ORG Wed Mar 17 17:32:24 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFF221065672 for ; Wed, 17 Mar 2010 17:32:24 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mail.gelita.se (212-162-182-244.skbbip.com [212.162.182.244]) by mx1.freebsd.org (Postfix) with ESMTP id 9EFF28FC13 for ; Wed, 17 Mar 2010 17:32:24 +0000 (UTC) Received: from mail.gelita.se (localhost.gelita.se [127.0.0.1]) by mail.gelita.se (Postfix) with ESMTP id 23AE810E77C; Wed, 17 Mar 2010 18:15:19 +0100 (CET) X-Virus-Scanned: amavisd-new at troback.com Received: from mail.gelita.se ([127.0.0.1]) by mail.gelita.se (mail.gelita.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dIZCY7znck-c; Wed, 17 Mar 2010 18:15:11 +0100 (CET) Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mail.gelita.se (Postfix) with ESMTP id D38CE10E50A; Wed, 17 Mar 2010 18:15:11 +0100 (CET) Message-ID: <4BA10D9E.2060904@eskk.nu> Date: Wed, 17 Mar 2010 18:13:02 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.8) Gecko/20100302 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: nvass9573@gmx.com Subject: Kernel panic with lagg configuration. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 17:32:25 -0000 Hello list. As you can see below I get a kernel panic if I have a certain line in my rc.conf. I would like to provide a backtrace of the problem. Please advise me on how to proceed. Thanks /Leslie PS: Maybe it's the iwn driver, which is still under development? -------- Original Message -------- Subject: Re: kernel panic when if_lagg is not loaded. Date: Wed, 17 Mar 2010 11:59:36 +0200 From: Nikos Vassiliadis To: Leslie Jensen CC: freebsd-questions@freebsd.org 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"