Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created February 3, 2012 11:18
Show Gist options
  • Save onlyshk/1729726 to your computer and use it in GitHub Desktop.
Save onlyshk/1729726 to your computer and use it in GitHub Desktop.
erl -boot start_sasl
Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:8:8] [rq:8] [async-threads:0] [kernel-poll:false]
=PROGRESS REPORT==== 3-Feb-2012::06:18:01 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.35.0>},
{name,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 3-Feb-2012::06:18:01 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.36.0>},
{name,overload},
{mfargs,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 3-Feb-2012::06:18:01 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.34.0>},
{name,sasl_safe_sup},
{mfargs,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 3-Feb-2012::06:18:01 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.37.0>},
{name,release_handler},
{mfargs,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 3-Feb-2012::06:18:01 ===
application: sasl
started_at: nonode@nohost
Eshell V5.8.3 (abort with ^G)
1> ebot:start(2, 1).
{"[email protected]","kqwjefg7234fbwleffjbw",
"game.tophitpoker.com","manager1",200}
** exception exit: {noproc,{gen_server,call,
[ebot_cl_sup,
{start_child,[["[email protected]",
"kqwjefg7234fbwleffjbw","manager1",2]]},
infinity]}}
in function gen_server:call/3
in call from ebot:start/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment