From owner-freebsd-net@FreeBSD.ORG Mon Dec 10 16:11:06 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1B21FD; Mon, 10 Dec 2012 16:11:06 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9CB8FC15; Mon, 10 Dec 2012 16:11:06 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so3441171oag.13 for ; Mon, 10 Dec 2012 08:11:05 -0800 (PST) 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; bh=UskusPLVVGfGp6E3G4G82LT5AWMRL0RYHTqZbCANLgk=; b=1CewXtCo/cL5PKWkZONEt4wJccqexEVjEKJeuo0zWTEsXKP3nTcDfpZbMQaDfQbUKD j3LO4N2AufH3yKJJyaaqXSL2Fw6BA3IzU345gLtLfzna2ObcXATtaXvAb+qZY86eWPC/ 3iRUMc+2V7pXto36H/7D7l3N7tlcVsZctqYwpBBOJI5NRumnZy/THILe21tvr7I1HAMM IzEJydCyhNn08MPULP7rd8LGpsUnsSPx03rWjnOfifErUFlZpLiigolTWmP07sybdY5c iUzIeY3nC/H3IdaG8owDdG2CQcuf+Y6nhWSTYaEbOrDDMSGd4CgTzX9hElZgGWaJ3o30 V7zg== MIME-Version: 1.0 Received: by 10.60.172.178 with SMTP id bd18mr7952868oec.133.1355155865809; Mon, 10 Dec 2012 08:11:05 -0800 (PST) Received: by 10.76.143.33 with HTTP; Mon, 10 Dec 2012 08:11:05 -0800 (PST) In-Reply-To: References: <20121210100308.GA48639@FreeBSD.org> Date: Mon, 10 Dec 2012 08:11:05 -0800 Message-ID: Subject: Re: Can't create lagg interfaces on recent HEAD (2012.12.05 based sources) From: Garrett Cooper To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 16:11:06 -0000 On Mon, Dec 10, 2012 at 8:03 AM, Garrett Cooper wrote: > On Mon, Dec 10, 2012 at 2:03 AM, Gleb Smirnoff wrote: >> On Fri, Dec 07, 2012 at 12:49:18PM -0800, Garrett Cooper wrote: >> G> I can't seem to create a lagg'ed interface on HEAD with ixgbe >> G> (it's failing when creating a cloned interface), whereas creating it >> G> on 9.1-STABLE built from a couple weeks ago just worked. Ideas? >> >> Have you recompiled the if_lagg.ko together with the kernel? > > Ugh, good guess. Somehow it appears that it was picking up > if_lagg.ko from kernel.old and this error message only magically > appeared in the last couple hours on the machine (or I missed it > previously in the console noise). Rebuilding/reinstalling the kernel > to verify that it works after reboot. Turns out the part about it picking up the module from kernel.old was just not noting that someone else had logged into the box and tried to load the 9.1 KLD. So, still building and installing, but at least I know now that there weren't any daemons in the machine (just off it ;)..). Thanks, -Garrett