** Description changed:

- On Trusty(14.04) I wasn't able to install libapache2-mpm-itk until I
- manually changed the current apache2 configuration to use the mpm-
- prefork worker instead of the mpm-event worker it was using:
+ [SRU justification]
+ libapache2-mpm-itk is uninstallable
+ 
+ [Impact]
+ Without these fixes, the package is left in an uninstalled state and cannot 
be used.
+ 
+ [Fix]
+ Backport Debian fix for this issue resolved in Debian Bug: #734865
+ 
+ [Test Case]
+ Install the apache2-mpm-itk package :
+ 
+ $ sudo apt-get install apache2-mpm-itk
+ ...
+ Setting up libapache2-mpm-itk (2.4.6-01-1) ...
+ dpkg: error processing package libapache2-mpm-itk (--configure):
+  subprocess installed post-installation script returned error exit status 1
+ 
+ With the proposed fix, the packages installs correctly
+ 
+ [Regression]
+ Minimal as the fix is already used in Wily, Xenial and Debian.
+ 
+ [Original Description of the problem]
+ On Trusty(14.04) I wasn't able to install libapache2-mpm-itk until I manually 
changed the current apache2 configuration to use the mpm-prefork worker instead 
of the mpm-event worker it was using:
  
  This is what I got before making the fix:
  
  Setting up libapache2-mpm-itk (2.4.6-01-1) ...
  dpkg: error processing package libapache2-mpm-itk (--install):
-  subprocess installed post-installation script returned error exit status 1
+  subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
-  libapache2-mpm-itk
+  libapache2-mpm-itk
  
  This is the config fix I made:
  
  # a2dismod mpm_event
  # a2enmod mpm_prefork
  # service apache2 restart
  
  That change eliminated the install failure:
  
  Installing /var/cache/apt/archives/libapache2-mpm-itk_2.4.6-01-1_amd64.deb
  (Reading database ... 91772 files and directories currently installed.)
  Preparing to unpack .../libapache2-mpm-itk_2.4.6-01-1_amd64.deb ...
  Unpacking libapache2-mpm-itk (2.4.6-01-1) over (2.4.6-01-1) ...
  Setting up libapache2-mpm-itk (2.4.6-01-1) ...
  apache2_invoke: Enable module mpm_itk
-  * Restarting web server apache2                                         [ OK 
]
+  * Restarting web server apache2                                         [ OK 
]

** Tags added: sts sts-sru

** Changed in: apache2 (Ubuntu Trusty)
       Status: Confirmed => In Progress

** Changed in: apache2 (Ubuntu Trusty)
   Importance: Low => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286882

Title:
  libapache2-mpm-itk postinst failed

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to