From owner-freebsd-stable@FreeBSD.ORG Mon May 10 02:20:46 2004 Return-Path: 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 6AB5A16A4CE; Mon, 10 May 2004 02:20:46 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976BD43D2D; Mon, 10 May 2004 02:20:45 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.251.121) by smtp01.syd.iprimus.net.au (7.0.024) id 409956B4001908D9; Mon, 10 May 2004 19:20:44 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 31CFA41E5; Mon, 10 May 2004 19:20:15 +1000 (EST) Date: Mon, 10 May 2004 19:20:15 +1000 From: Tim Robbins To: Volker Stolz Message-ID: <20040510092015.GA29281@cat.robbins.dropbear.id.au> References: <20040510070010.GA587@i2.informatik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040510070010.GA587@i2.informatik.rwth-aachen.de> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: nullfs-autopsy after crash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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 May 2004 09:20:46 -0000 On Mon, May 10, 2004 at 09:00:10AM +0200, Volker Stolz wrote: > /bin on /usr/tmp/jail/bin (null, local, read-only) > /sbin on /usr/tmp/jail/sbin (null, local, read-only) > /etc on /usr/tmp/jail/etc (null, local, read-only) > /dev on /usr/tmp/jail/dev (null, local, read-only) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Accessing special (non-directory, non-regular) files through nullfs is known to cause panics. You'll need to create a dev directory for each jail and populate it with makedev. > /usr/bin on /usr/tmp/jail/usr/bin (null, local, read-only) > /usr/sbin on /usr/tmp/jail/usr/sbin (null, local, read-only) > /usr/include on /usr/tmp/jail/usr/include (null, local, read-only) > /usr/lib on /usr/tmp/jail/usr/lib (null, local, read-only) > /usr/libexec on /usr/tmp/jail/usr/libexec (null, local, read-only) > /usr/ports on /usr/tmp/jail/usr/ports (null, local) Tim