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 kjFlZfDzpRy4 for ; Thu, 21 Nov 2013 18:56:22 +0100 (CET) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 21 Nov 2013 18:56:22 +0100 (CET) Received: by mail-ee0-f49.google.com with SMTP id b47so35587eek.22 for ; Thu, 21 Nov 2013 09:56:22 -0800 (PST) Message-ID: <528E4944.1080601@gmail.com> Date: Thu, 21 Nov 2013 18:56:20 +0100 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Some problems with veritysetup command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mikulas Patocka Cc: dm-crypt@saout.de, =?UTF-8?B?6Im+56Wd?= Hi, On 11/21/2013 04:12 PM, Mikulas Patocka wrote: >> If I run the following command >> #veritysetup format /dev/sdb /dev/sdc this should work. But I think you have some problem with installation of veritysetup & libcryptsetup. What distro you are using, Ubuntu? Why are you using alien to install package? (Using Fedora package on other distros is not a good idea.) Veritysetup is already packaged in unstable/testing Debian (maybe Ubuntu has own build as well) # dpkg -S /sbin/veritysetup cryptsetup-bin: /sbin/veritysetup # apt-cache policy cryptsetup-bin cryptsetup-bin: Installed: 2:1.6.1-1 Candidate: 2:1.6.1-1 Version table: *** 2:1.6.1-1 0 500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages 990 http://ftp.debian.org/debian/ unstable/main amd64 Packages 100 /var/lib/dpkg/status Please try to use this version (it works for me, just tried it on Debian unstable). Do not use rpm packages, it can have serious incopmabilities (at lease for device-mapper dependences). Milan