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 A2vC7GVutUjp for ; Tue, 24 Jul 2012 12:01:43 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Tue, 24 Jul 2012 12:01:43 +0200 (CEST) Message-ID: <500E7283.6080406@redhat.com> Date: Tue, 24 Jul 2012 12:01:39 +0200 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: [dm-crypt] ioctl missing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Beno=EEt_Kuhn?= Cc: dm-crypt@saout.de On 07/24/2012 11:23 AM, Beno=EEt Kuhn wrote: > My problem is when I start my OS and try to launch the command > "cryptsetup luksOpen /dev/devicename nameoflocation", it asks me the > passphrase and after having enter anything (I mean whatever the > password, if it is good or wrong), I have the following message > "device-mapper: reload ioctl failde: No such file or directory". Please add --debug and post output. But I guess you have misconfigured libdevmapper library. If compiled with udev support, it requires some udev rules to be installed, other wise it cannnot create device node. Milan