Processed: Re: [php-maint] Bug#791902: libapache2-mod-php5.postinst: 291: [: !=: unexpected operator

2015-08-28 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 apache2
Bug #791902 [libapache2-mod-php5] libapache2-mod-php5.postinst: 291: [: !=: 
unexpected operator
Bug reassigned from package 'libapache2-mod-php5' to 'apache2'.
No longer marked as found in versions php5/5.6.9+dfsg-1.
Ignoring request to alter fixed versions of bug #791902 to the same values 
previously set
 affects -1 libapache2-mod-php5
Bug #791902 [apache2] libapache2-mod-php5.postinst: 291: [: !=: unexpected 
operator
Added indication that 791902 affects libapache2-mod-php5

-- 
791902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791902
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Re: [php-maint] Bug#791902: libapache2-mod-php5.postinst: 291: [: !=: unexpected operator

2015-08-28 Thread Ondřej Surý
Control: reassign -1 apache2
Control: affects -1 libapache2-mod-php5

I think this:

 There is more than one MPM loaded. Do not proceed due to undefined
 results

should not happen...  But as I said the pulled code comes from apache2,
so apache2 maintainers might have some ideas why is this happening.

Cheers,
Ondrej

On Fri, Aug 28, 2015, at 00:43, Carlos C Soto wrote:
 Same problem here but I'm running Debian 8.1
 
 Package: libapache2-mod-php5
 Version: 5.6.12+dfsg-0+deb8
 Architecture: amd64
 
 Configuring libapache2-mod-php5 (5.6.12+dfsg-0+deb8u1) ...
 There is more than one MPM loaded. Do not proceed due to undefined
 results
 There is more than one MPM loaded. Do not proceed due to undefined
 results
 There is more than one MPM loaded. Do not proceed due to undefined
 results
 /var/lib/dpkg/info/libapache2-mod-php5.postinst: 291: [: !=: unexpected 
 operator
 apache2_switch_mpm prefork: No action required
 apache2_invoke: Enable module php5
 
 
 In my case apache was running and as I can see no invoke-rc.d was called 
 (last line)
 
 Thanks in advance developers!
 
 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint


-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server



Re: [php-maint] Bug#791902: libapache2-mod-php5.postinst: 291: [: !=: unexpected operator

2015-08-28 Thread Carlos C Soto

El 28/08/15 a las 08:02, Ondřej Surý escribió:

Control: reassign -1 apache2
Control: affects -1 libapache2-mod-php5

I think this:


There is more than one MPM loaded. Do not proceed due to undefined
results

should not happen...  But as I said the pulled code comes from apache2,
so apache2 maintainers might have some ideas why is this happening.


There is more than one MPM...
This is present using libapache2-mpm-itk that on 
/etc/apache2/mods-enabled/mpm_itk.load line: 1 says:

# Depends: mpm_prefork

# a2dismod mpm_prefork
ERROR: The following modules depend on mpm_prefork and need to be 
disabled first: mpm_itk


For testing (on my stretch machine) I disabled mpm_itk and reinstall 
libapache2-mod-php5, in this case this does not show any trouble.


Enabling again mpm_itk and reinstalling libapache2-mod-php5, in this 
case this show:

Setting up libapache2-mod-php5 (5.6.11+dfsg-1) ...
There is more than one MPM loaded. Do not proceed due to undefined results
There is more than one MPM loaded. Do not proceed due to undefined results
There is more than one MPM loaded. Do not proceed due to undefined results
/var/lib/dpkg/info/libapache2-mod-php5.postinst: 291: [: !=: unexpected 
operator

apache2_switch_mpm prefork: No action required
apache2_invoke: Enable module php5

The problem sould be on /usr/share/apache2/apache2-maintscript-helper

Ondřej Surý, thanks for reassign this bug to apache2




Cheers,
Ondrej






Fwd: Re: [php-maint] Bug#791902: libapache2-mod-php5.postinst: 291: [: !=: unexpected operator

2015-07-09 Thread Ondřej Surý


-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

- Original message -
From: Ondřej Surý ond...@sury.org
To: Andreas Beckmann a...@debian.org, 791...@bugs.debian.org,
debian-ap...@lists.debian.org
Subject: Re: [php-maint] Bug#791902: libapache2-mod-php5.postinst: 291:
[: !=: unexpected operator
Date: Thu, 09 Jul 2015 16:10:08 +0200

Hi Andreas,

https://qa.debian.org/developer.php?email=

we pull /usr/share/apache2/apache2-maintscript-helper, so that error
probably comes from there.

I am Ccing apache2 maintainers, they might have some insight on that...

Cheers,
Ondrej

On Thu, Jul 9, 2015, at 13:59, Andreas Beckmann wrote:
 Package: libapache2-mod-php5
 Version: 5.6.9+dfsg-1
 Severity: important
 User: debian...@lists.debian.org
 Usertags: piuparts
 
 Hi,
 
 during a test with piuparts I noticed your package reported a postinst
 error upon installation but did not fail on it.
 I noticed this while analyzing the failure log from testing
 fusionforge-plugin-gravatar.
 
 From the attached log (scroll to the bottom...):
 
   Setting up libapache2-mod-php5 (5.6.9+dfsg-1) ...
   
   Creating config file /etc/php5/apache2/php.ini with new version
   There is more than one MPM loaded. Do not proceed due to undefined
   results
   There is more than one MPM loaded. Do not proceed due to undefined
   results
   There is more than one MPM loaded. Do not proceed due to undefined
   results
   /var/lib/dpkg/info/libapache2-mod-php5.postinst: 291: [: !=: unexpected
   operator
   apache2_switch_mpm prefork: No action required
   apache2_invoke: Enable module php5
   invoke-rc.d: policy-rc.d denied execution of restart.
 
 
 That postinst script has only 78 lines, no idea where this error comes
 from.
 
 
 cheers,
 
 Andreas
 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
 Email had 1 attachment:
 + fusionforge-plugin-gravatar_6.0.2+20150708-1.log.gz
   67k (application/gzip)


-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


--
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/1436451786.1841141.319485033.2ab81...@webmail.messagingengine.com