Hi
I solved the problem adding the command "psradm -f -a" in the file:
*/usr/lib/hal/sunos/hal-system-power-shutdown-sunos*
just before the init 5 command:
------------
unsupported() {
echo "org.freedesktop.Hal.Device.SystemPowerManagement.NotSupported" >&2
echo "No shutdown command found" >&2
exit 1
}
if [ -x "/sbin/init" ] ; then
*/usr/sbin/psradm -f -a*
/sbin/init 5
exit $?
else
unsupported
fi
------------
The command disables the extra processors, and permits to switch off the
computer.
I hope this solves the issue, Maybe could be added to the stable release.
Paolo
On 04/18/12 05:31 PM, Dietmar Sovonja wrote:
Hi,
when I shut down the computer with the poweroff command, the system is going
down, but the computer does not turn off. I have to hold the power button to
turn the computer off.
I installed the build 151a3 on 2 different systems, both with the same issue.
(The 32-bit version on an Asus Eee PC 1000HE as well as the 64-bit version on a
ASRock P5B-DE Mainboard with Intel dual-core D915.)
On both systems, the computer turns off sometimes, but mostly not. On my desktop
computer, after the message "syncing file systems... done", the system hangs.
On the Asus Eee computer, the display turns off and the cooler starts running with
maximum speed, but the computer stays on.
poweroff: [ID 330035 auth.crit] initiated by didi on /dev/pts/1
syslogd: going down on signal 15
rpcbind: [ID 564983 daemon.error] rpcbind terminating on signal.
ntpd[337]: [ID 702911 daemon.notice] ntpd exiting on signal 15
genunix: [ID 672855 kern.notice] syncing file systems...
genunix: [ID 904073 kern.notice] done
Regards,
Dietmar
_______________________________________________
OpenIndiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss
_______________________________________________
OpenIndiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss