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 HwUtTOVU-k1P for ; Wed, 1 Aug 2012 21:26:49 +0200 (CEST) Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Wed, 1 Aug 2012 21:26:48 +0200 (CEST) Date: Wed, 1 Aug 2012 20:26:44 +0100 From: Laurence Darby Message-Id: <20120801202644.bc37ac0b.ldarby@tuffmail.com> In-Reply-To: <5018FFAE.3030504@redhat.com> References: <500E7283.6080406@redhat.com> <20120801093216.837cba40.ldarby@tuffmail.com> <5018FFAE.3030504@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] ioctl missing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Milan Broz Cc: dm-crypt@saout.de, =?ISO-8859-15?Q?Beno=EEt?= Kuhn Milan Broz wrote: > > "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.) > Doh... I didn't trust that error message because I knew my kernel config had support for all the ciphers needed, I had added it as a module when I first started using cryptsetup ages ago, to avoid rebooting, but normally I run with everything built-in, and I forgot I still had that as a module, so I didn't run make modules_install for the new kernel... :( Laurence