From owner-freebsd-stable@FreeBSD.ORG Sun Jun 26 16:49:20 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22AA61065674 for ; Sun, 26 Jun 2011 16:49:20 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D95628FC08 for ; Sun, 26 Jun 2011 16:49:19 +0000 (UTC) Received: by iwr19 with SMTP id 19so4939398iwr.13 for ; Sun, 26 Jun 2011 09:49:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=4BEJ9UyR5+JFL2kHW9YeaD6a4JCMw9g8ZwaH/qGgzC8=; b=vG3VRFaN1dQ4+qPnJE6GM+MShbQxKoyzEPc4eEnb+2c2clmtpguHfBd30Jlesl0LIP 6WvWGvyNfWG9jvJJlBVsugVdrtEQmPFW3ovUOb2adxXFzlQtQvM7IN5XsQjr4kO9QWAy PpkgCK7UVppgh5xzEdyrMN8VnRmHC3lZticLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=KkgwXLzX3LL5IRJrgSJjkPmC8ttGmdaqPivUuCVwZTOzReq1CvIph0cFwek8J69bbh ZfNVC//7oSNzk2+S3FtsVHCO7yff3uEdPhTmSfbVKh5XoJBqBjFRFr8gIK4pBAzvZah8 4xe6mrDBoPagKRKli83V9D4OpVY/NFB01SSrQ= Received: by 10.42.171.71 with SMTP id i7mr3731837icz.96.1309105575044; Sun, 26 Jun 2011 09:26:15 -0700 (PDT) Received: from schism.local (c-76-124-49-145.hsd1.pa.comcast.net [76.124.49.145]) by mx.google.com with ESMTPS id p15sm2578451ibh.12.2011.06.26.09.26.13 (version=SSLv3 cipher=OTHER); Sun, 26 Jun 2011 09:26:13 -0700 (PDT) Message-ID: <4E075DA4.6070902@gmail.com> Date: Sun, 26 Jun 2011 12:26:12 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Sebastian Anding References: <20110623144700.7679a699@jf.bluem00n.gotdns.org> In-Reply-To: <20110623144700.7679a699@jf.bluem00n.gotdns.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@FreeBSD.org Subject: Re: 8 Stable won't boot into zfs with underlying geli layer amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 16:49:20 -0000 On 6/23/11 8:47 AM, Sebastian Anding wrote: > Hi, > > i tried to switch to 8.0 stable. I checkout the src-all with cvsup 3 > days ago. What branch did you switch from, and what tag do you have in your supfile for the -stable branch? The tag for the latest -stable branch should be RELENG_8 . > After make buildworld, make buildkernel and make installkernel, I booted > into the new system. But now I'm not asked for the geli passphrases. > That results in the kernel not beeing able to mount the root vfs. The > keyboard (USB) is not responding anymore and so I'm not able to set > parameters after the root fs went missing, or produce a dmesg. > > I guess that the discs are not detected anymore. > > My setup can be seen in the attached files. There are one freebsd-swap > and one freebsd-zfs gpart partition on each disc. The gpart partitions > freebsd-zfs are encrypted with geli. I attach the dmesg of the Generic > 8.2 release kernel too. > I'm not familiar with mixing GELI with ZFS, but I have a few questions to try to clarify exactly what you did because of ZFS pool compatibility. You mentioned 8.0-STABLE above, but you mention 8.2-RELEASE for dmesg. If you did in fact switch from 8.2-RELEASE to 8.0-STABLE, you downgraded your system. Depending on what ZFS version you were using (v15 was the default in 8.2-RELEASE), the zpool may not be usable by older ZFS versions (the default in 8.0-STABLE was v13 when it was branched from HEAD). Regards, -- Glen Barber