Bug 665359
Summary: | Add cryptsetup-luks to dracut requirements again | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steven Haigh <netwiz> | ||||
Component: | dracut | Assignee: | Harald Hoyer <harald> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | bugzilla.redhat, david.ward, dcantrell, harald, jlaska, jonathan, mads, rhe, robatino | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | dracut-006-6.fc14 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 642617 | Environment: | |||||
Last Closed: | 2011-01-18 21:58:47 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Steven Haigh
2010-12-23 12:22:26 UTC
The patch used for this seems to cause further issues. When trying to install a new kernel, the following is observed: # /sbin/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --update 2.6.35.9-64.fc14.i686 W: Cannot load dracut module "plymouth", dependencies failed. # Upon rebooting, plymouth is not displayed. This occurs every time if the following packages are not installed: device-mapper device-mapper-libs cryptsetup-luks-libs cryptsetup-luks In reality, there should not be a dependence of having cryptsetup installed for plymouth to work. The two should be detected separately and plymouth should still work if cryptsetup is not available. The current revision of dracut does not seem to act this way. Doing a minimal install, then using yum to update all the packages in the updates repo the following happens: On install, kernel-2.6.35.6-45.fc14.i686 is present. Plymouth works as intended on this kernel version. After all updates, kernel-2.6.35.9-64.fc14.i686 is present. Plymouth does not display if cryptsetup-luks is not installed - which it is not during a minimal install. This seems to be the issue: Part of the following command: # sh -x /sbin/dracut -f /boot/initramfs-2.6.35.9-64.fc14.i686.img 2.6.35.9-64.fc14.i686 ... + [[ -d /usr/share/dracut/modules.d/90crypt ]] + [[ -x /usr/share/dracut/modules.d/90crypt/install ]] + [[ -x /usr/share/dracut/modules.d/90crypt/check ]] + /usr/share/dracut/modules.d/90crypt/check + ret=1 + (( ret==0||ret==255 )) + return 1 + dwarning 'Cannot load dracut module "plymouth", dependencies failed.' + echo 'W: Cannot load dracut module "plymouth", dependencies failed.' W: Cannot load dracut module "plymouth", dependencies failed. + [[ -w /var/log/dracut.log ]] ... # Created attachment 471037 [details]
Missing patch
@Harald: You fixed this already in dracut-006-3.fc14, but your patch somehow got lost in dracut-006-4.fc14 (appears to be unintentional). Could you please add the patch back and rebuild dracut? I've attached it to this bug report. Thanks!
It's been a while since the last comment on this and I haven't seen anything hit koji etc - is there anything I can do to help further on this? dracut-006-6.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/dracut-006-6.fc14 dracut-006-6.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dracut'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/dracut-006-6.fc14 Updated to dracut-006-6.fc14 After removing the following packages to test this: device-mapper device-mapper-libs cryptsetup-luks-libs cryptsetup-luks # new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --update 2.6.35.10-74.fc14.i686 # Upon reboot, plymouth screens show as they should, all seems well :) Positive Karma left on the package. dracut-006-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |