Your message dated Thu, 12 Jun 2008 10:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#420170: fixed in portmap 6.0-6 has caused the Debian Bug report #420170, regarding dpkg-reconfigure portmap sets OPTIONS wrong 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.) -- 420170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420170 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: portmap Version: 5-26 Severity: normal When I reconfigure portmap to switch listening on loopback interface many times, it fails to set OPTIONS at /etc/default/portmap correctly: : tail -1 /etc/default/portmap #OPTIONS="-i 127.0.0.1" : echo "portmap portmap/loopback boolean true" | debconf-set-selections : DEBCONF_DB_OVERRIDE="File{/var/cache/debconf/config.dat readonly:true}" DEBIAN_FRONTEND=noninteractive /usr/sbin/dpkg-reconfigure portmap 2> /dev/null Stopping portmap daemon.... : tail -1 /etc/default/portmap OPTIONS="-i 127.0.0.1" That's fine so far. :) Switch it back: : echo "portmap portmap/loopback boolean false" | debconf-set-selections : DEBCONF_DB_OVERRIDE="File{/var/cache/debconf/config.dat readonly:true}" DEBIAN_FRONTEND=noninteractive /usr/sbin/dpkg-reconfigure portmap 2> /dev/null Stopping portmap daemon.... : tail -1 /etc/default/portmap OPTIONS="" Ok, looks different than before, but still fine so far. And again, reconfigure portmap to use loopback: : echo "portmap portmap/loopback boolean true" | debconf-set-selections : DEBCONF_DB_OVERRIDE="File{/var/cache/debconf/config.dat readonly:true}" DEBIAN_FRONTEND=noninteractive /usr/sbin/dpkg-reconfigure portmap 2> /dev/null Stopping portmap daemon.... : tail -1 /etc/default/portmap OPTIONS=" -i 127.0.0.1" Do you see the leading space in front of the -i? That's the bug. Now you're unable to use "dpkg-reconfigure portmap" to change this setting anymore: : dpkg-reconfigure portmap Stopping portmap daemon.... Portmap options have already been configured in /etc/default/portmap This script will not modify it, please edit this file manually. Starting portmap daemon.... Restoring old RPC service information.... This is caused by this line of portmap.postinst: OPTIONS="$OPTIONS -i 127.0.0.1" Should be changed into: OPTIONS="-i 127.0.0.1" Would be nice, if the script is able to handle manually changed options, too. But keeping $OPTIONS at this point is just a bug. Regards Jürgen Kahnert
smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---
--- Begin Message ---Source: portmap Source-Version: 6.0-6 We believe that the bug you reported is fixed in the latest version of portmap, which is due to be installed in the Debian FTP archive: portmap_6.0-6.diff.gz to pool/main/p/portmap/portmap_6.0-6.diff.gz portmap_6.0-6.dsc to pool/main/p/portmap/portmap_6.0-6.dsc portmap_6.0-6_amd64.deb to pool/main/p/portmap/portmap_6.0-6_amd64.deb 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. Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated portmap 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: Thu, 12 Jun 2008 18:19:45 +1000 Source: portmap Binary: portmap Architecture: source amd64 Version: 6.0-6 Distribution: unstable Urgency: low Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Description: portmap - RPC port mapper Closes: 420170 437912 460156 482740 483102 Changes: portmap (6.0-6) unstable; urgency=low . * Acknowledge NMU; closes: #482740 * Conflicts with sysv-rc (< 2.86.ds1-59); refer to #483172; closes: #483102 * Patch 04-460156-no-pie.diff: Don't use -pie; closes: #460156 * Set OPTIONS correctly; closes: #420170 * Don't execute init script twice at boot; closes: #437912 * New uploader * Standards version is 3.8.0 Checksums-Sha1: f430f32b35f9819150f3432a7e1eb989d468d2bb 1049 portmap_6.0-6.dsc 5f3654aec2274a3d6c75791b66e0718e86147a55 25528 portmap_6.0-6.diff.gz 78f16f6a0a25fc6941e0d33b0a774c2076cfa1a5 37000 portmap_6.0-6_amd64.deb Checksums-Sha256: f98fadbc14a820eb1c903d1ed16ec1024b47af4fdb077673af802e634a20a6c0 1049 portmap_6.0-6.dsc 93b72e523a791e1e45ab20efc537ef3161e8e872512eb4b435572d443b30aa92 25528 portmap_6.0-6.diff.gz fce1186814797a6edd01b317adb389de738eedb8a56facf3bb8f7a1b2cfaaf57 37000 portmap_6.0-6_amd64.deb Files: d651bbd276d2951472d560f24783f308 1049 net standard portmap_6.0-6.dsc d14cbf9afb6818a6aa84ca990e382380 25528 net standard portmap_6.0-6.diff.gz 88d403987dfc8563688c102440861a9a 37000 net standard portmap_6.0-6_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkhQ++UACgkQgY5NIXPNpFVSYQCeOZRs9+4T7LWsZ8QQTM7DW06l pGkAoKxfoFhTel41gQt5PSDhEMUEnIej =KNDn -----END PGP SIGNATURE-----
--- End Message ---

