Bug 139085
| Summary: | oops in avc_has_perm when loading ati radeon R200 Microcode | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Ryan Gammon <rgammon> | ||||||
| Component: | kernel | Assignee: | Dave Jones <davej> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 4.0 | CC: | pfrields, sandmann, shillman, ubeck, xgl-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2005-03-23 16:09:34 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
Ryan Gammon
2004-11-12 20:50:00 UTC
Created attachment 106602 [details]
hardware
Created attachment 106603 [details]
oops
Could you try both the following:
(a) disable dri by commenting out the line "Load dri" in your
/etc/X11/xorg.conf file
and, if that makes the problem go away,
(b) re-enable dri by uncommenting "load dri", and then
disabling Render acceleration by adding
Option "RenderAccel" "False"
to videocard section of /etc/X11/xorg.conf
It's not clear that this is even DRI related, but worth a shot. Thanks.
Also, with DRI enabled, try disabling SElinux to see if this is SElinux specific problem. You can do that by booting with selinux=0 on the kernel commandline. Mike, with selinux disabled from the installer everything seems to work fine. Soeren, I tried to do another SELinux-enabled install. The install worked to the point where gdm came up with a login screen. At this point, I switched to the console and tried to login. I got a kernel panic on login: Kernel panic - not syncing. Fatal exception in interrupt. Process mingetty, stack pointer is garbage. I think there might be two selinux-related bugs here: 1. Fatal kernel panic, somehow login related 2. Non-fatal oops, ati/X related Both of these don't seem to happen in a non-SELinux install. I don't have a functional RHEL4+SELinux install right now, will report back what I find out regarding disabling dri when I do. Is this still a problem, or can it be closed? It can be closed. |