From owner-freebsd-current@FreeBSD.ORG Fri Mar 30 19:44:32 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 408421065675; Fri, 30 Mar 2012 19:44:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 082618FC18; Fri, 30 Mar 2012 19:44:31 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so2474565pbc.13 for ; Fri, 30 Mar 2012 12:44: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:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=5wJcGeJry2WQs0c5f3CdNTdzUPbKc+Brfgdzohe88jM=; b=BK70rfOdtyhL26yh0obww2y049bYcQRRnNagiB5fqEvOMTeSCTLigiK5bwqzA0Vsb/ cby3+j+hARsPtlcL+hRTpCEzM/K5X/FaJ/YwEtjZZArYuwpntwzcB4Gu77NALw7nT36/ 1CtvFuugBDs6O7zTy4SU0k0W4CAXzcDOcgT7r8T8A/sJc+5q81/fx5pt1+1/9TsKq6qF qw0ONfnOpVSbOKyVUImfEY5rPMIE7l9Sh9tMTYyJaZcVaVLUuuDaxtWpHezv8KBgoIJd e+Aj17Aj4XydsVmzrGU1VqvVkIAAEtSmP6u4rUlI/fmsXs+oioU6irXQe1rKQbS6mntk vIcw== MIME-Version: 1.0 Received: by 10.68.197.39 with SMTP id ir7mr245575pbc.17.1333136671731; Fri, 30 Mar 2012 12:44:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.19.19 with HTTP; Fri, 30 Mar 2012 12:44:31 -0700 (PDT) In-Reply-To: References: <4F746F1E.6090702@mail.zedat.fu-berlin.de> <4F74BCE8.2030802@vangyzen.net> <20120330.151848.41706133.sthaug@nethelp.no> Date: Fri, 30 Mar 2012 12:44:31 -0700 X-Google-Sender-Auth: GVs5oW-O5YCVyCsUGNZaSBFUdp0 Message-ID: From: Adrian Chadd To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, "C. P. Ghost" , sthaug@nethelp.no 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: Fri, 30 Mar 2012 19:44:32 -0000 On 30 March 2012 12:42, Chris Rees wrote: >> Guess what ext4 did? :) >> >> Don't mis-estimate POLA. > > Well, having thought about what this conversation was *really* about, > I may have unintentionally derailed it a little. > > My original intention was to say to Oliver, please, don't be > discouraged from using tmpfs for /tmp, and make sure you send PRs to > the upstream of any programs that misbehave as such. > > Let's not make judgement on people who treat /tmp as persistent quite yet ;) I'm not mis-judging anyone. :-) I'm just pointing out that things are not always quite as obvious as they seem. One of those reasons people stick/stuck with BSD is that we don't go and change this stuff so quickly. Adrian