Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224399 - sys-fs/cryptsetup-1.0.6: encrypted filesystem fails to mount because evms initscript is not required to run before the dmcrypt initscript
Summary: sys-fs/cryptsetup-1.0.6: encrypted filesystem fails to mount because evms ini...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-31 21:10 UTC by Matthew McLean
Modified: 2008-06-02 08:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Force evms initscript to run prior to dmcrypt initscript (dmcrypt-patch,223 bytes, patch)
2008-05-31 21:11 UTC, Matthew McLean
Details | Diff
Force evms initscript to run prior to dmcrypt initscript V2 (dmcrypt-patch,225 bytes, patch)
2008-05-31 21:13 UTC, Matthew McLean
Details | Diff
Force evms initscript to run prior to dmcrypt initscript V3 (dmcrypt-patch,223 bytes, patch)
2008-05-31 21:15 UTC, Matthew McLean
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew McLean 2008-05-31 21:10:08 UTC
All of my volumes are setup with LVM2/EVMS.  After a new install, I found that my /dev/mapper/decrypthome was not being automatically mounted because the evms initscript was being run after the dmcrypt one on boot.

Reproducible: Always
Comment 1 Matthew McLean 2008-05-31 21:11:13 UTC
Created attachment 155007 [details, diff]
Force evms initscript to run prior to dmcrypt initscript
Comment 2 Matthew McLean 2008-05-31 21:13:00 UTC
Created attachment 155009 [details, diff]
Force evms initscript to run prior to dmcrypt initscript V2
Comment 3 Matthew McLean 2008-05-31 21:15:22 UTC
Created attachment 155011 [details, diff]
Force evms initscript to run prior to dmcrypt initscript V3
Comment 4 SpanKY gentoo-dev 2008-06-01 21:58:30 UTC
Roy: i thought we had a method now for users to control this ?
Comment 5 Roy Marples 2008-06-02 07:30:08 UTC
We do.
Users can add this to /etc/conf.d/dmcrypt
rc_after="evms"

OR this to /etc/rc.conf
rc_dmcrypt_after="evms"