olacabs / jackhammer

Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
https://jch.olacabs.com/userguide
Other
718 stars 162 forks source link

Jackhammer is installed but can't access localhost:5000 #25

Open fz66 opened 7 years ago

fz66 commented 7 years ago

I have installed jackhammer in windows 10 with the necessary pre requisites jack

But cannot access localhost 5000.Netstat shows port 5000 is not listening. I'am able to ping 127.0.0.1. Any help is appreciated.

sidheshenator commented 7 years ago

Could you please cd in the jackhammer/ directory and post the output of docker-compose logs , docker-compose ps , and docker-compose port

fz66 commented 7 years ago

**$ docker-compose ps Name Command State Ports

jackhammermaster_redis_1 docker-entrypoint.sh redis ... Up 0.0.0.0:32768->6379/tcp jackhammermaster_web_1 bash -c mkdir -p tmp/pids ... Up 0.0.0.0:5000->3000/tcp jackhmmaer-db docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp**

$ docker-compose logs Attaching to jackhammermaster_web_1, jackhmmaer-db, jackhammermaster_redis_1 web_1 | Puma starting in single mode... web_1 | Version 2.14.0 (ruby 2.3.0-p0), codename: Fuchsia Friday web_1 | Min threads: 0, max threads: 16 web_1 | Environment: production web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:458: warning: already initialized constant Readline::HISTORY web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:486: warning: already initialized constant Readline::FILENAME_COMPLETION_PROC web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:517: warning: already initialized constant Readline::USERNAME_COMPLETION_PROC web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:523: warning: already initialized constant Readline::VERSION web_1 | Listening on tcp://0.0.0.0:3000 web_1 | Use Ctrl-C to stop web_1 | Puma starting in single mode... web_1 | Version 2.14.0 (ruby 2.3.0-p0), codename: Fuchsia Friday web_1 | Min threads: 0, max threads: 16 web_1 | Environment: production web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:458: warning: already initialized constant Readline::HISTORY web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:486: warning: already initialized constant Readline::FILENAME_COMPLETION_PROC web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:517: warning: already initialized constant Readline::USERNAME_COMPLETION_PROC web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:523: warning: already initialized constant Readline::VERSION web_1 | Listening on tcp://0.0.0.0:3000 web_1 | Use Ctrl-C to stop web_1 | Puma starting in single mode... web_1 | Version 2.14.0 (ruby 2.3.0-p0), codename: Fuchsia Friday web_1 | Min threads: 0, max threads: 16 web_1 | Environment: production web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:458: warning: already initialized constant Readline::HISTORY web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:486: warning: already initialized constant Readline::FILENAME_COMPLETION_PROC web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:517: warning: already initialized constant Readline::USERNAME_COMPLETION_PROC web_1 | /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rb-readline-0.5.1/lib/readline.rb:523: warning: already initialized constant Readline::VERSION web_1 | Listening on tcp://0.0.0.0:3000 web_1 | Use Ctrl-C to stop redis_1 | 1:C 18 May 09:55:51.063 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf redis_1 | Error grabbing logs: invalid character '\x00' looking for beginning of value jackhmmaer-db | Initializing database jackhmmaer-db | 2017-05-18T09:55:51.176674Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). jackhmmaer-db | 2017-05-18T09:55:51.335157Z 0 [Warning] InnoDB: New log files created, LSN=45790 jackhmmaer-db | 2017-05-18T09:55:51.368186Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. jackhmmaer-db | 2017-05-18T09:55:51.424871Z 0 [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: 2d0dc1c6-3bb0-11e7-b277-0242ac120003. jackhmmaer-db | 2017-05-18T09:55:51.426347Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. jackhmmaer-db | 2017-05-18T09:55:51.426607Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. jackhmmaer-db | 2017-05-18T09:55:51.668405Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:51.668874Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:51.669050Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:51.669101Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:51.669146Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | Database initialized jackhmmaer-db | Initializing certificates jackhmmaer-db | Generating a 2048 bit RSA private key jackhmmaer-db | .................................+++ jackhmmaer-db | ..................................+++ jackhmmaer-db | unable to write 'random state' jackhmmaer-db | writing new private key to 'ca-key.pem' jackhmmaer-db | ----- jackhmmaer-db | Generating a 2048 bit RSA private key jackhmmaer-db | .+++ jackhmmaer-db | .........+++ jackhmmaer-db | unable to write 'random state' jackhmmaer-db | writing new private key to 'server-key.pem' jackhmmaer-db | ----- jackhmmaer-db | Generating a 2048 bit RSA private key jackhmmaer-db | .......................+++ jackhmmaer-db | ......................+++ jackhmmaer-db | unable to write 'random state' jackhmmaer-db | writing new private key to 'client-key.pem' jackhmmaer-db | ----- jackhmmaer-db | Certificates initialized jackhmmaer-db | MySQL init process in progress... jackhmmaer-db | 2017-05-18T09:55:53.745588Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). jackhmmaer-db | 2017-05-18T09:55:53.746820Z 0 [Note] mysqld (mysqld 5.7.18) starting as process 95 ... jackhmmaer-db | 2017-05-18T09:55:53.750219Z 0 [Note] InnoDB: PUNCH HOLE support available jackhmmaer-db | 2017-05-18T09:55:53.750274Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins jackhmmaer-db | 2017-05-18T09:55:53.750286Z 0 [Note] InnoDB: Uses event mutexes jackhmmaer-db | 2017-05-18T09:55:53.750296Z 0 [Note] InnoDB: GCC builtin atomic_thread_fence() is used for memory barrier jackhmmaer-db | 2017-05-18T09:55:53.750303Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 jackhmmaer-db | 2017-05-18T09:55:53.750311Z 0 [Note] InnoDB: Using Linux native AIO jackhmmaer-db | 2017-05-18T09:55:53.750466Z 0 [Note] InnoDB: Number of pools: 1 jackhmmaer-db | 2017-05-18T09:55:53.750610Z 0 [Note] InnoDB: Using CPU crc32 instructions jackhmmaer-db | 2017-05-18T09:55:53.752472Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M jackhmmaer-db | 2017-05-18T09:55:53.760933Z 0 [Note] InnoDB: Completed initialization of buffer pool jackhmmaer-db | 2017-05-18T09:55:53.767993Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). jackhmmaer-db | 2017-05-18T09:55:53.779054Z 0 [Note] InnoDB: Highest supported file format is Barracuda. jackhmmaer-db | 2017-05-18T09:55:53.788853Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables jackhmmaer-db | 2017-05-18T09:55:53.788990Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... jackhmmaer-db | 2017-05-18T09:55:53.802021Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. jackhmmaer-db | 2017-05-18T09:55:53.802828Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. jackhmmaer-db | 2017-05-18T09:55:53.802849Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. jackhmmaer-db | 2017-05-18T09:55:53.805353Z 0 [Note] InnoDB: Waiting for purge to start jackhmmaer-db | 2017-05-18T09:55:53.855527Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 2535558 jackhmmaer-db | 2017-05-18T09:55:53.857758Z 0 [Note] Plugin 'FEDERATED' is disabled. jackhmmaer-db | 2017-05-18T09:55:53.862036Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool jackhmmaer-db | 2017-05-18T09:55:53.863791Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170518 9:55:53 jackhmmaer-db | 2017-05-18T09:55:53.866403Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. jackhmmaer-db | 2017-05-18T09:55:53.866582Z 0 [Warning] CA certificate ca.pem is self signed. jackhmmaer-db | 2017-05-18T09:55:53.871124Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:53.871183Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:53.871206Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:53.871220Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:53.872106Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:53.875892Z 0 [Note] Event Scheduler: Loaded 0 events jackhmmaer-db | 2017-05-18T09:55:53.876060Z 0 [Note] mysqld: ready for connections. jackhmmaer-db | Version: '5.7.18' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL) jackhmmaer-db | 2017-05-18T09:55:53.876074Z 0 [Note] Executing 'SELECT FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. jackhmmaer-db | 2017-05-18T09:55:53.876081Z 0 [Note] Beginning of list of non-natively partitioned tables jackhmmaer-db | 2017-05-18T09:55:53.883112Z 0 [Note] End of list of non-natively partitioned tables jackhmmaer-db | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it. jackhmmaer-db | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. jackhmmaer-db | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it. jackhmmaer-db | 2017-05-18T09:55:55.928331Z 5 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:55.928415Z 5 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:55.928441Z 5 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:55.928456Z 5 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:55.928485Z 5 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | mysql: [Warning] Using a password on the command line interface can be insecure. jackhmmaer-db | mysql: [Warning] Using a password on the command line interface can be insecure. jackhmmaer-db | ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'root'@'%' jackhmmaer-db | 2017-05-18T09:55:56.824535Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). jackhmmaer-db | 2017-05-18T09:55:56.825712Z 0 [Note] mysqld (mysqld 5.7.18) starting as process 1 ... jackhmmaer-db | 2017-05-18T09:55:56.836020Z 0 [Note] InnoDB: PUNCH HOLE support available jackhmmaer-db | 2017-05-18T09:55:56.836053Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins jackhmmaer-db | 2017-05-18T09:55:56.836061Z 0 [Note] InnoDB: Uses event mutexes jackhmmaer-db | 2017-05-18T09:55:56.836068Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier jackhmmaer-db | 2017-05-18T09:55:56.836074Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 jackhmmaer-db | 2017-05-18T09:55:56.836079Z 0 [Note] InnoDB: Using Linux native AIO jackhmmaer-db | 2017-05-18T09:55:56.836239Z 0 [Note] InnoDB: Number of pools: 1 jackhmmaer-db | 2017-05-18T09:55:56.836570Z 0 [Note] InnoDB: Using CPU crc32 instructions jackhmmaer-db | 2017-05-18T09:55:56.838003Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M jackhmmaer-db | 2017-05-18T09:55:56.847834Z 0 [Note] InnoDB: Completed initialization of buffer pool jackhmmaer-db | 2017-05-18T09:55:56.858746Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). jackhmmaer-db | 2017-05-18T09:55:56.870174Z 0 [Note] InnoDB: Highest supported file format is Barracuda. jackhmmaer-db | 2017-05-18T09:55:56.871560Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 2535558 jackhmmaer-db | 2017-05-18T09:55:57.152442Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 7712768 jackhmmaer-db | 2017-05-18T09:55:57.435044Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12139372 jackhmmaer-db | 2017-05-18T09:55:57.436060Z 0 [Note] InnoDB: Database was not shutdown normally! jackhmmaer-db | 2017-05-18T09:55:57.436271Z 0 [Note] InnoDB: Starting crash recovery. jackhmmaer-db | 2017-05-18T09:55:57.447559Z 0 [Note] InnoDB: Starting an apply batch of log records to the database... jackhmmaer-db | InnoDB: Progress in percent: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 jackhmmaer-db | 2017-05-18T09:55:58.396859Z 0 [Note] InnoDB: Apply batch completed jackhmmaer-db | 2017-05-18T09:55:58.499692Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" jackhmmaer-db | 2017-05-18T09:55:58.499706Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables jackhmmaer-db | 2017-05-18T09:55:58.499730Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... jackhmmaer-db | 2017-05-18T09:55:58.560674Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. jackhmmaer-db | 2017-05-18T09:55:58.561351Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. jackhmmaer-db | 2017-05-18T09:55:58.561358Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. jackhmmaer-db | 2017-05-18T09:55:58.561591Z 0 [Note] InnoDB: Waiting for purge to start jackhmmaer-db | 2017-05-18T09:55:58.614173Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 12139372 jackhmmaer-db | 2017-05-18T09:55:58.621505Z 0 [Note] Plugin 'FEDERATED' is disabled. jackhmmaer-db | 2017-05-18T09:55:58.627791Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool jackhmmaer-db | 2017-05-18T09:55:58.640913Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170518 9:55:58 jackhmmaer-db | 2017-05-18T09:55:58.647725Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. jackhmmaer-db | 2017-05-18T09:55:58.647909Z 0 [Warning] CA certificate ca.pem is self signed. jackhmmaer-db | 2017-05-18T09:55:58.649880Z 0 [Note] Server hostname (bind-address): ''; port: 3306 jackhmmaer-db | 2017-05-18T09:55:58.650741Z 0 [Note] IPv6 is available. jackhmmaer-db | 2017-05-18T09:55:58.650762Z 0 [Note] - '::' resolves to '::'; jackhmmaer-db | 2017-05-18T09:55:58.650781Z 0 [Note] Server socket created on IP: '::'. jackhmmaer-db | 2017-05-18T09:55:58.652622Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:58.652668Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:58.652692Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:58.652708Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:58.653784Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T09:55:58.658177Z 0 [Note] Event Scheduler: Loaded 0 events jackhmmaer-db | 2017-05-18T09:55:58.658299Z 0 [Note] mysqld: ready for connections. jackhmmaer-db | Version: '5.7.18' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) jackhmmaer-db | 2017-05-18T09:55:58.658313Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. jackhmmaer-db | 2017-05-18T09:55:58.658320Z 0 [Note] Beginning of list of non-natively partitioned tables jackhmmaer-db | 2017-05-18T09:55:58.665189Z 0 [Note] End of list of non-natively partitioned tables jackhmmaer-db | 2017-05-18T11:31:44.461224Z 0 [Note] Giving 0 client threads a chance to die gracefully jackhmmaer-db | 2017-05-18T11:31:44.461616Z 0 [Note] Shutting down slave threads jackhmmaer-db | 2017-05-18T11:31:44.461956Z 0 [Note] Forcefully disconnecting 0 remaining clients jackhmmaer-db | 2017-05-18T11:31:44.462132Z 0 [Note] Event Scheduler: Purging the queue. 0 events jackhmmaer-db | 2017-05-18T11:31:44.472563Z 0 [Note] Binlog end jackhmmaer-db | 2017-05-18T11:31:44.660968Z 0 [Note] Shutting down plugin 'ngram' jackhmmaer-db | 2017-05-18T11:31:44.661146Z 0 [Note] Shutting down plugin 'BLACKHOLE' jackhmmaer-db | 2017-05-18T11:31:44.661207Z 0 [Note] Shutting down plugin 'partition' jackhmmaer-db | 2017-05-18T11:31:44.661215Z 0 [Note] Shutting down plugin 'ARCHIVE' jackhmmaer-db | 2017-05-18T11:31:44.661220Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL' jackhmmaer-db | 2017-05-18T11:31:44.661226Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' jackhmmaer-db | 2017-05-18T11:31:44.661230Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' jackhmmaer-db | 2017-05-18T11:31:44.661235Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' jackhmmaer-db | 2017-05-18T11:31:44.661239Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' jackhmmaer-db | 2017-05-18T11:31:44.661244Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' jackhmmaer-db | 2017-05-18T11:31:44.661248Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' jackhmmaer-db | 2017-05-18T11:31:44.661252Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' jackhmmaer-db | 2017-05-18T11:31:44.661256Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' jackhmmaer-db | 2017-05-18T11:31:44.661261Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES' jackhmmaer-db | 2017-05-18T11:31:44.661265Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' jackhmmaer-db | 2017-05-18T11:31:44.661269Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' jackhmmaer-db | 2017-05-18T11:31:44.661273Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG' jackhmmaer-db | 2017-05-18T11:31:44.661277Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' jackhmmaer-db | 2017-05-18T11:31:44.661282Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED' jackhmmaer-db | 2017-05-18T11:31:44.661286Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' jackhmmaer-db | 2017-05-18T11:31:44.661290Z 0 [Note] Shutting down plugin 'INNODB_METRICS' jackhmmaer-db | 2017-05-18T11:31:44.661294Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' jackhmmaer-db | 2017-05-18T11:31:44.661299Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' jackhmmaer-db | 2017-05-18T11:31:44.661303Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' jackhmmaer-db | 2017-05-18T11:31:44.661307Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' jackhmmaer-db | 2017-05-18T11:31:44.661311Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' jackhmmaer-db | 2017-05-18T11:31:44.661315Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' jackhmmaer-db | 2017-05-18T11:31:44.661320Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' jackhmmaer-db | 2017-05-18T11:31:44.661324Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM' jackhmmaer-db | 2017-05-18T11:31:44.661328Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET' jackhmmaer-db | 2017-05-18T11:31:44.661332Z 0 [Note] Shutting down plugin 'INNODB_CMP' jackhmmaer-db | 2017-05-18T11:31:44.661336Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' jackhmmaer-db | 2017-05-18T11:31:44.661341Z 0 [Note] Shutting down plugin 'INNODB_LOCKS' jackhmmaer-db | 2017-05-18T11:31:44.661345Z 0 [Note] Shutting down plugin 'INNODB_TRX' jackhmmaer-db | 2017-05-18T11:31:44.661349Z 0 [Note] Shutting down plugin 'InnoDB' jackhmmaer-db | 2017-05-18T11:31:44.663083Z 0 [Note] InnoDB: FTS optimize thread exiting. jackhmmaer-db | 2017-05-18T11:31:44.673304Z 0 [Note] InnoDB: Starting shutdown... jackhmmaer-db | 2017-05-18T11:31:44.778567Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool jackhmmaer-db | 2017-05-18T11:31:44.789551Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 170518 11:31:44 jackhmmaer-db | 2017-05-18T11:31:46.325491Z 0 [Note] InnoDB: Shutdown completed; log sequence number 17906873 jackhmmaer-db | 2017-05-18T11:31:46.337004Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" jackhmmaer-db | 2017-05-18T11:31:46.337084Z 0 [Note] Shutting down plugin 'MRG_MYISAM' jackhmmaer-db | 2017-05-18T11:31:46.337371Z 0 [Note] Shutting down plugin 'MyISAM' jackhmmaer-db | 2017-05-18T11:31:46.337690Z 0 [Note] Shutting down plugin 'CSV' jackhmmaer-db | 2017-05-18T11:31:46.337798Z 0 [Note] Shutting down plugin 'MEMORY' jackhmmaer-db | 2017-05-18T11:31:46.337810Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' jackhmmaer-db | 2017-05-18T11:31:46.348860Z 0 [Note] Shutting down plugin 'sha256_password' jackhmmaer-db | 2017-05-18T11:31:46.348973Z 0 [Note] Shutting down plugin 'mysql_native_password' jackhmmaer-db | 2017-05-18T11:31:46.364269Z 0 [Note] Shutting down plugin 'binlog' jackhmmaer-db | 2017-05-18T11:31:46.415107Z 0 [Note] mysqld: Shutdown complete jackhmmaer-db | jackhmmaer-db | 2017-05-18T11:31:58.927499Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). jackhmmaer-db | 2017-05-18T11:31:58.928758Z 0 [Note] mysqld (mysqld 5.7.18) starting as process 1 ... jackhmmaer-db | 2017-05-18T11:31:58.934091Z 0 [Note] InnoDB: PUNCH HOLE support available jackhmmaer-db | 2017-05-18T11:31:58.934211Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins jackhmmaer-db | 2017-05-18T11:31:58.934224Z 0 [Note] InnoDB: Uses event mutexes jackhmmaer-db | 2017-05-18T11:31:58.934233Z 0 [Note] InnoDB: GCC builtin atomic_thread_fence() is used for memory barrier jackhmmaer-db | 2017-05-18T11:31:58.934240Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 jackhmmaer-db | 2017-05-18T11:31:58.934248Z 0 [Note] InnoDB: Using Linux native AIO jackhmmaer-db | 2017-05-18T11:31:58.934444Z 0 [Note] InnoDB: Number of pools: 1 jackhmmaer-db | 2017-05-18T11:31:58.934645Z 0 [Note] InnoDB: Using CPU crc32 instructions jackhmmaer-db | 2017-05-18T11:31:58.937065Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M jackhmmaer-db | 2017-05-18T11:31:58.943764Z 0 [Note] InnoDB: Completed initialization of buffer pool jackhmmaer-db | 2017-05-18T11:31:58.951076Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). jackhmmaer-db | 2017-05-18T11:31:58.971880Z 0 [Note] InnoDB: Highest supported file format is Barracuda. jackhmmaer-db | 2017-05-18T11:31:59.019662Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables jackhmmaer-db | 2017-05-18T11:31:59.020048Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... jackhmmaer-db | 2017-05-18T11:31:59.046020Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. jackhmmaer-db | 2017-05-18T11:31:59.047532Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. jackhmmaer-db | 2017-05-18T11:31:59.047571Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. jackhmmaer-db | 2017-05-18T11:31:59.050545Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 17906873 jackhmmaer-db | 2017-05-18T11:31:59.050758Z 0 [Note] Plugin 'FEDERATED' is disabled. jackhmmaer-db | 2017-05-18T11:31:59.050954Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool jackhmmaer-db | 2017-05-18T11:31:59.080478Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170518 11:31:59 jackhmmaer-db | 2017-05-18T11:31:59.156026Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. jackhmmaer-db | 2017-05-18T11:31:59.174097Z 0 [Warning] CA certificate ca.pem is self signed. jackhmmaer-db | 2017-05-18T11:31:59.193849Z 0 [Note] Server hostname (bind-address): ''; port: 3306 jackhmmaer-db | 2017-05-18T11:31:59.195965Z 0 [Note] IPv6 is available. jackhmmaer-db | 2017-05-18T11:31:59.196075Z 0 [Note] - '::' resolves to '::'; jackhmmaer-db | 2017-05-18T11:31:59.196141Z 0 [Note] Server socket created on IP: '::'. jackhmmaer-db | 2017-05-18T11:31:59.256136Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T11:31:59.256223Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T11:31:59.256902Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T11:31:59.257074Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T11:31:59.378104Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-18T11:31:59.455230Z 0 [Note] Event Scheduler: Loaded 0 events jackhmmaer-db | 2017-05-18T11:31:59.455558Z 0 [Note] mysqld: ready for connections. jackhmmaer-db | Version: '5.7.18' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) jackhmmaer-db | 2017-05-18T11:31:59.455577Z 0 [Note] Executing 'SELECT FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. jackhmmaer-db | 2017-05-18T11:31:59.455586Z 0 [Note] Beginning of list of non-natively partitioned tables jackhmmaer-db | 2017-05-18T11:31:59.529263Z 0 [Note] End of list of non-natively partitioned tables jackhmmaer-db | 2017-05-18T12:22:52.806699Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 2293499ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.) jackhmmaer-db | 2017-05-18T12:48:53.887330Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 83426ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.) jackhmmaer-db | 2017-05-19T07:25:16.948471Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). jackhmmaer-db | 2017-05-19T07:25:16.956631Z 0 [Note] mysqld (mysqld 5.7.18) starting as process 1 ... jackhmmaer-db | 2017-05-19T07:25:16.991825Z 0 [Note] InnoDB: PUNCH HOLE support available jackhmmaer-db | 2017-05-19T07:25:16.992060Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins jackhmmaer-db | 2017-05-19T07:25:16.992080Z 0 [Note] InnoDB: Uses event mutexes jackhmmaer-db | 2017-05-19T07:25:16.992096Z 0 [Note] InnoDB: GCC builtin atomic_thread_fence() is used for memory barrier jackhmmaer-db | 2017-05-19T07:25:16.992109Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 jackhmmaer-db | 2017-05-19T07:25:16.992122Z 0 [Note] InnoDB: Using Linux native AIO jackhmmaer-db | 2017-05-19T07:25:17.002022Z 0 [Note] InnoDB: Number of pools: 1 jackhmmaer-db | 2017-05-19T07:25:17.019084Z 0 [Note] InnoDB: Using CPU crc32 instructions jackhmmaer-db | 2017-05-19T07:25:17.024725Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M jackhmmaer-db | 2017-05-19T07:25:17.052094Z 0 [Note] InnoDB: Completed initialization of buffer pool jackhmmaer-db | 2017-05-19T07:25:17.062211Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). jackhmmaer-db | 2017-05-19T07:25:17.112217Z 0 [Note] InnoDB: Highest supported file format is Barracuda. jackhmmaer-db | 2017-05-19T07:25:17.133941Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 17906892 jackhmmaer-db | 2017-05-19T07:25:17.134155Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 17906901 jackhmmaer-db | 2017-05-19T07:25:17.134570Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 17906901 jackhmmaer-db | 2017-05-19T07:25:17.134594Z 0 [Note] InnoDB: Database was not shutdown normally! jackhmmaer-db | 2017-05-19T07:25:17.134608Z 0 [Note] InnoDB: Starting crash recovery. jackhmmaer-db | 2017-05-19T07:25:18.158059Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" jackhmmaer-db | 2017-05-19T07:25:18.158155Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables jackhmmaer-db | 2017-05-19T07:25:18.158205Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... jackhmmaer-db | 2017-05-19T07:25:18.306823Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. jackhmmaer-db | 2017-05-19T07:25:18.308587Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. jackhmmaer-db | 2017-05-19T07:25:18.308696Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. jackhmmaer-db | 2017-05-19T07:25:18.320678Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 17906901 jackhmmaer-db | 2017-05-19T07:25:18.326059Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool jackhmmaer-db | 2017-05-19T07:25:18.326472Z 0 [Note] Plugin 'FEDERATED' is disabled. jackhmmaer-db | 2017-05-19T07:25:18.466524Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. jackhmmaer-db | 2017-05-19T07:25:18.477843Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170519 7:25:18 jackhmmaer-db | 2017-05-19T07:25:18.492482Z 0 [Warning] CA certificate ca.pem is self signed. jackhmmaer-db | 2017-05-19T07:25:18.513285Z 0 [Note] Server hostname (bind-address): ''; port: 3306 jackhmmaer-db | 2017-05-19T07:25:18.513381Z 0 [Note] IPv6 is available. jackhmmaer-db | 2017-05-19T07:25:18.513396Z 0 [Note] - '::' resolves to '::'; jackhmmaer-db | 2017-05-19T07:25:18.513417Z 0 [Note] Server socket created on IP: '::'. jackhmmaer-db | 2017-05-19T07:25:18.568709Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:18.568901Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:18.569930Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:18.570705Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:18.699837Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:18.747812Z 0 [Note] Event Scheduler: Loaded 0 events jackhmmaer-db | 2017-05-19T07:25:18.748066Z 0 [Note] mysqld: ready for connections. jackhmmaer-db | Version: '5.7.18' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) jackhmmaer-db | 2017-05-19T07:25:18.748085Z 0 [Note] Executing 'SELECT FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. jackhmmaer-db | 2017-05-19T07:25:18.748094Z 0 [Note] Beginning of list of non-natively partitioned tables jackhmmaer-db | 2017-05-19T07:25:19.104402Z 0 [Note] End of list of non-natively partitioned tables jackhmmaer-db | 2017-05-19T07:25:30.062926Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). jackhmmaer-db | 2017-05-19T07:25:30.064781Z 0 [Note] mysqld (mysqld 5.7.18) starting as process 1 ... jackhmmaer-db | 2017-05-19T07:25:30.067996Z 0 [Note] InnoDB: PUNCH HOLE support available jackhmmaer-db | 2017-05-19T07:25:30.068088Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins jackhmmaer-db | 2017-05-19T07:25:30.068106Z 0 [Note] InnoDB: Uses event mutexes jackhmmaer-db | 2017-05-19T07:25:30.068169Z 0 [Note] InnoDB: GCC builtin atomic_thread_fence() is used for memory barrier jackhmmaer-db | 2017-05-19T07:25:30.068185Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 jackhmmaer-db | 2017-05-19T07:25:30.068197Z 0 [Note] InnoDB: Using Linux native AIO jackhmmaer-db | 2017-05-19T07:25:30.068670Z 0 [Note] InnoDB: Number of pools: 1 jackhmmaer-db | 2017-05-19T07:25:30.068795Z 0 [Note] InnoDB: Using CPU crc32 instructions jackhmmaer-db | 2017-05-19T07:25:30.070056Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M jackhmmaer-db | 2017-05-19T07:25:30.076494Z 0 [Note] InnoDB: Completed initialization of buffer pool jackhmmaer-db | 2017-05-19T07:25:30.080268Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). jackhmmaer-db | 2017-05-19T07:25:30.091847Z 0 [Note] InnoDB: Highest supported file format is Barracuda. jackhmmaer-db | 2017-05-19T07:25:30.093380Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 17906920 jackhmmaer-db | 2017-05-19T07:25:30.093570Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 17906929 jackhmmaer-db | 2017-05-19T07:25:30.094534Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 17906929 jackhmmaer-db | 2017-05-19T07:25:30.094627Z 0 [Note] InnoDB: Database was not shutdown normally! jackhmmaer-db | 2017-05-19T07:25:30.094650Z 0 [Note] InnoDB: Starting crash recovery. jackhmmaer-db | 2017-05-19T07:25:30.219875Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" jackhmmaer-db | 2017-05-19T07:25:30.220033Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables jackhmmaer-db | 2017-05-19T07:25:30.220108Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... jackhmmaer-db | 2017-05-19T07:25:30.378595Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. jackhmmaer-db | 2017-05-19T07:25:30.379873Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. jackhmmaer-db | 2017-05-19T07:25:30.380033Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. jackhmmaer-db | 2017-05-19T07:25:30.380918Z 0 [Note] InnoDB: Waiting for purge to start jackhmmaer-db | 2017-05-19T07:25:30.431183Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 17906929 jackhmmaer-db | 2017-05-19T07:25:30.431651Z 0 [Note] Plugin 'FEDERATED' is disabled. jackhmmaer-db | 2017-05-19T07:25:30.436106Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. jackhmmaer-db | 2017-05-19T07:25:30.436668Z 0 [Warning] CA certificate ca.pem is self signed. jackhmmaer-db | 2017-05-19T07:25:30.437598Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool jackhmmaer-db | 2017-05-19T07:25:30.439052Z 0 [Note] Server hostname (bind-address): ''; port: 3306 jackhmmaer-db | 2017-05-19T07:25:30.440531Z 0 [Note] IPv6 is available. jackhmmaer-db | 2017-05-19T07:25:30.440607Z 0 [Note] - '::' resolves to '::'; jackhmmaer-db | 2017-05-19T07:25:30.440634Z 0 [Note] Server socket created on IP: '::'. jackhmmaer-db | 2017-05-19T07:25:30.440418Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170519 7:25:30 jackhmmaer-db | 2017-05-19T07:25:30.494241Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:30.495320Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:30.495785Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:30.495835Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:30.624112Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. jackhmmaer-db | 2017-05-19T07:25:30.630436Z 0 [Note] Event Scheduler: Loaded 0 events jackhmmaer-db | 2017-05-19T07:25:30.630640Z 0 [Note] mysqld: ready for connections. jackhmmaer-db | Version: '5.7.18' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) jackhmmaer-db | 2017-05-19T07:25:30.630665Z 0 [Note] Executing 'SELECT FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. jackhmmaer-db | 2017-05-19T07:25:30.630674Z 0 [Note] Beginning of list of non-natively partitioned tables jackhmmaer-db | 2017-05-19T07:25:30.641841Z 0 [Note] End of list of non-natively partitioned tables

