http://bugzilla.novell.com/show_bug.cgi?id=619754 http://bugzilla.novell.com/show_bug.cgi?id=619754#c8 Russ Fineman <upscope@nwi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|upscope@nwi.net | --- Comment #8 from Russ Fineman <upscope@nwi.net> 2010-07-06 22:58:50 UTC --- Konquer restarted it self. should read: After Power Failure <stay off> Wake on LAN from S5 <stay off> ACPS Suspend state <S3 State> EIST <enable> C2 State <enable> Wake system from S5 <Disable> Do not think its BIOS since 11.2 still shuts down normally with Widget and cmd line shutdown cmd. Setup is: sda openSUSE 11.2 sdb openSUSE 11.3 Where is the APCI config file located? ?etc/acpi/power_button has: code -------- # care about the power button event=button/power.* action=/usr/lib/acpid/power_button --------- The script does exist in /usr/lib.No version in /usr/lib64 code ------------ Beginning part of script: #!/bin/bash # # check if a X session is running and active. # If not, shut down the system # # Copyright (C) 2008 Holger Macht <hmacht@suse.de> # # This file is released under the GPLv2. # EXEC="/sbin/shutdown -h now" # check if we have pm-profiler and an active profile. If so, $EXEC can be # overwritten by the active profile's configuration /etc/pm-profiler.conf > /dev/null 2>&1 if [ "$?" = "0" ]; then . /etc/pm-profiler/$PM_PROFILER_PROFILE/config >/dev/null 2>&1 fi [ -z "$POWER_BUTTON_HOOK" ] || EXEC="$POWER_BUTTON_HOOK" # iterate over all sessions. If a active X session is found, do nothing while read A; do ------------- The command shown is what I use on 11.2 with the additional option -t 5, also works with out it. I checked power management under Config desktop and 11.2 and 11.3 look the same. I know this worked on MS6 withKDE 4.5 (RC?). It has not worked on MS 7 or RC1 or now RC2. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.