Skip to content

Instantly share code, notes, and snippets.

@technomancy
Created February 21, 2014 23:15
Show Gist options
  • Select an option

  • Save technomancy/9145623 to your computer and use it in GitHub Desktop.

Select an option

Save technomancy/9145623 to your computer and use it in GitHub Desktop.
root@arm:~/prometheus# erl -pa deps/exmpp/ebin -pa ebin
Erlang R15B01 (erts-5.9.1) [source] [async-threads:0] [kernel-poll:false]
Eshell V5.9.1 (abort with ^G)
1> application:start(crypto), application:start(exmpp), application:start(prometheus).
{error,{shutdown,{prometheus_app,start,[normal,[]]}}}
=INFO REPORT==== 21-Feb-2014::23:14:30 ===
application: prometheus
exited: {shutdown,{prometheus_app,start,[normal,[]]}}
type: temporary
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment