*** 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

Reply via email to