From owner-freebsd-net@FreeBSD.ORG Sun Oct 5 16:38:50 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FFB7B0A; Sun, 5 Oct 2014 16:38:50 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7082ABEE; Sun, 5 Oct 2014 16:38:49 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id z12so4812345wgg.1 for ; Sun, 05 Oct 2014 09:38:47 -0700 (PDT) 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=FXt2vO22Acd9nfQmxJwlvWo7CLSREI/mZ1swBTNyGCo=; b=Bf4IIFWRxhpJTvAGdQA4aXw3diAAPbhTdyCqpJJ0xjcO0rr/8m3qvRcYj7XIOfkGh1 Ta0+WKZ+qGB9AhprIDiVO6HEtXiLyLLbp2uzM0hG9QWhhMc4m39jBBDagoOlH1yM8Fwf 8XkqypGk8TIkrb6cnn3lvhlnwefdgy5s2mlW7mc8oPecFAYZ/hKoAM93EC+ukj2wDj6v CgzFoomUlNL28+E69awjvPVwLQ7jbI1lE+ZtMLfMCaH5I5AA4mXC3HGlSeC0MmH5uu2s qL1ZoT9KG6hOeyvQ8+K2BTQ0czCbJkA4jOYXyh/hYFLoeq6Pmra7ofXnkbUBDcHbsSR3 op3w== MIME-Version: 1.0 X-Received: by 10.194.57.237 with SMTP id l13mr24066398wjq.102.1412527127747; Sun, 05 Oct 2014 09:38:47 -0700 (PDT) Received: by 10.27.46.14 with HTTP; Sun, 5 Oct 2014 09:38:47 -0700 (PDT) In-Reply-To: <20141005203401.440afc31@X220.alogt.com> References: <20141005013247.GH1171@hub.FreeBSD.org> <20141005203401.440afc31@X220.alogt.com> Date: Sun, 5 Oct 2014 11:38:47 -0500 Message-ID: Subject: Re: FreeBSD 10.1-RC1 Now Available --- lagg disables network inside jails From: Scot Hetzel To: Erich Dollansky Content-Type: text/plain; charset=ISO-8859-1 Cc: Glen Barber , freebsd-jail@freebsd.org, FreeBSD Release Engineering Team , FreeBSD Stable , freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 16:38:50 -0000 On Sun, Oct 5, 2014 at 7:34 AM, Erich Dollansky wrote: > Hi, > > On Sat, 4 Oct 2014 21:32:47 -0400 > Glen Barber wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA256 >> >> The first RC build of the 10.1-RELEASE release cycle is now available > > I installed this shortly after your e-mail came. The result was the > same as with BETA3. If you remember, I have had the problem that the > network inside jails stopped working after I installed BETA3. The > upgrade to RC1 did not change anything. > > I took now the time to investigate a bit. The result is simple. All > works as expected until lagg becomes enabled. > > If I remember right, BETA1 was my last working version. > > I have an em and an iwn interface in the machine. I can use both of them > without any problems. > > As I can reproduce this problem 100%, it might be a good idea if I help > you to find the source of the problem. My problem would be: how. > > If somebody could tell me where to start looking for the error, we > might find it soon. > You'll need to identify where in the src caused the issue for you. To do this, you will need to identify where it was working (BETA1?). You would then have to step thru the sources until you find the point where it breaks. The easiest way would be to take the svn revision that is half way between BETA1 and BETA3, compile and install it and see if it works. You keep halving the result until you identify the commit that broke it. Once the offending commit is identified, email the list. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.