Summary: | sys-fs/cryptsetup fails to use device-mapper with dev-libs/libgcrypt[caps] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Doug Goldstein (RETIRED) <cardoe> |
Component: | Eclasses | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aidecoe, bertrand, bugs+gentoo, da_risk, eva, gentoo, graham, me, tetromino, uzytkownik2 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=467798 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 468616 |
Description
Doug Goldstein (RETIRED)
![]() wuahhh, *THIS* stopped my fully encrypted server to boot. :-/ thanks for reporting! I guess, the importance of this bug should be higher! *** Bug 467798 has been marked as a duplicate of this bug. *** Is there something to check/test, I just spent an hour trying to figure this out on my workstation :( Ijust work on this when I tried to set up cryptsetup on my laptop.Steps to reproduce the bug are : * emerge libgcrypt with USE=caps enabled * emerge cryptsetup * (optinally create a loop file device or use a diskpartition) dd if=/dev/null of=/tmp/file bs=1048576 seek=1024 losetup /dev/loop0 /tmp/file * cryptsetup luksFormat /dev/loop0 (or /dev/sd??) * open the secure container cryptsetup open --type luks /dev/loop0 secure The latest command failed. Also see this bug report for additional info http://code.google.com/p/cryptsetup/issues/detail?id=47 This isn't an issue anymore since the caps use flag was removed from libgcrypt. |