Skip to content

Instantly share code, notes, and snippets.

@chewbranca
Last active January 6, 2020 21:40
Show Gist options
  • Save chewbranca/ad57de2c48ab5fbf3ca24e50a0981b4d to your computer and use it in GitHub Desktop.
Save chewbranca/ad57de2c48ab5fbf3ca24e50a0981b4d to your computer and use it in GitHub Desktop.
(! 2553)-> ./rel/couchdb/bin/couchdb
[info] 2020-01-06T21:32:50.714402Z couchdb@127.0.0.1 <0.259.0> -------- Preflight check: Asserting Admin Account
[info] 2020-01-06T21:32:50.714461Z couchdb@127.0.0.1 <0.259.0> --------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
No Admin Account Found, aborting startup.
Please configure an admin account in your local.ini file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
(! 2554)-> erl -pa rel/couchdb/lib/*/ebin
Erlang/OTP 22 [erts-10.5.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]
Eshell V10.5.1 (abort with ^G)
1> application:ensure_all_started(couch).
=INFO REPORT==== 6-Jan-2020::13:39:48.845608 ===
alarm_handler: {set,{{disk_almost_full,"/Volumes/InstallESD"},[]}}
=INFO REPORT==== 6-Jan-2020::13:39:48.849207 ===
alarm_handler: {set,{system_memory_high_watermark,[]}}
[info] 2020-01-06T21:39:49.061816Z nonode@nohost <0.250.0> -------- Preflight check: Asserting Admin Account
[info] 2020-01-06T21:39:49.062572Z nonode@nohost <0.250.0> --------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
No Admin Account Found, aborting startup.
Please configure an admin account in your local.ini file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[os_mon] cpu supervisor port (cpu_sup): Erlang has closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment