From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Mon, 30 Aug 2010 12:33:59 +0200 (CEST) Message-ID: <4C7B8914.3000200@redhat.com> Date: Mon, 30 Aug 2010 12:33:56 +0200 From: Milan Broz MIME-Version: 1.0 References: <4C7B091A.3060906@gmail.com> <4C7B634A.60302@redhat.com> <4C7B8582.4030706@gmail.com> In-Reply-To: <4C7B8582.4030706@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] OT: Just for fun , outputing a sound as access granted or denied List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aaron Lewis Cc: dm-crypt On 08/30/2010 12:18 PM, Aaron Lewis wrote: > BTW: by default cryptsetup try 3 times before a user type in the right > code , is there any way to make it check only once ? > ( if i'm not using a shell pipe in system() passing my password ) See --tries / -T option (-T 1). I think there was a bug that it tried three times even if passphrase was piped, but this should be fixed in 1.1.3. Milan