[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-07 Thread Julien H.
Yes, right, I had the same problem and this had fix it. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Sourcepackagename: update-manager => acpi ** Changed in: acpi (Ubuntu) Sourcepackagename: acpi => acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Subhuman
I have now found a fix for this, running: "sudo killall hald " and then "sudo dpkg --configure -a" This seems to fix the "device or resource busy" error and therefore allows acpid, acpi-support and ubuntu-desktop to install -- acpid install fails, upgrading from dapper to edgy beta. https://lau

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-23 Thread Yves Junqueira
The postinst script is not indempotent. One possible fix is: --- /tmp/acpid.postinst 2006-10-23 17:00:28.0 -0200 +++ acpid.postinst 2006-10-23 17:01:18.0 -0200 @@ -11,9 +11,9 @@ if [ -x "/etc/init.d/acpid" ]; then update-rc.d acpid multiuser 10 21 >/dev/null i

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-12-13 Thread Onno Benschop
** Tags added: acpi ** Tags removed: acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
Same problem here, acpid and acpi-support fail to configure.. "sudo killall hald " and then "sudo dpkg --configure -a" didn't help.. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
this works: https://launchpad.net/distros/ubuntu/+source/acpid/+bug/65635/comments/2 -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-31 Thread Michael Vogt
** Tags added: edgy-upgrade -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-11-09 Thread Florian Jensen
Same problem when upgrading from Feisty to Gutsy [EMAIL PROTECTED]:~# dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI modules... [ OK ] * Starting

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-09-30 Thread Rudd-O
the fix didn't work for me. as a matter of fact I just uninstalled all acpi crap and I had to remove kubuntu-desktop metapackage as well. I think this is because hal is opening /proc/acpi/event first. Or perhaps other process... -- acpid install fails, upgrading from dapper to edgy beta. https

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-08-27 Thread Kacper Antosik
It exists after updating from fiesty to gutsy, fix up did it job. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mai

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-12-08 Thread Christian Haeberli
Same for me when upgrading from Feisty to Gutsy. * Loading ACPI modules... [ OK ] * Starting ACPI services... invoke-rc.d: initscript acpid, action "start" failed. The workaround of stopping acpid manually before running 'dpkg --configure -a' worked for me. I think that the issue should be add

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-01-19 Thread Erik de Castro Lopo
Same problem on Gutsy to Hardy Heron upgrade. Fixed by doing: sudo /etc/init.d/acpid stop sudo dpkg --configure -a sudo /etc/init.d/acpid start -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification becaus

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-06 Thread Whit Blauvelt
Also the same problem on a Gutsy server fresh installation, although can't recall if acpi has been included in an upgrade within Gutsy since install. Fix just above worked. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug noti

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-26 Thread machak
sudo dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... usage: update-rc.d [-n] [-f] remove update-rc.d [-n] defaults [NN | SS KK] update-rc.d [-n] start|stop NN runlvl [runlvl] [...] . -n: not really -f: force dpkg: error processing acpid (--

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
confirmed in hardy too I have installed the server version and then sudo apt-get install ubuntu-desktop and at the end i had that error so these lines worked for me (thanks Erik ) sudo /etc/init.d/acpid stop sudo dpkg --configure -a -- acpid install fails, upgrading from dapper to edgy beta

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
here is the install error log for ubuntu-desktop Errors were encountered while processing: acpid acpi-support powermanagement-interface E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-04-05 Thread Florian Jensen
This bug also exists during the upgrade from edgy to feisty. The fix above works. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
The simple reason for this appears to be that the acpid init script, invoked with "start" should not fail, if acpid is already running. I'll provide a patch for this. ** Changed in: acpid (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Daniel Hahler (blueyed) Statu

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
* debian/acpid.init.d: Add "--oknodo" to the start-stop-daemon call in "start". The action must not fail, if acpid is already running. (LP: #63450) Subscribed ubuntu-main-sponsors. ** Attachment added: "Debdiff for Hardy" http://launchpadlibrarian.net/13386325/acpid_1.0.4-5ubuntu9.ds

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
While "start" should never fail for an init script, when the process is already running (which gets fixed above), the real problem appears to be hal running, when acpid gets installed (not upgraded). I've taken the fix for this from Debian bug 380520 (http://bugs.debian.org/380520) and added it t

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
The simple reason for this appears to be that the acpid init script, invoked with "start" should not fail, if acpid is already running. I'll provide a patch for this. ** Changed in: acpid (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Daniel Hahler (blueyed) Statu

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
* debian/acpid.init.d: Add "--oknodo" to the start-stop-daemon call in "start". The action must not fail, if acpid is already running. (LP: #63450) Subscribed ubuntu-main-sponsors. ** Attachment added: "Debdiff for Hardy" http://launchpadlibrarian.net/13386325/acpid_1.0.4-5ubuntu9.ds

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
While "start" should never fail for an init script, when the process is already running (which gets fixed above), the real problem appears to be hal running, when acpid gets installed (not upgraded). I've taken the fix for this from Debian bug 380520 (http://bugs.debian.org/380520) and added it t

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-26 Thread machak
sudo dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... usage: update-rc.d [-n] [-f] remove update-rc.d [-n] defaults [NN | SS KK] update-rc.d [-n] start|stop NN runlvl [runlvl] [...] . -n: not really -f: force dpkg: error processing acpid (--

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-12-08 Thread Christian Haeberli
Same for me when upgrading from Feisty to Gutsy. * Loading ACPI modules... [ OK ] * Starting ACPI services... invoke-rc.d: initscript acpid, action "start" failed. The workaround of stopping acpid manually before running 'dpkg --configure -a' worked for me. I think that the issue should be add

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-11-09 Thread Florian Jensen
Same problem when upgrading from Feisty to Gutsy [EMAIL PROTECTED]:~# dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI modules... [ OK ] * Starting

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-23 Thread Yves Junqueira
The postinst script is not indempotent. One possible fix is: --- /tmp/acpid.postinst 2006-10-23 17:00:28.0 -0200 +++ acpid.postinst 2006-10-23 17:01:18.0 -0200 @@ -11,9 +11,9 @@ if [ -x "/etc/init.d/acpid" ]; then update-rc.d acpid multiuser 10 21 >/dev/null i

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Sourcepackagename: update-manager => acpi ** Changed in: acpi (Ubuntu) Sourcepackagename: acpi => acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Subhuman
I have now found a fix for this, running: "sudo killall hald " and then "sudo dpkg --configure -a" This seems to fix the "device or resource busy" error and therefore allows acpid, acpi-support and ubuntu-desktop to install -- acpid install fails, upgrading from dapper to edgy beta. https://lau

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-07 Thread Julien H.
Yes, right, I had the same problem and this had fix it. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
Same problem here, acpid and acpi-support fail to configure.. "sudo killall hald " and then "sudo dpkg --configure -a" didn't help.. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
this works: https://launchpad.net/distros/ubuntu/+source/acpid/+bug/65635/comments/2 -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-31 Thread Michael Vogt
** Tags added: edgy-upgrade -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-08-27 Thread Kacper Antosik
It exists after updating from fiesty to gutsy, fix up did it job. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mai

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-23 Thread Yves Junqueira
The postinst script is not indempotent. One possible fix is: --- /tmp/acpid.postinst 2006-10-23 17:00:28.0 -0200 +++ acpid.postinst 2006-10-23 17:01:18.0 -0200 @@ -11,9 +11,9 @@ if [ -x "/etc/init.d/acpid" ]; then update-rc.d acpid multiuser 10 21 >/dev/null i

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
Same problem here, acpid and acpi-support fail to configure.. "sudo killall hald " and then "sudo dpkg --configure -a" didn't help.. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
this works: https://launchpad.net/distros/ubuntu/+source/acpid/+bug/65635/comments/2 -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Sourcepackagename: update-manager => acpi ** Changed in: acpi (Ubuntu) Sourcepackagename: acpi => acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Subhuman
I have now found a fix for this, running: "sudo killall hald " and then "sudo dpkg --configure -a" This seems to fix the "device or resource busy" error and therefore allows acpid, acpi-support and ubuntu-desktop to install -- acpid install fails, upgrading from dapper to edgy beta. https://lau

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-07 Thread Julien H.
Yes, right, I had the same problem and this had fix it. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-09-30 Thread Rudd-O
the fix didn't work for me. as a matter of fact I just uninstalled all acpi crap and I had to remove kubuntu-desktop metapackage as well. I think this is because hal is opening /proc/acpi/event first. Or perhaps other process... -- acpid install fails, upgrading from dapper to edgy beta. https

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-01-19 Thread Erik de Castro Lopo
Same problem on Gutsy to Hardy Heron upgrade. Fixed by doing: sudo /etc/init.d/acpid stop sudo dpkg --configure -a sudo /etc/init.d/acpid start -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification becaus

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-06 Thread Whit Blauvelt
Also the same problem on a Gutsy server fresh installation, although can't recall if acpi has been included in an upgrade within Gutsy since install. Fix just above worked. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug noti

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
confirmed in hardy too I have installed the server version and then sudo apt-get install ubuntu-desktop and at the end i had that error so these lines worked for me (thanks Erik ) sudo /etc/init.d/acpid stop sudo dpkg --configure -a -- acpid install fails, upgrading from dapper to edgy beta

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
here is the install error log for ubuntu-desktop Errors were encountered while processing: acpid acpi-support powermanagement-interface E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-04-05 Thread Florian Jensen
This bug also exists during the upgrade from edgy to feisty. The fix above works. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-12-13 Thread Onno Benschop
** Tags added: acpi ** Tags removed: acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-12-08 Thread Christian Haeberli
Same for me when upgrading from Feisty to Gutsy. * Loading ACPI modules... [ OK ] * Starting ACPI services... invoke-rc.d: initscript acpid, action "start" failed. The workaround of stopping acpid manually before running 'dpkg --configure -a' worked for me. I think that the issue should be add

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-06 Thread Whit Blauvelt
Also the same problem on a Gutsy server fresh installation, although can't recall if acpi has been included in an upgrade within Gutsy since install. Fix just above worked. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug noti

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
confirmed in hardy too I have installed the server version and then sudo apt-get install ubuntu-desktop and at the end i had that error so these lines worked for me (thanks Erik ) sudo /etc/init.d/acpid stop sudo dpkg --configure -a -- acpid install fails, upgrading from dapper to edgy beta

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
here is the install error log for ubuntu-desktop Errors were encountered while processing: acpid acpi-support powermanagement-interface E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-01-19 Thread Erik de Castro Lopo
Same problem on Gutsy to Hardy Heron upgrade. Fixed by doing: sudo /etc/init.d/acpid stop sudo dpkg --configure -a sudo /etc/init.d/acpid start -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification becaus

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-09-30 Thread Rudd-O
the fix didn't work for me. as a matter of fact I just uninstalled all acpi crap and I had to remove kubuntu-desktop metapackage as well. I think this is because hal is opening /proc/acpi/event first. Or perhaps other process... -- acpid install fails, upgrading from dapper to edgy beta. https

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-08-27 Thread Kacper Antosik
It exists after updating from fiesty to gutsy, fix up did it job. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mai

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-26 Thread machak
sudo dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... usage: update-rc.d [-n] [-f] remove update-rc.d [-n] defaults [NN | SS KK] update-rc.d [-n] start|stop NN runlvl [runlvl] [...] . -n: not really -f: force dpkg: error processing acpid (--

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
The simple reason for this appears to be that the acpid init script, invoked with "start" should not fail, if acpid is already running. I'll provide a patch for this. ** Changed in: acpid (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Daniel Hahler (blueyed) Statu

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
* debian/acpid.init.d: Add "--oknodo" to the start-stop-daemon call in "start". The action must not fail, if acpid is already running. (LP: #63450) Subscribed ubuntu-main-sponsors. ** Attachment added: "Debdiff for Hardy" http://launchpadlibrarian.net/13386325/acpid_1.0.4-5ubuntu9.ds

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
While "start" should never fail for an init script, when the process is already running (which gets fixed above), the real problem appears to be hal running, when acpid gets installed (not upgraded). I've taken the fix for this from Debian bug 380520 (http://bugs.debian.org/380520) and added it t

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-11-09 Thread Florian Jensen
Same problem when upgrading from Feisty to Gutsy [EMAIL PROTECTED]:~# dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI modules... [ OK ] * Starting

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-12-13 Thread Onno Benschop
** Tags added: acpi ** Tags removed: acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-31 Thread Michael Vogt
** Tags added: edgy-upgrade -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-04-05 Thread Florian Jensen
This bug also exists during the upgrade from edgy to feisty. The fix above works. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-08-27 Thread Kacper Antosik
It exists after updating from fiesty to gutsy, fix up did it job. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mai

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-23 Thread Yves Junqueira
The postinst script is not indempotent. One possible fix is: --- /tmp/acpid.postinst 2006-10-23 17:00:28.0 -0200 +++ acpid.postinst 2006-10-23 17:01:18.0 -0200 @@ -11,9 +11,9 @@ if [ -x "/etc/init.d/acpid" ]; then update-rc.d acpid multiuser 10 21 >/dev/null i

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
Same problem here, acpid and acpi-support fail to configure.. "sudo killall hald " and then "sudo dpkg --configure -a" didn't help.. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
this works: https://launchpad.net/distros/ubuntu/+source/acpid/+bug/65635/comments/2 -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-26 Thread machak
sudo dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... usage: update-rc.d [-n] [-f] remove update-rc.d [-n] defaults [NN | SS KK] update-rc.d [-n] start|stop NN runlvl [runlvl] [...] . -n: not really -f: force dpkg: error processing acpid (--

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
The simple reason for this appears to be that the acpid init script, invoked with "start" should not fail, if acpid is already running. I'll provide a patch for this. ** Changed in: acpid (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Daniel Hahler (blueyed) Statu

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
* debian/acpid.init.d: Add "--oknodo" to the start-stop-daemon call in "start". The action must not fail, if acpid is already running. (LP: #63450) Subscribed ubuntu-main-sponsors. ** Attachment added: "Debdiff for Hardy" http://launchpadlibrarian.net/13386325/acpid_1.0.4-5ubuntu9.ds

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
While "start" should never fail for an init script, when the process is already running (which gets fixed above), the real problem appears to be hal running, when acpid gets installed (not upgraded). I've taken the fix for this from Debian bug 380520 (http://bugs.debian.org/380520) and added it t

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-09-30 Thread Rudd-O
the fix didn't work for me. as a matter of fact I just uninstalled all acpi crap and I had to remove kubuntu-desktop metapackage as well. I think this is because hal is opening /proc/acpi/event first. Or perhaps other process... -- acpid install fails, upgrading from dapper to edgy beta. https

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-12-08 Thread Christian Haeberli
Same for me when upgrading from Feisty to Gutsy. * Loading ACPI modules... [ OK ] * Starting ACPI services... invoke-rc.d: initscript acpid, action "start" failed. The workaround of stopping acpid manually before running 'dpkg --configure -a' worked for me. I think that the issue should be add

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-06 Thread Whit Blauvelt
Also the same problem on a Gutsy server fresh installation, although can't recall if acpi has been included in an upgrade within Gutsy since install. Fix just above worked. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug noti

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
confirmed in hardy too I have installed the server version and then sudo apt-get install ubuntu-desktop and at the end i had that error so these lines worked for me (thanks Erik ) sudo /etc/init.d/acpid stop sudo dpkg --configure -a -- acpid install fails, upgrading from dapper to edgy beta

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-03-07 Thread Mariuz
here is the install error log for ubuntu-desktop Errors were encountered while processing: acpid acpi-support powermanagement-interface E: Sub-process /usr/bin/dpkg returned an error code (1) A package failed to install. Trying to recover: Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-01-19 Thread Erik de Castro Lopo
Same problem on Gutsy to Hardy Heron upgrade. Fixed by doing: sudo /etc/init.d/acpid stop sudo dpkg --configure -a sudo /etc/init.d/acpid start -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification becaus

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-11-09 Thread Florian Jensen
Same problem when upgrading from Feisty to Gutsy [EMAIL PROTECTED]:~# dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI modules... [ OK ] * Starting

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-08-27 Thread Kacper Antosik
It exists after updating from fiesty to gutsy, fix up did it job. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mai

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Sourcepackagename: update-manager => acpi ** Changed in: acpi (Ubuntu) Sourcepackagename: acpi => acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Subhuman
I have now found a fix for this, running: "sudo killall hald " and then "sudo dpkg --configure -a" This seems to fix the "device or resource busy" error and therefore allows acpid, acpi-support and ubuntu-desktop to install -- acpid install fails, upgrading from dapper to edgy beta. https://lau

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-07 Thread Julien H.
Yes, right, I had the same problem and this had fix it. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-12-13 Thread Onno Benschop
** Tags added: acpi ** Tags removed: acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-31 Thread Michael Vogt
** Tags added: edgy-upgrade -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-04-05 Thread Florian Jensen
This bug also exists during the upgrade from edgy to feisty. The fix above works. -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-12-08 Thread Christian Haeberli
Same for me when upgrading from Feisty to Gutsy. * Loading ACPI modules... [ OK ] * Starting ACPI services... invoke-rc.d: initscript acpid, action "start" failed. The workaround of stopping acpid manually before running 'dpkg --configure -a' worked for me. I think that the issue should be add

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-01-19 Thread Erik de Castro Lopo
Same problem on Gutsy to Hardy Heron upgrade. Fixed by doing: sudo /etc/init.d/acpid stop sudo dpkg --configure -a sudo /etc/init.d/acpid start -- acpid install fails, upgrading from dapper to edgy beta. https://bugs.launchpad.net/bugs/63450 You received this bug notification becaus

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-11-09 Thread Florian Jensen
Same problem when upgrading from Feisty to Gutsy [EMAIL PROTECTED]:~# dpkg --configure -a Setting up acpid (1.0.4-5ubuntu8) ... * Loading ACPI modules... [ OK ] * Starting

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-23 Thread Yves Junqueira
The postinst script is not indempotent. One possible fix is: --- /tmp/acpid.postinst 2006-10-23 17:00:28.0 -0200 +++ acpid.postinst 2006-10-23 17:01:18.0 -0200 @@ -11,9 +11,9 @@ if [ -x "/etc/init.d/acpid" ]; then update-rc.d acpid multiuser 10 21 >/dev/null i

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
Same problem here, acpid and acpi-support fail to configure.. "sudo killall hald " and then "sudo dpkg --configure -a" didn't help.. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://li

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-29 Thread Risto H. Kurppa
this works: https://launchpad.net/distros/ubuntu/+source/acpid/+bug/65635/comments/2 -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Sourcepackagename: update-manager => acpi ** Changed in: acpi (Ubuntu) Sourcepackagename: acpi => acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-04 Thread Subhuman
I have now found a fix for this, running: "sudo killall hald " and then "sudo dpkg --configure -a" This seems to fix the "device or resource busy" error and therefore allows acpid, acpi-support and ubuntu-desktop to install -- acpid install fails, upgrading from dapper to edgy beta. https://lau

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-07 Thread Julien H.
Yes, right, I had the same problem and this had fix it. -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-12-13 Thread Onno Benschop
** Tags added: acpi ** Tags removed: acpid -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2006-10-31 Thread Michael Vogt
** Tags added: edgy-upgrade -- acpid install fails, upgrading from dapper to edgy beta. https://launchpad.net/bugs/63450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
The simple reason for this appears to be that the acpid init script, invoked with "start" should not fail, if acpid is already running. I'll provide a patch for this. ** Changed in: acpid (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Daniel Hahler (blueyed) Statu

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
* debian/acpid.init.d: Add "--oknodo" to the start-stop-daemon call in "start". The action must not fail, if acpid is already running. (LP: #63450) Subscribed ubuntu-main-sponsors. ** Attachment added: "Debdiff for Hardy" http://launchpadlibrarian.net/13386325/acpid_1.0.4-5ubuntu9.ds

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2008-04-12 Thread Daniel Hahler
While "start" should never fail for an init script, when the process is already running (which gets fixed above), the real problem appears to be hal running, when acpid gets installed (not upgraded). I've taken the fix for this from Debian bug 380520 (http://bugs.debian.org/380520) and added it t

[Bug 63450] Re: acpid install fails, upgrading from dapper to edgy beta.

2007-09-30 Thread Rudd-O
the fix didn't work for me. as a matter of fact I just uninstalled all acpi crap and I had to remove kubuntu-desktop metapackage as well. I think this is because hal is opening /proc/acpi/event first. Or perhaps other process... -- acpid install fails, upgrading from dapper to edgy beta. https

  1   2   >