Problem with node name
Joel Reymont
joelr1@REDACTED
Wed Jun 22 21:00:33 CEST 2005
On Jun 22, 2005, at 8:51 PM, Chandrashekhar Mullaparthi wrote:
> Putting the nodename within '' takes care of all the funny
> characters in the nodename.
This is what I mean:
erl -sname mb1 -mnesia extra_db_nodes \[master1@REDACTED\] -s
mnesia start
Erlang (BEAM) emulator version 5.4.8 [source] [hipe]
Eshell V5.4.8 (abort with ^G)
(mb1@REDACTED)1>
=ERROR REPORT==== 22-Jun-2005::20:58:07 ===
application_controller: syntax error before: e055: [master1@REDACTED]
(mb1@REDACTED)1>
erl -sname mb1 -mnesia extra_db_nodes \['master1@REDACTED'\] -s
mnesia start
Erlang (BEAM) emulator version 5.4.8 [source] [hipe]
Eshell V5.4.8 (abort with ^G)
(mb1@REDACTED)1>
=ERROR REPORT==== 22-Jun-2005::20:59:19 ===
application_controller: syntax error before: e055: [master1@REDACTED]
(mb1@REDACTED)1> halt().
More information about the erlang-questions
mailing list