Processed: your mail

2015-05-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 743498 libapache2-mpm-itk
Bug #743498 [apache2-bin] libapache2-mpm-itk: Wrong (and misleading) message in 
error logs
Bug reassigned from package 'apache2-bin' to 'libapache2-mpm-itk'.
Ignoring request to alter found versions of bug #743498 to the same values 
previously set
Ignoring request to alter fixed versions of bug #743498 to the same values 
previously set
 found 743498 libapache2-mpm-itk/2.4.7-02-1.1
Bug #743498 [libapache2-mpm-itk] libapache2-mpm-itk: Wrong (and misleading) 
message in error logs
The source libapache2-mpm-itk and version 2.4.7-02-1.1 do not appear to match 
any binary packages
Marked as found in versions libapache2-mpm-itk/2.4.7-02-1.1.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
743498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743498
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.143286855026746.transcr...@bugs.debian.org



Processed: Re: apache2-bin: daemon doesn't close all fds on fork - which causes postinst with debconf to hang

2015-05-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 713967 https://bz.apache.org/bugzilla/show_bug.cgi?id=57671
Bug #713967 [apache2-bin] apache2-bin: daemon doesn't close all fds on fork - 
which causes postinst with debconf to hang
Set Bug forwarded-to-address to 
'https://bz.apache.org/bugzilla/show_bug.cgi?id=57671'.
 tags 713967 wontfix
Bug #713967 [apache2-bin] apache2-bin: daemon doesn't close all fds on fork - 
which causes postinst with debconf to hang
Added tag(s) wontfix.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
713967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713967
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.14328702041501.transcr...@bugs.debian.org



Bug#787103: Deferring postinst actions fails when triggers are in use

2015-05-28 Thread Robie Basak
Package: apache2
Version: 2.4.12-2
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

This is related to Debian bug 745834. The fix there failed to work on
Ubuntu because our ufw delta introduces the use of triggers, which the
logic that tests if apache2 is configured fails to detect. I believe the
bug also exists in Debian even though it isn't triggered (pun not intended)
right now.

Colin Watson fixed this in an Ubuntu upload in the following patch. His
explanation is in
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1393832/comments/2.

apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).

 -- Colin Watson cjwat...@ubuntu.com Wed, 26 Nov 2014 11:31:44 +

Please also apply this in Debian.

diff -Nru apache2-2.4.12/debian/apache2.postinst 
apache2-2.4.12/debian/apache2.postinst
--- apache2-2.4.12/debian/apache2.postinst  2015-05-10 20:51:59.0 
+
+++ apache2-2.4.12/debian/apache2.postinst  2015-05-28 13:40:53.0 
+
@@ -419,7 +419,7 @@
cat /var/lib/apache2/deferred_actions |
while read PACKAGE FUNCTION ARG1 ARG2 ARG3
do
-   if ! dpkg-query -f '${Status}' -W $PACKAGE|grep -q installed 
; then
+   if ! dpkg-query -f '${Status}' -W $PACKAGE|egrep -q 
'installed|triggers-awaited|triggers-pending' ; then
# If the package has been removed again, skip the 
actions
continue
fi
diff -Nru apache2-2.4.12/debian/debhelper/apache2-maintscript-helper 
apache2-2.4.12/debian/debhelper/apache2-maintscript-helper
--- apache2-2.4.12/debian/debhelper/apache2-maintscript-helper  2015-04-28 
20:09:06.0 +
+++ apache2-2.4.12/debian/debhelper/apache2-maintscript-helper  2015-05-28 
13:40:53.0 +
@@ -76,7 +76,7 @@
fi
 
APACHE2_MAINTSCRIPT_DEFER=
-   if ! dpkg-query -f '${Status}' -W apache2|grep -q installed; then
+   if ! dpkg-query -f '${Status}' -W apache2|egrep -q 
'installed|triggers-awaited|triggers-pending'; then
echo Package apache2 is not configured yet. Will defer actions 
by package $DPKG_MAINTSCRIPT_PACKAGE.
APACHE2_MAINTSCRIPT_DEFER=/var/lib/apache2/deferred_actions
fi


signature.asc
Description: Digital signature