Advertisement
Guest User

Error logs

a guest
Oct 17th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. **APACHE**
  2.  
  3. [Thu Oct 17 06:29:05.794345 2019] [mpm_prefork:notice] [pid 1016] AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1 configured -- resuming normal operations
  4. [Thu Oct 17 06:29:05.794360 2019] [core:notice] [pid 1016] AH00094: Command line: '/usr/sbin/apache2'
  5. [Thu Oct 17 07:16:17.281799 2019] [mpm_prefork:notice] [pid 1016] AH00169: caught SIGTERM, shutting down
  6. [Thu Oct 17 07:16:41.741696 2019] [mpm_prefork:notice] [pid 1024] AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1 configured -- resuming normal operations
  7. [Thu Oct 17 07:16:41.760813 2019] [core:notice] [pid 1024] AH00094: Command line: '/usr/sbin/apache2'
  8.  
  9. **MYSQL**
  10.  
  11. 2019-10-17T07:16:42.133017Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  12. 2019-10-17T07:16:42.134905Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.27-0ubuntu0.18.04.1) starting as process 1018 ...
  13. 2019-10-17T07:16:42.179799Z 0 [Note] InnoDB: PUNCH HOLE support available
  14. 2019-10-17T07:16:42.179824Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  15. 2019-10-17T07:16:42.179827Z 0 [Note] InnoDB: Uses event mutexes
  16. 2019-10-17T07:16:42.179831Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  17. 2019-10-17T07:16:42.179834Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  18. 2019-10-17T07:16:42.179839Z 0 [Note] InnoDB: Using Linux native AIO
  19. 2019-10-17T07:16:42.182146Z 0 [Note] InnoDB: Number of pools: 1
  20. 2019-10-17T07:16:42.188543Z 0 [Note] InnoDB: Using CPU crc32 instructions
  21. 2019-10-17T07:16:42.191137Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  22. 2019-10-17T07:16:42.268464Z 0 [Note] InnoDB: Completed initialization of buffer pool
  23. 2019-10-17T07:16:42.295992Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  24. 2019-10-17T07:16:42.313290Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  25. 2019-10-17T07:16:42.316834Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 91529458
  26. 2019-10-17T07:16:42.316850Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 91529467
  27. 2019-10-17T07:16:42.316855Z 0 [Note] InnoDB: Database was not shutdown normally!
  28. 2019-10-17T07:16:42.316858Z 0 [Note] InnoDB: Starting crash recovery.
  29. 2019-10-17T07:16:42.550366Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  30. 2019-10-17T07:16:42.550388Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  31. 2019-10-17T07:16:42.550426Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  32. 2019-10-17T07:16:42.619208Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  33. 2019-10-17T07:16:42.619988Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  34. 2019-10-17T07:16:42.620003Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  35. 2019-10-17T07:16:42.620235Z 0 [Note] InnoDB: Waiting for purge to start
  36. 2019-10-17T07:16:42.670389Z 0 [Note] InnoDB: 5.7.27 started; log sequence number 91529467
  37. 2019-10-17T07:16:42.670560Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  38. 2019-10-17T07:16:42.671173Z 0 [Note] Plugin 'FEDERATED' is disabled.
  39. 2019-10-17T07:16:42.714795Z 0 [Note] InnoDB: Buffer pool(s) load completed at 191017 7:16:42
  40. 2019-10-17T07:16:42.715881Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
  41. 2019-10-17T07:16:42.715895Z 0 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
  42. 2019-10-17T07:16:42.715904Z 0 [Note] - '127.0.0.1' resolves to '127.0.0.1';
  43. 2019-10-17T07:16:42.715932Z 0 [Note] Server socket created on IP: '127.0.0.1'.
  44. 2019-10-17T07:16:42.796415Z 0 [Note] Event Scheduler: Loaded 0 events
  45. 2019-10-17T07:16:42.796585Z 0 [Note] /usr/sbin/mysqld: ready for connections.
  46. Version: '5.7.27-0ubuntu0.18.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement