From owner-freebsd-stable@FreeBSD.ORG Tue Dec 10 10:04:27 2013 Return-Path: Delivered-To: freebsd-stable@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 6985F3C8; Tue, 10 Dec 2013 10:04:27 +0000 (UTC) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D41F19E2; Tue, 10 Dec 2013 10:04:26 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id la4so1352567vcb.1 for ; Tue, 10 Dec 2013 02:04:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=w70bd1ckm3Hshaw0+uqo2zCUnFEqG9PmjoHyCvCFAvM=; b=ax5YTHE9obZ4/L4zZlxAUvrhxMi4no0OtnGY+CWY/hIkmCLpO9gsOlBmmvmWXTQnIW ryTuDbO4HcsWOzz8herUR1U4k4Nem8k4aVUhjPnbc/e8wIe4QYb9Urzea77CWlBNYuoP 8udKRStJPd4nXIaOFkLppHhkp9iXTZxsy6K8YlLfxuzlfvyCZGgQIw4txnnaItWFywLA hQKctSliwNlnbIK4dY587uVWsYMxblJO6unEXhvOgtWHTdcKqnEC55/f72AwI3tshrbS iJSZ4u33ZXS6nD1KBf/Pm3wsSnxsICGNeZU507AMETT6U5dLJiHxv/+6NjuJXLPiRCkk oNsQ== MIME-Version: 1.0 X-Received: by 10.58.143.17 with SMTP id sa17mr13456221veb.14.1386669866117; Tue, 10 Dec 2013 02:04:26 -0800 (PST) Received: by 10.52.168.106 with HTTP; Tue, 10 Dec 2013 02:04:26 -0800 (PST) In-Reply-To: References: <099CD122-B7D8-4FC1-9C99-F19248418CD0@fisglobal.com> Date: Tue, 10 Dec 2013 14:04:26 +0400 Message-ID: Subject: Re: 10.0-BETA4 bsdinstall zfs encryption broken From: Pavel Timofeev To: claudiu vasadi Content-Type: text/plain; charset=UTF-8 Cc: Devin Teske , freebsd-stable stable , "Teske, Devin" 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: Tue, 10 Dec 2013 10:04:27 -0000 Oh, I see, sorry for that noise! 2013/12/10 claudiu vasadi : > Hi, > > When RC1 was announced, it was clearly stated to NOT install geli and ZFS > because upon reboot, the password will not work. > > > On Tue, Dec 10, 2013 at 11:01 AM, Pavel Timofeev wrote: >> >> Hmm, I just tried to install new 10.0-RC1 with encryption on ZFS. >> After installation it can't boot because of wrong passkey. I tried to >> install 10.0-RC1 with different passphrases (even like 123) about 5 >> times and no luck. Whatever I tried. >> Do I do something wrong? Can anybody confirm such behaviour? >> >> 2013/12/9 Teske, Devin : >> > >> > On Dec 4, 2013, at 8:04 AM, Devin Teske wrote: >> > >> >> On Dec 4, 2013, at 7:54 AM, Pavel Timofeev wrote: >> >> >> >>> Great! But I don't know how to build new iso from source and check >> >>> this patch =(. >> >> >> >> I can help you with that later tonight. >> >> >> >> The procedure I use is to take the existing ISO and... >> >> >> >> 1. use mdconfig to access it >> >> 2. use mount_cd9660 to mount it >> >> 3. use rsync to copy the contents to a local dir >> >> 4. use patch to patch the files >> >> 5. use makefs to roll the new files into a new ISO >> >> >> >> I've got a makefile that does the last step. >> >> But I won't be back until later tonight. >> >> >> > >> > I've attached the Makefile that I'm using as-of today >> > which rejects the use of rsync and instead uses UnionFS. >> > >> > I found this to be more efficient as I'm running out of disk >> > space on this VM/laptop. >> > >> > >> > -- >> > Devin >> > _____________ >> > The information contained in this message is proprietary and/or >> > confidential. If you are not the intended recipient, please: (i) delete >> > the >> > message and all copies; (ii) do not disclose, distribute or use the >> > message >> > in any manner; and (iii) notify the sender immediately. In addition, >> > please >> > be aware that any message addressed to our domain is subject to >> > archiving >> > and review by persons other than the intended recipient. Thank you. >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > > > -- > Best regards, > Claudiu Vasadi