From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 04:33:09 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 05869A4D; Fri, 6 Jun 2014 04:33:09 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (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 6A0A42172; Fri, 6 Jun 2014 04:33:08 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id b13so1276017wgh.9 for ; Thu, 05 Jun 2014 21:33:06 -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:cc :message-id; bh=Ih0BAeBc1mBLVNwY3gTqh4YeNKUhWqzqIkfV2UaywTA=; b=vyrfuwLtUo2gd4jEpV8uJJOxoMVqP05EV90a9NVLYTEyPkLnzK25VyJoCWdJaC6Ns0 Lwxyfq9x03uBYP6LJNp9QatIBQxAPAX7aAiz1NJK0fj0HhsUwEWKAsrZb1DjJUgrZ0up teDGl7bmNkb7BfXFNk9HeWkOr8EMyhBTME59C/g16YCLsTGoMDzC3WVZefYtN6PlaMBR /xLl6kiISC1EvYko67S4GHkircz95D9c0DhQJ9QK5HeFGiA/GaG5e+Q8ulz+z8x2f65S KGovz9fY84TrdBvK1RCRiWgRoJZJ4balb0h5NBRkqWPZh5DNyNMM1AyUQFUotcw7uR95 y0Qw== X-Received: by 10.194.238.134 with SMTP id vk6mr125164wjc.93.1402029186618; Thu, 05 Jun 2014 21:33:06 -0700 (PDT) Received: from ?IPV6:2001:470:7b2f:0:1b5:d77e:30b4:5e5d? ([2001:470:7b2f:0:1b5:d77e:30b4:5e5d]) by mx.google.com with ESMTPSA id gd5sm10654890wjb.40.2014.06.05.21.33.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 21:33:05 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: <5390CEEA.1050600@freebsd.org> <5390E641.1000205@freebsd.org> <539133DC.7070801@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: Fri, 06 Jun 2014 05:33:03 +0100 To: Allan Jude Message-ID: Cc: freebsd-current 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: Fri, 06 Jun 2014 04:33:09 -0000 On June 6, 2014 4:23:06 AM GMT+01:00, Miguel Clara wrote: >Ah great I'll sync my source and recompile :) > >Thanks > > >Melhores Cumprimentos // Best Regards >----------------------------------------------- >*Miguel Clara* >*IT - Sys Admin & Developer* >*E-mail: *miguelmclara@gmail.com > www.linkedin.com/in/miguelmclara/ > > >On Fri, Jun 6, 2014 at 4:22 AM, Allan Jude >wrote: > >> On 2014-06-05 17:50, Allan Jude wrote: >> > On 2014-06-05 17:07, Miguel Clara wrote: >> >> >> >> >> >> 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. >> >> _______________________________________________ >> >> 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" >> >> >> > >> > The updated patch is here: >> > >> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185084 >> > >> > >> > >> >> The fix has been committed to head: >> >> http://svnweb.freebsd.org/base?view=revision&revision=267145 >> >> -- >> Allan Jude >> >> Its working fine now, type the 1st wrong on purpose and it now accepts the second attempt. Thanks Brad for the patch and Allan for the info.