From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 08:36:31 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 0E93D1065678 for ; Wed, 17 Mar 2010 08:36:31 +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 55A978FC13 for ; Wed, 17 Mar 2010 08:36:30 +0000 (UTC) Received: (qmail invoked by alias); 17 Mar 2010 08:36:28 -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 09:36:28 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1//tKoO2/7/lGLGVjgM19MLx3UYgQ0fQekgQcuaNX dsGK/3fZ8ktosu Message-ID: <4BA09486.8000604@gmx.com> Date: Wed, 17 Mar 2010 10:36:22 +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> In-Reply-To: <4BA08538.3050901@eskk.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64000000000000001 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 08:36:31 -0000 Leslie Jensen wrote: > > I have set upp aggregation of my wlan and and wired NIC following the > instructions in the handbook. > > http://www.freebsd.org/doc/handbook/network-aggregation.html > > I "forgot" to add the if_lagg_load="YES" in /boot/loader.conf. When I > rebooted I got a kernel panic. > > Should this be considerd normal or is it something I should report? > No, it's not normal. Please, report it in an explicit way, commands given and/or changes to rc.conf, loader.conf etc. Try first here questions@ and then net@. Nonetheless I see no such behavior on my system. if_lagg loads automatically when needed(ifconfig lagg create etc). > > Secondly I see there'a a reference to the lagg(4) man page. I think it > would help future readers of the above page if a comment about loading > if_lagg_load="YES" in /boot/loader.conf would be added. On 8.0-STABLE if_lagg loads automatically and I think it always did load automatically, though I am not sure. What's the FreeBSD version you are working on? Nikos