Built, installed and tested under Gutsy.

** Description changed:

  Binary package hint: cryptmount
  
  "Failure to communicate with kernel device-mapper driver.
  Incompatible libdevmapper 1.02.08 (2006-07-17)(compat) and kernel driver 
  failed to initialize device-mapper task"
  
  This is required to mount encrypted volumes; the package is useless
  without this.
+ 
+ TEST CASE:
+ 1) create a file to host the encrypted partition using dd if=/dev/null 
of=/tmp/myimage bs=1M size=100
+ 2) add  an  entry  in  /etc/cryptmount/cmtab:
+ myimage {
+                dev=/tmp/myimage dir=/home/myimage
+                fstype=ext2 fsoptions=defaults cipher=twofish
+                keyfile=/etc/cryptmount/opaque.key
+                keyformat=builtin
+            }
+ 3) generate a decryption key: cryptmount --generate-key 32 myimage
+ 4) give the command: cryptmount --prepare myimage

** Attachment added: "cryptmount_2.0-1ubuntu1.debdiff"
   http://launchpadlibrarian.net/10439408/cryptmount_2.0-1ubuntu1.debdiff

** Changed in: cryptmount (Ubuntu Gutsy)
     Assignee: Andrea Colangelo (warp10) => (unassigned)
       Status: In Progress => Confirmed

** Tags added: verification-motu-needed

-- 
cannot initialize device-mapper
https://bugs.launchpad.net/bugs/93568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to