From owner-freebsd-current@FreeBSD.ORG Fri Sep 9 02:49:13 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A99C16A422 for ; Fri, 9 Sep 2005 02:49:13 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A1743D4C for ; Fri, 9 Sep 2005 02:49:12 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.1) with ESMTP id j892nA86039818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Thu, 8 Sep 2005 22:49:10 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.1/Submit) id j892n9LO039815; Thu, 8 Sep 2005 22:49:09 -0400 (EDT) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17184.63525.853297.840821@khavrinen.csail.mit.edu> Date: Thu, 8 Sep 2005 22:49:09 -0400 To: Kris Kennaway In-Reply-To: <20050908221724.GA31684@xor.obsecurity.org> References: <451cb30105090412182aff2d2b@mail.gmail.com> <20050905190606.GA9839@xor.obsecurity.org> <451cb301050908150538665240@mail.gmail.com> <20050908221724.GA31684@xor.obsecurity.org> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (khavrinen.csail.mit.edu [127.0.0.1]); Thu, 08 Sep 2005 22:49:10 -0400 (EDT) X-Spam-Status: No, score=0.0 required=5.0 tests=none version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on khavrinen.csail.mit.edu X-Mailman-Approved-At: Fri, 09 Sep 2005 11:34:21 +0000 Cc: McLone , freebsd-current@FreeBSD.ORG Subject: Re: [Panic] 6b3 + mdconfig -t malloc + unionfs + screeen 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, 09 Sep 2005 02:49:13 -0000 < said: > On Fri, Sep 09, 2005 at 01:05:48AM +0300, McLone wrote: >> This is very sad. Even oldish Plan 9 always had union mounts. >> Where is the problem? VFS? Locking? Lack of interest? > The first 2, among other problems. union mounts work just fine. It's unionfs that doesn't work. It's trying to do something much more complicated. I don't know which one Plan 9 has. -GAWollman