Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 189073

Summary: dmcrypt mappings not creating when rebooting after switching to cryptsetup 1.0.5
Product: Gentoo Linux Reporter: Dirk Heinrichs <dirk.heinrichs.ext>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED TEST-REQUEST    
Severity: major CC: dirk.heinrichs
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dirk Heinrichs 2007-08-16 05:59:04 UTC
After switching from cryptsetup-luks to cryptsetup 1.0.5, dmcrypt mappings are
not created at boot time. I have both /etc/conf.d/cryptfs and
/etc/conf.d/dmcrypt with identical content.

Reproducible: Always

Steps to Reproduce:
1.uninstall cryptsetup-luks
2.install cryptsetup
3.cp /etc/conf.d/cryptfs /etc/conf.d/dmcrypt
4.reboot

Actual Results:  
No mappings created, system doesn't boot correctly.

Expected Results:  
Mappings should be created, system should boot as usual.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-16 06:06:58 UTC
Should be already fixed, emerge --sync and reinstall cryptsetup.

http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/files/1.0.5-dm-crypt-start.sh?r1=1.1&r2=1.2
Comment 2 Dirk Heinrichs 2007-08-16 16:45:42 UTC
Yep, works after sync and reinstallation.