Dear wiki user,

You have subscribed to a wiki page "Couchdb Wiki" for change notification.

The page "ErlInitDebug" has been deleted by JoanTouzet:

https://wiki.apache.org/couchdb/ErlInitDebug?action=diff&rev1=1&rev2=2

Comment:
Migrated to http://docs.couchdb.org/en/stable/install/troubleshooting.html

- If CouchDB doesn't start up early on in it's launch, it's useful for 
developers to see the messy details of what is going on.
  
- Firstly ensure that CouchDB is set to log at debug level in your system's 
{{{local.ini}}}:
- 
- {{{
- [log]
- level = debug
- }}}
- 
- Then you'll need to know where your platform stores its couchdb libraries, 
easiest by checking output of {{{grep ERL_LIBS `which couchdb`}}} and adapting 
this as required. You should only run these commands as the user account that 
CouchDB will actually run as, to avoid breaking permissions for subsequent runs:
- 
- {{{
- erl -env ERL_LIBS 
$ERL_LIBS:/usr/local/Cellar/couchdb/1.3.x/lib/couchdb/erlang/lib -couch_ini 
-init_debug -emu_args -smp auto +W i +v -s couch
- }}}
- 
- The output will be similar to this, for a working system:
- 
- {{{
- Executing: /usr/local/Cellar/erlang/R16B/lib/erlang/erts-5.10.1/bin/beam.smp 
/usr/local/Cellar/erlang/R16B/lib/erlang/erts-5.10.1/bin/beam.smp -W i -v -- 
-root /usr/local/Cellar/erlang/R16B/lib/erlang -progname erl -- -home 
/Users/dch -- -couch_ini -init_debug -smp auto -s couch
- 
- warning: -v (only in debug compiled code)
- {progress,preloaded}
- {progress,kernel_load_completed}
- {progress,modules_loaded}
- {start,heart}
- {start,error_logger}
- {start,application_controller}
- {progress,init_kernel_started}
- {apply,{application,load,[{application,stdlib,[{description,"ERTS  CXC 138 
10"},{vsn,"1.19.1"},{id,[]},{modules,[array,base64,beam_lib,binary,c,calendar,dets,dets_server,dets_sup,dets_utils,dets_v8,dets_v9,dict,digraph,digraph_utils,edlin,edlin_expand,epp,eval_bits,erl_bits,erl_compile,erl_eval,erl_expand_records,erl_internal,erl_lint,erl_parse,erl_posix_msg,erl_pp,erl_scan,erl_tar,error_logger_file_h,error_logger_tty_h,escript,ets,file_sorter,filelib,filename,gb_trees,gb_sets,gen,gen_event,gen_fsm,gen_server,io,io_lib,io_lib_format,io_lib_fread,io_lib_pretty,lib,lists,log_mf_h,math,ms_transform,orddict,ordsets,otp_internal,pg,pool,proc_lib,proplists,qlc,qlc_pt,queue,random,re,sets,shell,shell_default,slave,sofs,string,supervisor,supervisor_bridge,sys,timer,unicode,win32reg,zip]},{registered,[timer_server,rsh_starter,take_over_monitor,pool_master,dets]},{applications,[kernel]},{included_applications,[]},{env,[]},{maxT,infinity},{maxP,infinity}]}]}}
- {progress,applications_loaded}
- {apply,{application,start_boot,[kernel,permanent]}}
- Erlang R16B (erts-5.10.1) [source] [64-bit] [smp:8:8] [async-threads:10] 
[hipe] [kernel-poll:false] [dtrace]
- 
- {apply,{application,start_boot,[stdlib,permanent]}}
- {apply,{c,erlangrc,[]}}
- {progress,started}
- Eshell V5.10.1  (abort with ^G)
- 1>
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,sasl_safe_sup}
-              started: [{pid,<0.48.0>},
-                        {name,alarm_handler},
-                        {mfargs,{alarm_handler,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,sasl_safe_sup}
-              started: [{pid,<0.49.0>},
-                        {name,overload},
-                        {mfargs,{overload,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,sasl_sup}
-              started: [{pid,<0.47.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==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,sasl_sup}
-              started: [{pid,<0.50.0>},
-                        {name,release_handler},
-                        {mfargs,{release_handler,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: sasl
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,inets_sup}
-              started: [{pid,<0.56.0>},
-                        {name,ftp_sup},
-                        {mfargs,{ftp_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,httpc_profile_sup}
-              started: [{pid,<0.59.0>},
-                        {name,httpc_manager},
-                        {mfargs,
-                            {httpc_manager,start_link,
-                                [default,only_session_cookies,inets]}},
-                        {restart_type,permanent},
-                        {shutdown,4000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,httpc_sup}
-              started: [{pid,<0.58.0>},
-                        {name,httpc_profile_sup},
-                        {mfargs,
-                            {httpc_profile_sup,start_link,
-                                [[{httpc,{default,only_session_cookies}}]]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,httpc_sup}
-              started: [{pid,<0.60.0>},
-                        {name,httpc_handler_sup},
-                        {mfargs,{httpc_handler_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,inets_sup}
-              started: [{pid,<0.57.0>},
-                        {name,httpc_sup},
-                        {mfargs,
-                            {httpc_sup,start_link,
-                                [[{httpc,{default,only_session_cookies}}]]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,inets_sup}
-              started: [{pid,<0.61.0>},
-                        {name,httpd_sup},
-                        {mfargs,{httpd_sup,start_link,[[]]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,inets_sup}
-              started: [{pid,<0.62.0>},
-                        {name,tftp_sup},
-                        {mfargs,{tftp_sup,start_link,[[]]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: inets
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: oauth
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,ssl_sup}
-              started: [{pid,<0.68.0>},
-                        {name,ssl_manager},
-                        {mfargs,{ssl_manager,start_link,[[]]}},
-                        {restart_type,permanent},
-                        {shutdown,4000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,ssl_sup}
-              started: [{pid,<0.69.0>},
-                        {name,ssl_connection},
-                        {mfargs,{ssl_connection_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,4000},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: ssl
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,ibrowse_sup}
-              started: [{pid,<0.74.0>},
-                        {name,ibrowse},
-                        {mfargs,{ibrowse,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: ibrowse
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: mochiweb
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,os_mon_sup}
-              started: [{pid,<0.84.0>},
-                        {name,disksup},
-                        {mfargs,{disksup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,os_mon_sup}
-              started: [{pid,<0.85.0>},
-                        {name,memsup},
-                        {mfargs,{memsup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,os_mon_sup}
-              started: [{pid,<0.89.0>},
-                        {name,cpu_sup},
-                        {mfargs,{cpu_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,2000},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: os_mon
-           started_at: nonode@nohost
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,kernel_safe_sup}
-              started: [{pid,<0.91.0>},
-                        {name,timer_server},
-                        {mfargs,{timer,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,1000},
-                        {child_type,worker}]
- Apache CouchDB 1.3.0 (LogLevel=debug) is starting.
- Configuration Settings ["/usr/local/etc/couchdb/default.ini",
-                         "/usr/local/etc/couchdb/local.ini"]:
-   [attachments] compressible_types="text/*, application/javascript, 
application/json, application/xml"
-   [attachments] compression_level="8"
-   [compaction_daemon] check_interval="300"
-   [compaction_daemon] min_file_size="131072"
-   [cors] credentials="false"
-   [couch_httpd_auth] allow_persistent_cookies="false"
-   [couch_httpd_auth] auth_cache_size="50"
-   [couch_httpd_auth] authentication_db="_users"
-   [couch_httpd_auth] authentication_redirect="/_utils/session.html"
-   [couch_httpd_auth] iterations="10"
-   [couch_httpd_auth] require_valid_user="false"
-   [couch_httpd_auth] secret="c4c9b2c12ec7ae9663fc14b548c650d4"
-   [couch_httpd_auth] timeout="600"
-   [couch_httpd_oauth] use_users_db="false"
-   [couchdb] attachment_stream_buffer_size="4096"
-   [couchdb] database_dir="/usr/local/var/lib/couchdb"
-   [couchdb] delayed_commits="true"
-   [couchdb] file_compression="snappy"
-   [couchdb] max_dbs_open="100"
-   [couchdb] max_document_size="4294967296"
-   [couchdb] os_process_timeout="5000"
-   [couchdb] uri_file="/usr/local/var/run/couchdb/couch.uri"
-   [couchdb] 
util_driver_dir="/usr/local/Cellar/couchdb/1.3.x/lib/couchdb/erlang/lib/couch-1.3.0/priv/lib"
-   [couchdb] uuid="b8a80bd497b7a8449b00afc2cbcd8238"
-   [couchdb] view_index_dir="/usr/local/var/lib/couchdb"
-   [daemons] auth_cache="{couch_auth_cache, start_link, []}"
-   [daemons] compaction_daemon="{couch_compaction_daemon, start_link, []}"
-   [daemons] external_manager="{couch_external_manager, start_link, []}"
-   [daemons] httpd="{couch_httpd, start_link, []}"
-   [daemons] index_server="{couch_index_server, start_link, []}"
-   [daemons] os_daemons="{couch_os_daemons, start_link, []}"
-   [daemons] query_servers="{couch_query_servers, start_link, []}"
-   [daemons] replicator_manager="{couch_replicator_manager, start_link, []}"
-   [daemons] stats_aggregator="{couch_stats_aggregator, start, []}"
-   [daemons] stats_collector="{couch_stats_collector, start, []}"
-   [daemons] uuids="{couch_uuids, start, []}"
-   [daemons] vhosts="{couch_httpd_vhost, start_link, []}"
-   [database_compaction] checkpoint_after="5242880"
-   [database_compaction] doc_buffer_size="524288"
-   [httpd] allow_jsonp="false"
-   [httpd] authentication_handlers="{couch_httpd_oauth, 
oauth_authentication_handler}, {couch_httpd_auth, 
cookie_authentication_handler}, {couch_httpd_auth, 
default_authentication_handler}"
-   [httpd] bind_address="0.0.0.0"
-   [httpd] default_handler="{couch_httpd_db, handle_request}"
-   [httpd] enable_cors="false"
-   [httpd] log_max_chunk_size="1000000"
-   [httpd] port="5984"
-   [httpd] secure_rewrites="false"
-   [httpd] vhost_global_handlers="_utils, _uuids, _session, _oauth, _users"
-   [httpd_db_handlers] _all_docs="{couch_mrview_http, handle_all_docs_req}"
-   [httpd_db_handlers] _changes="{couch_httpd_db, handle_changes_req}"
-   [httpd_db_handlers] _compact="{couch_httpd_db, handle_compact_req}"
-   [httpd_db_handlers] _design="{couch_httpd_db, handle_design_req}"
-   [httpd_db_handlers] _temp_view="{couch_mrview_http, handle_temp_view_req}"
-   [httpd_db_handlers] _view_cleanup="{couch_mrview_http, handle_cleanup_req}"
-   [httpd_design_handlers] _compact="{couch_mrview_http, handle_compact_req}"
-   [httpd_design_handlers] _info="{couch_mrview_http, handle_info_req}"
-   [httpd_design_handlers] _list="{couch_mrview_show, handle_view_list_req}"
-   [httpd_design_handlers] _rewrite="{couch_httpd_rewrite, handle_rewrite_req}"
-   [httpd_design_handlers] _show="{couch_mrview_show, handle_doc_show_req}"
-   [httpd_design_handlers] _update="{couch_mrview_show, handle_doc_update_req}"
-   [httpd_design_handlers] _view="{couch_mrview_http, handle_view_req}"
-   [httpd_global_handlers] /="{couch_httpd_misc_handlers, handle_welcome_req, 
<<\"Welcome\">>}"
-   [httpd_global_handlers] _active_tasks="{couch_httpd_misc_handlers, 
handle_task_status_req}"
-   [httpd_global_handlers] _all_dbs="{couch_httpd_misc_handlers, 
handle_all_dbs_req}"
-   [httpd_global_handlers] _config="{couch_httpd_misc_handlers, 
handle_config_req}"
-   [httpd_global_handlers] _log="{couch_httpd_misc_handlers, handle_log_req}"
-   [httpd_global_handlers] _oauth="{couch_httpd_oauth, handle_oauth_req}"
-   [httpd_global_handlers] _replicate="{couch_replicator_httpd, handle_req}"
-   [httpd_global_handlers] _restart="{couch_httpd_misc_handlers, 
handle_restart_req}"
-   [httpd_global_handlers] _session="{couch_httpd_auth, handle_session_req}"
-   [httpd_global_handlers] _stats="{couch_httpd_stats_handlers, 
handle_stats_req}"
-   [httpd_global_handlers] _utils="{couch_httpd_misc_handlers, 
handle_utils_dir_req, \"/usr/local/Cellar/couchdb/1.3.x/share/couchdb/www\"}"
-   [httpd_global_handlers] _uuids="{couch_httpd_misc_handlers, 
handle_uuids_req}"
-   [httpd_global_handlers] favicon.ico="{couch_httpd_misc_handlers, 
handle_favicon_req, \"/usr/local/Cellar/couchdb/1.3.x/share/couchdb/www\"}"
-   [log] file="/usr/local/var/log/couchdb/couch.log"
-   [log] include_sasl="true"
-   [log] level="debug"
-   [native_query_servers] erlang="{couch_native_process, start_link, []}"
-   [query_server_config] os_process_limit="25"
-   [query_server_config] reduce_limit="true"
-   [query_servers] coffeescript="/usr/local/Cellar/couchdb/1.3.x/bin/couchjs 
/usr/local/Cellar/couchdb/1.3.x/share/couchdb/server/main-coffee.js"
-   [query_servers] javascript="/usr/local/bin/couchjs  
/usr/local/Cellar/couchdb/1.3.x/share/couchdb/server/main.js"
-   [replicator] connection_timeout="30000"
-   [replicator] db="_replicator"
-   [replicator] http_connections="20"
-   [replicator] max_replication_retry_count="10"
-   [replicator] retries_per_request="10"
-   [replicator] socket_options="[{keepalive, true}, {nodelay, false}]"
-   [replicator] ssl_certificate_max_depth="3"
-   [replicator] verify_ssl_certificates="false"
-   [replicator] worker_batch_size="500"
-   [replicator] worker_processes="4"
-   [ssl] port="6984"
-   [ssl] ssl_certificate_max_depth="1"
-   [ssl] verify_ssl_certificates="false"
-   [stats] rate="1000"
-   [stats] samples="[0, 60, 300, 900]"
-   [uuids] algorithm="sequential"
-   [vendor] name="The Apache Software Foundation"
-   [vendor] version="1.3.0"
-   [vhosts] npm.jsonified.com="/registry/_design/scratch/_rewrite"
-   [view_compaction] keyvalue_buffer_size="2097152"
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_server_sup}
-              started: [{pid,<0.92.0>},
-                        {name,couch_config},
-                        {mfargs,
-                            {couch_server_sup,couch_config_start_link_wrapper,
-                                [["/usr/local/etc/couchdb/default.ini",
-                                  "/usr/local/etc/couchdb/local.ini"],
-                                 <0.92.0>]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.95.0>},
-                        {name,collation_driver},
-                        {mfargs,{couch_drv,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.96.0>},
-                        {name,couch_task_status},
-                        {mfargs,{couch_task_status,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.97.0>},
-                        {name,couch_server},
-                        {mfargs,{couch_server,sup_start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.98.0>},
-                        {name,couch_db_update_event},
-                        {mfargs,
-                            {gen_event,start_link,[{local,couch_db_update}]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.99.0>},
-                        {name,couch_replication_event},
-                        {mfargs,
-                            
{gen_event,start_link,[{local,couch_replication}]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.100.0>},
-                        {name,couch_replicator_job_sup},
-                        {mfargs,{couch_replicator_job_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_primary_services}
-              started: [{pid,<0.101.0>},
-                        {name,couch_log},
-                        {mfargs,{couch_log,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_server_sup}
-              started: [{pid,<0.94.0>},
-                        {name,couch_primary_services},
-                        {mfargs,{couch_primary_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.104.0>},
-                        {name,couch_db_update_notifier_sup},
-                        {mfargs,{couch_db_update_notifier_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.105.0>},
-                        {name,stats_collector},
-                        {mfargs,{couch_stats_collector,start,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.106.0>},
-                        {name,query_servers},
-                        {mfargs,{couch_query_servers,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.108.0>},
-                        {name,stats_aggregator},
-                        {mfargs,{couch_stats_aggregator,start,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.110.0>},
-                        {name,vhosts},
-                        {mfargs,{couch_httpd_vhost,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.111.0>},
-                        {name,uuids},
-                        {mfargs,{couch_uuids,start,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.113.0>},
-                        {name,httpd},
-                        {mfargs,{couch_httpd,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.130.0>},
-                        {name,external_manager},
-                        {mfargs,{couch_external_manager,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.131.0>},
-                        {name,auth_cache},
-                        {mfargs,{couch_auth_cache,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.140.0>},
-                        {name,os_daemons},
-                        {mfargs,{couch_os_daemons,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.141.0>},
-                        {name,index_server},
-                        {mfargs,{couch_index_server,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.143.0>},
-                        {name,replicator_manager},
-                        {mfargs,{couch_replicator_manager,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_secondary_services}
-              started: [{pid,<0.153.0>},
-                        {name,compaction_daemon},
-                        {mfargs,{couch_compaction_daemon,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,brutal_kill},
-                        {child_type,worker}]
- Apache CouchDB has started. Time to relax.
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-           supervisor: {local,couch_server_sup}
-              started: [{pid,<0.103.0>},
-                        {name,couch_secondary_services},
-                        {mfargs,{couch_secondary_sup,start_link,[]}},
-                        {restart_type,permanent},
-                        {shutdown,infinity},
-                        {child_type,supervisor}]
- [info] [<0.36.0>] Apache CouchDB has started on http://0.0.0.0:5984/
- 
- =PROGRESS REPORT==== 21-Mar-2013::10:29:05 ===
-          application: couch
-           started_at: nonode@nohost
- 
- 1>
- }}}
- 

Reply via email to