From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 03:23:31 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 3060F953; Fri, 6 Jun 2014 03:23:31 +0000 (UTC) Received: from mail-we0-x22e.google.com (mail-we0-x22e.google.com [IPv6:2a00:1450:400c:c03::22e]) (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 871762BDD; Fri, 6 Jun 2014 03:23:30 +0000 (UTC) Received: by mail-we0-f174.google.com with SMTP id k48so2118718wev.5 for ; Thu, 05 Jun 2014 20:23:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=I8KmuPGY/6FtUr/NrpNGM076g4D1W1gfDWwk0B9TNSo=; b=Nc3o9Gf+FGxr20jOgzkJZzWEdHI2z1a7wJ1PcdG3GOvdC2ykUcnfoqtm5ebcZNs8Iq Myu2+lbCRzNfDr2iP9X4C0QpDCLX2GkSUTv9irPodnCiYOxbczaABk/QrUwuLDSmo0Vn cWkuu6EdpvAX3bwT8JRROLv4ZYmGwl/syAf0wS6F5RRfz+gggU6Ea+PutHLUpiXDZXWK 3Zv2yeae5Dp0b1Bs7ByxWixsGVRyjJqsauztaBd8GRL5fRGLEQF5gMU5Wi3Ry7EL1UZg CT5rPNUn9EAjz9TdNqXR/4hV1YGjM5hL1V0BVDR/S4y0iI3RLJNmIHX2wZQHHxIUZ4C7 r52Q== X-Received: by 10.180.228.6 with SMTP id se6mr1147307wic.52.1402025007687; Thu, 05 Jun 2014 20:23:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.5.41 with HTTP; Thu, 5 Jun 2014 20:23:06 -0700 (PDT) In-Reply-To: <539133DC.7070801@freebsd.org> References: <5390CEEA.1050600@freebsd.org> <5390E641.1000205@freebsd.org> <539133DC.7070801@freebsd.org> From: Miguel Clara Date: Fri, 6 Jun 2014 04:23:06 +0100 Message-ID: Subject: Re: geli passpharse only accepts first attempt, fails all others even if correct To: Allan Jude Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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 03:23:31 -0000 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 > >