Activity log for bug #46319

Date Who What changed Old value New value Message
2006-05-24 11:13:46 asdf bug added bug
2006-05-24 16:54:09 sam tygier gnome-session: status Unconfirmed Needs Info
2006-05-24 16:54:09 sam tygier gnome-session: statusexplanation which version of ubuntu are you using? i can't reproduce on an upto date dapper.
2006-05-26 16:14:57 Sebastien Bacher gnome-session: assignee desktop-bugs
2006-05-26 16:14:57 Sebastien Bacher gnome-session: statusexplanation which version of ubuntu are you using? i can't reproduce on an upto date dapper. do you always open that dialog by pressing the powerbutton? Does it happen if you use the panel or menu item instead?
2006-05-26 16:48:39 Sebastien Bacher gnome-session: statusexplanation do you always open that dialog by pressing the powerbutton? Does it happen if you use the panel or menu item instead? probably not a gnome-session issue then, reassigning to gnome-power-manager
2006-05-26 17:02:21 Daniel Silverstone gnome-power-manager: statusexplanation probably not a gnome-session issue then, reassigning to gnome-power-manager Seems more likely that it's an acpi-support issue since that's what would do the unconditional shutdown
2006-05-27 14:39:53 Paul Sladen title System shuts down when pressing esc, when the logout dialog is shown Pressing POWER displays logout dialogue and then immediately shuts down
2006-05-27 14:40:05 Paul Sladen acpi-support: status Needs Info Confirmed
2006-05-27 14:40:05 Paul Sladen acpi-support: assignee desktop-bugs
2006-05-27 14:40:05 Paul Sladen acpi-support: statusexplanation Seems more likely that it's an acpi-support issue since that's what would do the unconditional shutdown
2006-05-27 14:49:13 Paul Sladen acpi-support: assignee sladen
2006-05-27 14:49:13 Paul Sladen acpi-support: statusexplanation Reading this through carefully again: "the system [] shuts down [..] when i press the powerbutton" and holding the power-button for 2 seconds on my ThinkPad did indeed shutdown: received event "button/power PWRF 00000080 00000001" executing action "/etc/acpi/powerbtn.sh" /etc/acpi/powerbtn.sh: line 9: [: 22545: unary operator expected ERROR: Couldn't attach to DCOP server! This is because 'pidof' is being used like: if [ `pidof gnome-power-manager` ] ; then instead of: if pidof gnome-power-manager > /dev/null ; then In the former case, if there are two processes running (for whatever reason), then the unquoted result expands to: test 1234 2345 and induces the error above.
2006-05-27 14:53:50 Paul Sladen acpi-support: statusexplanation Reading this through carefully again: "the system [] shuts down [..] when i press the powerbutton" and holding the power-button for 2 seconds on my ThinkPad did indeed shutdown: received event "button/power PWRF 00000080 00000001" executing action "/etc/acpi/powerbtn.sh" /etc/acpi/powerbtn.sh: line 9: [: 22545: unary operator expected ERROR: Couldn't attach to DCOP server! This is because 'pidof' is being used like: if [ `pidof gnome-power-manager` ] ; then instead of: if pidof gnome-power-manager > /dev/null ; then In the former case, if there are two processes running (for whatever reason), then the unquoted result expands to: test 1234 2345 and induces the error above. 'powerbtn.sh' is *special* and lives in 'acpid'...
2006-05-27 15:14:40 Paul Sladen acpid: status Confirmed Fix Released
2006-05-27 15:14:40 Paul Sladen acpid: statusexplanation 'powerbtn.sh' is *special* and lives in 'acpid'...