Your message dated Tue, 26 May 2015 19:01:30 +0000
with message-id <[email protected]>
and subject line Bug#783661: fixed in munge 0.5.11-2
has caused the Debian Bug report #783661,
regarding munge service disabled after package install
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
783661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783661
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munge
Version: 0.5.11-1.1+b1
Severity: important

Dear Maintainer,

After munge package installation, the munge systemd service is disabled. This
means that the munge service does not start at boot time.

Currently, munge postinst script only runs update-rc.d to enable munge init
script at boot time. But this command does not enable systemd service:

root@login:~# update-rc.d munge defaults

root@login:~# service munge status
● munge.service - MUNGE authentication service
   Loaded: loaded (/lib/systemd/system/munge.service; disabled)
   Active: inactive (dead)                            ^^^^^^^^
     Docs: man:munged(8)

The attached proposed patch adds dh-systemd in Build-Depends and makes use of
dh_system_{enable,start} in d/rules to add appropriate code in munge postinst
in order to enable the service after package installation.

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages munge depends on:
ii  adduser      3.113+nmu3
ii  libbz2-1.0   1.0.6-7+b3
ii  libc6        2.19-18
ii  libgcrypt20  1.6.3-2
ii  libmunge2    0.5.11-1.1+b1
ii  zlib1g       1:1.2.8.dfsg-2+b1

munge recommends no packages.

munge suggests no packages.

