clone 481312 -1 reassign -1 acpid 1.0.6-5.1 retitle -1 invoke-rc.d acpid restart fails severity -1 important thanks
On Thu, 15 May 2008, Bart Samwel wrote: > Hi Leo, > > Thanks for the information. I will look into this. I actually think that > a combination of the first and third solution would be appropriate: we > should tolerate the absence, but we should put a very strong > recommendation in the manual to keep it. I actually think that the real > problem is in acpid -- if ACPI events are being delivered differently, > it should be able to handle that, and it should not fail if the old > mechanism is no longer present! Would you be so kind to report this as a > bug for the acpid package? Bart, the proper way is to clone the bug yourself and reassign it to acpid (like I just did). The postinst is doing nothing more than: invoke-rc.d acpid restart >/dev/null So the acpi init script shouldn't fail on restart really. This might be somewhat related to #447339, not sure though. There might be a bigger problem. On the acpi-support-base side, I believe it's safe to ignore failures from that script so we should add "|| true" to our line. But the BTS state of acpid is not very nice... looks like acpid needs a better maintainer. :-( Cheers, -- Raphaël Hertzog Le best-seller français mis à jour pour Debian Etch : http://www.ouaza.com/livre/admin-debian/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

