Your message dated Sat, 09 Jan 2010 04:03:06 +0000
with message-id <[email protected]>
and subject line Bug#563970: fixed in rpcbind 0.2.0-4
has caused the Debian Bug report #563970,
regarding /etc/init.d/rpcbind restart doesn't include -w
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.)
--
563970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563970
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rpcbind
Version: 0.2.0-3
The "restart" target tries to include -w in the OPTIONS, but when it
runs "$0 start", the script unconditionally clears the value on startup.
I did it using a shell function instead (this is my adapted verrsion of
the portmap script, so it includes some extras from there...):
start () {
log_begin_msg "Starting rpcbind (portmap) daemon..."
pid=$( pidofproc -p /var/run/rpcbind.pid /usr/bin/rpcbind )
if [ -n "$pid" ] ; then
log_begin_msg "Already running."
log_end_msg 0
exit 0
fi
start-stop-daemon --start --quiet --oknodo --exec /usr/bin/rpcbind --
"$@"
log_end_msg $?
mkdir -p /lib/init/rw/sendsigs.omit.d
rm -f /lib/init/rw/sendsigs.omit.d/rpcbind
ln -s /var/run/rpcbind.pid /lib/init/rw/sendsigs.omit.d/rpcbind
}
case "$1" in
start)
start $OPTIONS
;;
stop)
log_begin_msg "Stopping rpcbind (portmap) daemon..."
start-stop-daemon --stop --quiet --oknodo --exec /usr/bin/rpcbind
log_end_msg $?
;;
restart|force-reload)
$0 stop
start -w $OPTIONS
;;
status)
status_of_proc -p /var/run/rpcbind.pid /usr/bin/rpcbind rpcbind && exit
0 || exit $?
;;
*)
log_success_msg "Usage: /etc/init.d/portmap
{start|stop|force-reload|restart|status}"
exit 1
;;
esac
exit 0
--- End Message ---
--- Begin Message ---
Source: rpcbind
Source-Version: 0.2.0-4
We believe that the bug you reported is fixed in the latest version of
rpcbind, which is due to be installed in the Debian FTP archive:
rpcbind_0.2.0-4.debian.tar.bz2
to main/r/rpcbind/rpcbind_0.2.0-4.debian.tar.bz2
rpcbind_0.2.0-4.dsc
to main/r/rpcbind/rpcbind_0.2.0-4.dsc
rpcbind_0.2.0-4_amd64.deb
to main/r/rpcbind/rpcbind_0.2.0-4_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 rpcbind
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: Fri, 08 Jan 2010 10:13:54 +1100
Source: rpcbind
Binary: rpcbind
Architecture: source amd64
Version: 0.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <[email protected]>
Changed-By: Anibal Monsalve Salazar <[email protected]>
Description:
rpcbind - converts RPC program numbers into universal addresses
Closes: 563970 563971
Changes:
rpcbind (0.2.0-4) unstable; urgency=low
.
* -w is the default option
* Pass the -w option
Closes: 563970
* Enable warm starts
Add 03-563971-warmstart-error-msg.patch
Closes: 563971
* Enable host name checking
Build-depend on libwrap0-dev
* Provide portmap
Checksums-Sha1:
76bbbe4e4d6ceec0aef782b00192f429e4707698 1077 rpcbind_0.2.0-4.dsc
4fb2ff41ef1a3599ca43fbf0aed6743f8fbbf82b 8351 rpcbind_0.2.0-4.debian.tar.bz2
43c6b5ea9638946d1035d25ff4ce7292d927faa5 43782 rpcbind_0.2.0-4_amd64.deb
Checksums-Sha256:
bde234264cfb69a2a77897a2cc6c67f8803e573faf069308e13dcaa87a4e2637 1077
rpcbind_0.2.0-4.dsc
fb0d19b2e66a907fefd9e6bcb81c7a44f859afeefb951d55fce586e9a5d093f1 8351
rpcbind_0.2.0-4.debian.tar.bz2
3993cbd94e31f7a58e8b6eb35534b48c2a9ff9523af80712cb69897f45cd656c 43782
rpcbind_0.2.0-4_amd64.deb
Files:
9e3ed46a364884c1820d06703ae43b4e 1077 net standard rpcbind_0.2.0-4.dsc
1fbdef75a8b4c449dd1effb35c414083 8351 net standard
rpcbind_0.2.0-4.debian.tar.bz2
70f20eae88f31ed156011fc81e8d1283 43782 net standard rpcbind_0.2.0-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAktH+QcACgkQgY5NIXPNpFUVfQCeMKRmCyPBHLAXqX32s6RS3KRx
q90AnjjMoc604Pd4XjH60W+38usqGdXl
=30if
-----END PGP SIGNATURE-----
--- End Message ---