14.04 lempp kurulumda mysql root password sorunu

Başlatan McOrco, 30 Aralık 2014 - 03:42:46

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

McOrco

kurulumda mysql kurulumu aşamasında verdiğim
mysql root passwordu girip doğruladıktan sonra
aşağıdaki hatayı alıyorum

Alıntı YapUnable to set password for the MySQL "root" user  An error occurred while setting the password for the MySQL administrative user. This may have happened because the account already has a password, or because of a communication problem with the MySQL server.


dpkg -l | grep mysql

çıktısına göre kurulu
root@server:~# dpkg -l | grep mysql
ii  libdbd-mysql-perl               4.025-1                       amd64        Perl5 database interface to the MySQL database
ii  libmysqlclient18:amd64          5.5.40-0ubuntu0.14.04.1       amd64        MySQL database client library
ii  mysql-client-5.5                5.5.40-0ubuntu0.14.04.1       amd64        MySQL database client binaries
ii  mysql-client-core-5.5           5.5.40-0ubuntu0.14.04.1       amd64        MySQL database core client binaries
ii  mysql-common                    5.5.40-0ubuntu0.14.04.1       all          MySQL database common files, e.g. /etc/mysql/my.cnf
ii  mysql-server                    5.5.40-0ubuntu0.14.04.1       all          MySQL database server (metapackage depending on the latest version)
ii  mysql-server-5.5                5.5.40-0ubuntu0.14.04.1       amd64        MySQL database server binaries and system database setup
ii  mysql-server-core-5.5           5.5.40-0ubuntu0.14.04.1       amd64        MySQL database server binaries


Alıntı Yapservice mysql status
çıktısına göre çalışıyor

root@server:~# service mysql status
mysql start/post-start, process 18045
        post-start process 18046


ps aux | grep mysql
sonucu ise

root@server:~# ps aux | grep mysql
mysql    19515  0.0  1.4 159980 15416 ?        Ss   01:40   0:00 /usr/sbin/mysqld
root     19528  0.0  0.0   8816   768 pts/0    S+   01:40   0:00 grep --color=auto mysql


sanallaştırma çözümü neyazıkki openvz



[eklenti yönetici tarafından silindi]

heartsmagic

MySQL çalışmıyor görünüyor, alınan çıktı sorunlu çünkü:

mysql start/post-start, process 18045
        post-start process 18046


OpenVZ konusuna işaret ediyor haliyle. Orada bazı öneriler var ancak denemeden önce şu çıktıları bir görebilir miyiz:

grep -i mysql /var/log/syslog
cat /var/log/mysql/error.log
service mysql stop
mysqld -v


Bakalım ayrıntılarda makul bir şey yakalayabilecek miyiz?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

McOrco

grep -i mysql /var/log/syslog
sonucu yok yeniden komut satırına düşüyor

cat /var/log/mysql/error.log çıktısı
141230 14:10:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:38 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:38 InnoDB: Using Linux native AIO
141230 14:10:38  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:41  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:41 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:41 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:41 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:41 [ERROR] Aborting

141230 14:10:41 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:10:41 [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.
141230 14:10:41 [Note] Plugin 'FEDERATED' is disabled.
141230 14:10:41 InnoDB: The InnoDB memory heap is disabled
141230 14:10:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:41 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:41 InnoDB: Using Linux native AIO
141230 14:10:41  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:44  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:44 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:44 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:44 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:44 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:44 [ERROR] Aborting

141230 14:10:44 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:10:44 [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.
141230 14:10:44 [Note] Plugin 'FEDERATED' is disabled.
141230 14:10:44 InnoDB: The InnoDB memory heap is disabled
141230 14:10:44 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:44 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:44 InnoDB: Using Linux native AIO
141230 14:10:44  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:47  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:47 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:47 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:47 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:47 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:47 [ERROR] Aborting

141230 14:10:47 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:10:47 [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.
141230 14:10:47 [Note] Plugin 'FEDERATED' is disabled.
141230 14:10:47 InnoDB: The InnoDB memory heap is disabled
141230 14:10:47 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:47 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:47 InnoDB: Using Linux native AIO
141230 14:10:47  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:50  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:50 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:50 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:50 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:50 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:50 [ERROR] Aborting

141230 14:10:50 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:10:50 [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.
141230 14:10:50 [Note] Plugin 'FEDERATED' is disabled.
141230 14:10:50 InnoDB: The InnoDB memory heap is disabled
141230 14:10:50 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:50 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:50 InnoDB: Using Linux native AIO
141230 14:10:50  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:53  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:53 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:53 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:53 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:53 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:53 [ERROR] Aborting

141230 14:10:53 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:10:53 [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.
141230 14:10:53 [Note] Plugin 'FEDERATED' is disabled.
141230 14:10:53 InnoDB: The InnoDB memory heap is disabled
141230 14:10:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:53 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:53 InnoDB: Using Linux native AIO
141230 14:10:53  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:56  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:56 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:56 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:56 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:56 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:56 [ERROR] Aborting

141230 14:10:56 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:10:56 [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.
141230 14:10:56 [Note] Plugin 'FEDERATED' is disabled.
141230 14:10:56 InnoDB: The InnoDB memory heap is disabled
141230 14:10:56 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:10:56 InnoDB: Compressed tables use zlib 1.2.8
141230 14:10:56 InnoDB: Using Linux native AIO
141230 14:10:56  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:10:59  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:10:59 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:10:59 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:10:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:10:59 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:10:59 [ERROR] Aborting

141230 14:10:59 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:00 [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.
141230 14:11:00 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:00 InnoDB: The InnoDB memory heap is disabled
141230 14:11:00 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:00 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:00 InnoDB: Using Linux native AIO
141230 14:11:00  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:02  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:02 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:02 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:02 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:02 [ERROR] Aborting

141230 14:11:02 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:03 [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.
141230 14:11:03 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:03 InnoDB: The InnoDB memory heap is disabled
141230 14:11:03 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:03 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:03 InnoDB: Using Linux native AIO
141230 14:11:03  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:05  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:05 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:05 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:05 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:05 [ERROR] Aborting

141230 14:11:05 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:06 [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.
141230 14:11:06 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:06 InnoDB: The InnoDB memory heap is disabled
141230 14:11:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:06 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:06 InnoDB: Using Linux native AIO
141230 14:11:06  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:08  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:08 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:08 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:08 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:08 [ERROR] Aborting

141230 14:11:08 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:09 [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.
141230 14:11:09 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:09 InnoDB: The InnoDB memory heap is disabled
141230 14:11:09 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:09 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:09 InnoDB: Using Linux native AIO
141230 14:11:09  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:11  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:11 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:11 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:11 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:11 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:11 [ERROR] Aborting

141230 14:11:11 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:12 [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.
141230 14:11:12 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:12 InnoDB: The InnoDB memory heap is disabled
141230 14:11:12 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:12 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:12 InnoDB: Using Linux native AIO
141230 14:11:12  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:14  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:14 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:14 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:14 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:14 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:14 [ERROR] Aborting

141230 14:11:14 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:15 [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.
141230 14:11:15 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:15 InnoDB: The InnoDB memory heap is disabled
141230 14:11:15 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:15 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:15 InnoDB: Using Linux native AIO
141230 14:11:15  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:18  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:18 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:18 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:18 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:18 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:18 [ERROR] Aborting

141230 14:11:18 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:18 [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.
141230 14:11:18 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:18 InnoDB: The InnoDB memory heap is disabled
141230 14:11:18 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:18 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:18 InnoDB: Using Linux native AIO
141230 14:11:18  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:21  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:21 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:21 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:21 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:21 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:21 [ERROR] Aborting

141230 14:11:21 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:21 [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.
141230 14:11:21 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:21 InnoDB: The InnoDB memory heap is disabled
141230 14:11:21 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:21 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:21 InnoDB: Using Linux native AIO
141230 14:11:21  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:24  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:24 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:24 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:24 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:24 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:24 [ERROR] Aborting

141230 14:11:24 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:24 [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.
141230 14:11:24 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:24 InnoDB: The InnoDB memory heap is disabled
141230 14:11:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:24 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:24 InnoDB: Using Linux native AIO
141230 14:11:24  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:27  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:27 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:27 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:27 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:27 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:27 [ERROR] Aborting

141230 14:11:27 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:27 [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.
141230 14:11:27 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:27 InnoDB: The InnoDB memory heap is disabled
141230 14:11:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:27 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:27 InnoDB: Using Linux native AIO
141230 14:11:27  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:30  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:30 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:30 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:30 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:30 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:30 [ERROR] Aborting

141230 14:11:30 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:30 [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.
141230 14:11:30 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:30 InnoDB: The InnoDB memory heap is disabled
141230 14:11:30 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:30 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:30 InnoDB: Using Linux native AIO
141230 14:11:30  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:33  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:33 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:33 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:33 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:33 [ERROR] Aborting

141230 14:11:33 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:33 [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.
141230 14:11:33 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:33 InnoDB: The InnoDB memory heap is disabled
141230 14:11:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:33 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:33 InnoDB: Using Linux native AIO
141230 14:11:33  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:36  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:36 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:36 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:36 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:36 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:36 [ERROR] Aborting

141230 14:11:36 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:36 [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.
141230 14:11:36 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:36 InnoDB: The InnoDB memory heap is disabled
141230 14:11:36 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:36 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:36 InnoDB: Using Linux native AIO
141230 14:11:36  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:39  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:39 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:39 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:39 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:39 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:39 [ERROR] Aborting

141230 14:11:39 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:40 [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.
141230 14:11:40 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:40 InnoDB: The InnoDB memory heap is disabled
141230 14:11:40 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:40 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:40 InnoDB: Using Linux native AIO
141230 14:11:40  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:42  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:42 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:42 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:42 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:42 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:42 [ERROR] Aborting

141230 14:11:42 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:43 [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.
141230 14:11:43 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:43 InnoDB: The InnoDB memory heap is disabled
141230 14:11:43 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:43 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:43 InnoDB: Using Linux native AIO
141230 14:11:43  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:45  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:45 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:45 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:45 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:45 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:45 [ERROR] Aborting

141230 14:11:45 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:46 [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.
141230 14:11:46 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:46 InnoDB: The InnoDB memory heap is disabled
141230 14:11:46 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:46 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:46 InnoDB: Using Linux native AIO
141230 14:11:46  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:48  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:48 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:48 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:48 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:48 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:48 [ERROR] Aborting

141230 14:11:48 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:49 [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.
141230 14:11:49 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:49 InnoDB: The InnoDB memory heap is disabled
141230 14:11:49 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:49 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:49 InnoDB: Using Linux native AIO
141230 14:11:49  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:51  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:51 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:51 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:51 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:51 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:51 [ERROR] Aborting

141230 14:11:51 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:52 [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.
141230 14:11:52 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:52 InnoDB: The InnoDB memory heap is disabled
141230 14:11:52 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:52 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:52 InnoDB: Using Linux native AIO
141230 14:11:52  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:54  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:54 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:54 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:54 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:54 [ERROR] Aborting

141230 14:11:54 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:55 [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.
141230 14:11:55 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:55 InnoDB: The InnoDB memory heap is disabled
141230 14:11:55 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:55 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:55 InnoDB: Using Linux native AIO
141230 14:11:55  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:11:57  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:11:57 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:11:57 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:11:57 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:11:57 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:11:57 [ERROR] Aborting

141230 14:11:57 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:11:58 [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.
141230 14:11:58 [Note] Plugin 'FEDERATED' is disabled.
141230 14:11:58 InnoDB: The InnoDB memory heap is disabled
141230 14:11:58 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:11:58 InnoDB: Compressed tables use zlib 1.2.8
141230 14:11:58 InnoDB: Using Linux native AIO
141230 14:11:58  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:01  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:01 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:01 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:01 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:01 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:01 [ERROR] Aborting

141230 14:12:01 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:01 [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.
141230 14:12:01 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:01 InnoDB: The InnoDB memory heap is disabled
141230 14:12:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:01 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:01 InnoDB: Using Linux native AIO
141230 14:12:01  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:04  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:04 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:04 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:04 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:04 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:04 [ERROR] Aborting

141230 14:12:04 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:04 [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.
141230 14:12:04 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:04 InnoDB: The InnoDB memory heap is disabled
141230 14:12:04 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:04 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:04 InnoDB: Using Linux native AIO
141230 14:12:04  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:07  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:07 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:07 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:07 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:07 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:07 [ERROR] Aborting

141230 14:12:07 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:07 [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.
141230 14:12:07 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:07 InnoDB: The InnoDB memory heap is disabled
141230 14:12:07 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:07 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:07 InnoDB: Using Linux native AIO
141230 14:12:07  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:10  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:10 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:10 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:10 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:10 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:10 [ERROR] Aborting

141230 14:12:10 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:10 [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.
141230 14:12:10 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:10 InnoDB: The InnoDB memory heap is disabled
141230 14:12:10 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:10 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:10 InnoDB: Using Linux native AIO
141230 14:12:10  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:13  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:13 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:13 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:13 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:13 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:13 [ERROR] Aborting

141230 14:12:13 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:14 [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.
141230 14:12:14 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:14 InnoDB: The InnoDB memory heap is disabled
141230 14:12:14 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:14 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:14 InnoDB: Using Linux native AIO
141230 14:12:14  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:16  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:16 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:16 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:16 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:16 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:16 [ERROR] Aborting

141230 14:12:16 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:17 [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.
141230 14:12:17 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:17 InnoDB: The InnoDB memory heap is disabled
141230 14:12:17 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:17 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:17 InnoDB: Using Linux native AIO
141230 14:12:17  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:19  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:19 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:19 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:19 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:19 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:19 [ERROR] Aborting

141230 14:12:19 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12: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.
141230 14:12:20 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:20 InnoDB: The InnoDB memory heap is disabled
141230 14:12:20 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:20 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:20 InnoDB: Using Linux native AIO
141230 14:12:20  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:22  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:22 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:22 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:22 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:22 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:22 [ERROR] Aborting

141230 14:12:22 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:23 [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.
141230 14:12:23 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:23 InnoDB: The InnoDB memory heap is disabled
141230 14:12:23 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:23 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:23 InnoDB: Using Linux native AIO
141230 14:12:23  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:25  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:25 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:25 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:25 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:25 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:25 [ERROR] Aborting

141230 14:12:25 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:26 [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.
141230 14:12:26 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:26 InnoDB: The InnoDB memory heap is disabled
141230 14:12:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:26 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:26 InnoDB: Using Linux native AIO
141230 14:12:26  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:28  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:28 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:28 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:28 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:28 [ERROR] Aborting

141230 14:12:28 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:29 [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.
141230 14:12:29 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:29 InnoDB: The InnoDB memory heap is disabled
141230 14:12:29 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:29 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:29 InnoDB: Using Linux native AIO
141230 14:12:29  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:31  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:31 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:31 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:31 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:31 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:31 [ERROR] Aborting

141230 14:12:31 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:32 [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.
141230 14:12:32 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:32 InnoDB: The InnoDB memory heap is disabled
141230 14:12:32 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:32 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:32 InnoDB: Using Linux native AIO
141230 14:12:32  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:35  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:35 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:35 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:35 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:35 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:35 [ERROR] Aborting

141230 14:12:35 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:35 [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.
141230 14:12:35 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:35 InnoDB: The InnoDB memory heap is disabled
141230 14:12:35 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:35 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:35 InnoDB: Using Linux native AIO
141230 14:12:35  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:38  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:38 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:38 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:38 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:38 [ERROR] Aborting

141230 14:12:38 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:38 [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.
141230 14:12:38 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:38 InnoDB: The InnoDB memory heap is disabled
141230 14:12:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:38 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:38 InnoDB: Using Linux native AIO
141230 14:12:38  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:41  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:41 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:41 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:41 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:41 [ERROR] Aborting

141230 14:12:41 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:41 [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.
141230 14:12:41 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:41 InnoDB: The InnoDB memory heap is disabled
141230 14:12:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:41 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:41 InnoDB: Using Linux native AIO
141230 14:12:41  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:44  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:44 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:44 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:44 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:44 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:44 [ERROR] Aborting

141230 14:12:44 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:44 [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.
141230 14:12:44 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:44 InnoDB: The InnoDB memory heap is disabled
141230 14:12:44 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:44 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:44 InnoDB: Using Linux native AIO
141230 14:12:44  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:47  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:47 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:47 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:47 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:47 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:47 [ERROR] Aborting

141230 14:12:47 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:47 [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.
141230 14:12:47 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:47 InnoDB: The InnoDB memory heap is disabled
141230 14:12:47 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:47 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:47 InnoDB: Using Linux native AIO
141230 14:12:47  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:50  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:50 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:50 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:50 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:50 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:50 [ERROR] Aborting

141230 14:12:50 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:50 [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.
141230 14:12:50 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:50 InnoDB: The InnoDB memory heap is disabled
141230 14:12:50 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:50 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:50 InnoDB: Using Linux native AIO
141230 14:12:50  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:53  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:53 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:53 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:53 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:53 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:53 [ERROR] Aborting

141230 14:12:53 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:53 [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.
141230 14:12:53 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:53 InnoDB: The InnoDB memory heap is disabled
141230 14:12:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:53 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:53 InnoDB: Using Linux native AIO
141230 14:12:53  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:56  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:56 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:56 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:56 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:56 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:56 [ERROR] Aborting

141230 14:12:56 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:12:57 [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.
141230 14:12:57 [Note] Plugin 'FEDERATED' is disabled.
141230 14:12:57 InnoDB: The InnoDB memory heap is disabled
141230 14:12:57 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:12:57 InnoDB: Compressed tables use zlib 1.2.8
141230 14:12:57 InnoDB: Using Linux native AIO
141230 14:12:57  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:12:59  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:12:59 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:12:59 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:12:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:12:59 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:12:59 [ERROR] Aborting

141230 14:12:59 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:00 [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.
141230 14:13:00 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:00 InnoDB: The InnoDB memory heap is disabled
141230 14:13:00 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:00 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:00 InnoDB: Using Linux native AIO
141230 14:13:00  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:02  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:02 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:02 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:02 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:02 [ERROR] Aborting

141230 14:13:02 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:03 [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.
141230 14:13:03 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:03 InnoDB: The InnoDB memory heap is disabled
141230 14:13:03 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:03 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:03 InnoDB: Using Linux native AIO
141230 14:13:03  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:05  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:05 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:05 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:05 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:05 [ERROR] Aborting

141230 14:13:05 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:06 [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.
141230 14:13:06 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:06 InnoDB: The InnoDB memory heap is disabled
141230 14:13:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:06 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:06 InnoDB: Using Linux native AIO
141230 14:13:06  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:08  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:08 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:08 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:08 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:08 [ERROR] Aborting

141230 14:13:08 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:09 [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.
141230 14:13:09 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:09 InnoDB: The InnoDB memory heap is disabled
141230 14:13:09 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:09 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:09 InnoDB: Using Linux native AIO
141230 14:13:09  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:11  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:11 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:11 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:11 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:11 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:11 [ERROR] Aborting

141230 14:13:11 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:12 [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.
141230 14:13:12 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:12 InnoDB: The InnoDB memory heap is disabled
141230 14:13:12 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:12 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:12 InnoDB: Using Linux native AIO
141230 14:13:12  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:14  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:14 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:14 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:14 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:14 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:14 [ERROR] Aborting

141230 14:13:14 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:15 [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.
141230 14:13:15 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:15 InnoDB: The InnoDB memory heap is disabled
141230 14:13:15 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:15 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:15 InnoDB: Using Linux native AIO
141230 14:13:15  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:18  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:18 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:18 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:18 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:18 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:18 [ERROR] Aborting

141230 14:13:18 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:18 [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.
141230 14:13:18 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:18 InnoDB: The InnoDB memory heap is disabled
141230 14:13:18 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:18 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:18 InnoDB: Using Linux native AIO
141230 14:13:18  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:21  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:21 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:21 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:21 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:21 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:21 [ERROR] Aborting

141230 14:13:21 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:21 [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.
141230 14:13:21 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:21 InnoDB: The InnoDB memory heap is disabled
141230 14:13:21 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:21 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:21 InnoDB: Using Linux native AIO
141230 14:13:21  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:24  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:24 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:24 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:24 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:24 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:24 [ERROR] Aborting

141230 14:13:24 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:24 [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.
141230 14:13:24 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:24 InnoDB: The InnoDB memory heap is disabled
141230 14:13:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:24 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:24 InnoDB: Using Linux native AIO
141230 14:13:24  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:27  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:27 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:27 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:27 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:27 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:27 [ERROR] Aborting

141230 14:13:27 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:27 [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.
141230 14:13:27 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:27 InnoDB: The InnoDB memory heap is disabled
141230 14:13:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:27 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:27 InnoDB: Using Linux native AIO
141230 14:13:27  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:30  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:30 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:30 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:30 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:30 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:30 [ERROR] Aborting

141230 14:13:30 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:30 [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.
141230 14:13:30 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:30 InnoDB: The InnoDB memory heap is disabled
141230 14:13:30 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:30 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:30 InnoDB: Using Linux native AIO
141230 14:13:30  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:33  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:33 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:33 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:33 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:33 [ERROR] Aborting

141230 14:13:33 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:33 [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.
141230 14:13:33 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:33 InnoDB: The InnoDB memory heap is disabled
141230 14:13:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:33 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:33 InnoDB: Using Linux native AIO
141230 14:13:33  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:36  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:36 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:36 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:36 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:36 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:36 [ERROR] Aborting

141230 14:13:36 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:36 [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.
141230 14:13:36 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:36 InnoDB: The InnoDB memory heap is disabled
141230 14:13:36 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:36 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:36 InnoDB: Using Linux native AIO
141230 14:13:36  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:39  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:39 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:39 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:39 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:39 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:39 [ERROR] Aborting

141230 14:13:39 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:40 [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.
141230 14:13:40 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:40 InnoDB: The InnoDB memory heap is disabled
141230 14:13:40 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:40 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:40 InnoDB: Using Linux native AIO
141230 14:13:40  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:42  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:42 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:42 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:42 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:42 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:42 [ERROR] Aborting

141230 14:13:42 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:43 [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.
141230 14:13:43 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:43 InnoDB: The InnoDB memory heap is disabled
141230 14:13:43 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:43 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:43 InnoDB: Using Linux native AIO
141230 14:13:43  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:45  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:45 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:45 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:45 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:45 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:45 [ERROR] Aborting

141230 14:13:45 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:46 [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.
141230 14:13:46 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:46 InnoDB: The InnoDB memory heap is disabled
141230 14:13:46 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:46 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:46 InnoDB: Using Linux native AIO
141230 14:13:46  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:48  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:48 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:48 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:48 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:48 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:48 [ERROR] Aborting

141230 14:13:48 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:49 [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.
141230 14:13:49 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:49 InnoDB: The InnoDB memory heap is disabled
141230 14:13:49 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:49 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:49 InnoDB: Using Linux native AIO
141230 14:13:49  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:51  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:51 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:51 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:51 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:51 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:51 [ERROR] Aborting

141230 14:13:51 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:52 [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.
141230 14:13:52 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:52 InnoDB: The InnoDB memory heap is disabled
141230 14:13:52 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:52 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:52 InnoDB: Using Linux native AIO
141230 14:13:52  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:54  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:54 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:54 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:54 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:54 [ERROR] Aborting

141230 14:13:54 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:55 [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.
141230 14:13:55 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:55 InnoDB: The InnoDB memory heap is disabled
141230 14:13:55 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:55 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:55 InnoDB: Using Linux native AIO
141230 14:13:55  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:13:57  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:13:57 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:13:57 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:13:57 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:13:57 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:13:57 [ERROR] Aborting

141230 14:13:57 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:13:58 [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.
141230 14:13:58 [Note] Plugin 'FEDERATED' is disabled.
141230 14:13:58 InnoDB: The InnoDB memory heap is disabled
141230 14:13:58 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:13:58 InnoDB: Compressed tables use zlib 1.2.8
141230 14:13:58 InnoDB: Using Linux native AIO
141230 14:13:58  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:01  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:01 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:01 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:01 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:01 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:01 [ERROR] Aborting

141230 14:14:01 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:01 [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.
141230 14:14:01 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:01 InnoDB: The InnoDB memory heap is disabled
141230 14:14:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:01 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:01 InnoDB: Using Linux native AIO
141230 14:14:01  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:04  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:04 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:04 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:04 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:04 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:04 [ERROR] Aborting

141230 14:14:04 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:04 [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.
141230 14:14:04 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:04 InnoDB: The InnoDB memory heap is disabled
141230 14:14:04 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:04 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:04 InnoDB: Using Linux native AIO
141230 14:14:04  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:07  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:07 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:07 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:07 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:07 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:07 [ERROR] Aborting

141230 14:14:07 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:07 [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.
141230 14:14:07 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:07 InnoDB: The InnoDB memory heap is disabled
141230 14:14:07 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:07 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:07 InnoDB: Using Linux native AIO
141230 14:14:07  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:10  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:10 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:10 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:10 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:10 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:10 [ERROR] Aborting

141230 14:14:10 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:10 [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.
141230 14:14:10 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:10 InnoDB: The InnoDB memory heap is disabled
141230 14:14:10 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:10 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:10 InnoDB: Using Linux native AIO
141230 14:14:10  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:13  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:13 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:13 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:13 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:13 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:13 [ERROR] Aborting

141230 14:14:13 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:13 [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.
141230 14:14:13 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:13 InnoDB: The InnoDB memory heap is disabled
141230 14:14:13 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:13 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:13 InnoDB: Using Linux native AIO
141230 14:14:13  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:16  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:16 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:16 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:16 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:16 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:16 [ERROR] Aborting

141230 14:14:16 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:16 [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.
141230 14:14:16 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:16 InnoDB: The InnoDB memory heap is disabled
141230 14:14:16 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:16 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:16 InnoDB: Using Linux native AIO
141230 14:14:16  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:19  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:19 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:19 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:19 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:19 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:19 [ERROR] Aborting

141230 14:14:19 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:19 [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.
141230 14:14:19 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:19 InnoDB: The InnoDB memory heap is disabled
141230 14:14:19 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:19 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:19 InnoDB: Using Linux native AIO
141230 14:14:19  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:22  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:22 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:22 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:22 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:22 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:22 [ERROR] Aborting

141230 14:14:22 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:23 [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.
141230 14:14:23 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:23 InnoDB: The InnoDB memory heap is disabled
141230 14:14:23 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:23 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:23 InnoDB: Using Linux native AIO
141230 14:14:23  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:25  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:25 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:25 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:25 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:25 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:25 [ERROR] Aborting

141230 14:14:25 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:26 [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.
141230 14:14:26 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:26 InnoDB: The InnoDB memory heap is disabled
141230 14:14:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:26 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:26 InnoDB: Using Linux native AIO
141230 14:14:26  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:28  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:28 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:28 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:28 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:28 [ERROR] Aborting

141230 14:14:28 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:29 [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.
141230 14:14:29 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:29 InnoDB: The InnoDB memory heap is disabled
141230 14:14:29 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:29 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:29 InnoDB: Using Linux native AIO
141230 14:14:29  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:31  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:31 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:31 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:31 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:31 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:31 [ERROR] Aborting

141230 14:14:31 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:32 [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.
141230 14:14:32 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:32 InnoDB: The InnoDB memory heap is disabled
141230 14:14:32 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:32 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:32 InnoDB: Using Linux native AIO
141230 14:14:32  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:34  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:34 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:34 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:34 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:34 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:34 [ERROR] Aborting

141230 14:14:34 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:35 [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.
141230 14:14:35 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:35 InnoDB: The InnoDB memory heap is disabled
141230 14:14:35 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:35 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:35 InnoDB: Using Linux native AIO
141230 14:14:35  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:37  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:37 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:37 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:37 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:37 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:37 [ERROR] Aborting

141230 14:14:37 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:38 [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.
141230 14:14:38 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:38 InnoDB: The InnoDB memory heap is disabled
141230 14:14:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:38 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:38 InnoDB: Using Linux native AIO
141230 14:14:38  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:40  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:40 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:40 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:40 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:40 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:40 [ERROR] Aborting

141230 14:14:40 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:41 [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.
141230 14:14:41 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:41 InnoDB: The InnoDB memory heap is disabled
141230 14:14:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:41 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:41 InnoDB: Using Linux native AIO
141230 14:14:41  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:43  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:43 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:43 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:43 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:43 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:43 [ERROR] Aborting

141230 14:14:43 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:44 [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.
141230 14:14:44 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:44 InnoDB: The InnoDB memory heap is disabled
141230 14:14:44 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:44 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:44 InnoDB: Using Linux native AIO
141230 14:14:44  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:47  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:47 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:47 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:47 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:47 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:47 [ERROR] Aborting

141230 14:14:47 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:47 [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.
141230 14:14:47 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:47 InnoDB: The InnoDB memory heap is disabled
141230 14:14:47 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:47 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:47 InnoDB: Using Linux native AIO
141230 14:14:47  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:50  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:50 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:50 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:50 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:50 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:50 [ERROR] Aborting

141230 14:14:50 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:50 [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.
141230 14:14:50 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:50 InnoDB: The InnoDB memory heap is disabled
141230 14:14:50 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:50 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:50 InnoDB: Using Linux native AIO
141230 14:14:50  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:53  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:53 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:53 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:53 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:53 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:53 [ERROR] Aborting

141230 14:14:53 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:53 [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.
141230 14:14:53 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:53 InnoDB: The InnoDB memory heap is disabled
141230 14:14:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:53 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:53 InnoDB: Using Linux native AIO
141230 14:14:53  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:56  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:56 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:56 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:56 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:56 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:56 [ERROR] Aborting

141230 14:14:56 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:56 [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.
141230 14:14:56 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:56 InnoDB: The InnoDB memory heap is disabled
141230 14:14:56 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:56 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:56 InnoDB: Using Linux native AIO
141230 14:14:56  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:14:59  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:14:59 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:14:59 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:14:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:14:59 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:14:59 [ERROR] Aborting

141230 14:14:59 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:14:59 [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.
141230 14:14:59 [Note] Plugin 'FEDERATED' is disabled.
141230 14:14:59 InnoDB: The InnoDB memory heap is disabled
141230 14:14:59 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:14:59 InnoDB: Compressed tables use zlib 1.2.8
141230 14:14:59 InnoDB: Using Linux native AIO
141230 14:14:59  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:15:02  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:15:02 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:15:02 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:15:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:15:02 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:15:02 [ERROR] Aborting

141230 14:15:02 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:15:03 [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.
141230 14:15:03 [Note] Plugin 'FEDERATED' is disabled.
141230 14:15:03 InnoDB: The InnoDB memory heap is disabled
141230 14:15:03 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:15:03 InnoDB: Compressed tables use zlib 1.2.8
141230 14:15:03 InnoDB: Using Linux native AIO
141230 14:15:03  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:15:05  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:15:05 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:15:05 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:15:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:15:05 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:15:05 [ERROR] Aborting

141230 14:15:05 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:15:06 [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.
141230 14:15:06 [Note] Plugin 'FEDERATED' is disabled.
141230 14:15:06 InnoDB: The InnoDB memory heap is disabled
141230 14:15:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:15:06 InnoDB: Compressed tables use zlib 1.2.8
141230 14:15:06 InnoDB: Using Linux native AIO
141230 14:15:06  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:15:09  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:15:09 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:15:09 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:15:09 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:15:09 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:15:09 [ERROR] Aborting

141230 14:15:09 [Note] /usr/sbin/mysqld: Shutdown complete

141230 14:15:09 [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.
141230 14:15:09 [Note] Plugin 'FEDERATED' is disabled.
141230 14:15:09 InnoDB: The InnoDB memory heap is disabled
141230 14:15:09 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141230 14:15:09 InnoDB: Compressed tables use zlib 1.2.8
141230 14:15:09 InnoDB: Using Linux native AIO
141230 14:15:09  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
141230 14:15:12  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
141230 14:15:12 InnoDB: Fatal error: cannot initialize AIO sub-system
141230 14:15:12 [ERROR] Plugin 'InnoDB' init function returned error.
141230 14:15:12 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141230 14:15:12 [ERROR] Unknown/unsupported storage engine: InnoDB
141230 14:15:12 [ERROR] Aborting

141230 14:15:12 [Note] /usr/sbin/mysqld: Shutdown complete


service mysql stop çıktısı
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

mysqld -v  çıktısı
141230 14:18:19 [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.

heartsmagic

141230 14:10:41  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf


OpenVZ tarafında görülüyor sanırım bu sorun. Gerçi hepsinde olur demek de doğru değildir, en azından OpenVZ kullanırken zamanında yaşamamıştım. Ubuntu sürümü, MySQL sürümü gibi etkenler var işin içinde demek ki. Bu nedenle pek sevmiyorum OpenVZ'yi. Önce önerilen şeyi bir deneyelim.

echo "innodb_use_native_aio = 0" >> /etc/mysql/my.cnf

Sonra tekrar denersin MySQL'i kurmayı.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

McOrco

bu komut herhngi bir çıktı vermedi sonrasında
mysql kurmaya çalıştığımda aldığım sonuc :


E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

heartsmagic

sudo kullanmadan denemiş olman veya root kullanıcısı üzerinde olmaman gibi bir ihtimal var mı?
İkinci bir ihtimalde farklı paket yöneticilerin aynı anda çalışıyor olması ancak bu bir sunucu ise pek ihtimal vermiyorum. Masaüstü kurulmamıştı sanırım veya screen, tmux gibi bir şeyle farklı bir ekranda paket yöneticisi çalışmıyordu?

Sistem yeniden başlatıldığında sorun gider ancak yeniden başlatmaya gerek olmadan şu şekilde de çözülür bu sorun:
rm -f /var/lib/dpkg/lock
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

McOrco

#6
restarta rağmen değişen birşey yok :(
evet herhangi bir görsel arayüz kurulu değil


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 11 Ocak 2015 - 00:46:11

ubuntu 14.04 yeniden kurarak sorunumu cozumledım
fakat bu sorunu neden yasadıgımı anlayabılmıs degılım
kolaya kacmak zorunda kaldıgım ıcın uzgunum
(format at geçsin sendromu :))

emegınıze saglık

heartsmagic

İlginç. 
echo "innodb_use_native_aio = 0" >> /etc/mysql/my.cnfişlemi yapılmadan sorun yapmadı mı? Sorunun neden yaşandığını anlarım da, ikinci defa yaşanmadığını anlamam ben de :) Suçu yine OpenVZ'ye atmak istemiyorum ancak kendisi cidden bu gibi konularda meşhur. 
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

McOrco

defaatle yenıden kurulumda dahı aynı sorunu sureklı yasadım
openvz panelde kurulum sonrası
"Reconfigure Networking" yaptım
tun/tap ve ppp yi açtım
değişiklikler bunlar

alakası yok biliyorum ama
çaresizlikten oyuncak gibi herşeyini kurcalamaya başladım

nerede sorun vardı neden sorun düzeldi anlayabilecek kadar
bilgi sahibi değilim ubuntu sunucuda

acemi şansı diyelim :)

şimdi sorunumu halletiğime göre ana konudan
diğer domainler için sanal sucunu klasörleri

phpmyadmin klasörünün sifrelenmesi gibi konuları
takip edeğim

emeklerinize sağlık
çok teşekürler

heartsmagic

tun/tap desteğinin olması güzel olmuş. Artık bir şey düzeltmiş demek ki ama neresi ben de bir şey söyleyemiyorum :)
Başlığı da etiketlesek mi tam karar veremedim ancak gördüğüm kadarıyla şu mysql sorununa verdiğimiz öneri diğerlerinde işe yarıyor gibi. Etiketli kalsın, konuyu da kapatalım böylece.

Ana konuyu ne zaman güncellerim bilmiyorum :) Sanal konak meselesi çok önem arz ediyorsa ona göre bir şeyler düşünülebilir.

Not: Cevap alana kadar konuyu açık bırakalım.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.