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 cRGsCULq69kB for ; Sun, 29 Dec 2013 10:06:09 +0100 (CET) Received: from mail-bk0-x231.google.com (mail-bk0-x231.google.com [IPv6:2a00:1450:4008:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 29 Dec 2013 10:06:08 +0100 (CET) Received: by mail-bk0-f49.google.com with SMTP id my13so3409028bkb.8 for ; Sun, 29 Dec 2013 01:06:07 -0800 (PST) Message-ID: <52BFE5FA.1030608@gmail.com> Date: Sun, 29 Dec 2013 10:06:02 +0100 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup-1.6.3/truecrypt container List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Strauss Cc: dm-crypt@saout.de On 12/28/2013 05:43 AM, Michael Strauss wrote: > Hello, > > can someone please enlighten me? I try to mount a truecrypt volume with > cryptsetup-1.6.3 and get the error message: > > cryptsetup -v --type tcrypt open /tmp/testconti.tc test > Enter passphrase: > Required kernel crypto interface not available. > Ensure you have algif_skcipher kernel module loaded. > Command successful. > > But it's there: > > lsmod: > > [...] > algif_skcipher > [...] > > After mounting the fs it works, but why the error message? Fixed in http://code.google.com/p/cryptsetup/source/detail?r=8dc48776979c67cdbf4991510ead4d716f34db03 For now you can safely ignore this warning message :) (This message is just try to help if command completely fails but it is sometimes problematic to detect if it is missing required kernel interface or intentional kernel module not-compiled-in system hardening...) Thanks for reporting it, Milan