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 bB_3M8P11Bo3 for ; Sun, 21 Oct 2012 11:53:36 +0200 (CEST) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 21 Oct 2012 11:53:35 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id dr13so1445471wgb.1 for ; Sun, 21 Oct 2012 02:53:35 -0700 (PDT) Message-ID: <5083C61C.5090807@gmail.com> Date: Sun, 21 Oct 2012 11:53:32 +0200 From: Milan Broz MIME-Version: 1.0 References: <50830D33.5050807@ursulin.net> In-Reply-To: <50830D33.5050807@ursulin.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup not working under 3.6 - regression from 3.4? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tvrtko Ursulin Cc: dm-crypt@saout.de, linux-kernel@vger.kernel.org On 10/20/2012 10:44 PM, Tvrtko Ursulin wrote: > But I repeat, even if I load the required modules before hand things do > not work. I would say you are still missing some modules. > Kernel says this: > device-mapper: table: 252:1: crypt: Error allocating crypto tfm > device-mapper: ioctl: error adding target to table It complains about aes-cbc-essiv:sha256. It can be missing CBC od SHA256, but according the message I bet you have no "cbc" block cipher mode module compiled. Can you grep your final .config for CONFIG_CRYPTO_CBC and CONFIG_CRYPTO_SHA256 a paste it here? Milan