[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-28 Thread Dustin Kirkland
*** This bug is a duplicate of bug 570450 ***
https://bugs.launchpad.net/bugs/570450

Fix is on the way to lucid-updates, guys.  Sorry I didn't see this
sooner

** This bug has been marked a duplicate of bug 570450
   regression in /etc/acpi/powerbtn.sh causes it to fail entirely on Ubuntu 
servers

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-25 Thread Mathias Gug
** Changed in: acpid (Ubuntu)
 Assignee: Mathias Gug (mathiaz) = (unassigned)

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-19 Thread lhotari
This will break Ubuntu VM installations after upgrading to Lucid so
please fix this trivial bug before releasing.

** Changed in: acpid (Ubuntu)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-13 Thread lhotari
Please fix this issue before Lucid final release.

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-12 Thread TestDriveLinux
As a newbie to reporting ubuntu bugs what has to happen to get this
regression fixed before the release of lucid?

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-11 Thread Bartosz Wierzejewski

I had a problem with power button on my Dell Optiplex GX270 in lucid (Server 
Edit.).
I just copied a old script:
# /etc/acpi/powerbtn.sh

from another machine (server too) and now it works perfect :)

$ cat /etc/acpi/powerbtn.sh
#!/bin/sh
# /etc/acpi/powerbtn.sh
# Initiates a shutdown when the power putton has been
# pressed.

# Skip if we just in the middle of resuming.
test -f /var/lock/acpisleep  exit 0

# If gnome-power-manager or kded4 are running, let
# them handle policy This is effectively the same as 'acpi-support's
# '/usr/share/acpi-support/policy-funcs' file.

if pidof gnome-power-manager kded4  /dev/null; then
exit
fi

# If all else failed, just initiate a plain shutdown.
/sbin/shutdown -h now Power button pressed

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-04-05 Thread Dave Walker
This seems to be a regression introduced with LP: #508073, currently it
doesn't need forwarding to Debian as it's currently a Ubuntu specific
regression.

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-30 Thread Neil Wilson
The problem is that /etc/acpi/powerbtn.sh uses the /usr/share/acpi-
support/power-funcs

That script needs a simple change, which I have attached.

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-30 Thread Neil Wilson
I should point out that this fault prevents you powering off a virtual
server via libvirt or any of the other virtual machine management tools.

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-30 Thread Neil Wilson

** Patch added: powerbtn.sh.patch
   http://launchpadlibrarian.net/42467647/powerbtn.sh.patch

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-30 Thread Neil Wilson
Debdiff attached and sponsors subscribed.

** Attachment added: acpid_1.0.10-5ubuntu3.debdiff
   http://launchpadlibrarian.net/42470392/acpid_1.0.10-5ubuntu3.debdiff

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-18 Thread TestDriveLinux
** Changed in: acpid (Ubuntu)
   Status: New = Confirmed

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-18 Thread Jonathan Thomas
Looks like acpid needs a dependency on acpi-support.

** Changed in: acpid (Ubuntu)
   Importance: Undecided = Medium

** Changed in: acpid (Ubuntu)
   Status: Confirmed = Triaged

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-18 Thread Trent W. Buck
Jonathan Thomas wrote:
 Looks like acpid needs a dependency on acpi-support.

Um, isn't the whole point of separating acpi-support from acpid that
you can use the latter without being forced to pull in all the
laptop/desktop-oriented dependencies of the former?

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529686] Re: Depressing power button does not shutdown computer

2010-03-12 Thread TestDriveLinux
** Summary changed:

- /etc/acpi/powerbtn.sh does not shutdown computer
+ Depressing power button does not shutdown computer

-- 
Depressing power button does not shutdown computer
https://bugs.launchpad.net/bugs/529686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs