Bug 11844
| Summary: | kernel problems disregarded | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | tannhaus |
| Component: | kernel | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED DEFERRED | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | rlm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-27 21:13:18 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: | |||
|
Description
tannhaus
2000-06-02 05:33:31 UTC
I agree. I am also having these problems. Hm. I think I may have stumbled across the problem here, and a solution as well. Here's a link from deja.com: http://x73.deja.com/getdoc.xp?AN=651229629&CONTEXT=967409610.429588492&hitnum=17 If you set CONFIG_MODVERSIONS=y on a fast machine, modversions.h never gets updated because the dependencies are not calculated correctly. It appears that this bug has existed for quite some time and has even propagated to the 2.4 kernel release series. The short-term patch is to set CONFIG_MODVERSIONS=n. Mikael Pettersson <mikpe.se> said in the above link that he is working on a patch that will always get the modification times right. I don't know if he realizes that this problem afflicts the 2.2.16 kernel as well... I can say that the above fixed my problem. Also: a patch for the 2.4.0-test5 kernel can be had at the link following. I haven't tried it, but it may fix the 2.2.16 bugs as well: http://x54.deja.com/getdoc.xp?AN=652553155&CONTEXT=967410698.561971222&hitnum=16 Since there are patches available, we'll wait for them to migrate through the mainstream kernel into our kernels as a resolution to this problem. |