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 38cxWsohlgQ3 for ; Sun, 29 Dec 2013 00:46:47 +0100 (CET) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) (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 00:46:47 +0100 (CET) Received: by mail-bk0-f54.google.com with SMTP id v16so3449308bkz.13 for ; Sat, 28 Dec 2013 15:46:46 -0800 (PST) Message-ID: <52BF62E3.2070604@gmail.com> Date: Sun, 29 Dec 2013 00:46:43 +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: > 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. Hi, seems like a bug in kernel crypto API detection. Could you please send me output of the cryptsetup command above with added --debug switch? (Or create new issue on the project page and attach log there.) Thanks, Milan