FunkyLoiso

Untitled

Apr 9th, 2019
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.83 KB | None | 0 0
  1. Attaching to docker-cuckoo_web_1, docker-cuckoo_api_1, docker-cuckoo_cuckoo_1, docker-cuckoo_postgres_1, docker-cuckoo_elasticsearch_1, docker-cuckoo_mongo_1
  2. api_1 | ===> Use default ports and hosts if not specified...
  3. api_1 | ES_HOST=elasticsearch
  4. api_1 | ES_PORT=9200
  5. api_1 | MONGO_HOST=mongo
  6. api_1 | MONGO_TCP_PORT=27017
  7. api_1 | POSTGRES_HOST=postgres
  8. api_1 | POSTGRES_TCP_PORT=5432
  9. api_1 | RESULTSERVER_HOST=0.0.0.0
  10. api_1 | RESULTSERVER_PORT=2042
  11. api_1 |
  12. api_1 | ===> Update /cuckoo/conf/reporting.conf if needed...
  13. api_1 |
  14. api_1 | ===> Waiting on elasticsearch(http://elasticsearch:9200) to start....
  15. api_1 | Elasticsearch is ready!
  16. api_1 |
  17. api_1 | ===> Waiting for MongoDB(mongo:27017) to start...MongoDB is ready!
  18. api_1 |
  19. api_1 | ===> Waiting for Postgres(postgres:5432) to start....Postgres is ready!
  20. api_1 | 2019-04-09 09:06:09,000 [werkzeug] INFO: * Running on http://0.0.0.0:1337/ (Press CTRL+C to quit)
  21. postgres_1 | The files belonging to this database system will be owned by user "postgres".
  22. postgres_1 | This user must also own the server process.
  23. postgres_1 |
  24. postgres_1 | The database cluster will be initialized with locale "en_US.utf8".
  25. postgres_1 | The default database encoding has accordingly been set to "UTF8".
  26. postgres_1 | The default text search configuration will be set to "english".
  27. postgres_1 |
  28. postgres_1 | Data page checksums are disabled.
  29. postgres_1 |
  30. postgres_1 | fixing permissions on existing directory /var/lib/postgresql/data/pgdata ... ok
  31. postgres_1 | creating subdirectories ... ok
  32. postgres_1 | selecting default max_connections ... 100
  33. postgres_1 | selecting default shared_buffers ... 128MB
  34. postgres_1 | selecting dynamic shared memory implementation ... posix
  35. postgres_1 | creating configuration files ... ok
  36. postgres_1 | running bootstrap script ... ok
  37. postgres_1 | performing post-bootstrap initialization ... ok
  38. postgres_1 | syncing data to disk ... ok
  39. postgres_1 |
  40. postgres_1 | Success. You can now start the database server using:
  41. postgres_1 |
  42. postgres_1 | pg_ctl -D /var/lib/postgresql/data/pgdata -l logfile start
  43. postgres_1 |
  44. postgres_1 |
  45. postgres_1 | WARNING: enabling "trust" authentication for local connections
  46. postgres_1 | You can change this by editing pg_hba.conf or using the option -A, or
  47. postgres_1 | --auth-local and --auth-host, the next time you run initdb.
  48. postgres_1 | waiting for server to start....2019-04-09 09:04:06.075 UTC [43] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  49. postgres_1 | 2019-04-09 09:04:06.185 UTC [44] LOG: database system was shut down at 2019-04-09 09:04:00 UTC
  50. postgres_1 | 2019-04-09 09:04:06.228 UTC [43] LOG: database system is ready to accept connections
  51. postgres_1 | done
  52. postgres_1 | server started
  53. postgres_1 |
  54. postgres_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  55. postgres_1 |
  56. postgres_1 | waiting for server to shut down...2019-04-09 09:04:06.323 UTC [43] LOG: received fast shutdown request
  57. postgres_1 | .2019-04-09 09:04:06.377 UTC [43] LOG: aborting any active transactions
  58. postgres_1 | 2019-04-09 09:04:06.379 UTC [43] LOG: background worker "logical replication launcher" (PID 50) exited with exit code 1
  59. postgres_1 | 2019-04-09 09:04:06.380 UTC [45] LOG: shutting down
  60. postgres_1 | 2019-04-09 09:04:06.684 UTC [43] LOG: database system is shut down
  61. postgres_1 | done
  62. postgres_1 | server stopped
  63. postgres_1 |
  64. postgres_1 | PostgreSQL init process complete; ready for start up.
  65. postgres_1 |
  66. postgres_1 | 2019-04-09 09:04:06.774 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  67. postgres_1 | 2019-04-09 09:04:06.774 UTC [1] LOG: listening on IPv6 address "::", port 5432
  68. postgres_1 | 2019-04-09 09:04:07.316 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  69. postgres_1 | 2019-04-09 09:04:08.011 UTC [52] LOG: database system was shut down at 2019-04-09 09:04:06 UTC
  70. postgres_1 | 2019-04-09 09:04:08.012 UTC [54] LOG: incomplete startup packet
  71. postgres_1 | 2019-04-09 09:04:08.012 UTC [53] LOG: incomplete startup packet
  72. postgres_1 | 2019-04-09 09:04:08.012 UTC [55] LOG: incomplete startup packet
  73. postgres_1 | 2019-04-09 09:04:08.088 UTC [1] LOG: database system is ready to accept connections
  74. postgres_1 | 2019-04-09 09:06:06.929 UTC [64] ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
  75. postgres_1 | 2019-04-09 09:06:06.929 UTC [64] DETAIL: Key (typname, typnamespace)=(status_type, 2200) already exists.
  76. postgres_1 | 2019-04-09 09:06:06.929 UTC [64] STATEMENT: CREATE TYPE status_type AS ENUM ('pending', 'running', 'completed', 'reported', 'recovered', 'failed_analysis', 'failed_processing', 'failed_reporting')
  77. postgres_1 | 2019-04-09 09:06:06.929 UTC [63] ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
  78. postgres_1 | 2019-04-09 09:06:06.929 UTC [63] DETAIL: Key (typname, typnamespace)=(status_type, 2200) already exists.
  79. postgres_1 | 2019-04-09 09:06:06.929 UTC [63] STATEMENT: CREATE TYPE status_type AS ENUM ('pending', 'running', 'completed', 'reported', 'recovered', 'failed_analysis', 'failed_processing', 'failed_reporting')
  80. cuckoo_1 | ===> Use default ports and hosts if not specified...
  81. cuckoo_1 | ES_HOST=elasticsearch
  82. cuckoo_1 | ES_PORT=9200
  83. cuckoo_1 | MONGO_HOST=mongo
  84. cuckoo_1 | MONGO_TCP_PORT=27017
  85. cuckoo_1 | POSTGRES_HOST=postgres
  86. cuckoo_1 | POSTGRES_TCP_PORT=5432
  87. cuckoo_1 | RESULTSERVER=0.0.0.0
  88. cuckoo_1 | RESULTSERVER_HOST=0.0.0.0
  89. cuckoo_1 | RESULTSERVER_PORT=2042
  90. cuckoo_1 |
  91. cuckoo_1 | ===> Update /cuckoo/conf/reporting.conf if needed...
  92. cuckoo_1 |
  93. cuckoo_1 | ===> Waiting on elasticsearch(http://elasticsearch:9200) to start......
  94. cuckoo_1 | Elasticsearch is ready!
  95. cuckoo_1 |
  96. cuckoo_1 | ===> Waiting for MongoDB(mongo:27017) to start...MongoDB is ready!
  97. cuckoo_1 |
  98. cuckoo_1 | ===> Waiting for Postgres(postgres:5432) to start....Postgres is ready!
  99. cuckoo_1 | 
  100. cuckoo_1 | _______ _____ _____
  101. cuckoo_1 | /::\ \ /\ \ /\ \
  102. cuckoo_1 | /::::\ \ /::\____\ /::\ \
  103. cuckoo_1 | /::::::\ \ /::::| | /::::\ \
  104. cuckoo_1 | /::::::::\ \ /:::::| | /::::::\ \
  105. cuckoo_1 | /:::/~~\:::\ \ /::::::| | /:::/\:::\ \
  106. cuckoo_1 | /:::/ \:::\ \ /:::/|::| | /:::/ \:::\ \
  107. cuckoo_1 | /:::/ / \:::\ \ /:::/ |::| | /:::/ \:::\ \
  108. cuckoo_1 | /:::/____/ \:::\____\ /:::/ |::|___|______ /:::/ / \:::\ \
  109. cuckoo_1 | |:::| | |:::| | /:::/ |::::::::\ \ /:::/ / \:::\ ___\
  110. cuckoo_1 | |:::|____| |:::| |/:::/ |:::::::::\____\/:::/____/ ___\:::| |
  111. cuckoo_1 | \:::\ \ /:::/ / \::/ / ~~~~~/:::/ /\:::\ \ /\ /:::|____|
  112. cuckoo_1 | \:::\ \ /:::/ / \/____/ /:::/ / \:::\ /::\ \::/ /
  113. cuckoo_1 | \:::\ /:::/ / /:::/ / \:::\ \:::\ \/____/
  114. cuckoo_1 | \:::\__/:::/ / /:::/ / \:::\ \:::\____\
  115. cuckoo_1 | \::::::::/ / /:::/ / \:::\ /:::/ /
  116. cuckoo_1 | \::::::/ / /:::/ / \:::\/:::/ /
  117. cuckoo_1 | \::::/ / /:::/ / \::::::/ /
  118. cuckoo_1 | \::/____/ /:::/ / \::::/ /
  119. cuckoo_1 | ~~ \::/ / \::/____/
  120. cuckoo_1 | \/____/
  121. cuckoo_1 | it's Cuckoo!
  122. cuckoo_1 |
  123. cuckoo_1 | Cuckoo Sandbox 2.0.5
  124. cuckoo_1 | www.cuckoosandbox.org
  125. cuckoo_1 | Copyright (c) 2010-2017
  126. cuckoo_1 |
  127. cuckoo_1 | 2019-04-09 09:06:06,929 [cuckoo] CRITICAL: CuckooDatabaseError: Unable to create or connect to database: (psycopg2.IntegrityError) duplicate key value violates unique constraint "pg_type_typname_nsp_index"
  128. cuckoo_1 | DETAIL: Key (typname, typnamespace)=(status_type, 2200) already exists.
  129. cuckoo_1 | [SQL: "CREATE TYPE status_type AS ENUM ('pending', 'running', 'completed', 'reported', 'recovered', 'failed_analysis', 'failed_processing', 'failed_reporting')"]
  130. elasticsearch_1 | [2019-04-09T09:03:59,561][INFO ][o.e.n.Node ] [] initializing ...
  131. elasticsearch_1 | [2019-04-09T09:03:59,856][INFO ][o.e.e.NodeEnvironment ] [1nKTJhI] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/sda3)]], net usable_space [102.1gb], net total_space [112.2gb], spins? [possibly], types [ext4]
  132. elasticsearch_1 | [2019-04-09T09:03:59,857][INFO ][o.e.e.NodeEnvironment ] [1nKTJhI] heap size [1.9gb], compressed ordinary object pointers [true]
  133. elasticsearch_1 | [2019-04-09T09:03:59,858][INFO ][o.e.n.Node ] node name [1nKTJhI] derived from node ID [1nKTJhIPTpmheAQwrj4q1A]; set [node.name] to override
  134. elasticsearch_1 | [2019-04-09T09:03:59,858][INFO ][o.e.n.Node ] version[5.6.15], pid[1], build[fe7575a/2019-02-13T16:21:45.880Z], OS[Linux/4.15.0-45-generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_201/25.201-b08]
  135. elasticsearch_1 | [2019-04-09T09:03:59,858][INFO ][o.e.n.Node ] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.cgroups.hierarchy.override=/, -Des.path.home=/usr/share/elasticsearch]
  136. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [aggs-matrix-stats]
  137. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [ingest-common]
  138. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [lang-expression]
  139. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [lang-groovy]
  140. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [lang-mustache]
  141. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [lang-painless]
  142. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [parent-join]
  143. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [percolator]
  144. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [reindex]
  145. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [transport-netty3]
  146. elasticsearch_1 | [2019-04-09T09:04:00,670][INFO ][o.e.p.PluginsService ] [1nKTJhI] loaded module [transport-netty4]
  147. elasticsearch_1 | [2019-04-09T09:04:00,671][INFO ][o.e.p.PluginsService ] [1nKTJhI] no plugins loaded
  148. elasticsearch_1 | [2019-04-09T09:04:01,808][INFO ][o.e.d.DiscoveryModule ] [1nKTJhI] using discovery type [zen]
  149. elasticsearch_1 | [2019-04-09T09:04:02,243][INFO ][o.e.n.Node ] initialized
  150. elasticsearch_1 | [2019-04-09T09:04:02,243][INFO ][o.e.n.Node ] [1nKTJhI] starting ...
  151. elasticsearch_1 | [2019-04-09T09:04:02,389][INFO ][o.e.t.TransportService ] [1nKTJhI] publish_address {172.21.0.2:9300}, bound_addresses {0.0.0.0:9300}
  152. elasticsearch_1 | [2019-04-09T09:04:02,398][INFO ][o.e.b.BootstrapChecks ] [1nKTJhI] bound or publishing to a non-loopback address, enforcing bootstrap checks
  153. elasticsearch_1 | [2019-04-09T09:04:05,442][INFO ][o.e.c.s.ClusterService ] [1nKTJhI] new_master {1nKTJhI}{1nKTJhIPTpmheAQwrj4q1A}{jq23aeIfTki9tmy72eavkA}{172.21.0.2}{172.21.0.2:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
  154. elasticsearch_1 | [2019-04-09T09:04:05,456][INFO ][o.e.h.n.Netty4HttpServerTransport] [1nKTJhI] publish_address {172.21.0.2:9200}, bound_addresses {0.0.0.0:9200}
  155. elasticsearch_1 | [2019-04-09T09:04:05,456][INFO ][o.e.n.Node ] [1nKTJhI] started
  156. elasticsearch_1 | [2019-04-09T09:04:05,666][INFO ][o.e.g.GatewayService ] [1nKTJhI] recovered [0] indices into cluster_state
  157. web_1 | ===> Use default ports and hosts if not specified...
  158. web_1 | ES_HOST=elasticsearch
  159. web_1 | ES_PORT=9200
  160. web_1 | MONGO_HOST=mongo
  161. web_1 | MONGO_TCP_PORT=27017
  162. web_1 | POSTGRES_HOST=postgres
  163. web_1 | POSTGRES_TCP_PORT=5432
  164. web_1 | RESULTSERVER_HOST=0.0.0.0
  165. web_1 | RESULTSERVER_PORT=2042
  166. web_1 |
  167. web_1 | ===> Update /cuckoo/conf/reporting.conf if needed...
  168. web_1 |
  169. web_1 | ===> Waiting on elasticsearch(http://elasticsearch:9200) to start...
  170. web_1 | Elasticsearch is ready!
  171. web_1 |
  172. web_1 | ===> Waiting for MongoDB(mongo:27017) to start...MongoDB is ready!
  173. web_1 |
  174. web_1 | ===> Waiting for Postgres(postgres:5432) to start....Postgres is ready!
  175. web_1 | Traceback (most recent call last):
  176. web_1 | File "/usr/bin/cuckoo", line 11, in <module>
  177. web_1 | load_entry_point('Cuckoo==2.0.5.3', 'console_scripts', 'cuckoo')()
  178. web_1 | File "/usr/lib/python2.7/site-packages/click/core.py", line 716, in __call__
  179. web_1 | return self.main(*args, **kwargs)
  180. web_1 | File "/usr/lib/python2.7/site-packages/click/core.py", line 696, in main
  181. web_1 | rv = self.invoke(ctx)
  182. web_1 | File "/usr/lib/python2.7/site-packages/click/core.py", line 1060, in invoke
  183. web_1 | return _process_result(sub_ctx.command.invoke(sub_ctx))
  184. web_1 | File "/usr/lib/python2.7/site-packages/click/core.py", line 889, in invoke
  185. web_1 | return ctx.invoke(self.callback, **ctx.params)
  186. web_1 | File "/usr/lib/python2.7/site-packages/click/core.py", line 534, in invoke
  187. web_1 | return callback(*args, **kwargs)
  188. web_1 | File "/usr/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
  189. web_1 | return f(get_current_context(), *args, **kwargs)
  190. web_1 | File "/usr/lib/python2.7/site-packages/cuckoo/main.py", line 570, in web
  191. web_1 | Database().connect()
  192. web_1 | File "/usr/lib/python2.7/site-packages/cuckoo/core/database.py", line 444, in connect
  193. web_1 | self._create_tables()
  194. web_1 | File "/usr/lib/python2.7/site-packages/cuckoo/core/database.py", line 452, in _create_tables
  195. web_1 | "Unable to create or connect to database: %s" % e
  196. web_1 | cuckoo.common.exceptions.CuckooDatabaseError: Unable to create or connect to database: (psycopg2.IntegrityError) duplicate key value violates unique constraint "pg_type_typname_nsp_index"
  197. web_1 | DETAIL: Key (typname, typnamespace)=(status_type, 2200) already exists.
  198. web_1 | [SQL: "CREATE TYPE status_type AS ENUM ('pending', 'running', 'completed', 'reported', 'recovered', 'failed_analysis', 'failed_processing', 'failed_reporting')"]
  199. mongo_1 | 2019-04-09T09:04:00.669+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
  200. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=48442f748050
  201. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] db version v4.0.8
  202. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] git version: 9b00696ed75f65e1ebc8d635593bed79b290cfbb
  203. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016
  204. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] allocator: tcmalloc
  205. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] modules: none
  206. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] build environment:
  207. mongo_1 | 2019-04-09T09:04:00.672+0000 I CONTROL [initandlisten] distmod: ubuntu1604
  208. mongo_1 | 2019-04-09T09:04:00.673+0000 I CONTROL [initandlisten] distarch: x86_64
  209. mongo_1 | 2019-04-09T09:04:00.673+0000 I CONTROL [initandlisten] target_arch: x86_64
  210. mongo_1 | 2019-04-09T09:04:00.673+0000 I CONTROL [initandlisten] options: { net: { bindIpAll: true } }
  211. mongo_1 | 2019-04-09T09:04:00.673+0000 I STORAGE [initandlisten]
  212. mongo_1 | 2019-04-09T09:04:00.673+0000 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
  213. mongo_1 | 2019-04-09T09:04:00.673+0000 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem
  214. mongo_1 | 2019-04-09T09:04:00.673+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=3316M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
  215. mongo_1 | 2019-04-09T09:04:02.229+0000 I STORAGE [initandlisten] WiredTiger message [1554800642:229491][1:0x7f36aaff4a40], txn-recover: Set global recovery timestamp: 0
  216. mongo_1 | 2019-04-09T09:04:02.610+0000 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
  217. mongo_1 | 2019-04-09T09:04:03.915+0000 I CONTROL [initandlisten]
  218. mongo_1 | 2019-04-09T09:04:03.915+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
  219. mongo_1 | 2019-04-09T09:04:03.915+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
  220. mongo_1 | 2019-04-09T09:04:03.915+0000 I CONTROL [initandlisten]
  221. mongo_1 | 2019-04-09T09:04:03.916+0000 I STORAGE [initandlisten] createCollection: admin.system.version with provided UUID: eb94170c-a6d9-47da-9e45-29cb2c2b289f
  222. mongo_1 | 2019-04-09T09:04:04.293+0000 I COMMAND [initandlisten] setting featureCompatibilityVersion to 4.0
  223. mongo_1 | 2019-04-09T09:04:04.296+0000 I STORAGE [initandlisten] createCollection: local.startup_log with generated UUID: ac03661b-0ffa-49f3-8922-98412bd56ccf
  224. mongo_1 | 2019-04-09T09:04:04.734+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
  225. mongo_1 | 2019-04-09T09:04:04.735+0000 I NETWORK [initandlisten] waiting for connections on port 27017
  226. mongo_1 | 2019-04-09T09:04:04.736+0000 I STORAGE [LogicalSessionCacheRefresh] createCollection: config.system.sessions with generated UUID: e9764bc6-f747-4892-88bd-6e3180235a24
  227. mongo_1 | 2019-04-09T09:04:05.792+0000 I INDEX [LogicalSessionCacheRefresh] build index on: config.system.sessions properties: { v: 2, key: { lastUse: 1 }, name: "lsidTTLIndex", ns: "config.system.sessions", expireAfterSeconds: 1800 }
  228. mongo_1 | 2019-04-09T09:04:05.792+0000 I INDEX [LogicalSessionCacheRefresh] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
  229. mongo_1 | 2019-04-09T09:04:05.793+0000 I INDEX [LogicalSessionCacheRefresh] build index done. scanned 0 total records. 0 secs
  230. mongo_1 | 2019-04-09T09:04:05.793+0000 I COMMAND [LogicalSessionCacheRefresh] command config.$cmd command: createIndexes { createIndexes: "system.sessions", indexes: [ { key: { lastUse: 1 }, name: "lsidTTLIndex", expireAfterSeconds: 1800 } ], $db: "config" } numYields:0 reslen:114 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2, W: 1 } }, Collection: { acquireCount: { w: 2 } } } protocol:op_msg 1057ms
  231. mongo_1 | 2019-04-09T09:04:06.066+0000 I NETWORK [listener] connection accepted from 172.21.0.6:54300 #1 (1 connection now open)
  232. mongo_1 | 2019-04-09T09:04:06.066+0000 I NETWORK [conn1] end connection 172.21.0.6:54300 (0 connections now open)
  233. mongo_1 | 2019-04-09T09:04:06.074+0000 I NETWORK [listener] connection accepted from 172.21.0.5:51698 #2 (1 connection now open)
  234. mongo_1 | 2019-04-09T09:04:06.074+0000 I NETWORK [conn2] end connection 172.21.0.5:51698 (0 connections now open)
  235. mongo_1 | 2019-04-09T09:04:06.551+0000 I NETWORK [listener] connection accepted from 172.21.0.7:42016 #3 (1 connection now open)
  236. mongo_1 | 2019-04-09T09:04:06.552+0000 I NETWORK [conn3] end connection 172.21.0.7:42016 (0 connections now open)
Advertisement
Add Comment
Please, Sign In to add comment