Bug 240782
Summary: | Installing RHEL 3.8 floods serial console with text messages. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 3 | Reporter: | Alexander Todorov <atodorov> | ||||||||
Component: | kernel | Assignee: | Prarit Bhargava <prarit> | ||||||||
Status: | CLOSED WONTFIX | QA Contact: | Martin Jenner <mjenner> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | 3.8 | CC: | prarit | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | ia64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2007-05-23 20:26:37 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
Alexander Todorov
2007-05-21 16:46:06 UTC
After retesting I got: installing rhel3.8:AS everything with kernel-2.4.21-47.EL, reboot. The error messages start to appear over the serial console and dmesg as well. I am able to login using ssh into the system. Created attachment 155120 [details]
the dmesg file from the machine
After being logged on the machine via ssh for about 2/3 hours it stopped responding. Opening vi or running ls started to take very long. At the end I was not able to ping it. Created attachment 155255 [details]
Upstream patch that fixes this issue
This patch resolves this issue by noting that the check in
gettimeoffset/itc_get_offset is bogus. The "real" check to ensure that time
does not go backwards should be synchronized in the caller to this function as
is done in the case of do_gettimeofday.
Upstream here in 2.5. http://marc.info/?l=git-commits-head&m=106634571604608&w=2 Created attachment 155283 [details]
RHEL3 fix for this issue
Backport to RHEL3.
|