Your message dated Wed, 16 Sep 2009 12:41:15 +0200
with message-id <[email protected]>
and subject line Close bugs fixed in am-utils version 6.1.5-13
has caused the Debian Bug report #521392,
regarding am-utils: Package does not install System-V style init script links
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.)
--
521392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521392
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: am-utils
Version: 6.1.5-12
Severity: important
When installing the current release of am-utils on a lenny box using
'aptitude install am-utils' the installation ends up without the
typical symlinks in /etc/rc?.d directories. Since amd gets started
after installation and configuration the machine can use amd-based
mounts until next boot.
The etch package of am-utils (6.1.5-3) installs fine on an etch box:
Here's the relevant part of the differences I found in the postinst
scripts:
--- am-utils-6.1.5-3/debian/am-utils.postinst 2009-03-26 20:20:04.000000000
+0000
+++ am-utils-6.1.5-12/debian/am-utils.postinst 2009-03-26 20:23:36.000000000
+0000
@@ -106,7 +107,9 @@
rm -f $tmpfile
fi
-update-rc.d am-utils defaults 35 >/dev/null
+if [ "$1" = "install" ]; then
+ update-rc.d am-utils defaults 35 >/dev/null
+fi
#DEBHELPER#
Invoking 'update-rc.d am-utils defaults 35 >/dev/null' manually did
create the missing symlinks and solved the problem for me. It seems
that the command wasn't called during installation of the package.
It's not clear to me why this was changed and I couldn't find anything
about this in the changelog. So I think postinst scripts shouldn't
really need to check if we are installing, because otherwise they
shouldn't get executed.
Regards,
Michael
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages am-utils depends on:
ii debconf 1.5.24 Debian configuration management sy
ii debianutils 2.30 Miscellaneous utilities specific t
ii libamu4 6.1.5-12 Support library for amd the 4.4BSD
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii libhesiod0 3.0.2-18.3 Project Athena's DNS-based directo
ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries
ii libwrap0 7.6.q-16 Wietse Venema's TCP wrappers libra
ii perl 5.10.0-19 Larry Wall's Practical Extraction
ii portmap 6.0-9 RPC port mapper
ii ucf 3.0016 Update Configuration File: preserv
am-utils recommends no packages.
Versions of packages am-utils suggests:
pn am-utils-doc <none> (no description available)
ii nis 3.17-17 Clients and daemons for the Networ
-- debconf information:
am-utils/import-amd-failed:
am-utils/nis-master-map: amd.master
* am-utils/clustername:
am-utils/nis-key: default
am-utils/rpc-localhost:
* am-utils/map-others: /amd mount.map
am-utils/nis-master-map-key-style: onekey
* am-utils/map-net: false
* am-utils/use-nis: false
am-utils/nis-custom: echo "/amd-is-misconfigured /usr/share/am-utils/amd.net"
am-utils/import-amd-conf-done: false
am-utils/import-amd-conf: false
* am-utils/map-home: false
am-utils/log-to-file:
--- End Message ---
--- Begin Message ---
Version: 6.1.5-13
By mistake, some bugs were not fixed when 6.1.5-14 was uploaded.
am-utils (6.1.5-13) unstable; urgency=low
* Use config.sub and config.guess from Debian properly (Closes: #538612)
* Updated Spanish translation (Closes: #529029)
* Added Russian debconf translation (Closes: #541747)
* pawd null pointer dereference fixed (Closes: #525844)
* Updated to standards 3.8.2
* Updated to debhelper v7
* A few lintian issues fixed
* Corrected postinst updated-rc.d use (Closes: #521392)
* Fix dependencies in init script (Closes: #543824)
-- Tim Cutts <[email protected]> Tue, 15 Sep 2009 14:14:05 +0200
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---