Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 18132

Summary: Shutdown on Gateway Solo 9300 hangs without poweroff
Product: [Retired] Red Hat Linux Reporter: bcling
Component: usermodeAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: mairas, tannhaus
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: 2000-10-03 07:29:16 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 bcling 2000-10-02 20:14:44 UTC
Doing a shutdown -h or init 0 doesn't fully shut off a Gateway 9300
laptop.  Haven't recompiled the kernel yet to see if it resolves this
issue.  6.2 stock kernel worked fine.

Comment 1 tannhaus 2000-10-03 07:29:14 UTC
I've had a similar problem with an Epox MVP3G5 motherboard.  When I was running
redhat 6.2 I had kernel 2.2.17 compiled from sources.  When I shutdown, the
system powered off.  I upgraded to redhat 7.0 copied this exact same kernel into
boot, ran lilo on it, etc.  But, in Redhat 7.0, when it says system halted, it
just sits there.  It never powers down.  This is the EXACT SAME kernel that
shutdown perfectly in RedHat 6.2.

Comment 2 Nalin Dahyabhai 2000-10-05 18:30:44 UTC
The "halt" command (and the equivalent, "shutdown -h"), only halts the kernel in
newer versions of init (this did not work correctly before due to the complexity
of the halt command signalling init to switch runlevels, and init then having to
figure out which flags halt was run with).  If you wish to have the machine
power itself off, the command to use is "poweroff".