Skip to content

Instantly share code, notes, and snippets.

@wynst
Created February 13, 2016 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wynst/f182f61904fc9c8df522 to your computer and use it in GitHub Desktop.
Save wynst/f182f61904fc9c8df522 to your computer and use it in GitHub Desktop.
mix install.local
```bash
$ rhc ssh -a myapp
[myapp rhcloud.com myroot]\> export PATH=$OPENSHIFT_ERL_DIR/usr/bin/:$PATH
[myapp.rhcloud.com myroot]\> cd $OPENSHIFT_TMP_DIR
[myapp.rhcloud.com tmp]\> mix local.hex
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.33.0>},
{id,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.34.0>},
{id,overload},
{mfargs,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.32.0>},
{id,sasl_safe_sup},
{mfargs,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.35.0>},
{id,release_handler},
{mfargs,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
application: sasl
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
application: compiler
started_at: nonode@nohost
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,elixir_sup}
started: [{pid,<0.44.0>},
{id,elixir_config},
{mfargs,{elixir_config,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,elixir_sup}
started: [{pid,<0.45.0>},
{id,elixir_code_server},
{mfargs,{elixir_code_server,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,elixir_sup}
started: [{pid,<0.46.0>},
{id,elixir_counter},
{mfargs,{elixir_counter,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
application: elixir
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,'Elixir.Logger.Supervisor'}
started: [{pid,<0.51.0>},
{id,'Elixir.GenEvent'},
{mfargs,
{'Elixir.GenEvent',start_link,
[[{name,'Elixir.Logger'}]]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,'Elixir.Logger.Supervisor'}
started: [{pid,<0.52.0>},
{id,'Elixir.Logger.Config'},
{mfargs,
{'Elixir.Logger.Watcher',watcher,
['Elixir.Logger','Elixir.Logger.Config',[]]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,'Elixir.Logger.Supervisor'}
started: [{pid,<0.53.0>},
{id,'Elixir.Logger.Watcher'},
{mfargs,
{'Elixir.Logger.Watcher',start_link,
['Elixir.Logger.Config',handlers,[]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
supervisor: {local,'Elixir.Logger.Supervisor'}
started: [{pid,<0.55.0>},
{id,'Elixir.Logger.ErrorHandler'},
{mfargs,
{'Elixir.Logger.Watcher',watcher,
[error_logger,'Elixir.Logger.ErrorHandler',
{true,false,500},
link]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:25 ===
application: logger
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,'Elixir.Mix.Supervisor'}
started: [{pid,<0.63.0>},
{id,'Elixir.Mix.State'},
{mfargs,{'Elixir.Mix.State',start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,'Elixir.Mix.Supervisor'}
started: [{pid,<0.64.0>},
{id,'Elixir.Mix.TasksServer'},
{mfargs,{'Elixir.Mix.TasksServer',start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,'Elixir.Mix.Supervisor'}
started: [{pid,<0.65.0>},
{id,'Elixir.Mix.ProjectStack'},
{mfargs,{'Elixir.Mix.ProjectStack',start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
application: mix
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
application: crypto
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
application: asn1
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
application: public_key
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,ssl_sup}
started: [{pid,<0.73.0>},
{id,ssl_manager},
{mfargs,{ssl_manager,start_link,[[]]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,ssl_sup}
started: [{pid,<0.74.0>},
{id,tls_connection},
{mfargs,{tls_connection_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,ssl_sup}
started: [{pid,<0.75.0>},
{id,ssl_socket},
{mfargs,{ssl_listen_tracker_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
application: ssl
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,inets_sup}
started: [{pid,<0.80.0>},
{id,ftp_sup},
{mfargs,{ftp_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,httpc_profile_sup}
started: [{pid,<0.83.0>},
{id,httpc_manager},
{mfargs,
{httpc_manager,start_link,
[default,only_session_cookies,inets]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,httpc_sup}
started: [{pid,<0.82.0>},
{id,httpc_profile_sup},
{mfargs,
{httpc_profile_sup,start_link,
[[{httpc,{default,only_session_cookies}}]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,httpc_sup}
started: [{pid,<0.84.0>},
{id,httpc_handler_sup},
{mfargs,{httpc_handler_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,inets_sup}
started: [{pid,<0.81.0>},
{id,httpc_sup},
{mfargs,
{httpc_sup,start_link,
[[{httpc,{default,only_session_cookies}}]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,inets_sup}
started: [{pid,<0.85.0>},
{id,httpd_sup},
{mfargs,{httpd_sup,start_link,[[]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,inets_sup}
started: [{pid,<0.86.0>},
{id,tftp_sup},
{mfargs,{tftp_sup,start_link,[[]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
application: inets
started_at: nonode@nohost
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,httpc_profile_sup}
started: [{pid,<0.87.0>},
{id,{httpc,mix}},
{mfargs,
{httpc_manager,start_link,
[mix,only_session_cookies,inets]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,worker}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,inet_gethost_native_sup}
started: [{pid,<0.90.0>},{mfa,{inet_gethost_native,init,[[]]}}]
=PROGRESS REPORT==== 13-Feb-2016::03:26:26 ===
supervisor: {local,kernel_safe_sup}
started: [{pid,<0.89.0>},
{id,inet_gethost_native_sup},
{mfargs,{inet_gethost_native,start_link,[]}},
{restart_type,temporary},
{shutdown,1000},
{child_type,worker}]
** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {'s3.amazonaws.com', 80}}, {:inet, [:inet], :eacces}]}
Could not install Hex because Mix could not download metadata at http://s3.amazonaws.com/s3.hex.pm/installs/hex-1.x.csv.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment