Bug 241810
| Summary: | rt kernel needs the crash module for i686 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Guy Streeter <streeter> | ||||
| Component: | realtime-kernel | Assignee: | Clark Williams <williams> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | CC: | nobody | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 27 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-07-19 20:19:56 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
Guy Streeter
2007-05-30 19:23:01 UTC
It's worse than just the CONFIG setting. The crash driver is a RHEL5 add-on. I think this doesn't affect x86_64, at least not at the same low memory size. It it really a problem for i686. x86_64 doesn't have the memory limit, so we only need the /dev/crash driver for i686. I've done my part on this one. It's up to Clark now. Created attachment 157414 [details]
patch
you need to apply this patch, and set CONFIG_CRASH=m on i686 and not set it on
x86_64.
This will go into next release (>= 2.6.21-32) |