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 288479660 for ; Tue, 11 Aug 2009 16:02:06 +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 EX36fpY95KXc for ; Tue, 11 Aug 2009 16:02:01 +0200 (CEST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.saout.de (Postfix) with SMTP for ; Tue, 11 Aug 2009 16:02:01 +0200 (CEST) Message-ID: <4A8179D4.40807@gmx.at> Date: Tue, 11 Aug 2009 16:01:56 +0200 From: Hannes Erven MIME-Version: 1.0 References: <4A8174D3.7000909@gmx.de> In-Reply-To: <4A8174D3.7000909@gmx.de> 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: Rainer Maier Cc: dm-crypt@saout.de Hi Rainer, > How can I reinstall LUKS on my new Debian (Lenny)? I guess the debian (and thus cryptsetup) installations on your old machine weren't that up to date, right? With the new debian lenny, you don't need to install anything: LUKS is already included in the default cryptsetup package you should already have installed (http://packages.debian.org/lenny/cryptsetup ). >From http://code.google.com/p/cryptsetup/: "The former version of cryptsetup only had low-level operations for dm-crypt ready, and around version cryptsetup-luks 1.0.5 was renamed to be the official version of cryptsetup. " You still might have to change your old scripts, if you have some, to just call cryptsetup instead of cryptsetup-luks . HTH, best regards -hannes