From owner-freebsd-net@FreeBSD.ORG Sun Oct 5 12:34:16 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 A4CF69FC; Sun, 5 Oct 2014 12:34:16 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D615129; Sun, 5 Oct 2014 12:34:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=jAcTV5aO3UurYVUkMwF3k61Xnhst4RsFxb7XySD7YdU=; b=dU0v3UTJVX/+wNCrIQGRi2uNaKsOewliTe5HZSFylCL/N6EhWUU8JgowBnX9Z17k9mbMq2dsv8qIF3trS/FEkwYrvoJs8f7EahW5uFGWXCicvIyJhCkORm3WjfWadNmAHyJFDUSVYqLDcEQ58nm3C53pQwCX2cc7M9ClqAp6T9s=; Received: from [182.1.193.13] (port=14242 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1Xal0w-004KbJ-4P; Sun, 05 Oct 2014 06:34:14 -0600 Date: Sun, 5 Oct 2014 20:34:01 +0800 From: Erich Dollansky To: Glen Barber Subject: Re: FreeBSD 10.1-RC1 Now Available --- lagg disables network inside jails Message-ID: <20141005203401.440afc31@X220.alogt.com> In-Reply-To: <20141005013247.GH1171@hub.FreeBSD.org> References: <20141005013247.GH1171@hub.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Release Engineering Team , freebsd-jail@freebsd.org, freebsd-stable@FreeBSD.org, 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 12:34:16 -0000 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. Erich