fz66 commented 7 years ago

@sidheshenator The last command seems to be incomplete

$ docker-compose port Print the public port for a port binding.

Usage: port [options] SERVICE PRIVATE_PORT

Options: --protocol=proto tcp or udp [default: tcp] --index=index index of the container if there are multiple instances of a service [default: 1]

ldwyer189 commented 7 years ago

@fz66 I have docker installed and docker compose installed on Win10 Enterprise.
What are my next steps? Running into not enough steps listed.

thank you in advance.

hackerabhinavverma commented 7 years ago

+1 previously i was able to access on my kali linux but now i am not able to access it when my i am connected to internet. Once i turn of my wifi and lan connectivity it start working.

what can be the issue ?

4rth4S commented 7 years ago

I've the same problem that @fz66 , I can ping localhost, but when I throw netstat -putan (on debian) I'm not see port 5000 listening on 127.0.0.1 .. Can you solve the issue ?

thank you in advance.

juushya commented 7 years ago

Fix

  1. Restart Docker services

    /etc/init.d/docker restart
  2. Restart jackhammer

    docker-compose stop
    docker-compose rm
    docker-compose up -d
  3. Wait for a few minutes. Use Firefox browser to access:

http://localhost:5000

Note: netstat -ant | grep 5000 should show

tcp6       0      0 :::5000                 :::*                    LISTEN     

HTH.