From owner-freebsd-stable@FreeBSD.ORG Mon Apr 10 20:07:53 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B1C316A42A for ; Mon, 10 Apr 2006 20:07:53 +0000 (UTC) (envelope-from minter@mail.skiltech.com) Received: from mail.skiltech.com (bunning.skiltech.com [65.36.251.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C920743D45 for ; Mon, 10 Apr 2006 20:07:52 +0000 (GMT) (envelope-from minter@mail.skiltech.com) Received: from localhost (localhost.skiltech.com [127.0.0.1]) by mail.skiltech.com (Postfix) with ESMTP id 019C84DE9C; Mon, 10 Apr 2006 16:07:52 -0400 (EDT) Received: from mail.skiltech.com ([127.0.0.1]) by localhost (bunning.skiltech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89928-08; Mon, 10 Apr 2006 16:07:51 -0400 (EDT) Received: by mail.skiltech.com (Postfix, from userid 1001) id 5C5F94DE79; Mon, 10 Apr 2006 16:07:51 -0400 (EDT) Date: Mon, 10 Apr 2006 16:07:51 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: minter@bunning.skiltech.com To: Michael Proto In-Reply-To: <443AB817.3090208@jellydonut.org> Message-ID: <20060410160710.D90039@bunning.skiltech.com> References: <443AB817.3090208@jellydonut.org> x-gpg-fingerprint: 24460EC7 x-gpg-key: http://www.lunenburg.org/wade/pgp.php MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at skiltech.com Cc: freebsd-stable@freebsd.org Subject: Re: Odd "phantom MFS mountpoint" issue X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 20:07:53 -0000 On Mon, 10 Apr 2006, Michael Proto wrote: > Does /tmp exist and is writable when the system is started? Looking at > the test in /etc/rc.d/tmp, it looks like /tmp will be mounted as a mfs > if "/bin/mkdir -p /tmp/.diskless" fails. It should have been, but I went ahead and set tmpmfs="NO" in rc.conf, rebooted, and things are fine now. Thanks for the help! --Wade