From owner-freebsd-stable@FreeBSD.ORG Fri Apr 18 23:51:04 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54D4FFF7; Fri, 18 Apr 2014 23:51:04 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (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 2C7FD1E49; Fri, 18 Apr 2014 23:51:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=QFzYwYztG4jEV6qpSTnc80B14NMunqWs2JbuSUf04vk=; b=NacxSvyvVnrI6eNzt/tSQZHU80p4UevzG4QdmxUPIP/bqhgKlBqBMZ7E6qNr9Rzm09lsMoaODiD5LRq+0HM5PjlUw0EBK9LRwKuhGAT0v7q8z7oKb/fidhXdVK5665AvKGaSB8/sqiwORsn2Usu8PNi/KK3EbR+i5X4BKdSwrQo=; Received: from bb119-74-227-120.singnet.com.sg ([119.74.227.120]:26899 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WbIYh-001LuE-Ci; Fri, 18 Apr 2014 17:51:03 -0600 Date: Sat, 19 Apr 2014 07:50:54 +0800 From: Erich Dollansky To: Glen Barber Subject: Re: vt(4) and geli(8) Message-ID: <20140419075054.5e70a07a@X220.alogt.com> In-Reply-To: <20140418234811.GM49791@glenbarber.us> References: <20140418235044.52742bac@X220.alogt.com> <20140419073946.2991d505@X220.alogt.com> <20140418234811.GM49791@glenbarber.us> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: Greg Rivers , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 23:51:04 -0000 Hi, On Fri, 18 Apr 2014 19:48:11 -0400 Glen Barber wrote: > On Sat, Apr 19, 2014 at 07:39:46AM +0800, Erich Dollansky wrote: > > Hi, > > > > On Fri, 18 Apr 2014 11:54:20 -0500 (CDT) > > Greg Rivers wrote: > > > > > > You might have to load vt via loader.conf or put it into the > > > > kernel. Wait, is there a chicken-egg problem? > > > > > > > > > > I have vt compiled into the kernel via: > > > device vt > > > device vt_vga > > > > > > geli is loaded from the module via geom_eli_load="YES" in > > > loader.conf. > > > > > try to put geli into the kernel as I do. > > > > I think this is not going to make a difference. > trying does nut hurt. Erich