Bug#656473: [Pkg-acpi-devel] Bug#656473: acpi-support-base: Fails to restart acpid.service (systemd)

2012-01-21 Thread Michael Meskes
On Fri, Jan 20, 2012 at 08:07:25PM -0200, Sergio Cipolla wrote:
 I even thought to myself if I should just uninstall acpi as I'm not on a
 laptop and acpi doesn't give much info anyway.

acpi is not involved at all, it's acpi-support that tries restarting acpid.

 Is acpid and acpi-support-base only for the power button on the case?

Yes, if acpi-support is not installed but only acpi-support-base, then it only
reacts on the power button. It doesn't do anything if any other power
management software is running, though. If you're using kde or gnome you
probably have the build-in power management running instead of the one provided
by acpi-support-base.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656473: [Pkg-acpi-devel] Bug#656473: acpi-support-base: Fails to restart acpid.service (systemd)

2012-01-20 Thread Michael Meskes
On Thu, Jan 19, 2012 at 02:26:36PM -0200, Sergio Cipolla wrote:
 I don't understand much about these Debian internals but acpi-support-base
 (or, looking better now, maybe just acpi itself)
 failed to restart acpid.service (I'm using systemd) when being upgraded.
 I could restart it manually with
 systemctl start acpid.service

This is not a restart but a start. However, it is restart that fails. I was
actually unable to reproduce the problem except for a situation where acpid was
not running to start with. Could you please find out whether or not acpid was
running? 

Also what happens if you call invoke-rc.d acpid restart manually?

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656473: [Pkg-acpi-devel] Bug#656473: acpi-support-base: Fails to restart acpid.service (systemd)

2012-01-20 Thread Sergio Cipolla
On 20 January 2012 09:22, Michael Meskes mes...@debian.org wrote:

 On Thu, Jan 19, 2012 at 02:26:36PM -0200, Sergio Cipolla wrote:
  I don't understand much about these Debian internals but
 acpi-support-base
  (or, looking better now, maybe just acpi itself)
  failed to restart acpid.service (I'm using systemd) when being upgraded.
  I could restart it manually with
  systemctl start acpid.service

 This is not a restart but a start. However, it is restart that fails. I
 was
 actually unable to reproduce the problem except for a situation where
 acpid was
 not running to start with. Could you please find out whether or not acpid
 was
 running?


I think it wasn't running because I just booted afresh and:

# systemctl status acpid.service
acpid.service - ACPI event daemon
  Loaded: loaded (/lib/systemd/system/acpid.service; static)
  Active: inactive (dead)
  CGroup: name=systemd:/system/acpid.service




Also what happens if you call invoke-rc.d acpid restart manually?


It gives the same error as when the package was upgraded:

# invoke-rc.d acpid restart
Restarting acpid (via systemctl): acpid.serviceJob failed. See system logs
and 'systemctl status' for details.
 failed!
invoke-rc.d: initscript acpid, action restart failed.

Then:

# systemctl status acpid.service
acpid.service - ACPI event daemon
  Loaded: loaded (/lib/systemd/system/acpid.service; static)
  Active: failed
  CGroup: name=systemd:/system/acpid.service


Bug#656473: [Pkg-acpi-devel] Bug#656473: acpi-support-base: Fails to restart acpid.service (systemd)

2012-01-20 Thread Michael Meskes
On Fri, Jan 20, 2012 at 01:35:34PM -0200, Sergio Cipolla wrote:
 I think it wasn't running because I just booted afresh and:

Great, then it is just a message that has no effect and the latest version of
acpi-support should not print it anymore.

However, the question remains why it wasn't started.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#656473: [Pkg-acpi-devel] Bug#656473: acpi-support-base: Fails to restart acpid.service (systemd)

2012-01-20 Thread Sergio Cipolla

 However, the question remains why it wasn't started.

 I was wondering about that too.
I even thought to myself if I should just uninstall acpi as I'm not on a
laptop and acpi doesn't give much info anyway.
I can power down the PC by pressing the Power key in the keyboard.
Is acpid and acpi-support-base only for the power button on the case?
I could test if it works with and without acpid running if you like.


Bug#656473: [Pkg-acpi-devel] Bug#656473: acpi-support-base: Fails to restart acpid.service (systemd)

2012-01-20 Thread Sergio Cipolla
In my sid system with normal sysvinit acpid is running:

# service acpid status
acpid is running.


On 20 January 2012 20:07, Sergio Cipolla secipo...@gmail.com wrote:

 However, the question remains why it wasn't started.

 I was wondering about that too.
 I even thought to myself if I should just uninstall acpi as I'm not on a
 laptop and acpi doesn't give much info anyway.
 I can power down the PC by pressing the Power key in the keyboard.
 Is acpid and acpi-support-base only for the power button on the case?
 I could test if it works with and without acpid running if you like.