Bug 125008
Summary: | Oops in idetape_chrdev open | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Greg Hartman <gghartma> | ||||
Component: | kernel | Assignee: | Pete Zaitcev <zaitcev> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 2 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-04-16 05:49:21 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
Greg Hartman
2004-06-02 00:33:25 UTC
Created attachment 100773 [details]
oops data from dmesg
Greg, I'll look if I can. But really, do not use ide-tape, please. Use ide-scsi and st. I fought a battle for the survival of ide-scsi in 2.6 specifically for the benefit of tape users like you, because ide-tape is horrible. I don't have a tape drive installed on either system. I suspect that the oops is caused by a missing NULL pointer check in the driver. The expected result is to return ENODEV (or something like it) on the open rather than oopsing. This is happening because I'm using mondo/mindi to do backups. Mindi opens /dev/ht0 to force the tape module of the kernel to load. Adding "alias char-major-37-0 off" might help. The bug is rather obvious, but I do not wish to touch ide-tape ever again. We should just configure it off. So, does adding the off alias to /etc/modprobe.conf help? Fedora Core 2 has now reached end of life, and no further updates will be provided by Red Hat. The Fedora legacy project will be producing further kernel updates for security problems only. If this bug has not been fixed in the latest Fedora Core 2 update kernel, please try to reproduce it under Fedora Core 3, and reopen if necessary, changing the product version accordingly. Thank you. |