From owner-freebsd-net@FreeBSD.ORG Mon Dec 10 16:21:58 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 1EC3E47E; Mon, 10 Dec 2012 16:21:58 +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 BDA028FC14; Mon, 10 Dec 2012 16:21:57 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id 16so3287693obc.13 for ; Mon, 10 Dec 2012 08:21:57 -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=w+g9YKWtyM+IeoE/VF/c7Ah+IdGPqaYKZClwl8U7tPc=; b=SM8t5EsXWtTwzfXsS1jewnkYCNIJslFWKXRwOOSntIl3bFFeS6N0BL/meYNgp+Q8/x aVNsOIp2lqSV/IYGK9jZgQrBBInWsIeBFIHcjTRpVP8gZ2XxMWOWzCw5UEBGlbeer12B IlMEnG0tZUMIsbFLN7jZORANSSLpOeZUKdIosY+VxCKaVq0i0Yg/NAKyjqcKe+Oxo/eP /l9HcMrFHdK4vC3oTJJCPjdxh5wR/o6Nw1k6X6EBWnLiqZtS3j2WRGsft97/JTVLEPgZ oe2kLQnwyJRNE7z2qhVijbpAgkd6fL9HiW3Ut9wIwpI7V4PvrU4/ZJ5rAiibHHEVOAay PVqA== MIME-Version: 1.0 Received: by 10.182.36.8 with SMTP id m8mr2086492obj.93.1355156517342; Mon, 10 Dec 2012 08:21:57 -0800 (PST) Received: by 10.76.143.33 with HTTP; Mon, 10 Dec 2012 08:21:57 -0800 (PST) In-Reply-To: References: <20121210100308.GA48639@FreeBSD.org> Date: Mon, 10 Dec 2012 08:21:57 -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:21:58 -0000 On Mon, Dec 10, 2012 at 8:11 AM, Garrett Cooper wrote: > 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 ;)..). Yup -- that was it. Sorry for the noise (wish there was a more humanized message for this, but now that I know what to look for I'll avoid making the same mistake twice). -Garrett