Your message dated Wed, 20 Feb 2019 17:41:39 +0000
with message-id <e1gwvsj-0004s6...@fasolo.debian.org>
and subject line Bug#920572: Removed package(s) from unstable
has caused the Debian Bug report #889996,
regarding resiprocate-turn-server: broken init script stop action
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 ow...@bugs.debian.org
immediately.)
--
889996: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: resiprocate-turn-server
Version: 1:1.11.0~beta1-3
Severity: serious
User: debian-ad...@lists.debian.org
Usertags: needed-by-DSA-Team
X-Debbugs-Cc: debian-ad...@lists.debian.org
Hi,
your init script "stop" action is broken.
stop)
log_daemon_msg "Stopping $DESC ($NAME)" $BIN
if start-stop-daemon --stop --quiet --oknodo --user $USER --pidfile
$PIDFILE --exec $DAEMON ;
then
log_end_msg 0
else
log_end_msg 1
fi
;;
It is missing the --retry option which means it doesn't wait until the
process is actually dead before exiting. This shows up in the "restart"
action with:
restart)
$0 stop && sleep 2 && $0 start
;;
That "sleep" is evidence that "stop" is broken.
And because systemd never calls the init script with "restart" but uses
"stop" followed by "start" (which is supposed to be the same thing), the
old "sleep" workaround for broken "stop" no longer works. Please add
the appropriate "--retry" option to "stop" and remove that "sleep".
Cheers,
Julien
--- End Message ---
--- Begin Message ---
Version: 1:1.11.0~beta5-1+rm
Dear submitter,
as the package resiprocate has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/920572
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---