Package: activemq Version: 5.5.0+dfsg-5 Severity: normal Tags: patch Dear Maintainer,
* What led up to the situation? Running activemq-admin without any argument. * What exactly did you do (or not do) that was effective (or ineffective)? Trying to figure out the instances-available/enabled configuration style. * What was the outcome of this action? 132: [: =: unexpected operator Unable to access jarfile * What outcome did you expect instead? Unable to access jarfile -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages activemq depends on: ii adduser 3.113+nmu1 ii default-jre-headless [java6-runtime-headless] 1:1.6-46 ii libactivemq-java 5.5.0+dfsg-5 ii openjdk-6-jre-headless [java6-runtime-headless] 6b24~pre2-1 ii openjdk-7-jre-headless [java6-runtime-headless] 7~b147-2.0-1 activemq recommends no packages. activemq suggests no packages. -- no debconf information
--- activemq-admin.sh.orig 2012-03-05 15:44:24.075038859 -0500 +++ activemq-admin.sh.fixed 2012-03-05 15:44:49.647039321 -0500 @@ -129,7 +129,7 @@ # Set default classpath ACTIVEMQ_CLASSPATH="${ACTIVEMQ_BASE}/conf;"$ACTIVEMQ_CLASSPATH -if [ $1 = "start" ] ; then +if [ "$1" = "start" ] ; then if [ -z "$ACTIVEMQ_OPTS" ] ; then ACTIVEMQ_OPTS="-Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties" fi
--- activemq-admin.sh.orig 2012-03-05 15:44:24.075038859 -0500 +++ activemq-admin.sh.fixed 2012-03-05 15:44:49.647039321 -0500 @@ -129,7 +129,7 @@ # Set default classpath ACTIVEMQ_CLASSPATH="${ACTIVEMQ_BASE}/conf;"$ACTIVEMQ_CLASSPATH -if [ $1 = "start" ] ; then +if [ "$1" = "start" ] ; then if [ -z "$ACTIVEMQ_OPTS" ] ; then ACTIVEMQ_OPTS="-Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties" fi