docker4drupal icon indicating copy to clipboard operation
docker4drupal copied to clipboard

MariaDB doesn't work.

Open TeclisFtw opened this issue 6 years ago • 11 comments

Hello all, I'm trying to run a vanilla drupal with docker.

Everything seems to be fine and when I run docker-compose up -d it goes up, but when tyring to install drupal I get this :

err1

I'm using the latest version of both, docker and docker4drupal.

My docker-compose.yml looks like this :

image

TeclisFtw avatar Nov 07 '17 17:11 TeclisFtw

Did you used "mariadb" instead of "localhost" for database server. You need to expand "Advanced options" and set "Database host" to be mariadb (name of the service from yml file).

igorbiki avatar Nov 07 '17 18:11 igorbiki

Can you ilustrate how I do that? I can't find "Advanced options"

TeclisFtw avatar Nov 07 '17 18:11 TeclisFtw

https://www.weebpal.com/sites/default/files/guide_static/cupcake/structure/install-drupal-step3.png

igorbiki avatar Nov 07 '17 18:11 igorbiki

Thanks!

I'll go check it now.

Only thing is I'm getting this problem :

ERROR: for mariadb Cannot start service mariadb: oci runtime error: container_linux.go:265: starting container process caused "process_linux.go:368: container init caused "rootfs_linux.go:57: mounting \"/C/Users/H├®ctor/Downloads/mariad b\" to rootfs \"/var/lib/docker/overlay2/0a9cf1ec4f61d778b77850f651c2cae71e145c1d526ec5f3c9d898d79bc0f2a4/merged\" at \"/var/lib/mysql\" caused \"stat /C/Users/H├®ctor/Downloads/mariadb: permission denied\"""

and I'm running it as administrator (Windows 10)

TeclisFtw avatar Nov 07 '17 18:11 TeclisFtw

Run "docker-compose ps" and check if mariadb is up. Maybe its not. By default "volumes" on mariadb are commented out. Maybe that is messing things up for you.

igorbiki avatar Nov 07 '17 18:11 igorbiki

I have it exactly as the image I posted above.

Now it works... but on the drupal page I get Gateway Timeout... sigh

TeclisFtw avatar Nov 07 '17 18:11 TeclisFtw

Wait, you are using php image with Drupal 8, but on image attached you shared it looks like Drupal 7 install. Sometimes when I do get "bad gateway" this helps "docker-compose restart" which will restart all containers and then issue is gone.

igorbiki avatar Nov 07 '17 18:11 igorbiki

Alright, I had to reset docker to default.

Also, I realised I need a durpal 7 image so I pulled that accordingly, I still get the same error when trying to install Drupal.

I have written "mariadb" on the database server now.

doing a docker-compose ps

gives me this :

drupal_apache_1 /docker-entrypoint.sh sudo ... Up 80/tcp drupal_mailhog_1 MailHog Up 1025/tcp, 8025/tcp drupal_mariadb_1 /docker-entrypoint.sh mysqld Exit 1 drupal_nginx_1 /docker-entrypoint.sh sudo ... Up 80/tcp drupal_php_1 /docker-entrypoint.sh php-fpm Up 9000/tcp drupal_portainer_1 /portainer --no-auth -H un ... Up 9000/tcp drupal_traefik_1 /traefik -c /dev/null --we ... Up 0.0.0.0:8000->80/tcp

So I guess that "Exit 1" from mariadb is the one causing the issue.

TeclisFtw avatar Nov 07 '17 19:11 TeclisFtw

I tried running a docker-compose logs and this is what I got :

version Show the Docker-Compose version information PS C:\Users\Héctor\Documents\Drupal> docker-compose images Container Repository Tag Image Id Size

drupal_apache_1 wodby/php-apache 2.4-2.0.0 b111de36283b 102 MB drupal_mailhog_1 mailhog/mailhog latest 669347153085 18.3 MB drupal_mariadb_1 wodby/mariadb 10.1-2.3.5 37582351402a 196 MB drupal_nginx_1 wodby/drupal-nginx 7-1.13-3.0.1 b11ef6af3463 29.7 MB drupal_php_1 wodby/drupal 7-7.1-3.0.0 d55af3051c5d 292 MB drupal_portainer_1 portainer/portainer latest 771161a7316e 31.5 MB drupal_traefik_1 traefik latest 2e7af90a3e22 43.5 MB PS C:\Users\Héctor\Documents\Drupal> docker-compose kill mariadb PS C:\Users\Héctor\Documents\Drupal> docker-compose stop Stopping drupal_nginx_1 ... done Stopping drupal_apache_1 ... done Stopping drupal_portainer_1 ... done Stopping drupal_php_1 ... done Stopping drupal_traefik_1 ... done Stopping drupal_mailhog_1 ... done PS C:\Users\Héctor\Documents\Drupal> docker-compose up -d Starting drupal_portainer_1 ... Starting drupal_traefik_1 ... Starting drupal_mariadb_1 ... Starting drupal_portainer_1 Starting drupal_traefik_1 Starting drupal_mailhog_1 ... Starting drupal_mariadb_1 Starting drupal_php_1 ... Starting drupal_mailhog_1 Starting drupal_php_1 ... done Starting drupal_nginx_1 ... Starting drupal_apache_1 ... Starting drupal_nginx_1 Starting drupal_nginx_1 ... done PS C:\Users\Héctor\Documents\Drupal> docker-compose ps Name Command State Ports

