From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 03:11:32 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51630B8A for ; Wed, 29 Oct 2014 03:11:32 +0000 (UTC) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (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 173601A6 for ; Wed, 29 Oct 2014 03:11:32 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id rl12so2149257iec.31 for ; Tue, 28 Oct 2014 20:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=OvR2wIZdl/N+F9ImcsyYdyClMD6/LaC1WkfnXtz2qzY=; b=MiWYbrYrfw9dvLtTvuIfagOxq8q2UroAO0rMZqs6zvCfFRQFnYlhMbSBe7ZZeen+rF 24D1WBeL3owsFXZsFpPX5VqD1WpJ9nzRA6E2y+zowL4OMrUJkX1eT+T4rZ8KMZ/8aVty m4FmkqEAOVTMC58yDt7FEMLzT3a850qbuJOMCU0zdOEKkoo6i1VPF8rhizYQpQMmpG0m h++ExmEPbqwYihK8lj9CWS22c/xdFVzlAnOkyAL4BOkx13J+IbhZGwVJLhQi5vWzOqqe +VyFtufl7ussMcS35YY9asESAUsh6O/lXMSEtV0sOgL2F3ICj55JfjREiN4QeVTgMksb +w5A== X-Received: by 10.107.41.79 with SMTP id p76mr8729359iop.10.1414552291259; Tue, 28 Oct 2014 20:11:31 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.29.132 with HTTP; Tue, 28 Oct 2014 20:11:10 -0700 (PDT) In-Reply-To: References: From: Ed Maste Date: Tue, 28 Oct 2014 23:11:10 -0400 X-Google-Sender-Auth: oXfpHBtvHKM3A-SjhCn9x5R8_Y8 Message-ID: Subject: Re: HEADS UP: Standalone kernel debug files moving out of /boot/kernel/ To: Kevin Oberman Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 03:11:32 -0000 On 28 October 2014 23:04, Kevin Oberman wrote: > > Finally! This is great news. > > /usr/lib seems like an odd place, though. Does not seem to match the > description in hier(7) (not that the man page can't be updated). Looks to me > like it fits /var a bit better, though I'm not sure that much data is > appropriate for many /var partitions. /usr/lib/debug is the standard location for standalone debug data established by GDB, and seems like a decent enough location. I'll make sure to update the man page. -Ed