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 q09yAuvsQcA1 for ; Thu, 21 Nov 2013 19:59:01 +0100 (CET) Received: from mail-ee0-x22b.google.com (mail-ee0-x22b.google.com [IPv6:2a00:1450:4013:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 21 Nov 2013 19:59:01 +0100 (CET) Received: by mail-ee0-f43.google.com with SMTP id c13so69187eek.2 for ; Thu, 21 Nov 2013 10:59:00 -0800 (PST) Message-ID: <528E57F1.6030709@gmail.com> Date: Thu, 21 Nov 2013 19:58:57 +0100 From: Milan Broz MIME-Version: 1.0 References: <528CE6D7.8030005@riseup.net> <528D07E2.9040601@gmail.com> <528E1EDE.9010309@riseup.net> In-Reply-To: <528E1EDE.9010309@riseup.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] 1.6.2 - waiting for zero, luksFormat hung List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "shmick@riseup.net" Cc: dm-crypt@saout.de On 11/21/2013 03:55 PM, shmick@riseup.net wrote: > ive also then tried with my distro default cryptsetup 1.4.1 but the same > errors again in xts mode with AES or TWOFISH > > any ideas ??? Did you modified udev device-mapper rules? If not, perhaps you should report it to your distro bugzilla if it doesn't work with default package. (The "waiting to zero" is in fact libdevmapper internal problem, cryptsetup is just an user here.) Usually it is caused byt removal of mandatory device-mapper udev rules. Cipher or dmcrypt configuration is perhaps not related to this. Milan