Bug 3403

Summary: kernel-smp-2.2.5-22 without apm support
Product: [Retired] Red Hat Linux Reporter: james.baum
Component: kernelAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.0CC: alan
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-12 17:33:05 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 james.baum 1999-06-11 05:55:55 UTC
kernel-smp-2.2.5-22 does not have apm support.
See also bug #2003
This means that apmd fails with an alarming (for newbies)
red warning on boot, and that it does not support power off
on halt. kernel-smp-2.2.5-22.i686.rpm (ie. pentiumII) is the
culprit (I see that there are several smp kernels for the
x86 family).
The non-smp version does have apm support.

Comment 1 Alan Cox 1999-06-12 13:04:59 UTC
The kernel is correct. apmd should have a check for
	if [ -f /proc/apm ]; then

(APM isn't specified for SMP hardware)

Alan

Comment 2 Jeff Johnson 1999-06-12 17:33:59 UTC
Fixed (by "[ -e /proc/apm ] || exit 0" in init) in apmd-3.0beta5-11.