Bug 81938
Summary: | System hangs at end of ide-tape related operations | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Gavin Sallery <gavin> |
Component: | kernel | Assignee: | Pete Zaitcev <zaitcev> |
Status: | CLOSED DEFERRED | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 8.0 | ||
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: | 2003-08-01 20:56:46 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
Gavin Sallery
2003-01-15 15:37:03 UTC
Something enabled DMA again, it seems. I thought we fixed that in initscripts? mt does not transfer data blocks, only commands. As a workaround "hdparm -d 0 /dev/hdc" should work. hdparm -d 0 /dev/hdd does indeed work, so this probably is the DMA bug I'd thought was fixed. Which init script would you recommend putting the hdparm line in? I forget if RHL8 had multiply /etc/sysconfig/harddisk*, or only "harddisks". On RHL 9, copy /etc/sysconfig/harddisks into /etc/sysconfig/harddiskhdd and edit USE_DMA statement. If RHL8 does not support that, add the command into /etc/rc.d/rc.local. Editing "harddisks" will kill DMA on disks, so don't do it. There were some arguments that ide-tape can be fixed for DMA, unfortunately it seems there is no way to find which tapes were broken except white/black lists. |