[rabbitmq-discuss] getting started, broker runs; can't get status
Matthias Radestock
matthias at lshift.net
Thu Feb 5 22:32:33 GMT 2009
Matthias Radestock wrote:
> Moreover, putting single quotes around the terms in the rabbitmq-server
> script, i.e. changing the RABBITMQ_SERVER_ERL_ARGS settings to
>
> [ "x" = "x$RABBITMQ_SERVER_ERL_ARGS" ] && RABBITMQ_SERVER_ERL_ARGS="+K
> true +A30 \
> -kernel inet_default_listen_options
> '[{nodelay,true},{sndbuf,16384},{recbuf,4096}]' \
> -kernel inet_default_connect_options '[{nodelay,true}]'"
>
> does fix the problem for me.
Actually it doesn't. The above ends up putting the single quotes in the
final result, which causes erlang to barf.
Oh how I love shell programming ...
If someone can figure out how to fix this, please let us know.
Matthias.
More information about the rabbitmq-discuss
mailing list