From owner-freebsd-doc@FreeBSD.ORG Sat Jun 23 17:57:48 2007 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2058116A41F for ; Sat, 23 Jun 2007 17:57:48 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id AD23F13C480 for ; Sat, 23 Jun 2007 17:57:47 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1170898mue for ; Sat, 23 Jun 2007 10:57:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RjGOrWy6X1247SqHd/pFUMXtgiASNF6rYr/yIQziRP3ZWK7Qnj8wa6T7VBTMWb5gJXrbK8wgrrf1VjBoUC0ORtxDU3+uO8IXbTOoSz/0Ka4BEh4cxAarvUOxCIw6R/IRwP9ZXr96Nvb1ZMIQy8es46xEheKVMS0e0idT2YijR1I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n3Of098R7s3cAe3PUPIcroLlMWAvG4HgzV+sGbRkdwniqLFsqOE0vwPAB2OVjnuVKxVdty5r2pnVe6tQ/5wil8szdSkzOsCDZx/7XKi3qMp6dAVgmFmQHemE2T4rvOrKXYS+6D+o9q8BhauQxdp+322+qmoMlOIP32J+gzeSD9M= Received: by 10.82.111.8 with SMTP id j8mr8971048buc.1182619764136; Sat, 23 Jun 2007 10:29:24 -0700 (PDT) Received: by 10.82.187.12 with HTTP; Sat, 23 Jun 2007 10:29:24 -0700 (PDT) Message-ID: Date: Sat, 23 Jun 2007 12:29:24 -0500 From: "illoai@gmail.com" To: "Wesley Shields" In-Reply-To: <20070622163041.GA31645@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070622163041.GA31645@atarininja.org> Cc: freebsd-doc@freebsd.org Subject: Re: Handbook chapter 15.6 problem X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 17:57:48 -0000 On 22/06/07, Wesley Shields wrote: > Someone on IRC just pointed out that following the directions in chapter > 15.6 of the handbook doesn't work. It appears that these instructions > were written before SA-07:01 was done. Setting a rootdir to /home > doesn't work since /home is a symlink by default. > > Am I correct in thinking this? If so I will gladly write up a patch to > fix the handbook. /home by default is only a symlink to /usr/home if you do not set up /home on its own filesystem and even then the instructions say: : Note: This assumes that the jails are based under : the /home partition. This can, of course, be changed : to anything else, but this change will have to be : reflected in each of the examples below. I can hardly see how qualifying it further will clarify anything. -- --