Your message dated Tue, 01 May 2012 10:45:54 +0100
with message-id <4f9fb0d2.7080...@rabbitmq.com>
and subject line Re: Please use lsb-base in the init script
has caused the Debian Bug report #663434,
regarding Please use lsb-base in the init script
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.)
--
663434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663434
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rabbitmq-server
Version: 2.6.1-1
Severity: serious
Hi,
It appears that rabbitmq-server is using echoes instead of using the
lsb-base init.d functions. Please use them instead.
Example:
echo -n "Starting $DESC: "
start_rabbitmq
echo "$NAME."
with many things not standard at all, like writing "RabbitMQ is currently
running" when in fact, it shouldn't produce any message at all.
should instead be:
. /lib/lsb/init-functions
. /lib/init/vars.sh
[ "$VERBOSE" != no ] && log_daemon_msg "Stopping ${DESC}" ${NAME}
start_rabbitmq
case "$?" in
0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
esac
Please have a look into:
/etc/init.d/skeleton
as an example on how to write your init.d scripts.
Cheers,
Thomas Goirand (zigo)
--- End Message ---
--- Begin Message ---
Package: rabbitmq-server
Version: 2.8.2-1
This bug was fixed in v2.8.2-1.
--- End Message ---