From owner-freebsd-current@FreeBSD.ORG Thu Mar 29 19:51:10 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68EF21065673 for ; Thu, 29 Mar 2012 19:51:10 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from aussmtpmrkpc120.us.dell.com (aussmtpmrkpc120.us.dell.com [143.166.82.159]) by mx1.freebsd.org (Postfix) with ESMTP id 3803E8FC23 for ; Thu, 29 Mar 2012 19:51:09 +0000 (UTC) X-Loopcount0: from 64.238.244.148 X-IronPort-AV: E=Sophos;i="4.75,338,1330927200"; d="scan'208";a="497607125" Received: from mail.compellent.com ([64.238.244.148]) by aussmtpmrkpc120.us.dell.com with ESMTP; 29 Mar 2012 14:50:01 -0500 Message-ID: <4F74BCE8.2030802@vangyzen.net> Date: Thu, 29 Mar 2012 14:50:00 -0500 From: Eric van Gyzen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0) Gecko/20110816 Thunderbird/6.0 MIME-Version: 1.0 To: "O. Hartmann" References: <4F746F1E.6090702@mail.zedat.fu-berlin.de> In-Reply-To: <4F746F1E.6090702@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Cc: Current FreeBSD Subject: Re: Using TMPFS for /tmp and /var/run? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 29 Mar 2012 19:51:10 -0000 On 03/29/12 09:18, O. Hartmann wrote: > I was wondering if there are some objections using TMPFS for /tmp and > /var/run. For /tmp, what exactly do you mean? If you want to use tmpfs instead of md/mdmfs when tmpmfs="YES" in rc.conf, I have no opinion. However, if you always want to use tmpfs instead of stable storage, please do not. Some people expect /tmp to be persistent. This is why /etc/defaults/rc.conf has clear_tmp_enable="NO". Changing this would break the POLA. Cheers, Eric