From owner-freebsd-questions@FreeBSD.ORG Sun Mar 24 19:19:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ABF9A581 for ; Sun, 24 Mar 2013 19:19:13 +0000 (UTC) (envelope-from sts@tp1.rub.de) Received: from mx6.rz.ruhr-uni-bochum.de (mi.ruhr-uni-bochum.de [134.147.64.30]) by mx1.freebsd.org (Postfix) with SMTP id F35B9FA5 for ; Sun, 24 Mar 2013 19:19:12 +0000 (UTC) X-Queued: (qmail 20529 invoked by alias); 24 Mar 2013 19:12:23 -0000 X-Queued: (qmail 20435 invoked by uid 108); 24 Mar 2013 19:12:21 -0000 X-Qmailscanner: from 134.147.240.78 by mx6.rz.ruhr-uni-bochum.de (envelope-from , uid 102) with qmail-scanner-2.01 (sophie: 3.05/3.37/4.83. Clear:RC:1(134.147.240.78):. Processed in 0.05274 secs); 24 Mar 2013 19:12:21 -0000 Received: from neo.tp1.ruhr-uni-bochum.de (134.147.240.78) by mx6.rz.ruhr-uni-bochum.de with SMTP; 24 Mar 2013 19:12:21 -0000 Received: from [192.168.0.100] (ip-178-201-62-251.unitymediagroup.de [178.201.62.251]) (authenticated bits=0) by neo.tp1.ruhr-uni-bochum.de (8.14.4/8.14.4) with ESMTP id r2OJCJMU022952 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sun, 24 Mar 2013 20:12:20 +0100 Message-ID: <514F50C8.1000605@tp1.rub.de> Date: Sun, 24 Mar 2013 20:15:20 +0100 From: Stephan Schindel User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130321 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Attaching GELI device on boot References: <514D98BF.7090202@tp1.rub.de> <20130324143724.61268ca2@fabiankeil.de> <514F2A77.2060801@tp1.rub.de> <514F3AE5.4040601@tp1.rub.de> In-Reply-To: <514F3AE5.4040601@tp1.rub.de> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 19:19:13 -0000 OK I found the issue: I reinitialized the provider, same problem. Then I put a partition scheme (BSD) on it.... here it works fine. My guess is this is not intended and might be a bug. Geli should work fine for the "whole" disk (no scheme at all). It works fine for the root device, but fails when trying to attach another device on bootup. But I do not see the reason for it :-/. Stephan