On Thu, 8 Nov 2012, Sorin Srbu wrote:
To: 'CentOS mailing list' centos@centos.org From: Sorin Srbu sorin.srbu@orgfarm.uu.se Subject: Re: [CentOS] Centos 6: Dell GX270 fails to power down (but reboots)
Have you tried to shutdown from a CL console.
$ pinfo shutdown:
SHUTDOWN(8) Linux System Administrator’s Manual
NAME shutdown - bring the system down
SYNOPSIS /sbin/shutdown [-t sec] [-arkhncfFHP] time [warning-message]
DESCRIPTION shutdown brings the system down in a secure way. All logged-in users are notified that the system is going down, and login(1) is blocked. It is possible to shut the system down immediately or after a specified delay. All processes are first notified that the system is going down by the signal SIGTERM. This gives programs like vi(1) the time to save the file being edited, mail and news processing programs a chance to exit cleanly, etc. shutdown does its job by signalling the init process, asking it to change the runlevel.
Kind Regards,
Keith
----------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk
All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------
Keith Roberts wrote:
On Thu, 8 Nov 2012, Sorin Srbu wrote:
To: 'CentOS mailing list' centos@centos.org From: Sorin Srbu sorin.srbu@orgfarm.uu.se Subject: Re: [CentOS] Centos 6: Dell GX270 fails to power down (but reboots)
Have you tried to shutdown from a CL console.
<snip> I thought the OP said they'd used poweroff.
man poweroff Excerpt: NAME reboot, halt, poweroff - reboot or stop the system
SYNOPSIS reboot [OPTION]...
halt [OPTION]...
poweroff [OPTION]...
DESCRIPTION These programs allow a system administrator to reboot, halt or poweroff the system.
When called with --force or when in runlevel 0 or 6, this tool invokes the reboot(2) system call itself and directly reboots the system. Oth- erwise this simply invokes the shutdown(8) tool with the appropriate arguments. --- end excerpt ---
mark