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 kKDL5xtl26hO for ; Wed, 1 Aug 2012 12:06:43 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Wed, 1 Aug 2012 12:06:43 +0200 (CEST) Message-ID: <5018FFAE.3030504@redhat.com> Date: Wed, 01 Aug 2012 12:06:38 +0200 From: Milan Broz MIME-Version: 1.0 References: <500E7283.6080406@redhat.com> <20120801093216.837cba40.ldarby@tuffmail.com> In-Reply-To: <20120801093216.837cba40.ldarby@tuffmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] ioctl missing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurence Darby Cc: dm-crypt@saout.de, =?ISO-8859-15?Q?Beno=EEt_Kuhn?= On 08/01/2012 10:32 AM, Laurence Darby wrote: > I've got this problem as well after upgrading to linux 3.5, while 3.0.1 > works fine, so this is probably bisectable... The full output is: no need to bisect, it is missing some crypto module in kernel > [45852.267229] device-mapper: table: 252:0: crypt: Error creating IV > [45852.267232] device-mapper: ioctl: error adding target to table means that kernel(dmcrypt) cannot initialize some crypto primitive. "Check that kernel supports aes-cbc-essiv:sha256 cipher" is clear, check you have AES, CBC mode and SHA256 crypto compiled in! (I guess sha256 is missing for some reason.) Milan