From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051118 Fedora/1.5-0.5.0.rc3 Firefox/1.5 Description of problem: cryptsetup -d /etc/key create test_crypt /dev/temp/test I have a key file named /etc/key for encrypting/decrypting partitions. I try to encrypt an LVM volume named /dev/temp/test with the above cryptsetup command and get the following error: Command failed: Invalid argument In version 1.0.1-3 it worked perfectly. The code in the dm_query_device() function doesn't seem to match the recent device-mapper code in that it passws a NULL for the "next" variable which seems inappropriate. Maybe an interface change in the library code it's linked to? Version-Release number of selected component (if applicable): 1.0.1-4.1 How reproducible: Always Steps to Reproduce: 1. 2. 3. Additional info:
Maybe this is because of a different libdevmapper library? Can you send me the source diffs between 1.0.1-3 and 1.0.1-4? Thanks
I also see this problem. The cryptsetup-luks-1.0-1 package from Fedora Core 4 works fine. Using cryptsetup-luks-1.0.1-4.1 causes: # cryptsetup create foo /dev/sda1 Command failed: Invalid argument
Peter, any progress on this bug?
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344313 Fixed in cryptsetup-luks 1.0.2, which was released today. http://luks.endorphin.org
*** Bug 181621 has been marked as a duplicate of this bug. ***
1.0.2-1 built.