| Summary: | [fips] FATAL: Module aead not found | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Todorov <atodorov> |
| Component: | dracut | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.0 | CC: | atodorov, borgan, iboverma, mbroz, mkhusid, pholica, pknirsch, sgrubb |
| Target Milestone: | rc | Keywords: | TestBlocker |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 670925 | Environment: | |
| Last Closed: | 2011-03-02 12:06:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 670159, 670925 | ||
|
Description
Alexander Todorov
2011-03-01 14:26:15 UTC
# modprobe --ignore-install --show-depends aead FATAL: Module aead not found. [root@melfina yum.repos.d]# uname -r 2.6.32-118.el6.x86_64 With test package provided by Harald I got: dracut: Mounting /dev/vda1 as /boot EXT4-fs (vda1): mounted filesystem with ordered data mode dracut: Checking integrity of kernel dracut: Umounting /boot dracut: Loading and integrity checking all crypto modules alg: self-tests for aes-generic (aes) passed alg: self-tests for aes-asm (aes) passed alg: self-tests for ansi_cprng (stdrng) passed alg: No test for fips(ansi_cprng) (fips_ansi_cprng) alg: self-tests for des-generic (des) passed alg: self-tests for des3_ede-generic (des3_ede) passed alg: self-tests for sha224-generic (sha224) passed alg: self-tests for sha256-generic (sha256) passed alg: self-tests for sha384-generic (sha384) passed alg: self-tests for sha512-generic (sha512) passed alg: No test for cipher_null (cipher_null-generic) alg: No test for ecb(cipher_null) (ecb-cipher_null) alg: No test for digest_null (digest_null-generic) alg: No test for compress_null (compress_null-generic) dracut: Self testing crypto algorithms alg: self-tests for sha1 (sha1) passed alg: self-tests for ecb(des-generic) (ecb(des)) passed alg: self-tests for ecb(des) (ecb(des)) passed alg: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)) passed alg: self-tests for ecb(des3_ede) (ecb(des3_ede)) passed alg: self-tests for cbc(des3_ede-generic) (cbc(des3_ede)) passed alg: self-tests for cbc(des3_ede) (cbc(des3_ede)) passed alg: self-tests for sha256 (sha256) passed alg: self-tests for ecb(aes-asm) (ecb(aes)) passed alg: self-tests for ecb(aes) (ecb(aes)) passed alg: self-tests for cbc(aes-asm) (cbc(aes)) passed alg: self-tests for cbc(aes) (cbc(aes)) passed alg: self-tests for xts(aes-asm) (xts(aes)) passed alg: self-tests for xts(aes) (xts(aes)) passed alg: self-tests for ctr(aes-asm) (ctr(aes)) passed alg: self-tests for ctr(aes) (ctr(aes)) passed alg: self-tests for rfc3686(ctr(aes-asm)) (rfc3686(ctr(aes))) passed alg: self-tests for rfc3686(ctr(aes)) (rfc3686(ctr(aes))) passed alg: self-tests for sha384 (sha384) passed alg: self-tests for sha512 (sha512) passed alg: self-tests for crc32c (crc32c) passed alg: self-tests for sha224 (sha224) passed alg: self-tests for ccm_base(ctr(aes-asm),aes-asm) (ccm(aes)) passed alg: self-tests for ccm(aes) (ccm(aes)) passed alg: self-tests for rfc4309(ccm_base(ctr(aes-asm),aes-asm)) (rfc4309(ccm(aes))) passed alg: self-tests for rfc4309(ccm(aes)) (rfc4309(ccm(aes))) passed alg: self-tests for hmac(sha1-generic) (hmac(sha1)) passed alg: self-tests for hmac(sha1) (hmac(sha1)) passed alg: self-tests for hmac(sha256-generic) (hmac(sha256)) passed alg: self-tests for hmac(sha256) (hmac(sha256)) passed alg: self-tests for hmac(sha384-generic) (hmac(sha384)) passed alg: self-tests for hmac(sha384) (hmac(sha384)) passed alg: self-tests for hmac(sha512-generic) (hmac(sha512)) passed alg: self-tests for hmac(sha512) (hmac(sha512)) passed alg: self-tests for hmac(sha224-generic) (hmac(sha224)) passed alg: self-tests for hmac(sha224) (hmac(sha224)) passed alg: self-tests for ansi_cprng (ansi_cprng) passed dracut: All initrd crypto checks done dracut: Starting plymouth daemon The fix is correct. *** This bug has been marked as a duplicate of bug 670925 *** |