From owner-freebsd-questions@freebsd.org Mon Jan 23 21:23:28 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86422CBD17B for ; Mon, 23 Jan 2017 21:23:28 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from voyageurs.rail.eu.org (voyageurs.rail.eu.org [IPv6:2001:bc8:30d3::1]) (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 50C5C665 for ; Mon, 23 Jan 2017 21:23:28 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from [IPv6:2001:bc8:30d3:3040:6267:20ff:fede:1808] (unknown [IPv6:2001:bc8:30d3:3040:6267:20ff:fede:1808]) by voyageurs.rail.eu.org (Postfix) with ESMTPSA id 17FA22CC02AA for ; Mon, 23 Jan 2017 22:23:27 +0100 (CET) Subject: Re: Not mounting a zpool at boot To: freebsd-questions@freebsd.org References: <911a347a-a94c-717b-0d6c-eb9fd665e489@rail.eu.org> From: Erwan David Message-ID: <7b235b14-4547-299e-0943-02037ab28630@rail.eu.org> Date: Mon, 23 Jan 2017 22:23:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <911a347a-a94c-717b-0d6c-eb9fd665e489@rail.eu.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rail.eu.org; s=mail; t=1485206607; bh=Q4k/tITnu3vmxumx+ozI66OlVz+I6GphFupfODVZzig=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZetXqyfEBfvT1Y2bmHizlvek1dlKy0jT+mdD2tdQdZZl5eL+BbJS0/6Ifa0qMzvjXFYuLoRXLR4xZyIuIv2/g6Pw6OlVZY29iOfAt4zVho6Fhm0nYTp6uHqib3fAAZJFgzLjKk9qfkRUo1gH2SizAAFQJINMfXMXsUL1r/YHeGc= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 21:23:28 -0000 Le 01/23/2017 à 22:20, Erwan David a écrit : > Hi, > > I have a machine (11-RELEASE) with 2 pools, one encrypted with the UNencrypted > system and one encrypted with data. I want to boot without having to > enter passphrase then ssh to the machine to import the encrypted pool. > > I put geli_devices="" in /etc/rc.conf in order to prevent the passphrase > question, but to no avail, system still asks it. How can I boot without > importing the encrypted pool, nor giving the passphrase (US keyboard is > unsuitable for this). > > Thank you. Sorry for the mistake.