Bug 196903
| Summary: | drivers/md/xor.ko needs unknown symbol xor_ia64_2 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> | ||||||||
| Component: | kernel | Assignee: | Prarit Bhargava <prarit> | ||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Brian Brock <bbrock> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | rawhide | CC: | fabio.bettoni, mingo, wtogami | ||||||||
| Target Milestone: | --- | Keywords: | Regression | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | ia64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2006-08-08 14:08:24 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 163350 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Doug Chapman
2006-06-27 16:08:17 UTC
*** Bug 198488 has been marked as a duplicate of this bug. *** Output bootstrapping updated kernel modprobe: WARNING: Error inserting xor (/lib/modules/2.6.17- 1.2366.fc6/kernel/drivers/md/xor.ko): Unknown symbol in module, or unknown parameter (see dmesg) modprobe: FATAL: Error inserting raid456 (/lib/modules/2.6.17- 1.2366.fc6/kernel/drivers/md/raid456.ko): Unknown symbol in module, or unknown parameter (see dmesg) mdadm: failed to RUN_ARRAY /dev/md0: Invalid argument from dmesg: xor: Unknown symbol xor_ia64_3 xor: Unknown symbol xor_ia64_5 xor: Unknown symbol xor_ia64_4 xor: Unknown symbol xor_ia64_2 raid456: Unknown symbol xor_block md: personality for level 5 is not loaded! Created attachment 133188 [details]
Fix exports for raid5 in ia64
Created attachment 133192 [details]
New patch to fix this issue.
Added a && IA64 dependency ... don't want this building everywhere ...
Created attachment 133316 [details]
New patch proposed by Aron ... much better solution
Accepted upstream ... closing. |