From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 19:54:31 2014 Return-Path: Delivered-To: freebsd-current@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 CAF7136E for ; Thu, 5 Jun 2014 19:54:31 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (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 633EE2327 for ; Thu, 5 Jun 2014 19:54:31 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id q58so1518076wes.0 for ; Thu, 05 Jun 2014 12:54:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:mime-version:content-type:content-transfer-encoding :subject:from:date:to:message-id; bh=OGJ190buPoqYZAjLh9rNM8ddgcidPFY43NwHH06P3Xk=; b=R4U4Dw4AOzMaatY7Sds3oUsxRmDrJUN3yu9RkQ2r7D8TtQEHclDOoIWEGa2uXJs8eb x65Tjyqb+ZT9OwRsC3kpyZ1HP6ZI43niDe8yl8Z3Hp6bK7deE1U0zl5mlrqgzua621gW Dlo2tFVxzcw4hNBE8fd5eF7MAvIa68tJeZJx+Cv+5l0IbMMQfp2Qp6VvtLlUCfjqMoqx +nir2wlVqYwqqjlsXSv2rdeDTn2r7iqWsDcMOUmLAKTdLp/WucMBRx6Lqm7/HZTTTBHM fc1zJOdjAnkNNoo7kHm3nCrNt4eCGiO0p/TbxRg3ydDlLbXdnx4I1L9jDwfTgDRQsKvE mL2A== X-Received: by 10.194.200.65 with SMTP id jq1mr62507052wjc.33.1401998069587; Thu, 05 Jun 2014 12:54:29 -0700 (PDT) Received: from ?IPV6:2001:470:7b2f:0:5c9c:7a6e:6979:54ac? ([2001:470:7b2f:0:5c9c:7a6e:6979:54ac]) by mx.google.com with ESMTPSA id e11sm17228382wiw.19.2014.06.05.12.54.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 12:54:29 -0700 (PDT) User-Agent: K-9 Mail for Android MIME-Version: 1.0 Subject: geli passpharse only accepts first attempt, fails all others even if correct From: Miguel Clara Date: Thu, 05 Jun 2014 20:54:26 +0100 To: freebsd-current@freebsd.org Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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 19:54:31 -0000 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