From owner-freebsd-stable@freebsd.org Tue Jun 30 17:07:14 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10F7E99079A for ; Tue, 30 Jun 2015 17:07:14 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4BD1E4D; Tue, 30 Jun 2015 17:07:13 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by lagh6 with SMTP id h6so21870405lag.2; Tue, 30 Jun 2015 10:07:11 -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=xGbR/ybc5MtqihRf3VL/hT0cxD1YzsP1x25JgPNtRQs=; b=TLn6x00ldtUK9db4RG4rQ7eRCZylGmCjie17w6s7F6N1bJ+bWuUcPeyMo6aVl94oIk SXuuNcIER6hDHMlruW/hS8Bp5x8KiaizbUIXG7ATRiv5v561NpHrgxq2lxlAL16/uAI/ kFLVAaAsEZu1592dcJAzK05UF0LMu301rMJkekcCjhiWHcLS7Q+gA5fOV5ZsBtDfsqmo z0qXldIE4V0p/IxSkBDe49T7iJiHG2HV77s6UxY454qlIc5rc94Pav3+ZGjAuqCPRe7+ Jquuj5V9J6R1/iuPyperZjsogT/fwvsbsxLSRnOVfmmHpWfUNFAvLZwA/wNsrKdIP3Qf oeyQ== MIME-Version: 1.0 X-Received: by 10.152.26.163 with SMTP id m3mr20743067lag.86.1435684031455; Tue, 30 Jun 2015 10:07:11 -0700 (PDT) Received: by 10.152.219.35 with HTTP; Tue, 30 Jun 2015 10:07:11 -0700 (PDT) In-Reply-To: <5592CBAA.3070208@FreeBSD.org> References: <5592CBAA.3070208@FreeBSD.org> Date: Tue, 30 Jun 2015 20:07:11 +0300 Message-ID: Subject: Re: Bug 201072 From: Kimmo Paasiala To: koobs@freebsd.org Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 17:07:14 -0000 On Tue, Jun 30, 2015 at 8:02 PM, Kubilay Kocak wrote: > On 29/06/2015 8:18 PM, Kimmo Paasiala wrote: >> It looks like the atf directories were removed from /etc/mtree/* in: >> >> https://svnweb.freebsd.org/base?view=revision&revision=260024 >> >> They were later put back in this commit: >> >> https://svnweb.freebsd.org/base?view=revision&revision=277457 >> >> My patch is not valid apparently because it would break the tests >> stuff again, I had no idea how complex the issue was... > > Hi Kimmo, thanks for the report :) > > Please add your comment to the issue, I have triaged it and cc'd our > testing gurus who can hopefully help > > ./koobs Done. -Kimmo