Thanks a lot! That did it. I guess it proves the only thing you can believe in an<br>error message is that there is an error.<br><br>Richard<br><br><br><div class="gmail_quote">On Tue, Dec 15, 2009 at 8:23 PM, Eric Lin <span dir="ltr">&lt;<a href="mailto:notapplicable.haha@gmail.com">notapplicable.haha@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Tue, Dec 15, 2009 at 08:03:53PM -0800, Richard Harke wrote:<br>
&gt; Recent news that some MS users are locked out of their files by a screw up<br>
&gt; at MSN.<br>
&gt; Well, Debian has me locked out of some files. I have some data in an<br>
&gt; encrypted<br>
&gt; file system and I use loopback and cryptsetup to get to it. I very recently<br>
&gt; installed<br>
&gt; lenny for amd64, then today after I installed cryptsetup I found it would<br>
&gt; not run.<br>
&gt; Error message:<br>
&gt; Command failed: Incompatible libdevmapper 1.02.27 (2008-06-25)(compat) and<br>
&gt; kernel driver<br>
<br>
</div>This could be due to not running cryptsetup as root, which I&#39;m assuming<br>
you&#39;re doing, not having certain kernel modules loaded (aes, dm_mod, and<br>
dm-crypt), or not having the right version of libdevmapper.<br>
<br>
Let&#39;s start with the simplest solution and try to load the right<br>
modules.  This seems to have solved it for many people with the same<br>
issue:<br>
<br>
modprobe aes dm-crypt dm_mod<br>
<br>
Run it as root, and hopefully the problem&#39;s solved.<br>
<div class="im"><br>
&gt; There is only one version of libdevmapper on the debian site for stable,<br>
&gt; testing and unstable.<br>
&gt; There is a different verion of cryptsetup for testing (I&#39;m running stable)<br>
&gt; but it won&#39;t install<br>
&gt; due to other conflicts. Despite the version in the error message, ldd shows<br>
&gt; that<br>
&gt; cryptsetup is looking for libdevmapper.so.1.02.1<br>
&gt; The debian site gives 1.02.1 as the version of the package but says the<br>
&gt; library is at<br>
&gt; version 1.02.27<br>
&gt;<br>
&gt; Can anyone make sense of this?<br>
&gt;<br>
&gt; Richard harke<br>
<br>
</div><div class="im">&gt; _______________________________________________<br>
&gt; vox-tech mailing list<br>
&gt; <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
<br>
</div><font color="#888888">-Eric<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
vox-tech mailing list<br>
<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
</div></div></blockquote></div><br>