Unable to install - always fails at mysqld
Posted: Fri Jul 12, 2013 12:22 pm
Hello!
I am unable to install Vesta on Centos6-64bit (the O/S is not mentioned in the installation instructions, so I guessed it after errors on Ubuntu).
The installation always fails on starting mysqld with this:
mysqld log shows the following clues:
I am unable to install Vesta on Centos6-64bit (the O/S is not mentioned in the installation instructions, so I guessed it after errors on Ubuntu).
The installation always fails on starting mysqld with this:
Code: Select all
...
...
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /usr/bin/mysqlbug script!
[ OK ]
MySQL Daemon failed to start.
Starting mysqld: [FAILED]
Error: mysqld start failed
Code: Select all
[root@test ~]# cat /var/log/mysqld.log
130712 07:51:32 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130712 7:51:32 [Note] Plugin 'FEDERATED' is disabled.
130712 7:51:32 InnoDB: The InnoDB memory heap is disabled
130712 7:51:32 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130712 7:51:32 InnoDB: Compressed tables use zlib 1.2.3
130712 7:51:32 InnoDB: Using Linux native AIO
130712 7:51: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.
130712 7:51: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
130712 7:51:34 InnoDB: Fatal error: cannot initialize AIO sub-system
130712 7:51:34 [ERROR] Plugin 'InnoDB' init function returned error.
130712 7:51:34 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130712 7:51:34 [ERROR] Unknown/unsupported storage engine: InnoDB
130712 7:51:34 [ERROR] Aborting
130712 7:51:34 [Note] /usr/libexec/mysqld: Shutdown complete
130712 07:51:34 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
130712 08:15:37 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130712 8:15:37 [Note] Plugin 'FEDERATED' is disabled.
130712 8:15:37 InnoDB: The InnoDB memory heap is disabled
130712 8:15:37 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130712 8:15:37 InnoDB: Compressed tables use zlib 1.2.3
130712 8:15:37 InnoDB: Using Linux native AIO
130712 8:15:37 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.
130712 8:15: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
130712 8:15:39 InnoDB: Fatal error: cannot initialize AIO sub-system
130712 8:15:39 [ERROR] Plugin 'InnoDB' init function returned error.
130712 8:15:39 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130712 8:15:39 [ERROR] Unknown/unsupported storage engine: InnoDB
130712 8:15:39 [ERROR] Aborting
130712 8:15:39 [Note] /usr/libexec/mysqld: Shutdown complete