-- no debconf information
diff -Nru munge-0.5.11/debian/changelog munge-0.5.11/debian/changelog
--- munge-0.5.11/debian/changelog	2014-09-17 23:21:02.000000000 +0200
+++ munge-0.5.11/debian/changelog	2015-04-28 21:29:20.000000000 +0200
@@ -1,3 +1,10 @@
+munge (0.5.11-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix munge systemd service disable after package installation
+
+ -- Rémi Palancher <[email protected]>  Tue, 28 Apr 2015 21:27:38 +0200
+
 munge (0.5.11-1.1) unstable; urgency=medium
 
   [ Rémi Palancher <[email protected]>]
diff -Nru munge-0.5.11/debian/control munge-0.5.11/debian/control
--- munge-0.5.11/debian/control	2014-09-17 23:18:44.000000000 +0200
+++ munge-0.5.11/debian/control	2015-04-28 21:15:50.000000000 +0200
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Gennaro Oliva <[email protected]>
-Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, po-debconf, dpkg-dev (>= 1.13.19), zlib1g-dev, libbz2-dev, libgcrypt11-dev
+Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, po-debconf, dpkg-dev (>= 1.13.19), zlib1g-dev, libbz2-dev, libgcrypt11-dev, dh-systemd
 Standards-Version: 3.9.5
 Homepage: http://munge.googlecode.com/
 
diff -Nru munge-0.5.11/debian/rules munge-0.5.11/debian/rules
--- munge-0.5.11/debian/rules	2014-09-17 23:19:20.000000000 +0200
+++ munge-0.5.11/debian/rules	2015-04-28 21:30:59.000000000 +0200
@@ -109,7 +109,9 @@
 	dh_installman debian/create-munge-key.8
 	install -m644 debian/libmunge2.lintian debian/libmunge2/usr/share/lintian/overrides/libmunge2
 	dh_compress
+	dh_systemd_enable
 	dh_installinit
+	dh_systemd_start
 	dh_installlogrotate
 	dh_link
 	dh_strip

--- End Message ---
--- Begin Message ---
Source: munge
Source-Version: 0.5.11-2

We believe that the bug you reported is fixed in the latest version of
munge, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gennaro Oliva <[email protected]> (supplier of updated munge package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 26 May 2015 18:36:52 +0200
Source: munge
Binary: munge libmunge-dev libmunge2
Architecture: source amd64
Version: 0.5.11-2
Distribution: unstable
Urgency: medium
Maintainer: Gennaro Oliva <[email protected]>
Changed-By: Gennaro Oliva <[email protected]>
Description:
 libmunge-dev - authentication service for credential -- development package
 libmunge2  - authentication service for credential -- library package
 munge      - authentication service to create and validate credentials
Closes: 783661
Changes:
 munge (0.5.11-2) unstable; urgency=medium
 .
   [ Rémi Palancher <[email protected]>]
   * Add dh-systemd in Build-Dep
   * Add dh_systemd_{enable,start} in d/rules (Closes: #783661)
   * Package development under collab-maint git
 .
   [ Gennaro Oliva ]
   * Remove lintian override for wrongly detected spelling error
   * Remove absolute path to create-munge-key in postinst script
   * Bumped Standards-Version to 3.9.6
Checksums-Sha1:
 708d079c84b569c26a1e82d643fb95cb755031a0 2001 munge_0.5.11-2.dsc
 225507fd8f1ab3b477a993cb74a1f407cc0475ae 11836 munge_0.5.11-2.debian.tar.xz
 3d666b253035c76b748ba5eb206229814d142687 35452 libmunge-dev_0.5.11-2_amd64.deb
 df6abafbb81f531abf1d174f06368ae6997a4462 19406 libmunge2_0.5.11-2_amd64.deb
 7006817b027da14ee500d2f11c2a82e2dc1fe331 85912 munge_0.5.11-2_amd64.deb
Checksums-Sha256:
 1a8a9e4e339748db27cb59de09ade3d97f177d778474de1993b300f4dae8064f 2001 
munge_0.5.11-2.dsc
 9a804d4485d206ecc79bee62261ae822f79c2c3166cb4b77d8e3bca614a5e068 11836 
munge_0.5.11-2.debian.tar.xz
 d8ecf13c7d2e514869c9091e1c9a8e2f31f2b8848443360e2e3f530947b0ffab 35452 
libmunge-dev_0.5.11-2_amd64.deb
 4b20f05bcf37b887c71e41d9e6ade7994679d2a99e8a293c74a593b6c36ec728 19406 
libmunge2_0.5.11-2_amd64.deb
 4cf54a3b01d22bdec4cb42a90aa57d8b2902b3a18b88d8ee44b77bbcabb5dedb 85912 
munge_0.5.11-2_amd64.deb
Files:
 c5c7aaeeb3c86bd786ad503b4b1cae91 2001 admin extra munge_0.5.11-2.dsc
 e07b34f1de62062fbfcf2742238cfad3 11836 admin extra munge_0.5.11-2.debian.tar.xz
 224fc63af7f1ec325357ee08a8e52c55 35452 libdevel extra 
libmunge-dev_0.5.11-2_amd64.deb
 f10c0d1a0094693c00eccbe51f14e689 19406 libs extra libmunge2_0.5.11-2_amd64.deb
 b5e705dd4e6d4a5c93a75f705369dca5 85912 admin extra munge_0.5.11-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVZKTyAAoJEH36Qa2WGYXXB0UQAJh8btlhz6luCJAcbr1eT0W8
sR9uPLtcV0OKpG+80w150HYg4Ro/3Ar+p4pLVSc5PPd0YOv7Wb5tRCLVZrn3mTja
3WG7I8wIcmmVw+WMSBU4/EhN21CRsakU1+BdmDD3mByD2hNSnLTBFNzWMMmhsFuq
m9Wyoe5w2wd/12gPmXFyOFWP5xsgx9UyctV1TIBH2ylZcp1xvEs3xrcK7jwaOjxZ
kAjTkyxdlaSHOGSyGPAdh67EKdg5HSfJjuGAHirR+FBeMyLWYXbdcVT6MqTY40Oo
3eX3Lw5tD/FoJTQIpWt+E7RfucbNTc02cJ+Y6J9wvhI0ubc+vx4FQIaGCflNAu4f
gD2wRx46iKnNEsY3Movvzm0NlhktF6b4F9bXOCl81LhmYxe+BGlcDWuzg4ORajhd
vlgzKKKVORIjHBg6yi/Gi/tgfbFgTjiGiU9wAdXOZj8V2E4E/oUYLTeEyqy4fiNS
BAdMUjBSfNoLCLT6sRIQGyfbMzCEAD4trrekMl9Swrs2DMt/+RJc8+ma/hb5XkNf
frT9sueUkjotTreYrpCZPXWQU0behCcU7z+v7qGydPR2rEbiLwpGzkjSNkthwXpl
N3eKWA6jePc6uMLGY05kOZMQUIqqAPXxbqHbpacurMS/jU7VwoIF9adzOOKI8sDd
9aC6Ep5AKawI2zmygk1T
=j+fd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to