Skip to content

Instantly share code, notes, and snippets.

@Blizzke
Created January 30, 2016 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Blizzke/19769974ae8bc77e30f6 to your computer and use it in GitHub Desktop.
Save Blizzke/19769974ae8bc77e30f6 to your computer and use it in GitHub Desktop.
$ docker-compose logs
Attaching to v119maandcom_info_1, v119maandcom_web_1, v119maandcom_phphaproxy_1, v119maandcom_worker_1, v119maandcom_mariadb_1, v119maandcom_phpha_1, v119maandcom_phpfiles_1, v119maandcom_mysql_1, v119maandcom_percona_1, v119maandcom_mailcatcher_1, v119maandcom_mongodb_1, v119maandcom_redisphpsessionhandler_1
mongodb_1 | 2016-01-30T10:49:24.323+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=dd279018b1ba
mongodb_1 | 2016-01-30T10:49:24.324+0000 I CONTROL [initandlisten] db version v3.2.0
mongodb_1 | 2016-01-30T10:49:24.324+0000 I CONTROL [initandlisten] git version: 45d947729a0315accb6d4f15a6b06be6d9c19fe7
mongodb_1 | 2016-01-30T10:49:24.324+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013
mongodb_1 | 2016-01-30T10:49:24.324+0000 I CONTROL [initandlisten] allocator: tcmalloc
mongodb_1 | 2016-01-30T10:49:24.324+0000 I CONTROL [initandlisten] modules: none
mongodb_1 | 2016-01-30T10:49:24.326+0000 I CONTROL [initandlisten] build environment:
mongodb_1 | 2016-01-30T10:49:24.326+0000 I CONTROL [initandlisten] distmod: debian71
mongodb_1 | 2016-01-30T10:49:24.326+0000 I CONTROL [initandlisten] distarch: x86_64
mongodb_1 | 2016-01-30T10:49:24.326+0000 I CONTROL [initandlisten] target_arch: x86_64
mongodb_1 | 2016-01-30T10:49:24.326+0000 I CONTROL [initandlisten] options: {}
mongodb_1 | 2016-01-30T10:49:24.335+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten]
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten]
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
mongodb_1 | 2016-01-30T10:49:24.373+0000 I CONTROL [initandlisten]
mongodb_1 | 2016-01-30T10:49:24.373+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
mongodb_1 | 2016-01-30T10:49:24.374+0000 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
mongodb_1 | 2016-01-30T10:49:24.379+0000 I NETWORK [initandlisten] waiting for connections on port 27017
phpfiles_1 | + /app/stack/php/inject-config.sh
phpfiles_1 | + cp /app/stack/php/php.ini /etc/php5/fpm/php.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cp /app/stack/php/conf.d/00-basics.ini /etc/php5/fpm/conf.d/
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cp /app/stack/php/conf.d/app.ini /etc/php5/fpm/conf.d/
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cp /app/stack/php/conf.d/xdebug.ini /etc/php5/fpm/conf.d/
phpfiles_1 | + for configfile in '/app/stack/php/php-fpm/pool.d/*'
phpfiles_1 | + cp /app/stack/php/php-fpm/pool.d/www.conf /etc/php5/fpm/pool.d/
phpfiles_1 | + cp /app/stack/php/php-fpm/php-fpm.conf /etc/php5/fpm/php-fpm.conf
phpfiles_1 | + '[' 1 == 1 ']'
phpfiles_1 | + for configfile in '/app/stack/php/conf.d-local/*'
phpfiles_1 | + cp /app/stack/php/conf.d-local/local.ini /etc/php5/fpm/conf.d/
phpfiles_1 | + sed -i 's|${DISPLAY_PHP_ERRORS}|on|' /etc/php5/fpm/conf.d/app.ini
phpfiles_1 | + sed -i 's|${XDEBUG_DEFAULT_ENABLE}|off|' /etc/php5/fpm/conf.d/app.ini
phpfiles_1 | + cp /app/stack/php/php.ini /etc/hhvm/php.ini
phpfiles_1 | + cat /app/stack/php/hhvm/php.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cat /app/stack/php/conf.d/00-basics.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cat /app/stack/php/conf.d/app.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cat /app/stack/php/conf.d/xdebug.ini
phpfiles_1 | + '[' 1 == 1 ']'
phpfiles_1 | + for configfile in '/app/stack/php/conf.d-local/*'
phpfiles_1 | + cat /app/stack/php/conf.d-local/local.ini
phpfiles_1 | + sed -i 's|${DISPLAY_PHP_ERRORS}|on|' /etc/hhvm/php.ini
phpfiles_1 | + sed -i 's|${XDEBUG_DEFAULT_ENABLE}|off|' /etc/hhvm/php.ini
phpfiles_1 | + cp /app/stack/php/php.ini /etc/hhvm/server.ini
phpfiles_1 | + cat /app/stack/php/hhvm/php.ini
phpfiles_1 | + cat /app/stack/php/hhvm/server.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cat /app/stack/php/conf.d/00-basics.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cat /app/stack/php/conf.d/app.ini
phpfiles_1 | + for configfile in '/app/stack/php/conf.d/*'
phpfiles_1 | + cat /app/stack/php/conf.d/xdebug.ini
phpfiles_1 | + '[' 1 == 1 ']'
phpfiles_1 | + for configfile in '/app/stack/php/conf.d-local/*'
phpfiles_1 | + cat /app/stack/php/conf.d-local/local.ini
phpfiles_1 | + sed -i 's|${DISPLAY_PHP_ERRORS}|on|' /etc/hhvm/server.ini
phpfiles_1 | + sed -i 's|${XDEBUG_DEFAULT_ENABLE}|off|' /etc/hhvm/server.ini
phpfiles_1 | + /app/stack/php/manage-permissions.sh
phpfiles_1 | + umask 002
phpfiles_1 | + mkdir -p /files//media
phpfiles_1 | + '[' 1 == 1 ']'
phpfiles_1 | ++ stat -c %u /app
phpfiles_1 | + TARGET_UID=1000
phpfiles_1 | + usermod -o -u 1000 www-data
phpfiles_1 | ++ stat -c %g /app
phpfiles_1 | + TARGET_GID=50
phpfiles_1 | + groupmod -o -g 50 www-data
phpfiles_1 | + '[' '' == 1 ']'
phpfiles_1 | + php5-fpm
phpfiles_1 | [30-Jan-2016 10:49:25] NOTICE: fpm is running, pid 50
phpfiles_1 | [30-Jan-2016 10:49:25] NOTICE: ready to handle connections
phpfiles_1 | [30-Jan-2016 10:49:25] NOTICE: systemd monitor interval set to 10000ms
phphaproxy_1 | INFO:haproxy:Tutum-haproxy(PID: 1) is not running in Tutum
phphaproxy_1 | INFO:haproxy:==========BEGIN==========
phphaproxy_1 | INFO:haproxy:Initial start
web_1 | 2016/01/30 10:49:43 [notice] 11#0: using the "epoll" event method
web_1 | 2016/01/30 10:49:43 [notice] 11#0: nginx/1.7.12
phphaproxy_1 | INFO:haproxy:Loading HAProxy definition from environment variables
mysql_1 | * Working around permission errors locally by making sure that "mysql" uses the same uid and gid as the host volume
mysql_1 | -- Setting mysql user to use uid 1000
web_1 | 2016/01/30 10:49:43 [notice] 11#0: built by gcc 4.7.2 (Debian 4.7.2-5)
phphaproxy_1 | INFO:haproxy:HAProxy configuration:
web_1 | 2016/01/30 10:49:43 [notice] 11#0: OS: Linux 4.1.13-boot2docker
phphaproxy_1 | global
mysql_1 | -- Setting mysql group to use gid 50
web_1 | 2016/01/30 10:49:43 [notice] 11#0: getrlimit(RLIMIT_NOFILE): 1048576:1048576
phphaproxy_1 | log 127.0.0.1 local0
phpha_1 | + /app/stack/php/inject-config.sh
phphaproxy_1 | log 127.0.0.1 local1 notice
mysql_1 |
mariadb_1 | * Working around permission errors locally by making sure that "mysql" uses the same uid and gid as the host volume
phpha_1 | + cp /app/stack/php/php.ini /etc/php5/fpm/php.ini
web_1 | 2016/01/30 10:49:43 [notice] 11#0: start worker processes
mariadb_1 | -- Setting mysql user to use uid 1000
web_1 | 2016/01/30 10:49:43 [notice] 11#0: start worker process 12
phphaproxy_1 | log-send-hostname
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
mysql_1 | * Starting MySQL
phphaproxy_1 | maxconn 4096
phpha_1 | + cp /app/stack/php/conf.d/00-basics.ini /etc/php5/fpm/conf.d/
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
percona_1 | * Working around permission errors locally by making sure that "mysql" uses the same uid and gid as the host volume
mariadb_1 | -- Setting mysql group to use gid 50
mysql_1 | Initializing database
phphaproxy_1 | pidfile /var/run/haproxy.pid
percona_1 | -- Setting mysql user to use uid 1000
mariadb_1 |
phpha_1 | + cp /app/stack/php/conf.d/app.ini /etc/php5/fpm/conf.d/
phphaproxy_1 | user haproxy
mariadb_1 | * Starting MariaDB
mysql_1 | 2016-01-30 10:49:25 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27) starting as process 30 ...
phphaproxy_1 | group haproxy
percona_1 | -- Setting mysql group to use gid 50
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Using atomics to ref count buffer pool pages
mariadb_1 | Initializing database
percona_1 |
phphaproxy_1 | daemon
phpha_1 | + cp /app/stack/php/conf.d/xdebug.ini /etc/php5/fpm/conf.d/
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: The InnoDB memory heap is disabled
mariadb_1 | 2016-01-30 10:49:43 140691797628864 [Note] /usr/sbin/mysqld (mysqld 10.1.10-MariaDB-1~jessie) starting as process 62 ...
percona_1 | * Starting Percona
phphaproxy_1 | stats socket /var/run/haproxy.stats level admin
phpha_1 | + for configfile in '/app/stack/php/php-fpm/pool.d/*'
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Using mutexes to ref count buffer pool pages
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
phphaproxy_1 | ssl-default-bind-options no-sslv3
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: The InnoDB memory heap is disabled
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Memory barrier is not used
percona_1 | Initializing database
phpha_1 | + cp /app/stack/php/php-fpm/pool.d/www.conf /etc/php5/fpm/pool.d/
phphaproxy_1 | ssl-default-bind-ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:AES128-GCM-SHA256:AES128-SHA256:AES128-SHA:AES256-GCM-SHA384:AES256-SHA256:AES256-SHA:DHE-DSS-AES128-SHA:DES-CBC3-SHA
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
percona_1 | 2016-01-30 10:49:25 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Compressed tables use zlib 1.2.8
phphaproxy_1 | defaults
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Memory barrier is not used
phpha_1 | + cp /app/stack/php/php-fpm/php-fpm.conf /etc/php5/fpm/php-fpm.conf
phphaproxy_1 | balance roundrobin
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Compressed tables use zlib 1.2.8
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Using Linux native AIO
percona_1 | 2016-01-30 10:49:25 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
phphaproxy_1 | log global
phpha_1 | + '[' 1 == 1 ']'
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Using CPU crc32 instructions
percona_1 | 2016-01-30 10:49:25 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27-76.0) starting as process 31 ...
phphaproxy_1 | mode tcp
phpha_1 | + for configfile in '/app/stack/php/conf.d-local/*'
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Using SSE crc32 instructions
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Initializing buffer pool, size = 128.0M
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Using atomics to ref count buffer pool pages
phphaproxy_1 | option redispatch
phpha_1 | + cp /app/stack/php/conf.d-local/local.ini /etc/php5/fpm/conf.d/
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Initializing buffer pool, size = 256.0M
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Completed initialization of buffer pool
phpha_1 | + sed -i 's|${DISPLAY_PHP_ERRORS}|on|' /etc/php5/fpm/conf.d/app.ini
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: The InnoDB memory heap is disabled
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Completed initialization of buffer pool
phphaproxy_1 | option httplog
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
phpha_1 | + sed -i 's|${XDEBUG_DEFAULT_ENABLE}|off|' /etc/php5/fpm/conf.d/app.ini
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Warning] InnoDB: Failed to set O_DIRECT on file ./ibdata1: CREATE: Invalid argument, continuing anyway. O_DIRECT is known to result in 'Invalid argument' on Linux on tmpfs, see MySQL Bug#26662.
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
phphaproxy_1 | option dontlognull
phpha_1 | + cp /app/stack/php/php.ini /etc/hhvm/php.ini
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
phpha_1 | + cat /app/stack/php/hhvm/php.ini
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Database physically writes the file full: wait...
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Memory barrier is not used
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
phphaproxy_1 | option forwardfor
mysql_1 | 2016-01-30 10:49:25 30 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
phpha_1 | + cat /app/stack/php/conf.d/00-basics.ini
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Compressed tables use zlib 1.2.8
phphaproxy_1 | timeout connect 5000
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Database physically writes the file full: wait...
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
phphaproxy_1 | timeout client 50000
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
phpha_1 | + cat /app/stack/php/conf.d/app.ini
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
phphaproxy_1 | timeout server 50000
mariadb_1 | 2016-01-30 10:49:44 140691797628864 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Using CPU crc32 instructions
phphaproxy_1 | listen stats
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
phpha_1 | + cat /app/stack/php/conf.d/xdebug.ini
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Initializing buffer pool, size = 128.0M
phphaproxy_1 | bind :1936
mysql_1 | 2016-01-30 10:49:26 30 [Warning] InnoDB: New log files created, LSN=45781
phpha_1 | + '[' 1 == 1 ']'
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Warning] InnoDB: New log files created, LSN=45883
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Completed initialization of buffer pool
phphaproxy_1 | mode http
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Doublewrite buffer not found: creating new
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Doublewrite buffer not found: creating new
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
phpha_1 | + for configfile in '/app/stack/php/conf.d-local/*'
phphaproxy_1 | stats enable
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Doublewrite buffer created
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Doublewrite buffer created
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
phphaproxy_1 | timeout connect 10s
phpha_1 | + cat /app/stack/php/conf.d-local/local.ini
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: 128 rollback segment(s) are active.
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Database physically writes the file full: wait...
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: 128 rollback segment(s) are active.
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Warning] InnoDB: Creating foreign key constraint system tables.
phphaproxy_1 | timeout client 1m
percona_1 | 2016-01-30 10:49:25 31 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
phpha_1 | + sed -i 's|${DISPLAY_PHP_ERRORS}|on|' /etc/hhvm/php.ini
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Foreign key constraint system tables created
mysql_1 | 2016-01-30 10:49:26 30 [Warning] InnoDB: Creating foreign key constraint system tables.
redisphpsessionhandler_1 | 1:C 30 Jan 10:49:24.188 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
phphaproxy_1 | timeout server 1m
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Foreign key constraint system tables created
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Creating tablespace and datafile system tables.
phpha_1 | + sed -i 's|${XDEBUG_DEFAULT_ENABLE}|off|' /etc/hhvm/php.ini
redisphpsessionhandler_1 | _._
phphaproxy_1 | stats hide-version
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Creating tablespace and datafile system tables.
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Tablespace and datafile system tables created.
percona_1 | 2016-01-30 10:49:26 31 [Warning] InnoDB: New log files created, LSN=45781
redisphpsessionhandler_1 | _.-``__ ''-._
phphaproxy_1 | stats realm Haproxy\ Statistics
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Tablespace and datafile system tables created.
phpha_1 | + cp /app/stack/php/php.ini /etc/hhvm/server.ini
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Doublewrite buffer not found: creating new
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Waiting for purge to start
phphaproxy_1 | stats uri /
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: Waiting for purge to start
redisphpsessionhandler_1 | _.-`` `. `_. ''-._ Redis 3.0.7 (00000000/0) 64 bit
phpha_1 | + cat /app/stack/php/hhvm/php.ini
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Doublewrite buffer created
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.26-76.0 started; log sequence number 0
phphaproxy_1 | stats auth stats:n3v3rg0nnAg1v3y0uup
redisphpsessionhandler_1 | .-`` .-```. ```\/ _.,_ ''-._
phpha_1 | + cat /app/stack/php/hhvm/server.ini
mysql_1 | 2016-01-30 10:49:26 30 [Note] InnoDB: 5.6.27 started; log sequence number 0
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: 128 rollback segment(s) are active.
redisphpsessionhandler_1 | ( ' , .-` | `, ) Running in standalone mode
phphaproxy_1 | listen port_9000
mariadb_1 | 2016-01-30 10:49:45 140691011241728 [Note] InnoDB: Dumping buffer pool(s) not yet started
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
redisphpsessionhandler_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
mysql_1 | 2016-01-30 10:49:27 30 [Note] Binlog end
percona_1 | 2016-01-30 10:49:26 31 [Warning] InnoDB: Creating foreign key constraint system tables.
phphaproxy_1 | bind :9000
phpha_1 | + cat /app/stack/php/conf.d/00-basics.ini
redisphpsessionhandler_1 | | `-._ `._ / _.-' | PID: 1
mysql_1 | 2016-01-30 10:49:27 30 [Note] InnoDB: FTS optimize thread exiting.
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Foreign key constraint system tables created
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [ERROR] Can't init tc log
redisphpsessionhandler_1 | `-._ `-._ `-./ _.-' _.-'
phphaproxy_1 | mode tcp
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
mysql_1 | 2016-01-30 10:49:27 30 [Note] InnoDB: Starting shutdown...
redisphpsessionhandler_1 | |`-._`-._ `-.__.-' _.-'_.-'|
mariadb_1 | 2016-01-30 10:49:45 140691797628864 [ERROR] Aborting
phphaproxy_1 | server PHPHA_1 172.17.0.8:9000 check
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Creating tablespace and datafile system tables.
redisphpsessionhandler_1 | | `-._`-._ _.-'_.-' | http://redis.io
phpha_1 | + cat /app/stack/php/conf.d/app.ini
mysql_1 | 2016-01-30 10:49:28 30 [Note] InnoDB: Shutdown completed; log sequence number 1625977
mysql_1 |
phphaproxy_1 | server V119MAANDCOM_PHPHA_1 172.17.0.8:9000 check
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Tablespace and datafile system tables created.
mysql_1 |
phpha_1 | + for configfile in '/app/stack/php/conf.d/*'
mariadb_1 |
redisphpsessionhandler_1 | `-._ `-._`-.__.-'_.-' _.-'
phphaproxy_1 | INFO:haproxy:Launching HAProxy
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Waiting for purge to start
mysql_1 | 2016-01-30 10:49:28 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27) starting as process 53 ...
mariadb_1 |
phpha_1 | + cat /app/stack/php/conf.d/xdebug.ini
redisphpsessionhandler_1 | |`-._`-._ `-.__.-' _.-'_.-'|
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Using atomics to ref count buffer pool pages
percona_1 | 2016-01-30 10:49:26 31 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.27-76.0 started; log sequence number 0
phphaproxy_1 | INFO:haproxy:HAProxy has been launched(PID: 8)
mariadb_1 | Installation of system tables failed! Examine the logs in
phpha_1 | + '[' 1 == 1 ']'
redisphpsessionhandler_1 | | `-._`-._ _.-'_.-' |
percona_1 | 2016-01-30 10:49:26 31 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: The InnoDB memory heap is disabled
phphaproxy_1 | INFO:haproxy:===========END===========
redisphpsessionhandler_1 | `-._ `-._`-.__.-'_.-' _.-'
phpha_1 | + for configfile in '/app/stack/php/conf.d-local/*'
mariadb_1 | /var/lib/mysql/ for more information.
percona_1 | 2016-01-30 10:49:26 31 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
redisphpsessionhandler_1 | `-._ `-.__.-' _.-'
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
percona_1 | 2016-01-30 10:49:27 31 [Note] Binlog end
phpha_1 | + cat /app/stack/php/conf.d-local/local.ini
mariadb_1 |
redisphpsessionhandler_1 | `-._ _.-'
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Memory barrier is not used
phpha_1 | + sed -i 's|${DISPLAY_PHP_ERRORS}|on|' /etc/hhvm/server.ini
percona_1 | 2016-01-30 10:49:27 31 [Note] InnoDB: FTS optimize thread exiting.
mariadb_1 | The problem could be conflicting information in an external
redisphpsessionhandler_1 | `-.__.-'
percona_1 | 2016-01-30 10:49:27 31 [Note] InnoDB: Starting shutdown...
mariadb_1 | my.cnf files. You can ignore these by doing:
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Compressed tables use zlib 1.2.8
redisphpsessionhandler_1 |
phpha_1 | + sed -i 's|${XDEBUG_DEFAULT_ENABLE}|off|' /etc/hhvm/server.ini
mariadb_1 |
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Using Linux native AIO
redisphpsessionhandler_1 | 1:M 30 Jan 10:49:24.189 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
percona_1 | 2016-01-30 10:49:28 31 [Note] InnoDB: Shutdown completed; log sequence number 1625977
phpha_1 | + /app/stack/php/manage-permissions.sh
percona_1 |
mariadb_1 | shell> /usr/scripts/scripts/mysql_install_db --defaults-file=~/.my.cnf
redisphpsessionhandler_1 | 1:M 30 Jan 10:49:24.189 # Server started, Redis version 3.0.7
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Using CPU crc32 instructions
percona_1 |
phpha_1 | + umask 002
mariadb_1 |
redisphpsessionhandler_1 | 1:M 30 Jan 10:49:24.189 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Initializing buffer pool, size = 128.0M
redisphpsessionhandler_1 | 1:M 30 Jan 10:49:24.189 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
mariadb_1 | You can also try to start the mysqld daemon with:
phpha_1 | + mkdir -p /files//media
percona_1 | 2016-01-30 10:49:28 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Completed initialization of buffer pool
redisphpsessionhandler_1 | 1:M 30 Jan 10:49:24.189 * The server is now ready to accept connections on port 6379
mariadb_1 |
percona_1 | 2016-01-30 10:49:28 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Highest supported file format is Barracuda.
phpha_1 | + '[' 1 == 1 ']'
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: 128 rollback segment(s) are active.
mariadb_1 | shell> /usr/sbin/mysqld --skip-grant --general-log &
percona_1 | 2016-01-30 10:49:28 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27-76.0) starting as process 56 ...
phpha_1 | ++ stat -c %u /app
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Using atomics to ref count buffer pool pages
mariadb_1 |
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: Waiting for purge to start
mariadb_1 | and use the command line tool /usr/bin/mysql
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: The InnoDB memory heap is disabled
phpha_1 | + TARGET_UID=1000
mysql_1 | 2016-01-30 10:49:28 53 [Note] InnoDB: 5.6.27 started; log sequence number 1625977
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mariadb_1 | to connect to the mysql database and look at the grant tables:
mysql_1 | 2016-01-30 10:49:31 53 [Note] Binlog end
phpha_1 | + usermod -o -u 1000 www-data
mariadb_1 |
phpha_1 | ++ stat -c %g /app
mysql_1 | 2016-01-30 10:49:31 53 [Note] InnoDB: FTS optimize thread exiting.
phpha_1 | + TARGET_GID=50
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Memory barrier is not used
mariadb_1 | shell> /usr/bin/mysql -u root mysql
mysql_1 | 2016-01-30 10:49:31 53 [Note] InnoDB: Starting shutdown...
phpha_1 | + groupmod -o -g 50 www-data
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Compressed tables use zlib 1.2.8
mysql_1 | 2016-01-30 10:49:33 53 [Note] InnoDB: Shutdown completed; log sequence number 1625987
mariadb_1 | mysql> show tables;
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Using Linux native AIO
mysql_1 |
mariadb_1 |
phpha_1 | + '[' '' == 1 ']'
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 |
mysql_1 |
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Initializing buffer pool, size = 128.0M
mariadb_1 | Try 'mysqld --help' if you have problems with paths. Using
phpha_1 | + php5-fpm
mysql_1 |
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Completed initialization of buffer pool
mariadb_1 | --general-log gives you a log in /var/lib/mysql/ that may be helpful.
phpha_1 | [30-Jan-2016 10:49:25] NOTICE: fpm is running, pid 51
mariadb_1 |
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
mariadb_1 | The latest information about mysql_install_db is available at
phpha_1 | [30-Jan-2016 10:49:25] NOTICE: ready to handle connections
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: 128 rollback segment(s) are active.
mysql_1 | To do so, start the server, then issue the following commands:
mariadb_1 | https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Waiting for purge to start
phpha_1 | [30-Jan-2016 10:49:25] NOTICE: systemd monitor interval set to 10000ms
mysql_1 |
mariadb_1 | MariaDB is hosted on launchpad; You can find the latest source and
percona_1 | 2016-01-30 10:49:28 56 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.27-76.0 started; log sequence number 1625977
mysql_1 | /usr/bin/mysqladmin -u root password 'new-password'
mysql_1 | /usr/bin/mysqladmin -u root -h 474f32c91f6b password 'new-password'
mariadb_1 | email lists at http://launchpad.net/maria
percona_1 | 2016-01-30 10:49:28 56 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
mariadb_1 |
mysql_1 |
percona_1 | 2016-01-30 10:49:28 56 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
mariadb_1 | Please check all of the above before submitting a bug report
mysql_1 | Alternatively you can run:
mariadb_1 | at http://mariadb.org/jira
mysql_1 |
percona_1 | 2016-01-30 10:49:31 56 [Note] Binlog end
mariadb_1 |
mysql_1 | /usr/bin/mysql_secure_installation
percona_1 | 2016-01-30 10:49:31 56 [Note] InnoDB: FTS optimize thread exiting.
mysql_1 |
percona_1 | 2016-01-30 10:49:31 56 [Note] InnoDB: Starting shutdown...
mysql_1 | which will also give you the option of removing the test
percona_1 | 2016-01-30 10:49:33 56 [Note] InnoDB: Shutdown completed; log sequence number 1625987
mysql_1 | databases and anonymous user created by default. This is
percona_1 |
mysql_1 | strongly recommended for production servers.
mysql_1 |
percona_1 |
percona_1 |
mysql_1 | See the manual for more instructions.
mysql_1 |
percona_1 |
mysql_1 | Please report any problems at http://bugs.mysql.com/
percona_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
mysql_1 |
percona_1 | To do so, start the server, then issue the following commands:
mysql_1 | The latest information about MySQL is available on the web at
mysql_1 |
percona_1 |
mysql_1 | http://www.mysql.com
mysql_1 |
percona_1 | /usr/bin/mysqladmin -u root password 'new-password'
mysql_1 | Support MySQL by buying support/licenses at http://shop.mysql.com
mysql_1 |
percona_1 | /usr/bin/mysqladmin -u root -h 1db733ae21ad password 'new-password'
mysql_1 | Note: new default config file not created.
percona_1 |
mysql_1 | Please make sure your config file is current
mysql_1 |
percona_1 | Alternatively you can run:
percona_1 |
mysql_1 | WARNING: Default config file /etc/mysql/my.cnf exists on the system
mysql_1 | This file will be read by default by the MySQL server
mysql_1 | If you do not want to use this, either remove it, or use the
percona_1 | /usr/bin/mysql_secure_installation
percona_1 |
mysql_1 | --defaults-file argument to mysqld_safe when starting the server
percona_1 | which will also give you the option of removing the test
mysql_1 |
mysql_1 | Database initialized
percona_1 | databases and anonymous user created by default. This is
mysql_1 | MySQL init process in progress...
percona_1 | strongly recommended for production servers.
mysql_1 | MySQL init process in progress...
percona_1 |
mysql_1 | MySQL init process in progress...
percona_1 | See the manual for more instructions.
mysql_1 | MySQL init process in progress...
percona_1 |
mysql_1 | 2016-01-30 10:49:36 0 [Note] mysqld (mysqld 5.6.27) starting as process 76 ...
percona_1 | Please report any problems at
percona_1 | https://bugs.launchpad.net/percona-server/+filebug
mysql_1 | 2016-01-30 10:49:36 76 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
mysql_1 | 2016-01-30 10:49:36 76 [Note] Plugin 'FEDERATED' is disabled.
percona_1 |
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Using atomics to ref count buffer pool pages
percona_1 | The latest information about Percona Server is available on the web at
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: The InnoDB memory heap is disabled
percona_1 | http://www.percona.com/software/percona-server
percona_1 |
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Memory barrier is not used
percona_1 | Support Percona by buying support at
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Compressed tables use zlib 1.2.8
percona_1 | http://www.percona.com/products/mysql-support
percona_1 |
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Using CPU crc32 instructions
percona_1 | WARNING: Default config file /etc/mysql/my.cnf exists on the system
percona_1 | This file will be read by default by the MySQL server
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Initializing buffer pool, size = 128.0M
percona_1 | If you do not want to use this, either remove it, or use the
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Completed initialization of buffer pool
percona_1 | --defaults-file argument to mysqld_safe when starting the server
percona_1 |
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Highest supported file format is Barracuda.
percona_1 | Database initialized
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: 128 rollback segment(s) are active.
percona_1 | MySQL init process in progress...
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: Waiting for purge to start
percona_1 | MySQL init process in progress...
mysql_1 | 2016-01-30 10:49:36 76 [Note] InnoDB: 5.6.27 started; log sequence number 1625987
percona_1 | MySQL init process in progress...
percona_1 | MySQL init process in progress...
mysql_1 | 2016-01-30 10:49:36 76 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 27c5c1e2-c73f-11e5-a0c7-0242ac110006.
percona_1 | 2016-01-30 10:49:37 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
mysql_1 | 2016-01-30 10:49:36 76 [Warning] 'user' entry 'root@474f32c91f6b' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:37 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
percona_1 | 2016-01-30 10:49:37 0 [Note] mysqld (mysqld 5.6.27-76.0) starting as process 81 ...
mysql_1 | 2016-01-30 10:49:36 76 [Warning] 'user' entry '@474f32c91f6b' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:37 81 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
mysql_1 | 2016-01-30 10:49:36 76 [Warning] 'proxies_priv' entry '@ root@474f32c91f6b' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:37 81 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
mysql_1 | 2016-01-30 10:49:37 76 [Note] Event Scheduler: Loaded 0 events
percona_1 | 2016-01-30 10:49:37 81 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2016-01-30 10:49:37 76 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.6.27' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Using atomics to ref count buffer pool pages
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: The InnoDB memory heap is disabled
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Memory barrier is not used
mysql_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_1 | 2016-01-30 10:49:56 76 [Warning] 'proxies_priv' entry '@ root@474f32c91f6b' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Compressed tables use zlib 1.2.8
mysql_1 |
mysql_1 | /entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Using Linux native AIO
mysql_1 |
mysql_1 | 2016-01-30 10:49:56 76 [Note] mysqld: Normal shutdown
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 |
mysql_1 | 2016-01-30 10:49:56 76 [Note] Giving 0 client threads a chance to die gracefully
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Initializing buffer pool, size = 128.0M
mysql_1 | 2016-01-30 10:49:56 76 [Note] Event Scheduler: Purging the queue. 0 events
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down slave threads
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2016-01-30 10:49:56 76 [Note] Forcefully disconnecting 0 remaining clients
percona_1 | MySQL init process in progress...
mysql_1 | 2016-01-30 10:49:56 76 [Note] Binlog end
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Highest supported file format is Barracuda.
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: 128 rollback segment(s) are active.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'partition'
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Waiting for purge to start
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
percona_1 | 2016-01-30 10:49:37 81 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.27-76.0 started; log sequence number 1625987
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
percona_1 | 2016-01-30 10:49:37 81 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 28651302-c73f-11e5-a0c7-0242ac110005.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
percona_1 | 2016-01-30 10:49:37 81 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
percona_1 | 2016-01-30 10:49:37 81 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
percona_1 | 2016-01-30 10:49:37 81 [Warning] 'user' entry 'root@1db733ae21ad' ignored in --skip-name-resolve mode.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
percona_1 | 2016-01-30 10:49:37 81 [Warning] 'user' entry '@1db733ae21ad' ignored in --skip-name-resolve mode.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
percona_1 | 2016-01-30 10:49:37 81 [Warning] 'proxies_priv' entry '@ root@1db733ae21ad' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:38 81 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
percona_1 | 2016-01-30 10:49:38 81 [Note] mysqld: ready for connections.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
percona_1 | Version: '5.6.27-76.0' socket: '/var/run/mysqld/mysqld.sock' port: 0 Percona Server (GPL), Release 76.0, Revision 5498987
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
percona_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_FT_DELETED'
percona_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
percona_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_METRICS'
percona_1 | 2016-01-30 10:49:56 81 [Warning] 'proxies_priv' entry '@ root@1db733ae21ad' ignored in --skip-name-resolve mode.
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
percona_1 |
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
percona_1 | /docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
percona_1 |
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
percona_1 | 2016-01-30 10:49:56 81 [Note] mysqld: Normal shutdown
percona_1 |
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
percona_1 | 2016-01-30 10:49:56 81 [Note] Giving 0 client threads a chance to die gracefully
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
percona_1 | 2016-01-30 10:49:56 81 [Note] Event Scheduler: Purging the queue. 0 events
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_CMPMEM'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down slave threads
percona_1 | 2016-01-30 10:49:56 81 [Note] Forcefully disconnecting 0 remaining clients
percona_1 | 2016-01-30 10:49:56 81 [Note] Binlog end
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_CMP_RESET'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_CMP'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'partition'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'ARCHIVE'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_LOCKS'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'BLACKHOLE'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'INNODB_TRX'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CHANGED_PAGES'
mysql_1 | 2016-01-30 10:49:56 76 [Note] Shutting down plugin 'InnoDB'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
mysql_1 | 2016-01-30 10:49:56 76 [Note] InnoDB: FTS optimize thread exiting.
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
mysql_1 | 2016-01-30 10:49:56 76 [Note] InnoDB: Starting shutdown...
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
mysql_1 | 2016-01-30 10:49:57 76 [Note] InnoDB: Shutdown completed; log sequence number 1625997
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'ARCHIVE'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'BLACKHOLE'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'CSV'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'MEMORY'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'MyISAM'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'MRG_MYISAM'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'sha256_password'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'mysql_old_password'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'mysql_native_password'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
mysql_1 | 2016-01-30 10:49:57 76 [Note] Shutting down plugin 'binlog'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_1 | 2016-01-30 10:49:57 76 [Note] mysqld: Shutdown complete
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
mysql_1 |
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_FT_DELETED'
mysql_1 |
mysql_1 | MySQL init process done. Ready for start up.
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
mysql_1 |
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_METRICS'
mysql_1 | 2016-01-30 10:49:58 0 [Note] mysqld (mysqld 5.6.27) starting as process 20 ...
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
mysql_1 | 2016-01-30 10:49:58 20 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
mysql_1 | 2016-01-30 10:49:58 20 [Note] Plugin 'FEDERATED' is disabled.
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Using atomics to ref count buffer pool pages
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: The InnoDB memory heap is disabled
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Memory barrier is not used
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CMPMEM'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CMP_RESET'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_CMP'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Compressed tables use zlib 1.2.8
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Using Linux native AIO
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_LOCKS'
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'INNODB_TRX'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Initializing buffer pool, size = 128.0M
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'XTRADB_RSEG'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Completed initialization of buffer pool
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'XTRADB_INTERNAL_HASH_TABLES'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Highest supported file format is Barracuda.
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'XTRADB_READ_VIEW'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: 128 rollback segment(s) are active.
percona_1 | 2016-01-30 10:49:56 81 [Note] Shutting down plugin 'InnoDB'
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: Waiting for purge to start
percona_1 | 2016-01-30 10:49:56 81 [Note] InnoDB: FTS optimize thread exiting.
percona_1 | 2016-01-30 10:49:56 81 [Note] InnoDB: Starting shutdown...
mysql_1 | 2016-01-30 10:49:58 20 [Note] InnoDB: 5.6.27 started; log sequence number 1625997
mysql_1 | 2016-01-30 10:49:58 20 [Note] Server hostname (bind-address): '*'; port: 3306
percona_1 | 2016-01-30 10:49:58 81 [Note] InnoDB: Shutdown completed; log sequence number 1625997
mysql_1 | 2016-01-30 10:49:58 20 [Note] IPv6 is available.
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_1 | 2016-01-30 10:49:58 20 [Note] - '::' resolves to '::';
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'CSV'
mysql_1 | 2016-01-30 10:49:58 20 [Note] Server socket created on IP: '::'.
mysql_1 | 2016-01-30 10:49:58 20 [Warning] 'proxies_priv' entry '@ root@474f32c91f6b' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'MRG_MYISAM'
mysql_1 | 2016-01-30 10:49:58 20 [Note] Event Scheduler: Loaded 0 events
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'MyISAM'
mysql_1 | 2016-01-30 10:49:58 20 [Note] mysqld: ready for connections.
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'MEMORY'
mysql_1 | Version: '5.6.27' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'sha256_password'
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'mysql_old_password'
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'mysql_native_password'
percona_1 | 2016-01-30 10:49:58 81 [Note] Shutting down plugin 'binlog'
percona_1 | 2016-01-30 10:49:58 81 [Note] mysqld: Shutdown complete
percona_1 |
percona_1 |
percona_1 | MySQL init process done. Ready for start up.
percona_1 |
percona_1 | 2016-01-30 10:49:59 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
percona_1 | 2016-01-30 10:49:59 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
percona_1 | 2016-01-30 10:49:59 0 [Note] mysqld (mysqld 5.6.27-76.0) starting as process 20 ...
percona_1 | 2016-01-30 10:49:59 20 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
percona_1 | 2016-01-30 10:49:59 20 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
percona_1 | 2016-01-30 10:49:59 20 [Note] Plugin 'FEDERATED' is disabled.
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Using atomics to ref count buffer pool pages
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: The InnoDB memory heap is disabled
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Memory barrier is not used
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Compressed tables use zlib 1.2.8
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Using Linux native AIO
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Using CPU crc32 instructions
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Initializing buffer pool, size = 128.0M
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Completed initialization of buffer pool
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Highest supported file format is Barracuda.
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: 128 rollback segment(s) are active.
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Waiting for purge to start
percona_1 | 2016-01-30 10:49:59 20 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.27-76.0 started; log sequence number 1625997
percona_1 | 2016-01-30 10:49:59 20 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
percona_1 | 2016-01-30 10:49:59 20 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
percona_1 | 2016-01-30 10:49:59 20 [Note] Server hostname (bind-address): '*'; port: 3306
percona_1 | 2016-01-30 10:49:59 20 [Note] IPv6 is available.
percona_1 | 2016-01-30 10:49:59 20 [Note] - '::' resolves to '::';
percona_1 | 2016-01-30 10:49:59 20 [Note] Server socket created on IP: '::'.
percona_1 | 2016-01-30 10:49:59 20 [Warning] 'proxies_priv' entry '@ root@1db733ae21ad' ignored in --skip-name-resolve mode.
percona_1 | 2016-01-30 10:49:59 20 [Note] Event Scheduler: Loaded 0 events
percona_1 | 2016-01-30 10:49:59 20 [Note] mysqld: ready for connections.
percona_1 | Version: '5.6.27-76.0' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Percona Server (GPL), Release 76.0, Revision 5498987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment