From owner-freebsd-net@FreeBSD.ORG Mon Dec 10 16:03:45 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 3D8A7E8A; Mon, 10 Dec 2012 16:03:45 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E09208FC16; Mon, 10 Dec 2012 16:03:44 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so3258764obc.13 for ; Mon, 10 Dec 2012 08:03:44 -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=CiER/IwolpM7xblOqUp+mu/FS0wlt9gbuXPqAyt534Q=; b=kqV6enaFVXp1MjQXuFf7TCbDJEDpTURTLKFqAKmmBmAeagTUkDoZxA1jILL4biFo8u 26iyjJKR1WB/fNFKl0Eb1LQHBXCkL4fK3hUbiYcWWlBQ2lsY7hnF6tKmOwoSqDKZ7N2i QOhUnw2dvXBxHILHNVuWABHHL1K59kZb0kXgkbxDxC/UJSqC4Ih+PAyyPDQEmPUQ9o7g ztoPpBeYoCsH5cGmKaa1XPsShdrVdNn8TWPHoRms9JJDPFFZ4bpRuG1jpDB+NFO5fkMt xVP/2pjo03dOa8s86XMGQ2uR25aTWdmIeiaK96FPCc0kbAm8+2Cyh9ftsBA1DoMwye2o 0Kkg== MIME-Version: 1.0 Received: by 10.182.172.74 with SMTP id ba10mr7753925obc.83.1355155424188; Mon, 10 Dec 2012 08:03:44 -0800 (PST) Received: by 10.76.143.33 with HTTP; Mon, 10 Dec 2012 08:03:43 -0800 (PST) In-Reply-To: <20121210100308.GA48639@FreeBSD.org> References: <20121210100308.GA48639@FreeBSD.org> Date: Mon, 10 Dec 2012 08:03:43 -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:03:45 -0000 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. Thanks! -Garrett