Bug 119330
| Summary: | /proc/acpi/event unreadable | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Williams <dcbw> |
| Component: | kernel | Assignee: | Dave Jones <davej> |
| Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | pfrields, sahil.verma |
| 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: | 2004-11-19 03:42:54 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: | 114963, 123268, 136451 | ||
|
Description
Dan Williams
2004-03-29 16:10:43 UTC
anything in dmesg re acpi ? does it work with selinux=0 ? What is the output of ps -ef | grep `fuser /proc/acpi/event | awk
'{print $2}'`
selinux=0 kernel panics (attempt to kill init) I'm attempting to yum upgrade to find out. kernel version is: 2.6.3-2.1.253.2.1 Does this work in current trees? Its still broken. Doing a 'sudo cat /proc/acpi/event' still returns busy. The fuser/awk thing also doesn't work, as fuser /proc/acpi/event | awk ... returns nothing, hence grep has nothing to grep. Kernel 2.6.7-1.488smp you need to talk to acpid. the event file can only be opened exclusively, and acpid stole it already. |