[erlang-questions] error when trying to use erl +B c

Pablo Platt pablo.platt@REDACTED
Mon Jun 20 16:22:40 CEST 2011


Hi

I'm trying to start a node with the "+B c" option so Ctrl-C will stop the shell but won't stop the node.
The node fails to run and I'm getting an error:
Missing argument(s) for '-B'

"+B" and "+B i" works as expected.

I'm using R14B03 built from source on ubuntu 11.04
The node is created using rebar release handleing.
I'm setting the "+B c" option in the vm.args file which is included with -args_file:

CMD="$BINDIR/erlexec -boot $RUNNER_BASE_DIR/releases/$APP_VSN/$BOOTFILE -embedded -config $RUNNER_ETC_DIR/app.config -args_file $RUNNER_ETC_DIR/vm.args -- ${1+"$@"}"

Am I using "+B c" in the wrong way?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110620/ad59786a/attachment.htm>


More information about the erlang-questions mailing list