Hi, The "cryptsetup isLuks /dev/sda" command started printing out "Device /dev/sda is not a valid LUKS device." in Fedora 16. I see this with the cryptsetup-luks-1.3.1-2.fc16.x86_64 version. Without the --verbose option it should only return the status code, not print anything. Andrei
right, yest another unwanted change since 1.2.0 api rewrite (I'll change that upstream). Anyway if you have this in script just redirect stderr as workaround for now cryptsetup isLuks /dev/sda 2>/dev/null
and btw I would suggest to use blkid anyway for signature check, e.g. blkid -p -u crypto_LUKS /dev/sda
Fixed upstream, will appear in rawhide shortly. For F16 it needs backport later (cannot rebase because of api change). http://code.google.com/p/cryptsetup/source/detail?r=653#
cryptsetup-luks-1.3.1-3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/cryptsetup-luks-1.3.1-3.fc16
Package cryptsetup-luks-1.3.1-3.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing cryptsetup-luks-1.3.1-3.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-17419/cryptsetup-luks-1.3.1-3.fc16 then log in and leave karma (feedback).
cryptsetup-luks-1.3.1-3.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.