From dan@xeon.unixathome.org  Tue Sep 13 00:22:59 2005
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 193FB16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Sep 2005 00:22:59 +0000 (GMT)
	(envelope-from dan@xeon.unixathome.org)
Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A8AE643D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Sep 2005 00:22:56 +0000 (GMT)
	(envelope-from dan@xeon.unixathome.org)
Received: from localhost (localhost [205.150.199.217])
	by m21.unixathome.org (Postfix) with ESMTP id 542B6C36F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2005 20:22:55 -0400 (EDT)
Received: from m21.unixathome.org ([205.150.199.217])
	by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024)
	with ESMTP id 17398-05 for <FreeBSD-gnats-submit@freebsd.org>;
	Mon, 12 Sep 2005 20:22:55 -0400 (EDT)
Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230])
	by m21.unixathome.org (Postfix) with ESMTP id 1994CC36B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2005 20:22:54 -0400 (EDT)
Received: from xeon.unixathome.org (xeon.unixathome.org [10.55.0.18])
	by bast.unixathome.org (Postfix) with ESMTP id B69923D3B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2005 20:22:54 -0400 (EDT)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id 1E3363E81; Mon, 12 Sep 2005 20:22:54 -0400 (EDT)
Message-Id: <20050913002254.1E3363E81@xeon.unixathome.org>
Date: Mon, 12 Sep 2005 20:22:54 -0400 (EDT)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dan Langille <dan@langille.org>
Subject: man 8 jail missing crucial mount in startup documentation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86044
>Category:       docs
>Synopsis:       jail(8) missing crucial mount in startup documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jcamou
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 00:30:15 GMT 2005
>Closed-Date:    Fri May 26 10:20:03 GMT 2006
>Last-Modified:  Fri May 26 10:20:03 GMT 2006
>Originator:     Dan Langille
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD dfc.example.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Sep 3 13:03:52 EDT 2005 root@dfc.example.org:/usr/obj/usr/src/sys/DFC i386

	
>Description:
In "Setting up a Jail Directory Tree", the following is mentioned:

   mount_devfs devfs $D/dev

It should also be mentioned in "Starting the Jail":

   ifconfig ed0 inet alias 192.168.11.100/32
   mount_devfs devfs /data/jail/192.168.11.100/dev
   mount -t procfs proc /data/jail/192.168.11.100/proc
   jail /data/jail/192.168.11.100 testhostname 192.168.11.100 \
   /bin/sh /etc/rc
	
	
>How-To-Repeat:
	see man 8 jail
	
>Fix:

    included above.
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched  
State-Changed-By: jcamou 
State-Changed-When: Thu Mar 16 14:31:59 UTC 2006 
State-Changed-Why:  
This has been added on HEAD.  Changing this pr state 
to patched as a MFC reminder.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->jcamou 
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Thu Mar 16 14:31:59 UTC 2006 
Responsible-Changed-Why:  
Over to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86044 
State-Changed-From-To: patched->closed 
State-Changed-By: matteo 
State-Changed-When: Fri May 26 10:19:37 UTC 2006 
State-Changed-Why:  
I merged this patch to RELENG_6 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86044 
>Unformatted:
