Your message dated Sun, 04 Dec 2016 18:03:23 +0000
with message-id <[email protected]>
and subject line Bug#775924: fixed in nagios-nrpe 3.0.1-1~exp1
has caused the Debian Bug report #775924,
regarding nagios-nrpe-server: post install does not allow upgrading for people 
not using it as a daemon
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.)


-- 
775924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775924
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nagios-nrpe-server
Version: 2.15-1+b1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


When upgrading from Jessie to Stretch, at the end of dist-upgrade, it
ends with an error:

Errors were encountered while processing:
 nagios-nrpe-server
  E: Sub-process /usr/bin/dpkg returned an error code (1)

To finish installing nagios-nrpe-server, I ended up verifying the
post-install scripts.

At nagios-nrpe-server.postinst:

#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/nagios-nrpe-server" ]; then
    update-rc.d nagios-nrpe-server defaults >/dev/null
        invoke-rc.d nagios-nrpe-server start || exit $?
        fi


As I have nagios-nrpe being invoked by (x)inetd and not running
as a daemon, it failed startup and thus the apt dist-upgrade
error.

I do not recommend activating the service for boot and starting it, as
the service can also be started on non daemon-mode.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages nagios-nrpe-server depends on:
ii  adduser      3.115
ii  libc6        2.24-3
ii  libssl1.0.2  1.0.2j-1
ii  libwrap0     7.6.q-25
ii  lsb-base     9.20160629

Versions of packages nagios-nrpe-server recommends:
ii  nagios-plugins        2.1.2-2
ii  nagios-plugins-basic  2.1.2-2

nagios-nrpe-server suggests no packages.

-- Configuration Files:
/etc/default/nagios-nrpe-server changed [not included]
/etc/nagios/nrpe.cfg changed [not included]

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: nagios-nrpe
Source-Version: 3.0.1-1~exp1

We believe that the bug you reported is fixed in the latest version of
nagios-nrpe, 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.
Bas Couwenberg <[email protected]> (supplier of updated nagios-nrpe 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: SHA512

Format: 1.8
Date: Sun, 04 Dec 2016 18:36:54 +0100
Source: nagios-nrpe
Binary: nagios-nrpe-server nagios-nrpe-plugin
Architecture: source amd64
Version: 3.0.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 
<[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Description:
 nagios-nrpe-plugin - Nagios Remote Plugin Executor Plugin
 nagios-nrpe-server - Nagios Remote Plugin Executor Server
Closes: 547092 660583 662247 662249 728218 755507 756410 756414 773441 775924 
834857 843805
Changes:
 nagios-nrpe (3.0.1-1~exp1) experimental; urgency=medium
 .
   [ Alexander Wirt ]
   * Sync uploaders with reality.
     (closes: #773441)
 .
   [ Bas Couwenberg ]
   * New upstream release.
     - Reworked SSL/TLS. See the README.SSL.md file for full info.
     (closes: #547092)
   * Add myself to Uploaders.
   * Add Vcs-* fields to control file.
     (closes: #755507)
   * Change nagios-plugins dependencies to monitoring-plugins.
   * Switch from dpatch to source format 3.0 (quilt).
     (closes: #756410)
   * Drop obsolete patch: 04_weird_output.dpatch.
   * Restructure control file with cme.
   * Reorder (build) dependencies.
   * Add Homepage field to control file.
   * Update copyright file using copyright-format 1.0.
   * Add gbp.conf to use pristine-tar by default.
   * Update build dependency to use openssl 1.0.
   * Enable all hardening buildflags.
     (closes: #728218)
   * Enable parallel builds.
   * Suggest xinetd | inetd.
     (closes: #662247)
   * Include PDF & ODT documentation in docs.
     (closes: #662249)
   * Update watch file to handle common issues.
   * Add upstream metadata.
   * Merge nrpe.cfg patches into single patch.
     (closes: #660583)
   * Use configure option to set custom PID directory instead of patch.
   * Drop 09_noremove_pid.patch, fixed upstream. Refresh remaining patches.
   * Add patch to use pre-generated dh.h for reproducible builds.
   * Override dh_auto_build to build all targets.
   * Use dh-autoreconf instead of autotools-dev.
   * Use exit status 0 in init script when inetd is configured.
     (closes: #775924)
   * Include README.SSL.md in docs.
   * Bump Standards-Version to 3.9.8, changes:
     Vcs-* fields, copyright-format 1.0.
 .
   [ Benjamin Drung ]
   * Use dh_auto_configure to enable default hardening flags.
     (closes: #843805)
   * Fix copyright-refers-to-symlink-license.
     (closes: #756414)
 .
   [ Chris Lamb ]
   * Make the build reproducible.
     (closes: #834857)
Checksums-Sha1:
 8cc57beb3cb67ef9deb3546042fd281b72f9f50c 2102 nagios-nrpe_3.0.1-1~exp1.dsc
 e2b79bba41b1198c9d3dec0c559fc932fb12a429 514097 nagios-nrpe_3.0.1.orig.tar.gz
 912e6cdf82213a9a9559a0b2aeee134e62ff95f8 12736 
nagios-nrpe_3.0.1-1~exp1.debian.tar.xz
 0bd6eea3f01b4f464eef9bc45ec8a7c8dbf8b705 53366 
nagios-nrpe-plugin-dbgsym_3.0.1-1~exp1_amd64.deb
 4a286c3cef3ddc1acc9b7baab199133d7508bd00 29254 
nagios-nrpe-plugin_3.0.1-1~exp1_amd64.deb
 bc0128fb2be0af50dccb36584192041edb9a006a 72952 
nagios-nrpe-server-dbgsym_3.0.1-1~exp1_amd64.deb
 e4e6d6599413de839f8b18580c1deafdb8c97da5 345136 
nagios-nrpe-server_3.0.1-1~exp1_amd64.deb
 f6038221d886eb3cf49294aff0e5b41b7133163c 6081 
nagios-nrpe_3.0.1-1~exp1_amd64.buildinfo
Checksums-Sha256:
 063453ab1983f4676755222baf0580fba1be311cccf69448a25973dd2e3a3e7a 2102 
nagios-nrpe_3.0.1-1~exp1.dsc
 8f56da2d74f6beca1a04fe04ead84427e582b9bb88611e04e290f59617ca3ea3 514097 
nagios-nrpe_3.0.1.orig.tar.gz
 cca437bf8eecf71d9baca79bd8c5e9deeac5b4a883e00901228fff5ff5040f65 12736 
nagios-nrpe_3.0.1-1~exp1.debian.tar.xz
 c9fecfef407d434cb126ff0a860afeca5b4e686a3ef00c068b05da4de0882717 53366 
nagios-nrpe-plugin-dbgsym_3.0.1-1~exp1_amd64.deb
 6adc4c684c943f03032addeb461bdb7e27a84675d1b16f4882fcdad82744efd9 29254 
nagios-nrpe-plugin_3.0.1-1~exp1_amd64.deb
 3bbbfb797e1465956ebc99dd392e16fa489c284180968663ecebdab67caec180 72952 
nagios-nrpe-server-dbgsym_3.0.1-1~exp1_amd64.deb
 914e5665f4bee19d99f0a3e6efea1bdf5aa50e39478c1083ecbb26bec9d70293 345136 
nagios-nrpe-server_3.0.1-1~exp1_amd64.deb
 6177b27184012765c4f4e7682fef0edcca309109efd5e23c8a484c2445696f04 6081 
nagios-nrpe_3.0.1-1~exp1_amd64.buildinfo
Files:
 c3f8a9a9c05a6b8b810c977e569186b0 2102 net optional nagios-nrpe_3.0.1-1~exp1.dsc
 8c81f251d9ee0903e5ff0191e99f7981 514097 net optional 
nagios-nrpe_3.0.1.orig.tar.gz
 10b7bfe2e0a2a30c895f773ad50fd203 12736 net optional 
nagios-nrpe_3.0.1-1~exp1.debian.tar.xz
 5daff3dd0ffcf1997d77be09614f3355 53366 debug extra 
nagios-nrpe-plugin-dbgsym_3.0.1-1~exp1_amd64.deb
 bfaa2dc3ee62894ffb3edbedf5ddab7c 29254 net optional 
nagios-nrpe-plugin_3.0.1-1~exp1_amd64.deb
 319c915240286dee87629e07c0d48ab5 72952 debug extra 
nagios-nrpe-server-dbgsym_3.0.1-1~exp1_amd64.deb
 958f74614dae92a01b634331c7154568 345136 net optional 
nagios-nrpe-server_3.0.1-1~exp1_amd64.deb
 1857c951ceef5ca2a30bdae4bc1ebe8d 6081 net optional 
nagios-nrpe_3.0.1-1~exp1_amd64.buildinfo

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

iQIcBAEBCgAGBQJYRFgGAAoJEGdQ8QrojUrxUFEP/1RU25K2El7YtGn+djZohFPO
bLrGDcY5p2TW13iSmNUXb2ThmCz8pt8fGsIlOAt6C8GpczgwzjpSmvJwkFrrCe8k
r+D+/v5xZb/8JkrMjmxpv2NNBE+8noO96YjWdAq6gQbX9D+L1a0iev7KR57ZkNu1
wbRcESkqRDo0cV+pAg1z0Rj6ae9D5CiHuGoino2cOes20FRDNvr2jIf3dBs5ItO8
wRoch+3fK0AOHuHZRRygAbRIDgkc+zO9TEzoIHhRyM9vDni1ANwz5ii1gorDLj8N
1Ryk4U2ZHCzZJuUWV9bsril5N06z8Zmy2p8UkBHq90gaUAWXy2IRiF24UIyQAd6T
o+BtrVGgOahCnxNyAijBW1ta+AfxcL1AjQ30s54WILebZ9YmYNa3UvRAnxynWx4o
l2MaOY/ljnsyDl26EfoRzIRjFpROeudd+KuEpdgaoodAzjHiI5B1jDC/esoMZ3tb
k/huvUOT+H64Bd11Hc1vpSE86XqFo5gKaJ1wQBvJybMfXeG+ZGNxjfsU7XMYczJx
rxSCLFw40s8+L88OSN5RscTjupdDh3ase08SC1zbPf7pIMzjLLO5jR3nugBc0tq6
7HppQ+oYSLVW1Eo/iWaAnjvJI8TsuBeRN5bWC1DfeAlDSbWUD8UBR95rnXWV/eMX
Ba+zNgS0KNkYhiWCxXdB
=8ZLb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to