drupal_apache_1 /docker-entrypoint.sh sudo ... Up 80/tcp drupal_mailhog_1 MailHog Up 1025/tcp, 8025/tcp drupal_mariadb_1 /docker-entrypoint.sh mysqld Exit 1 drupal_nginx_1 /docker-entrypoint.sh sudo ... Up 80/tcp drupal_php_1 /docker-entrypoint.sh php-fpm Up 9000/tcp drupal_portainer_1 /portainer --no-auth -H un ... Up 9000/tcp drupal_traefik_1 /traefik -c /dev/null --we ... Up 0.0.0.0:8000->80/tcp PS C:\Users\Héctor\Documents\Drupal> docker-compose restart Restarting drupal_nginx_1 ... done Restarting drupal_apache_1 ... done Restarting drupal_portainer_1 ... done Restarting drupal_php_1 ... done Restarting drupal_mariadb_1 ... done Restarting drupal_traefik_1 ... done Restarting drupal_mailhog_1 ... done PS C:\Users\Héctor\Documents\Drupal> docker-compose ps Name Command State Ports

drupal_apache_1 /docker-entrypoint.sh sudo ... Up 80/tcp drupal_mailhog_1 MailHog Up 1025/tcp, 8025/tcp drupal_mariadb_1 /docker-entrypoint.sh mysqld Exit 1 drupal_nginx_1 /docker-entrypoint.sh sudo ... Up 80/tcp drupal_php_1 /docker-entrypoint.sh php-fpm Up 9000/tcp drupal_portainer_1 /portainer --no-auth -H un ... Up 9000/tcp drupal_traefik_1 /traefik -c /dev/null --we ... Up 0.0.0.0:8000->80/tcp PS C:\Users\Héctor\Documents\Drupal> docker-compose logs Attaching to drupal_nginx_1, drupal_apache_1, drupal_portainer_1, drupal_php_1, drupal_mariadb_1, drupal_traefik_1, drup al_mailhog_1 portainer_1 | 2017/11/07 19:49:02 Starting Portainer 1.15.0 on :9000 portainer_1 | 2017/11/07 19:52:31 Instance already has defined endpoints. Skipping the endpoint defined via CLI. portainer_1 | 2017/11/07 19:52:31 Starting Portainer 1.15.0 on :9000 portainer_1 | 2017/11/07 19:56:11 Instance already has defined endpoints. Skipping the endpoint defined via CLI. portainer_1 | 2017/11/07 19:56:11 Starting Portainer 1.15.0 on :9000 nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: using the "epoll" event method nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: nginx/1.13.6 nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: built by gcc 6.3.0 (Alpine 6.3.0) nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: OS: Linux 4.9.49-moby nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: start worker processes nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: start worker process 26 nginx_1 | 2017/11/07 19:49:03 [notice] 1#1: start worker process 27 nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:07 +0000] "GET / HTTP/1.1" 302 5 "-" "Mozilla/5.0 (Windows NT 10.0; Win 64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:07 +0000] "GET /install.php HTTP/1.1" 200 1628 "-" "Mozilla/5.0 (Window s NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:09 +0000] "POST /install.php HTTP/1.1" 302 5 "http://drupal.docker.loca lhost:8000/install.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.32 02.75 Safari/537.36" nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:09 +0000] "GET /install.php?profile=standard HTTP/1.1" 200 1601 "http:/ /drupal.docker.localhost:8000/install.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Ge cko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:10 +0000] "POST /install.php?profile=standard HTTP/1.1" 302 5 "http://d rupal.docker.localhost:8000/install.php?profile=standard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:10 +0000] "GET /install.php?profile=standard&locale=en HTTP/1.1" 200 29 41 "http://drupal.docker.localhost:8000/install.php?profile=standard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe bKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.3 - - [07/Nov/2017:19:51:22 +0000] "POST /install.php?profile=standard&locale=en HTTP/1.1" 200 3 288 "http://drupal.docker.localhost:8000/install.php?profile=standard&locale=en" "Mozilla/5.0 (Windows NT 10.0; Win64; x 64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: signal 15 (SIGTERM) received, exiting nginx_1 | 2017/11/07 19:52:20 [notice] 26#26: exiting nginx_1 | 2017/11/07 19:52:20 [notice] 26#26: exit nginx_1 | 2017/11/07 19:52:20 [notice] 27#27: exiting nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: signal 17 (SIGCHLD) received from 26 nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: worker process 26 exited with code 0 nginx_1 | 2017/11/07 19:52:20 [notice] 27#27: exit nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: signal 29 (SIGIO) received nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: signal 17 (SIGCHLD) received from 27 nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: worker process 27 exited with code 0 nginx_1 | 2017/11/07 19:52:20 [notice] 1#1: exit nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: using the "epoll" event method nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: nginx/1.13.6 nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: built by gcc 6.3.0 (Alpine 6.3.0) nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: OS: Linux 4.9.49-moby nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: start worker processes nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: start worker process 24 nginx_1 | 2017/11/07 19:52:35 [notice] 1#1: start worker process 25 nginx_1 | 172.18.0.2 - - [07/Nov/2017:19:54:47 +0000] "GET /install.php?profile=standard&locale=en HTTP/1.1" 200 29 40 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537. 36" nginx_1 | 172.18.0.2 - - [07/Nov/2017:19:54:53 +0000] "POST /install.php?profile=standard&locale=en HTTP/1.1" 200 3 266 "http://drupal.docker.localhost:8000/install.php?profile=standard&locale=en" "Mozilla/5.0 (Windows NT 10.0; Win64; x 64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.2 - - [07/Nov/2017:19:54:59 +0000] "POST /install.php?profile=standard&locale=en HTTP/1.1" 200 3 288 "http://drupal.docker.localhost:8000/install.php?profile=standard&locale=en" "Mozilla/5.0 (Windows NT 10.0; Win64; x 64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 172.18.0.2 - - [07/Nov/2017:19:55:01 +0000] "POST /install.php?profile=standard&locale=en HTTP/1.1" 200 3 285 "http://drupal.docker.localhost:8000/install.php?profile=standard&locale=en" "Mozilla/5.0 (Windows NT 10.0; Win64; x 64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36" nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: signal 15 (SIGTERM) received, exiting nginx_1 | 2017/11/07 19:55:59 [notice] 25#25: exiting nginx_1 | 2017/11/07 19:55:59 [notice] 25#25: exit nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: signal 17 (SIGCHLD) received from 25 nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: worker process 25 exited with code 0 nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: signal 29 (SIGIO) received nginx_1 | 2017/11/07 19:55:59 [notice] 24#24: exiting nginx_1 | 2017/11/07 19:55:59 [notice] 24#24: exit nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: signal 17 (SIGCHLD) received from 24 nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: worker process 24 exited with code 0 nginx_1 | 2017/11/07 19:55:59 [notice] 1#1: exit nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: using the "epoll" event method nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: nginx/1.13.6 nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: built by gcc 6.3.0 (Alpine 6.3.0) nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: OS: Linux 4.9.49-moby nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: start worker processes nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: start worker process 24 nginx_1 | 2017/11/07 19:56:11 [notice] 1#1: start worker process 25 php_1 | DRUPAL_ROOT=/var/www/html/web init.sh mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] mysqld (mysqld 10.1.26-MariaDB) starting as process 1 ... apache_1 | [Tue Nov 07 19:49:03.756405 2017] [ssl:info] [pid 1:tid 140010015320904] AH01887: Init: Initializing (vir tual) servers for SSL traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Using TOML configuration file /dev/null" php_1 | [07-Nov-2017 19:49:00] NOTICE: fpm is running, pid 1 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Using mutexes to ref count buffer pool pages apache_1 | [Tue Nov 07 19:49:03.756518 2017] [ssl:info] [pid 1:tid 140010015320904] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: LibreSSL/2.5.5 traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Traefik version v1.4.2 built on 2017-11-02_01:47:46PM" php_1 | [07-Nov-2017 19:49:00] NOTICE: ready to handle connections mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: The InnoDB memory heap is disabled apache_1 | [Tue Nov 07 19:49:03.756572 2017] [http2:debug] [pid 1:tid 140010015320904] mod_http2.c(108): AH03089: in itializing post config dry run traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Preparing server http &{Network: Address::80 TLS: Redire ct: Auth: WhitelistSourceRange:[] Compress:false ProxyProtocol: ForwardedHeaders:0xc42067de80} with readT imeout=0s writeTimeout=0s idleTimeout=3m0s" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:07 +0000 "GET /index.php" 302 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins apache_1 | [Tue Nov 07 19:49:03.761671 2017] [ssl:warn] [pid 1:tid 140010015320904] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Starting provider docker.Provider {"Watch":true,"Filename":" ","Constraints":null,"Trace":false,"DebugLogGeneratedTemplate":false,"Endpoint":"unix:///var/run/docker.sock","Domain":" ","TLS":null,"ExposedByDefault":true,"UseBindPortIP":false,"SwarmMode":false}" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:07 +0000 "GET /install.php" 200 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier apache_1 | [Tue Nov 07 19:49:03.761723 2017] [ssl:info] [pid 1:tid 140010015320904] AH01887: Init: Initializing (vir tual) servers for SSL traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Starting server on :80" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:09 +0000 "POST /install.php" 302 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Compressed tables use zlib 1.2.11 apache_1 | [Tue Nov 07 19:49:03.761749 2017] [ssl:info] [pid 1:tid 140010015320904] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: LibreSSL/2.5.5 traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Starting provider web.Provider {"Address":":8080","CertFile" :"","KeyFile":"","ReadOnly":false,"Statistics":null,"Metrics":null,"Path":"/","Auth":null,"Debug":false,"CurrentConfigur ations":{},"Stats":{"Uptime":"2017-11-07T19:48:59.0573464Z","Pid":1,"ResponseCounts":{},"TotalResponseCounts":{},"TotalR esponseTime":"0001-01-01T00:00:00Z"},"StatsRecorder":null}" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:09 +0000 "GET /install.php" 200 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Using Linux native AIO apache_1 | [Tue Nov 07 19:49:03.761778 2017] [http2:info] [pid 1:tid 140010015320904] AH03090: mod_http2 (v1.10.10, feats=CHPRIO+SHA256+INVHD+DWINS, nghttp2 1.22.0), initializing... traefik_1 | time="2017-11-07T19:48:59Z" level=info msg="Server configuration reloaded on :80" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:10 +0000 "POST /install.php" 302 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Using SSE crc32 instructions apache_1 | [Tue Nov 07 19:49:03.761836 2017] [ldap:debug] [pid 1:tid 140010015320904] util_ldap.c(2989): AH01316: LD AP merging Shared Cache conf: shm=0x5637e174f1d0 rmm=0x5637e174f228 for VHOST: default traefik_1 | time="2017-11-07T19:49:05Z" level=info msg="Server configuration reloaded on :80" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:10 +0000 "GET /install.php" 200 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Initializing buffer pool, size = 1.0G apache_1 | [Tue Nov 07 19:49:03.761915 2017] [ldap:info] [pid 1:tid 140010015320904] AH01318: APR LDAP: Built with O penLDAP LDAP SDK traefik_1 | time="2017-11-07T19:52:20Z" level=info msg="I have to go... terminated" php_1 | 172.18.0.4 - 07/Nov/2017:19:51:22 +0000 "POST /install.php" 200 mailhog_1 | 2017/11/07 19:48:58 Using in-memory storage mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] InnoDB: Completed initialization of buffer pool apache_1 | [Tue Nov 07 19:49:03.761931 2017] [ldap:info] [pid 1:tid 140010015320904] AH01319: LDAP: SSL support avai lable traefik_1 | time="2017-11-07T19:52:20Z" level=info msg="Stopping server" php_1 | [07-Nov-2017 19:52:23] NOTICE: Terminating ... mailhog_1 | 2017/11/07 19:48:58 [SMTP] Binding to address: 0.0.0.0:1025 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different size 0 pages (rounded down to MB) than specified in the .cnf file: initial 640 pages, max 655360 (relevant if non-zero) pages! apache_1 | [Tue Nov 07 19:49:03.762651 2017] [proxy_http2:info] [pid 1:tid 140010015320904] AH03349: mod_proxy_http2 (v1.10.10, nghttp2 1.22.0), initializing... traefik_1 | time="2017-11-07T19:52:20Z" level=info msg="Server stopped" php_1 | [07-Nov-2017 19:52:23] NOTICE: exiting, bye-bye! mailhog_1 | 2017/11/07 19:48:58 Serving under http://0.0.0.0:8025/ mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] InnoDB: Could not open or create the system tablespace. If yo u tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote th ose files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data! apache_1 | [Tue Nov 07 19:49:03.763429 2017] [mpm_event:notice] [pid 1:tid 140010015320904] AH00489: Apache/2.4.28 ( Unix) LibreSSL/2.5.5 configured -- resuming normal operations traefik_1 | time="2017-11-07T19:52:20Z" level=info msg="Shutting down" php_1 | DRUPAL_ROOT=/var/www/html/web init.sh mailhog_1 | [HTTP] Binding to address: 0.0.0.0:8025 mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] Plugin 'InnoDB' init function returned error. apache_1 | [Tue Nov 07 19:49:03.763457 2017] [mpm_event:info] [pid 1:tid 140010015320904] AH00490: Server built: Oct 6 2017 07:33:37 traefik_1 | time="2017-11-07T19:52:20Z" level=error msg="Error creating server: http: Server closed" php_1 | [07-Nov-2017 19:52:32] NOTICE: fpm is running, pid 1 mailhog_1 | Creating API v1 with WebPath: mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. apache_1 | [Tue Nov 07 19:49:03.763472 2017] [core:notice] [pid 1:tid 140010015320904] AH00094: Command line: 'httpd -D FOREGROUND' traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Using TOML configuration file /dev/null" php_1 | [07-Nov-2017 19:52:32] NOTICE: ready to handle connections mailhog_1 | Creating API v2 with WebPath: mariadb_1 | 2017-11-07 19:49:00 140045451926344 [Note] Plugin 'FEEDBACK' is disabled. apache_1 | [Tue Nov 07 19:49:03.763481 2017] [core:debug] [pid 1:tid 140010015320904] log.c(1570): AH02639: Using SO _REUSEPORT: yes (1) traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Traefik version v1.4.2 built on 2017-11-02_01:47:46PM" php_1 | 172.18.0.8 - 07/Nov/2017:19:54:47 +0000 "GET /install.php" 200 mailhog_1 | [APIv1] KEEPALIVE /api/v1/events mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] Could not open mysql.plugin table. Some plugins may be not lo aded apache_1 | [Tue Nov 07 19:49:03.764068 2017] [proxy:debug] [pid 26:tid 140010015320904] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Preparing server http &{Network: Address::80 TLS: Redire ct: Auth: WhitelistSourceRange:[] Compress:false ProxyProtocol: ForwardedHeaders:0xc4205620e0} with readT imeout=0s writeTimeout=0s idleTimeout=3m0s" php_1 | 172.18.0.8 - 07/Nov/2017:19:54:53 +0000 "POST /install.php" 200 mailhog_1 | [APIv1] KEEPALIVE /api/v1/events mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] Unknown/unsupported storage engine: InnoDB apache_1 | [Tue Nov 07 19:49:03.764088 2017] [proxy:debug] [pid 26:tid 140010015320904] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Starting provider docker.Provider {"Watch":true,"Filename":" ","Constraints":null,"Trace":false,"DebugLogGeneratedTemplate":false,"Endpoint":"unix:///var/run/docker.sock","Domain":" ","TLS":null,"ExposedByDefault":true,"UseBindPortIP":false,"SwarmMode":false}" php_1 | 172.18.0.8 - 07/Nov/2017:19:54:59 +0000 "POST /install.php" 200 mailhog_1 | [APIv1] KEEPALIVE /api/v1/events mariadb_1 | 2017-11-07 19:49:00 140045451926344 [ERROR] Aborting apache_1 | [Tue Nov 07 19:49:03.764122 2017] [proxy:debug] [pid 26:tid 140010015320904] proxy_util.c(1856): AH00930: initialized pool in child 26 for () min=0 max=25 smax=25 traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Starting provider web.Provider {"Address":":8080","CertFile" :"","KeyFile":"","ReadOnly":false,"Statistics":null,"Metrics":null,"Path":"/","Auth":null,"Debug":false,"CurrentConfigur ations":{},"Stats":{"Uptime":"2017-11-07T19:52:31.5001898Z","Pid":1,"ResponseCounts":{},"TotalResponseCounts":{},"TotalR esponseTime":"0001-01-01T00:00:00Z"},"StatsRecorder":null}" php_1 | 172.18.0.8 - 07/Nov/2017:19:55:01 +0000 "POST /install.php" 200 mailhog_1 | 2017/11/07 19:52:33 Using in-memory storage mariadb_1 | apache_1 | [Tue Nov 07 19:49:03.764136 2017] [proxy:debug] [pid 26:tid 140010015320904] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Starting server on :80" php_1 | [07-Nov-2017 19:55:59] NOTICE: Terminating ... mailhog_1 | 2017/11/07 19:52:33 Serving under http://0.0.0.0:8025/ mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] mysqld (mysqld 10.1.26-MariaDB) starting as process 1 ... apache_1 | [Tue Nov 07 19:49:03.764146 2017] [proxy:debug] [pid 26:tid 140010015320904] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local traefik_1 | time="2017-11-07T19:52:31Z" level=info msg="Server configuration reloaded on :80" php_1 | [07-Nov-2017 19:55:59] NOTICE: exiting, bye-bye! mailhog_1 | [HTTP] Binding to address: 0.0.0.0:8025 mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Using mutexes to ref count buffer pool pages apache_1 | [Tue Nov 07 19:49:03.764165 2017] [proxy:debug] [pid 26:tid 140010015320904] proxy_util.c(1856): AH00930: initialized pool in child 26 for (php) min=0 max=25 smax=25 traefik_1 | time="2017-11-07T19:52:37Z" level=info msg="Server configuration reloaded on :80" php_1 | DRUPAL_ROOT=/var/www/html/web init.sh mailhog_1 | 2017/11/07 19:52:33 [SMTP] Binding to address: 0.0.0.0:1025 mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: The InnoDB memory heap is disabled apache_1 | [Tue Nov 07 19:49:03.764186 2017] [proxy:debug] [pid 32:tid 140010015320904] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared traefik_1 | time="2017-11-07T19:55:59Z" level=info msg="I have to go... terminated" php_1 | [07-Nov-2017 19:56:13] NOTICE: fpm is running, pid 1 mailhog_1 | Creating API v1 with WebPath: mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins apache_1 | [Tue Nov 07 19:49:03.764201 2017] [proxy:debug] [pid 32:tid 140010015320904] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local traefik_1 | time="2017-11-07T19:55:59Z" level=info msg="Stopping server" php_1 | [07-Nov-2017 19:56:13] NOTICE: ready to handle connections mailhog_1 | Creating API v2 with WebPath: mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier apache_1 | [Tue Nov 07 19:49:03.764267 2017] [proxy:debug] [pid 32:tid 140010015320904] proxy_util.c(1856): AH00930: initialized pool in child 32 for () min=0 max=25 smax=25 traefik_1 | time="2017-11-07T19:55:59Z" level=info msg="Server stopped" mailhog_1 | [APIv1] KEEPALIVE /api/v1/events mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Compressed tables use zlib 1.2.11 apache_1 | [Tue Nov 07 19:49:03.764289 2017] [proxy:debug] [pid 32:tid 140010015320904] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared traefik_1 | time="2017-11-07T19:55:59Z" level=info msg="Shutting down" mailhog_1 | [APIv1] KEEPALIVE /api/v1/events mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Using Linux native AIO apache_1 | [Tue Nov 07 19:49:03.764302 2017] [proxy:debug] [pid 32:tid 140010015320904] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local traefik_1 | time="2017-11-07T19:55:59Z" level=error msg="Error creating server: http: Server closed" mailhog_1 | [APIv1] KEEPALIVE /api/v1/events mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Using SSE crc32 instructions apache_1 | [Tue Nov 07 19:49:03.764320 2017] [proxy:debug] [pid 32:tid 140010015320904] proxy_util.c(1856): AH00930: initialized pool in child 32 for (php) min=0 max=25 smax=25 traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Using TOML configuration file /dev/null" mailhog_1 | 2017/11/07 19:56:13 Using in-memory storage mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Initializing buffer pool, size = 1.0G apache_1 | [Tue Nov 07 19:49:03.764418 2017] [mpm_event:debug] [pid 26:tid 140009910782696] event.c(2175): AH02471: start_threads: Using epoll (wakeable) traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Traefik version v1.4.2 built on 2017-11-02_01:47:46PM" mailhog_1 | 2017/11/07 19:56:13 [SMTP] Binding to address: 0.0.0.0:1025 mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] InnoDB: Completed initialization of buffer pool apache_1 | [Tue Nov 07 19:49:03.765087 2017] [proxy:debug] [pid 27:tid 140010015320904] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Preparing server http &{Network: Address::80 TLS: Redire ct: Auth: WhitelistSourceRange:[] Compress:false ProxyProtocol: ForwardedHeaders:0xc420645e60} with readT imeout=0s writeTimeout=0s idleTimeout=3m0s" mailhog_1 | 2017/11/07 19:56:13 Serving under http://0.0.0.0:8025/ mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different size 0 pages (rounded down to MB) than specified in the .cnf file: initial 640 pages, max 655360 (relevant if non-zero) pages! apache_1 | [Tue Nov 07 19:49:03.765116 2017] [proxy:debug] [pid 27:tid 140010015320904] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Starting provider docker.Provider {"Watch":true,"Filename":" ","Constraints":null,"Trace":false,"DebugLogGeneratedTemplate":false,"Endpoint":"unix:///var/run/docker.sock","Domain":" ","TLS":null,"ExposedByDefault":true,"UseBindPortIP":false,"SwarmMode":false}" mailhog_1 | [HTTP] Binding to address: 0.0.0.0:8025 mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] InnoDB: Could not open or create the system tablespace. If yo u tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote th ose files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data! apache_1 | [Tue Nov 07 19:49:03.765154 2017] [proxy:debug] [pid 27:tid 140010015320904] proxy_util.c(1856): AH00930: initialized pool in child 27 for () min=0 max=25 smax=25 traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Starting provider web.Provider {"Address":":8080","CertFile" :"","KeyFile":"","ReadOnly":false,"Statistics":null,"Metrics":null,"Path":"/","Auth":null,"Debug":false,"CurrentConfigur ations":{},"Stats":{"Uptime":"2017-11-07T19:56:11.2516373Z","Pid":1,"ResponseCounts":{},"TotalResponseCounts":{},"TotalR esponseTime":"0001-01-01T00:00:00Z"},"StatsRecorder":null}" mailhog_1 | Creating API v1 with WebPath: mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] Plugin 'InnoDB' init function returned error. apache_1 | [Tue Nov 07 19:49:03.765183 2017] [proxy:debug] [pid 27:tid 140010015320904] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Starting server on :80" mailhog_1 | Creating API v2 with WebPath: mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. apache_1 | [Tue Nov 07 19:49:03.765198 2017] [proxy:debug] [pid 27:tid 140010015320904] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local traefik_1 | time="2017-11-07T19:56:11Z" level=info msg="Server configuration reloaded on :80" mariadb_1 | 2017-11-07 19:52:33 139730683878216 [Note] Plugin 'FEEDBACK' is disabled. apache_1 | [Tue Nov 07 19:49:03.765214 2017] [proxy:debug] [pid 27:tid 140010015320904] proxy_util.c(1856): AH00930: initialized pool in child 27 for (php) min=0 max=25 smax=25 traefik_1 | time="2017-11-07T19:56:15Z" level=info msg="Server configuration reloaded on :80" mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] Could not open mysql.plugin table. Some plugins may be not lo aded apache_1 | [Tue Nov 07 19:49:03.765309 2017] [mpm_event:debug] [pid 32:tid 140009910782696] event.c(2175): AH02471: start_threads: Using epoll (wakeable) mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] Unknown/unsupported storage engine: InnoDB apache_1 | [Tue Nov 07 19:49:03.765313 2017] [mpm_event:debug] [pid 27:tid 140009910782696] event.c(2175): AH02471: start_threads: Using epoll (wakeable) mariadb_1 | 2017-11-07 19:52:33 139730683878216 [ERROR] Aborting apache_1 | [Tue Nov 07 19:52:20.835497 2017] [core:info] [pid 1:tid 140010015320904] AH00096: removed PID file /usr/ local/apache2/logs/httpd.pid (pid=1) mariadb_1 | apache_1 | [Tue Nov 07 19:52:20.835571 2017] [mpm_event:notice] [pid 1:tid 140010015320904] AH00491: caught SIGTERM, shutting down mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] mysqld (mysqld 10.1.26-MariaDB) starting as process 1 ... apache_1 | [Tue Nov 07 19:52:34.838529 2017] [ssl:info] [pid 1:tid 139668069735240] AH01887: Init: Initializing (vir tual) servers for SSL mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Using mutexes to ref count buffer pool pages apache_1 | [Tue Nov 07 19:52:34.838552 2017] [ssl:info] [pid 1:tid 139668069735240] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: LibreSSL/2.5.5 mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: The InnoDB memory heap is disabled apache_1 | [Tue Nov 07 19:52:34.838568 2017] [http2:debug] [pid 1:tid 139668069735240] mod_http2.c(108): AH03089: in itializing post config dry run mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins apache_1 | [Tue Nov 07 19:52:34.843178 2017] [ssl:warn] [pid 1:tid 139668069735240] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier apache_1 | [Tue Nov 07 19:52:34.843187 2017] [ssl:info] [pid 1:tid 139668069735240] AH01887: Init: Initializing (vir tual) servers for SSL mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Compressed tables use zlib 1.2.11 apache_1 | [Tue Nov 07 19:52:34.843192 2017] [ssl:info] [pid 1:tid 139668069735240] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: LibreSSL/2.5.5 mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Using Linux native AIO apache_1 | [Tue Nov 07 19:52:34.843204 2017] [http2:info] [pid 1:tid 139668069735240] AH03090: mod_http2 (v1.10.10, feats=CHPRIO+SHA256+INVHD+DWINS, nghttp2 1.22.0), initializing... mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Using SSE crc32 instructions apache_1 | [Tue Nov 07 19:52:34.843343 2017] [ldap:debug] [pid 1:tid 139668069735240] util_ldap.c(2989): AH01316: LD AP merging Shared Cache conf: shm=0x55d9e59451d0 rmm=0x55d9e5945228 for VHOST: default mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Initializing buffer pool, size = 1.0G apache_1 | [Tue Nov 07 19:52:34.843449 2017] [ldap:info] [pid 1:tid 139668069735240] AH01318: APR LDAP: Built with O penLDAP LDAP SDK mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] InnoDB: Completed initialization of buffer pool apache_1 | [Tue Nov 07 19:52:34.843463 2017] [ldap:info] [pid 1:tid 139668069735240] AH01319: LDAP: SSL support avai lable mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different size 0 pages (rounded down to MB) than specified in the .cnf file: initial 640 pages, max 655360 (relevant if non-zero) pages! apache_1 | [Tue Nov 07 19:52:34.844289 2017] [proxy_http2:info] [pid 1:tid 139668069735240] AH03349: mod_proxy_http2 (v1.10.10, nghttp2 1.22.0), initializing... mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] InnoDB: Could not open or create the system tablespace. If yo u tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote th ose files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data! apache_1 | [Tue Nov 07 19:52:34.845053 2017] [mpm_event:notice] [pid 1:tid 139668069735240] AH00489: Apache/2.4.28 ( Unix) LibreSSL/2.5.5 configured -- resuming normal operations mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] Plugin 'InnoDB' init function returned error. apache_1 | [Tue Nov 07 19:52:34.845073 2017] [mpm_event:info] [pid 1:tid 139668069735240] AH00490: Server built: Oct 6 2017 07:33:37 mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. apache_1 | [Tue Nov 07 19:52:34.845081 2017] [core:notice] [pid 1:tid 139668069735240] AH00094: Command line: 'httpd -D FOREGROUND' mariadb_1 | 2017-11-07 19:56:02 140719962712904 [Note] Plugin 'FEEDBACK' is disabled. apache_1 | [Tue Nov 07 19:52:34.845105 2017] [core:debug] [pid 1:tid 139668069735240] log.c(1570): AH02639: Using SO _REUSEPORT: yes (1) mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] Could not open mysql.plugin table. Some plugins may be not lo aded apache_1 | [Tue Nov 07 19:52:34.845676 2017] [proxy:debug] [pid 28:tid 139668069735240] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] Unknown/unsupported storage engine: InnoDB apache_1 | [Tue Nov 07 19:52:34.845702 2017] [proxy:debug] [pid 28:tid 139668069735240] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local mariadb_1 | 2017-11-07 19:56:02 140719962712904 [ERROR] Aborting apache_1 | [Tue Nov 07 19:52:34.845742 2017] [proxy:debug] [pid 28:tid 139668069735240] proxy_util.c(1856): AH00930: initialized pool in child 28 for () min=0 max=25 smax=25 mariadb_1 | apache_1 | [Tue Nov 07 19:52:34.845763 2017] [proxy:debug] [pid 28:tid 139668069735240] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared apache_1 | [Tue Nov 07 19:52:34.845817 2017] [proxy:debug] [pid 28:tid 139668069735240] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local apache_1 | [Tue Nov 07 19:52:34.845858 2017] [proxy:debug] [pid 28:tid 139668069735240] proxy_util.c(1856): AH00930: initialized pool in child 28 for (php) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:52:34.845925 2017] [proxy:debug] [pid 37:tid 139668069735240] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared apache_1 | [Tue Nov 07 19:52:34.845936 2017] [proxy:debug] [pid 37:tid 139668069735240] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local apache_1 | [Tue Nov 07 19:52:34.845973 2017] [proxy:debug] [pid 37:tid 139668069735240] proxy_util.c(1856): AH00930: initialized pool in child 37 for () min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:52:34.846017 2017] [proxy:debug] [pid 37:tid 139668069735240] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared apache_1 | [Tue Nov 07 19:52:34.846025 2017] [proxy:debug] [pid 37:tid 139668069735240] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local apache_1 | [Tue Nov 07 19:52:34.846056 2017] [proxy:debug] [pid 37:tid 139668069735240] proxy_util.c(1856): AH00930: initialized pool in child 37 for (php) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:52:34.846198 2017] [mpm_event:debug] [pid 28:tid 139667965197032] event.c(2175): AH02471: start_threads: Using epoll (wakeable) apache_1 | [Tue Nov 07 19:52:34.846630 2017] [mpm_event:debug] [pid 37:tid 139667965197032] event.c(2175): AH02471: start_threads: Using epoll (wakeable) apache_1 | [Tue Nov 07 19:52:34.847208 2017] [proxy:debug] [pid 29:tid 139668069735240] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared apache_1 | [Tue Nov 07 19:52:34.847246 2017] [proxy:debug] [pid 29:tid 139668069735240] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local apache_1 | [Tue Nov 07 19:52:34.847293 2017] [proxy:debug] [pid 29:tid 139668069735240] proxy_util.c(1856): AH00930: initialized pool in child 29 for () min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:52:34.847314 2017] [proxy:debug] [pid 29:tid 139668069735240] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared apache_1 | [Tue Nov 07 19:52:34.847377 2017] [proxy:debug] [pid 29:tid 139668069735240] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local apache_1 | [Tue Nov 07 19:52:34.847415 2017] [proxy:debug] [pid 29:tid 139668069735240] proxy_util.c(1856): AH00930: initialized pool in child 29 for (php) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:52:34.847534 2017] [mpm_event:debug] [pid 29:tid 139667965197032] event.c(2175): AH02471: start_threads: Using epoll (wakeable) apache_1 | [Tue Nov 07 19:55:59.430317 2017] [core:info] [pid 1:tid 139668069735240] AH00096: removed PID file /usr/ local/apache2/logs/httpd.pid (pid=1) apache_1 | [Tue Nov 07 19:55:59.430339 2017] [mpm_event:notice] [pid 1:tid 139668069735240] AH00491: caught SIGTERM, shutting down apache_1 | [Tue Nov 07 19:56:12.155433 2017] [ssl:info] [pid 1:tid 140092874156872] AH01887: Init: Initializing (vir tual) servers for SSL apache_1 | [Tue Nov 07 19:56:12.155465 2017] [ssl:info] [pid 1:tid 140092874156872] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: LibreSSL/2.5.5 apache_1 | [Tue Nov 07 19:56:12.155522 2017] [http2:debug] [pid 1:tid 140092874156872] mod_http2.c(108): AH03089: in itializing post config dry run apache_1 | [Tue Nov 07 19:56:12.160143 2017] [ssl:warn] [pid 1:tid 140092874156872] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] apache_1 | [Tue Nov 07 19:56:12.160172 2017] [ssl:info] [pid 1:tid 140092874156872] AH01887: Init: Initializing (vir tual) servers for SSL apache_1 | [Tue Nov 07 19:56:12.160184 2017] [ssl:info] [pid 1:tid 140092874156872] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: LibreSSL/2.5.5 apache_1 | [Tue Nov 07 19:56:12.160270 2017] [http2:info] [pid 1:tid 140092874156872] AH03090: mod_http2 (v1.10.10, feats=CHPRIO+SHA256+INVHD+DWINS, nghttp2 1.22.0), initializing... apache_1 | [Tue Nov 07 19:56:12.160451 2017] [ldap:debug] [pid 1:tid 140092874156872] util_ldap.c(2989): AH01316: LD AP merging Shared Cache conf: shm=0x5592822311d0 rmm=0x559282231228 for VHOST: default apache_1 | [Tue Nov 07 19:56:12.160575 2017] [ldap:info] [pid 1:tid 140092874156872] AH01318: APR LDAP: Built with O penLDAP LDAP SDK apache_1 | [Tue Nov 07 19:56:12.160588 2017] [ldap:info] [pid 1:tid 140092874156872] AH01319: LDAP: SSL support avai lable apache_1 | [Tue Nov 07 19:56:12.161512 2017] [proxy_http2:info] [pid 1:tid 140092874156872] AH03349: mod_proxy_http2 (v1.10.10, nghttp2 1.22.0), initializing... apache_1 | [Tue Nov 07 19:56:12.162498 2017] [mpm_event:notice] [pid 1:tid 140092874156872] AH00489: Apache/2.4.28 ( Unix) LibreSSL/2.5.5 configured -- resuming normal operations apache_1 | [Tue Nov 07 19:56:12.162514 2017] [mpm_event:info] [pid 1:tid 140092874156872] AH00490: Server built: Oct 6 2017 07:33:37 apache_1 | [Tue Nov 07 19:56:12.162524 2017] [core:notice] [pid 1:tid 140092874156872] AH00094: Command line: 'httpd -D FOREGROUND' apache_1 | [Tue Nov 07 19:56:12.162529 2017] [core:debug] [pid 1:tid 140092874156872] log.c(1570): AH02639: Using SO _REUSEPORT: yes (1) apache_1 | [Tue Nov 07 19:56:12.163140 2017] [proxy:debug] [pid 27:tid 140092874156872] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared apache_1 | [Tue Nov 07 19:56:12.163182 2017] [proxy:debug] [pid 27:tid 140092874156872] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local apache_1 | [Tue Nov 07 19:56:12.163208 2017] [proxy:debug] [pid 27:tid 140092874156872] proxy_util.c(1856): AH00930: initialized pool in child 27 for () min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:56:12.163239 2017] [proxy:debug] [pid 27:tid 140092874156872] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared apache_1 | [Tue Nov 07 19:56:12.163257 2017] [proxy:debug] [pid 27:tid 140092874156872] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local apache_1 | [Tue Nov 07 19:56:12.163282 2017] [proxy:debug] [pid 27:tid 140092874156872] proxy_util.c(1856): AH00930: initialized pool in child 27 for (php) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:56:12.163533 2017] [mpm_event:debug] [pid 27:tid 140092769618664] event.c(2175): AH02471: start_threads: Using epoll (wakeable) apache_1 | [Tue Nov 07 19:56:12.164447 2017] [proxy:debug] [pid 30:tid 140092874156872] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared apache_1 | [Tue Nov 07 19:56:12.165229 2017] [proxy:debug] [pid 46:tid 140092874156872] proxy_util.c(1779): AH00925: initializing worker proxy:reverse shared apache_1 | [Tue Nov 07 19:56:12.165265 2017] [proxy:debug] [pid 30:tid 140092874156872] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local apache_1 | [Tue Nov 07 19:56:12.165387 2017] [proxy:debug] [pid 30:tid 140092874156872] proxy_util.c(1856): AH00930: initialized pool in child 30 for () min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:56:12.165448 2017] [proxy:debug] [pid 46:tid 140092874156872] proxy_util.c(1821): AH00927: initializing worker proxy:reverse local apache_1 | [Tue Nov 07 19:56:12.165470 2017] [proxy:debug] [pid 30:tid 140092874156872] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared apache_1 | [Tue Nov 07 19:56:12.165496 2017] [proxy:debug] [pid 46:tid 140092874156872] proxy_util.c(1856): AH00930: initialized pool in child 46 for (*) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:56:12.165510 2017] [proxy:debug] [pid 46:tid 140092874156872] proxy_util.c(1779): AH00925: initializing worker fcgi://php:9000/ shared apache_1 | [Tue Nov 07 19:56:12.165520 2017] [proxy:debug] [pid 46:tid 140092874156872] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local apache_1 | [Tue Nov 07 19:56:12.165534 2017] [proxy:debug] [pid 30:tid 140092874156872] proxy_util.c(1821): AH00927: initializing worker fcgi://php:9000/ local apache_1 | [Tue Nov 07 19:56:12.165599 2017] [proxy:debug] [pid 46:tid 140092874156872] proxy_util.c(1856): AH00930: initialized pool in child 46 for (php) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:56:12.165642 2017] [proxy:debug] [pid 30:tid 140092874156872] proxy_util.c(1856): AH00930: initialized pool in child 30 for (php) min=0 max=25 smax=25 apache_1 | [Tue Nov 07 19:56:12.165781 2017] [mpm_event:debug] [pid 30:tid 140092769618664] event.c(2175): AH02471: start_threads: Using epoll (wakeable) apache_1 | [Tue Nov 07 19:56:12.165947 2017] [mpm_event:debug] [pid 46:tid 140092769618664] event.c(2175): AH02471:

If someone have an idea of why it's happening.... I think I'm getting all the errors docker can offer xD

TeclisFtw avatar Nov 07 '17 19:11 TeclisFtw

I am experiencing a similar problem, mariadb won't stay up (Status: Exit 1 when checking with docker-compose ps) I checked the logs with portainer (http://portainer.drupal.docker.localhost:8000 ) and ran across the following errors [Note] Recovering after a crash using tc.log 2017-11-26 13:33:41 140056255667016 [ERROR] Can't init tc log 2017-11-26 13:33:41 140056255667016 [ERROR] Aborting

I tried commenting out the volumes section of the mariadb service as suggested in https://github.com/wodby/docker4drupal/issues/37 , no luck there.

As @csandanov suggested in https://github.com/wodby/mariadb/issues/2 recreating the containers worked for me. So running docker system prune might work for someone else too.

f1rf1n avatar Nov 26 '17 15:11 f1rf1n

If you run MariaDB on windows with a bind mount from host see #222 (comment)

csandanov avatar Mar 28 '18 10:03 csandanov