質問編集履歴

2

コードの修正

2019/07/04 13:36

投稿

AInoue
AInoue

スコア17

test CHANGED
File without changes
test CHANGED
@@ -174,55 +174,11 @@
174
174
 
175
175
  mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Using Linux native AIO
176
176
 
177
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
177
+
178
-
178
+
179
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Uses event mutexes
179
+
180
-
181
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
180
+
182
-
183
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Number of pools: 1
181
+
184
-
185
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
186
-
187
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
188
-
189
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
190
-
191
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Completed initialization of buffer pool
192
-
193
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
194
-
195
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: The log sequence number 2400274 in the system tablespace does not match the log sequence number 2400780 in the ib_logfiles!
196
-
197
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
198
-
199
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
200
-
201
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Creating shared tablespace for temporary tables
202
-
203
- mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
204
-
205
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
206
-
207
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: 10.4.6 started; log sequence number 2400780; transaction id 333
208
-
209
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] Plugin 'FEEDBACK' is disabled.
210
-
211
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
212
-
213
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] Server socket created on IP: '::'.
214
-
215
- mariadb_1 | 2019-07-03 13:01:11 0 [Warning] 'proxies_priv' entry '@% root@21b6485291e8' ignored in --skip-name-resolve mode.
216
-
217
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: Buffer pool(s) load completed at 190703 13:01:11
218
-
219
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] Reading of all Master_info entries succeeded
220
-
221
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] Added new Master_info '' to hash table
222
-
223
- mariadb_1 | 2019-07-03 13:01:11 0 [Note] mysqld: ready for connections.
224
-
225
- mariadb_1 | Version: '10.4.6-MariaDB-1:10.4.6+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
226
182
 
227
183
  nginx_1 | Signature ok
228
184
 

1

docker-compose up --build nginx mariadb workspaceを実行したときのログの追加

2019/07/04 13:36

投稿

AInoue
AInoue

スコア17

test CHANGED
File without changes
test CHANGED
@@ -107,3 +107,143 @@
107
107
 
108
108
 
109
109
  その後docker-compose up --buildを実行しましたところ、上記のエラーが出ました
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ ### 追記
118
+
119
+ サービスを指定して以下のコマンドを実行したところ、ずっとログが止まらなくなってしまいましたが、これは正常なのでしょうか?
120
+
121
+ ```
122
+
123
+ docker-compose up --build nginx mariadb workspace
124
+
125
+ ```
126
+
127
+
128
+
129
+ ```
130
+
131
+ Successfully tagged laradock_nginx:latest
132
+
133
+ laradock_mariadb_1 is up-to-date
134
+
135
+ laradock_docker-in-docker_1 is up-to-date
136
+
137
+ Recreating laradock_workspace_1 ... done
138
+
139
+ Recreating laradock_php-fpm_1 ... done
140
+
141
+ Creating laradock_nginx_1 ... done
142
+
143
+ Attaching to laradock_mariadb_1, laradock_workspace_1, laradock_nginx_1
144
+
145
+ workspace_1 | *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
146
+
147
+ workspace_1 | *** Running /etc/my_init.d/10_syslog-ng.init...
148
+
149
+ workspace_1 | Jul 4 12:18:27 33401a861220 syslog-ng[11]: syslog-ng starting up; version='3.5.6'
150
+
151
+ workspace_1 | Jul 4 12:18:27 33401a861220 syslog-ng[11]: WARNING: you are using the pipe driver, underlying file is not a FIFO, it should be used by file(); filename='/dev/stdout'
152
+
153
+ workspace_1 | Jul 4 12:18:28 33401a861220 syslog-ng[11]: EOF on control channel, closing connection;
154
+
155
+ workspace_1 | *** Running /etc/rc.local...
156
+
157
+ workspace_1 | *** Booting runit daemon...
158
+
159
+ workspace_1 | *** Runit started as PID 17
160
+
161
+ workspace_1 | Jul 4 12:18:28 33401a861220 cron[20]: (CRON) INFO (pidfile fd = 3)
162
+
163
+ workspace_1 | Jul 4 12:18:28 33401a861220 cron[20]: (CRON) INFO (Running @reboot jobs)
164
+
165
+ nginx_1 | Generating RSA private key, 2048 bit long modulus (2 primes)
166
+
167
+ nginx_1 | ...+++++
168
+
169
+ nginx_1 | .....+++++
170
+
171
+ nginx_1 | e is 65537 (0x010001)
172
+
173
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] mysqld (mysqld 10.4.6-MariaDB-1:10.4.6+maria~bionic) starting as process 1 ...
174
+
175
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Using Linux native AIO
176
+
177
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
178
+
179
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Uses event mutexes
180
+
181
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
182
+
183
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Number of pools: 1
184
+
185
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Using SSE2 crc32 instructions
186
+
187
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
188
+
189
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
190
+
191
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Completed initialization of buffer pool
192
+
193
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
194
+
195
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: The log sequence number 2400274 in the system tablespace does not match the log sequence number 2400780 in the ib_logfiles!
196
+
197
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
198
+
199
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
200
+
201
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Creating shared tablespace for temporary tables
202
+
203
+ mariadb_1 | 2019-07-03 13:01:10 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
204
+
205
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
206
+
207
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: 10.4.6 started; log sequence number 2400780; transaction id 333
208
+
209
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] Plugin 'FEEDBACK' is disabled.
210
+
211
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
212
+
213
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] Server socket created on IP: '::'.
214
+
215
+ mariadb_1 | 2019-07-03 13:01:11 0 [Warning] 'proxies_priv' entry '@% root@21b6485291e8' ignored in --skip-name-resolve mode.
216
+
217
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] InnoDB: Buffer pool(s) load completed at 190703 13:01:11
218
+
219
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] Reading of all Master_info entries succeeded
220
+
221
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] Added new Master_info '' to hash table
222
+
223
+ mariadb_1 | 2019-07-03 13:01:11 0 [Note] mysqld: ready for connections.
224
+
225
+ mariadb_1 | Version: '10.4.6-MariaDB-1:10.4.6+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
226
+
227
+ nginx_1 | Signature ok
228
+
229
+ nginx_1 | subject=CN = default, O = default, C = UK
230
+
231
+ nginx_1 | Getting Private key
232
+
233
+ workspace_1 | Jul 4 12:19:01 33401a861220 CRON[22]: (laradock) CMD (/usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1)
234
+
235
+ workspace_1 | Jul 4 12:20:01 33401a861220 CRON[25]: (laradock) CMD (/usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1)
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+ workspace_1 | Jul 4 12:39:01 33401a861220 CRON[85]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
244
+
245
+ workspace_1 | Jul 4 12:40:01 33401a861220 CRON[114]: (laradock) CMD (/usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1)
246
+
247
+
248
+
249
+ ```