Created
July 30, 2013 08:42
-
-
Save janpieper/6111303 to your computer and use it in GitHub Desktop.
Elixir: iex --erl "-boot start_sasl" --sname a --cookie dummy -S mix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ iex --erl "-boot start_sasl" --sname a --cookie dummy -S mix | |
Erlang R16B01 (erts-5.10.2) [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] | |
=PROGRESS REPORT==== 30-Jul-2013::10:41:03 === | |
supervisor: {local,sasl_safe_sup} | |
started: [{pid,<0.42.0>}, | |
{name,alarm_handler}, | |
{mfargs,{alarm_handler,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 30-Jul-2013::10:41:03 === | |
supervisor: {local,sasl_safe_sup} | |
started: [{pid,<0.43.0>}, | |
{name,overload}, | |
{mfargs,{overload,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 30-Jul-2013::10:41:03 === | |
supervisor: {local,sasl_sup} | |
started: [{pid,<0.41.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==== 30-Jul-2013::10:41:03 === | |
supervisor: {local,sasl_sup} | |
started: [{pid,<0.44.0>}, | |
{name,release_handler}, | |
{mfargs,{release_handler,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 30-Jul-2013::10:41:03 === | |
application: sasl | |
started_at: a@himinbjorg | |
** (exit) {:noproc, {:gen_server, :call, [Mix.Server, :env, 30000]}} | |
gen_server.erl:188: :gen_server.call/3 | |
/home/jan/projects/elixir-lang/lib/mix/lib/mix/project.ex:304: Mix.Project.get_project_config/1 | |
/home/jan/projects/elixir-lang/lib/mix/lib/mix/project.ex:53: Mix.Project.push/1 | |
src/elixir_module.erl:341: :elixir_module."-eval_callbacks/5-fun-0-"/4 | |
src/elixir_module.erl:340: :elixir_module."-eval_callbacks/5-fun-1-"/6 | |
lists.erl:1323: :lists.foreach/2 | |
src/elixir_module.erl:251: :elixir_module."-load_form/3-fun-0-"/4 | |
src/elixir_module.erl:92: :elixir_module.compile/5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment