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

Pablo Platt pablo.platt@REDACTED
Mon Jun 20 17:40:04 CEST 2011


+Bc doesn't give me error
but when I'm attached to the node, Ctrl-C Ctrl-C stops the node



________________________________
From: Jonas Falkevik <jonas.falkevik@REDACTED>
To: Pablo Platt <pablo.platt@REDACTED>
Cc: "erlang-questions@REDACTED" <erlang-questions@REDACTED>
Sent: Monday, June 20, 2011 6:18 PM
Subject: Re: [erlang-questions] error when trying to use erl +B c

Have you tried +Bc ?
/Jonas

On Jun 20, 2011, at 16:22 , Pablo Platt wrote:

> 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
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110620/48dad627/attachment.htm>


More information about the erlang-questions mailing list