Bug 55589
Summary: | Poweroff does not work with 2.4.7 even in realmode. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Hans Deragon <hans> |
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Brock Organ <borgan> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | ||
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-06-02 06:22:24 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
Hans Deragon
2001-11-02 15:53:29 UTC
I see the same problem (including kernel 2.4.9-13) but this is a normal or even high priority item for us because we operate a sizable cluster which we need to power off automatically if overheating is detected. The cluster dissipates more than 7.5KW in normal operation, so unless it is actually powered off when the A/C fails, the temperature in the room can rise rapidly to equipment damaging levels. It is unreasonable to expect that someone can be summoned within 15-20 minutes at odd hours of the night simply to push almost a hundred power switches. I'd like to see poweroff working the way it used to. Can you try passing "apm=realmode_power_off" to the kernel commandline (for grub, edit /boot/grub/grub.conf and add it to the line which also has "vmlinuz" on it)? Tried this in /etc/grub.conf: title Red Hat Linux-up (2.4.9-13 for World) root (hd0,0) kernel /boot/vmlinuz-2.4.9-13world ro root=/dev/hda1 hdb=ide-scsi apm=realmode_power_off ...and it failed. However, contrary to the 2.4.7-10 kernel, when the "Power down." message appear, CTRL-ALT-DEL does work to reset the machine. In this test, the APM was built as a module and no, I have not forgotten to load it before performing the poweroff. Where are all the apm options documented? I would like to know why you believed that realmode_power_off is a valid token. Finally, on a different topic: Are you guys aware that the Mozilla version you ship with RH 7.2 (Mozilla 0.9.2) cannot show up the https://bugzilla.redhat.com/bugzilla website? Pass the comment through your organization; I believe that an updated Mozilla should be made available on your ftp site. I replace the 2.4.9 apm.c file with the version provided by 2.4.2, as I read in a thread with Alan Cox on the web, but it did not work. BTW, I checked the source code and found out how you came out with the apm=realmode_power_off. Since RH 8.0, poweroff worked again. I guess that it was a fluke with the RH 7.2 kernel... You may close this bug report if nobody else is interested. I am not anymore. |