[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-11-27 Thread Miquel
*** This bug is a duplicate of bug 621837 ***
https://bugs.launchpad.net/bugs/621837

Try to find /etc/apache2/.mpm* and delete it, 
next try:
apt-get install -f

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/655039

Title:
  package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/655039/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-22 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 621837 ***
https://bugs.launchpad.net/bugs/621837

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apache2 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/655039

Title:
  package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/655039/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-05 Thread Emanuel Calso


-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/655039
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-05 Thread Mathias Gug
*** This bug is a duplicate of bug 621837 ***
https://bugs.launchpad.net/bugs/621837

** This bug has been marked a duplicate of bug 621837
   package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1
 * You can subscribe to bug 621837 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/621837/+subscribe

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/655039
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-05 Thread Darik Horn
*** This bug is a duplicate of bug 621837 ***
https://bugs.launchpad.net/bugs/621837

If this bug has broken a production system, then don't touch the package
(until it is fixed) and just start Apache manually like this:

  # /etc/init.d/apache start

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/655039
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-05 Thread Darik Horn
*** This bug is a duplicate of bug 621837 ***
https://bugs.launchpad.net/bugs/621837

A kludge that will let the bad apache2.2-common package install is:

1.  Open the '/var/lib/dpkg/info/apache2.2-common.postrm' file in a text
editor.

2.  Go to line 77 and disable the `a2enmod` command by prefixing it with
a colon character like this:

  if dpkg --compare-versions $2 lt 2.2.15-1~0; then
: a2enmod -q reqtimeout
  fi

3.  Run `dpkg --configure -a` and the apache2.2-common installation will
finish.

4.  Remember that you applied this change.

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/655039
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 655039] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-05 Thread Darik Horn
*** This bug is a duplicate of bug 621837 ***
https://bugs.launchpad.net/bugs/621837

Typo!

The file correct file name is:
/var/lib/dpkg/info/apache2.2-common.postinst

-- 
package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/655039
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs