From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GFm5ORGvfbFI for ; Wed, 1 Jan 2014 23:31:25 +0100 (CET) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Wed, 1 Jan 2014 23:31:25 +0100 (CET) Received: by mail-ee0-f47.google.com with SMTP id e51so5158738eek.34 for ; Wed, 01 Jan 2014 14:30:49 -0800 (PST) Message-ID: <52C49715.7080904@gmail.com> Date: Wed, 01 Jan 2014 23:30:45 +0100 From: Milan Broz MIME-Version: 1.0 References: <52BFE5FA.1030608@gmail.com> <52C47BE1.9090202@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup-1.6.3/truecrypt container List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Strauss Cc: dm-crypt@saout.de On 01/01/2014 10:47 PM, Michael Strauss wrote: > Hello Milan... > > Milan Broz writes: > >> I hope now it is fixed completely :) please check git version... > > Not completely I fear. :-) The error message with "algif_skcipher" is gone, > but "--tries" > seems to have no effect if enter a wrong password at my first try. As I > understand it, cryptsetup > should give me 2 more chances of entering the right PW before quitting? Ah so, I thought you mean just the error message. Yes, --tries doesn't work there (in fact it never worked for truecrypt format). It will need some small code changes but it should work... I will implement this later. Milan