From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 21:07:56 2014 Return-Path: Delivered-To: freebsd-current@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 A1C4C101; Thu, 5 Jun 2014 21:07:56 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15EA52A73; Thu, 5 Jun 2014 21:07:55 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id n15so11099259wiw.15 for ; Thu, 05 Jun 2014 14:07:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=T90hWQHAqhazGwxZUaDeuRY0bvpr+6jzIQu8zSBam/8=; b=y5HNPnK4IeIp225jItt0bjAkJfbvOPRgVVyOgrXXSNu/avCEv+r70cerQL4oZmz5Dw WAfh4ynPWwJSHw3BQ9Kdl/1pc+LzxpUXCUQTy0/ZErXIsYHA46o25UJNBBNGOJH28Hq2 HlyF4flH2RjGS+CqRJVNWPXl/JoCFEDKQrDzai5ZDmGh9C3AgJC9IOON7CyHq/nS3mrr bYc+/fGso5CTD0id0KQOiF5U137nYaqWbuEN8CLsp4OjcRcAnDu8EdAlNtGaZ5NeMyIg +geK1uiSyxMLBSvX7HIcY2uwR8uDIH/achC7zQE4o3VnWGpXAV2f/rrFGuk3viS5kpwr hz9g== X-Received: by 10.180.8.136 with SMTP id r8mr1704108wia.60.1402002472756; Thu, 05 Jun 2014 14:07:52 -0700 (PDT) Received: from [10.33.109.241] (112.64.103.87.rev.vodafone.pt. [87.103.64.112]) by mx.google.com with ESMTPSA id dk10sm3056489wib.1.2014.06.05.14.07.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 14:07:52 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <5390CEEA.1050600@freebsd.org> References: <5390CEEA.1050600@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: geli passpharse only accepts first attempt, fails all others even if correct From: Miguel Clara Date: Thu, 05 Jun 2014 22:07:45 +0100 To: Allan Jude ,freebsd-current@freebsd.org Message-ID: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 21:07:56 -0000 On June 5, 2014 9:11:22 PM GMT+01:00, Allan Jude wrote: >On 2014-06-05 15:54, Miguel Clara wrote: >> >> In FreeBSD 10 if I fail to type my geli passphase at boot I can try 2 >more times... >> >> In 11 current I see the 3 attempts too.. But I fail the the first it >will always deny the others even if they are correct.. >> I tested this on purpose countless time and just update my source and >recompiled and still see this issue. >> >> Is anyone else using geli on current and noticing this behavior? >> >> Note: using zfs... Not sure if that might be related but I also have >zfs+geli on 10 and works nice. >> >> Thanks, >> >> Miguel Clara >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >"freebsd-current-unsubscribe@freebsd.org" >> > >Brad David (brd@) and I discovered this while testing some changes to >the zfsboot installer. We then found there has been a PR for this for a >while. Brad has a patch out for review that solves it, hopefully we'll >have news on that soon Is there a link to that PR/patch? Maybe I can test if it works. Thanks for the reply.