From owner-freebsd-doc@FreeBSD.ORG Fri Apr 11 16:10:01 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A80A87DD for ; Fri, 11 Apr 2014 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79CDD1C92 for ; Fri, 11 Apr 2014 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BGA1uq024060 for ; Fri, 11 Apr 2014 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3BGA1JJ024059; Fri, 11 Apr 2014 16:10:01 GMT (envelope-from gnats) Date: Fri, 11 Apr 2014 16:10:01 GMT Message-Id: <201404111610.s3BGA1JJ024059@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: docs/187321: commit references a PR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 16:10:01 -0000 The following reply was made to PR docs/187321; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/187321: commit references a PR Date: Fri, 11 Apr 2014 16:07:37 +0000 (UTC) Author: wblock Date: Fri Apr 11 16:07:32 2014 New Revision: 44533 URL: http://svnweb.freebsd.org/changeset/doc/44533 Log: Clarify usage of GELI rc.d script. PR: docs/187321 Reviewed by: Allan Jude and mat@ on IRC Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Fri Apr 11 15:50:19 2014 (r44532) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Fri Apr 11 16:07:32 2014 (r44533) @@ -3126,8 +3126,8 @@ Filesystem Size Used Avail Capaci geli_da2_flags="-p -k /root/da2.key" This configures /dev/da2 as a - geli provider of which the master key - file is located in /root/da2.key. + geli provider with a master key + file of /root/da2.key. geli will not use a passphrase when attaching to the provider if was given during the @@ -3135,6 +3135,26 @@ geli_da2_flags="-p -k /root/da2.key"geli provider from the kernel before the system shuts down. + + During the startup process, scripts prompt for the + passphrase before attaching the GELI + provider. Other kernel messages might be shown before and + after the password prompt. If the boot process seems to + stall, look carefully for the password prompt among the + other messages. + + When the correct password is given, the provider is + attached. A consumer, like a file system, is then mounted + on the provider, typically by an entry in + /etc/fstab (see + &man.fstab.5;). + + Later in the startup process, &os; configures + GELI providers to automatically detach. + GELI providers without any consumers + will detach at that time. + + More information about configuring rc.d is provided in the rc.d section of the _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"