From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by mail.saout.de (Postfix) with ESMTP id 64F6B9763 for ; Wed, 12 Aug 2009 08:57:30 +0200 (CEST) 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 7Qke5wU2W8gV for ; Wed, 12 Aug 2009 08:57:25 +0200 (CEST) Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by mail.saout.de (Postfix) with ESMTP for ; Wed, 12 Aug 2009 08:57:24 +0200 (CEST) Message-ID: <4A826673.9080703@redhat.com> Date: Wed, 12 Aug 2009 08:51:31 +0200 From: Milan Broz MIME-Version: 1.0 References: <4A8174D3.7000909@gmx.de> <20090811214229.GA4796@tansi.org> <20090811222520.300700@gmx.net> <200908111839.19827.samm@sammaloney.com> <20090811225431.300710@gmx.net> In-Reply-To: <20090811225431.300710@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] reinstallation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: RaMaier@gmx.de Cc: dm-crypt@saout.de, Sam RaMaier@gmx.de wrote: > Command failed: No setup backend available This should never happen, did you compile cryptsetup yourself and with some extra parameters to configure? (This says there is no backend in your binary and it cannot work at all, actually plugins never worked properly and libdevmapper is only option to use here) If so, do not add any plugin parameters to configure, or just try to add --enable-libdevmapper only. Or better, use distro compiled version. Milan