Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. [skiptyler@Box ~]$ su
  2. Пароль:
  3. [root@Box skiptyler]# systemctl status httpd● httpd.service - Apache Web Server
  4. Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor
  5. Active: active (running) since Wed 2017-03-22 14:48:06 EET; 10min ago
  6. Process: 6893 ExecStop=/usr/bin/httpd -k graceful-stop (code=exited, stat
  7. Main PID: 6945 (httpd)
  8. Tasks: 82 (limit: 4915)
  9. CGroup: /system.slice/httpd.service
  10. ├─6945 /usr/bin/httpd -k start -DFOREGROUND
  11. ├─6946 /usr/bin/httpd -k start -DFOREGROUND
  12. ├─6947 /usr/bin/httpd -k start -DFOREGROUND
  13. └─6948 /usr/bin/httpd -k start -DFOREGROUND
  14.  
  15. мар 22 14:48:06 Box systemd[1]: Started Apache Web Server.
  16. мар 22 14:48:06 Box httpd[6945]: AH00558: httpd: Could not reliably determi
  17. [root@Box skiptyler]# mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
  18. Installing MariaDB/MySQL system tables in '/var/lib/mysql' ...
  19. 2017-03-22 14:59:12 139662445373504 [Note] /usr/sbin/mysqld (mysqld 10.1.22-MariaDB) starting as process 7647 ...
  20. 2017-03-22 14:59:12 139662445373504 [ERROR] mysqld: Can't lock aria control file '/var/lib/mysql/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds
  21. 2017-03-22 14:59:43 139662445373504 [ERROR] mysqld: Got error 'Could not get an exclusive lock; file is probably in use by another process' when trying to use aria control file '/var/lib/mysql/aria_log_control'
  22. 2017-03-22 14:59:43 139662445373504 [ERROR] Plugin 'Aria' init function returned error.
  23. 2017-03-22 14:59:43 139662445373504 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
  24. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  25. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: The InnoDB memory heap is disabled
  26. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  27. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  28. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Compressed tables use zlib 1.2.11
  29. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Using Linux native AIO
  30. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Using SSE crc32 instructions
  31. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  32. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Completed initialization of buffer pool
  33. 2017-03-22 14:59:43 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  34. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  35. 2017-03-22 14:59:43 139662445373504 [Note] InnoDB: Retrying to lock the first data file
  36. 2017-03-22 14:59:44 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  37. 2017-03-22 14:59:44 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  38. 2017-03-22 14:59:45 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  39. 2017-03-22 14:59:45 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  40. 2017-03-22 14:59:46 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  41. 2017-03-22 14:59:46 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  42. 2017-03-22 14:59:47 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  43. 2017-03-22 14:59:47 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  44. 2017-03-22 14:59:48 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  45. 2017-03-22 14:59:48 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  46. 2017-03-22 14:59:49 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  47. 2017-03-22 14:59:49 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  48. 2017-03-22 14:59:50 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  49. 2017-03-22 14:59:50 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  50. 2017-03-22 14:59:51 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  51. 2017-03-22 14:59:51 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  52. 2017-03-22 14:59:52 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  53. 2017-03-22 14:59:52 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  54. 2017-03-22 14:59:53 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  55. 2017-03-22 14:59:53 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
  56. 2017-03-22 14:59:54 139662445373504 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
  57. 2017-03-22 14:59:54 139662445373504 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement