Bug 237874
Summary: | NFS write corruption with PAE kernel | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Schanzle <bugzilla> | ||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6 | CC: | dshaw, jonstanley | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | athlon | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-02-08 04:25:10 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: | 427887 | ||||||
Attachments: |
|
Description
Chris Schanzle
2007-04-25 19:49:52 UTC
What kind of corruption occurs? Please compare the known-good and bad files and see if there is a pattern. Created attachment 153676 [details]
diffs of file corruption
The tails of the files are corrupt. Less the attachment, noting binary garbage. To do this, I used basically the same script as above but didn't wipe out the good copy in /var/tmp (last line of step 2 above). Then, cd n=0 while : ; do echo starting pass $((++n)) rm -rf linux-2.6.20.7 tar xjf /var/tmp/linux-2.6.20.7.tar.bz2 bad=`sha1sum --check /var/tmp/SUMS | egrep -v 'OK$' | awk -F: '{print $1}'` for i in $bad; do diff -au /var/tmp/$i $i; done > /tmp/diffs.$n done I always get corruption on the first pass. *blush* I've run memtest86+ previously on this system for days w/o error. But that was about six months ago. Ran memtest86+ the other day and within minutes found memory errors with one DIMM. Replaced DIMM, short memtest OK. Shockingly, *still* getting file corruption with the file tails: starting pass 1 sha1sum: WARNING: 7 of 21282 computed checksums did NOT match starting pass 2 sha1sum: WARNING: 11 of 21282 computed checksums did NOT match starting pass 3 sha1sum: WARNING: 8 of 21282 computed checksums did NOT match starting pass 4 sha1sum: WARNING: 8 of 21282 computed checksums did NOT match starting pass 5 I'll continue to validate the hardware and/or try another similar box. No memtest86+ errors on overnight (14hrs) memtest86+ with repaired and another identically configured system. Can replicate the problem on both systems with PAE kernel. Cannot replicate (16 passes OK) with i686 kernel (kernel-2.6.20-1.2944.fc6.i686). (This is a mass-update to all current FC6 kernel bugs in NEW state) Hello, I'm reviewing this bug list as part of the kernel bug triage project, an attempt to isolate current bugs in the Fedora kernel. http://fedoraproject.org/wiki/KernelBugTriage I am CC'ing myself to this bug, however this version of Fedora is no longer maintained. Please attempt to reproduce this bug with a current version of Fedora (presently Fedora 8). If the bug no longer exists, please close the bug or I'll do so in a few days if there is no further information lodged. Thanks for using Fedora! Per the previous comment in this bug, I am closing it as INSUFFICIENT_DATA, since no information has been lodged for over 30 days. Please re-open this bug or file a new one if you can provide the requested data, and thanks for filing the original report! |