[whatmaps] Bug#791569: whatmaps: Fails to restart apache2 on Jessie and later

Guido Günther agx at sigxcpu.org
Tue Jul 7 07:21:32 CEST 2015


Hi,
On Mon, Jul 06, 2015 at 12:24:32PM +0200, Santiago Garcia Mantinan wrote:
> Package: whatmaps
> Version: 0.0.9-1
> Severity: important
> Tags: patch
> 
> Hi!
> 
> I have found after running unattended-upgrades with whatmaps installed that
> apache2 was not being restarted on the last openssl upgrade.
> 
> I went to see what whas happening and the log was quite clear, whatmaps was
> not able to guess that the apache2 binary which now comes in the apache2-bin
> package had its start scripts on the apache2 package.
> 
> Adding this line to debiandistro.py made it work ok:
> 
> --- /usr/lib/python2.7/dist-packages/whatmaps/debiandistro.py~	2014-12-28
> --- /15:03:58.000000000 +0100
> +++ /usr/lib/python2.7/dist-packages/whatmaps/debiandistro.py	2015-07-06
> 12:11:42.516301645 +0200
> @@ -43,6 +43,7 @@
>      _pkg_services = { 'apache2-mpm-worker':  [ 'apache2' ],
>                        'apache2-mpm-prefork': [ 'apache2' ],
>                        'apache2.2-bin':       [ 'apache2' ],
> +                      'apache2-bin':         [ 'apache2' ],
>                        'dovecot-imapd':       [ 'dovecot' ],
>                        'dovecot-pop3d':       [ 'dovecot' ],
>                        'exim4-daemon-light':  [ 'exim4' ],

Thanks a lot. Pushed as 1b59d859f2442dd859fa255a50d3d149c5320213.

> 
> I think it would be good to have this fix (or whatever you see fit) rolled
> as a security upgrade or at least as a stable update.

Since this is "best effort" list I don't think it warrants a security
update but we really should target a point release.

Cheers,
 -- Guido



More information about the whatmaps mailing list